Panda3D » History » Version 9
Kristján Oddsson, 2012-11-19 14:37
1 | 1 | Kristján Oddsson | h1. Panda3D |
---|---|---|---|
2 | |||
3 | 6 | Kristján Oddsson | h2. Enviroments |
4 | 1 | Kristján Oddsson | |
5 | 6 | Kristján Oddsson | h3. Windows |
6 | |||
7 | 1 | Kristján Oddsson | There are no known errors on Windows. |
8 | |||
9 | 6 | Kristján Oddsson | h3. Linux |
10 | 2 | Kristján Oddsson | |
11 | 6 | Kristján Oddsson | h4. "Could not open window" error |
12 | 5 | Kristján Oddsson | |
13 | The following was tested successfully on Ubuntu 12.04 LTS |
||
14 | 2 | Kristján Oddsson | |
15 | 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@. |
16 | 7 | Kristján Oddsson | |
17 | Note that the cartoon shader did not work on the linux boxes when they were added, but would work on windows boxes. This lead us to believe that it was due to these changes and changing them back resulted in the shaders working without any hiccups so far. |
||
18 | 8 | Kristján Oddsson | |
19 | h4. Black screen on startup |
||
20 | |||
21 | 9 | Kristján Oddsson | On Arch Linux, one of the developers had the problem of only getting a black screen when running the virtarium code. After hours of reading forums, OpenGl or Panda3D ones he decided to take a screenshot using the linux utility @scrot@. The attatched file attachment:"30.png" shows the issue. However, a second after taking the screenshot the issue resolved leading to developer to link the two events. |
22 | 8 | Kristján Oddsson | |
23 | If faced with a black screen when loading up the virtarium code, try taking a screenshot before trying out other things. |