Panda3D » History » Version 4
Kristján Oddsson, 2012-09-27 20:35
1 | 1 | Kristján Oddsson | h1. Panda3D |
---|---|---|---|
2 | |||
3 | h2. Windows |
||
4 | |||
5 | h2. Linux |
||
6 | 2 | Kristján Oddsson | |
7 | 1 | Kristján Oddsson | h3. "Could not open window" error |
8 | 2 | Kristján Oddsson | |
9 | 4 | Kristján Oddsson | When running into the error "Could not open window" on linux one needs to change his config file to load the @pandagles@ display instead of the @pandagl@ display. To do this you edit the file @/etc/Config.prc@, comment out the line @load-display pandagl@ and uncomment the line @load-display pandagles@. |