Onyx Rutabaga
Registered User
Join date: 20 Mar 2006
Posts: 2
|
03-20-2006 23:08
Hi,
I am running Fedora 4, with a Geforce4 graphics card. I get the following error: 2006-03-21T06:46:14Z INFO: Initializing window... 2006-03-21T06:46:14Z INFO: createContext: creating window 800x600x32 2006-03-21T06:46:14Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual 2006-03-21T06:46:14Z INFO: Unloading all GL symbols... 2006-03-21T06:46:14Z WARNING: OSMessageBox: Window creation error 2006-03-21T06:46:14Z INFO: Unloading all GL symbols... 2006-03-21T06:46:14Z WARNING: LLWindowManager::create() : Error creating window. 2006-03-21T06:46:14Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings 2006-03-21T06:46:14Z INFO: remove_marker_file()
I assume there is a problem with the color depth. How do I adjust this.
Thanks,
|
Darkside Eldrich
Registered User
Join date: 10 Feb 2006
Posts: 200
|
03-21-2006 11:43
Look in /etc/X11/xorg.conf (unless Fedora moves that file somewhere else) for the line with the word DefaultDepth in it. You want it to be: DefaultDepth 24
You'll need to be root to edit this file.
|
Kira Trilam
Registered User
Join date: 13 Mar 2006
Posts: 1
|
03-21-2006 13:36
Actually the mention of the colour depth seems to be a default error message for failing to create the window. I was getting it too, but my problem was entirely different (relating to an issue with my driver).
I think the problem is actually from this:
2006-03-21T06:46:14Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual
Unfortunately I don't know how to fix it. ^^;
|
DanGandhi Goff
Registered User
Join date: 18 Mar 2006
Posts: 6
|
looks like a missmatched libgl.
03-21-2006 17:03
I had that problem, i had a libgl that was incompatable with my hardware ( had not noticed for lack of need). It forced me to install libgl1-mesa-swx11 package on debian, as my vid card has no linux openGL support. This eats proccessor for breakfast though, barely playable. I assume fedora has a number of libgl rpms to chose from, remember use software emulation as last option.
-dan
|
Zi Ree
Mrrrew!
Join date: 25 Feb 2006
Posts: 723
|
03-22-2006 00:38
2006-03-21T06:46:14Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual This message means there is no binary NVidia driver installed, or it doesn't get used. Try quitting X, logging in on a text console and typing: "switch2nvidia". If this doesn't work make sure you really have the nvidia binary drivers installed. You can download them from http://www.nvidia.com/ and install them as "root" user according to the install docs provied. The important parts in /etc/X11/xorg.conf are Load "dri" Load "glx" Driver "nvidia" I hope some of this gets you to start the game 
_____________________
Zi! (SuSE Linux 10.2, Kernel 2.6.13-15, AMD64 3200+, 2GB RAM, NVidia GeForce 7800GS 512MB (AGP), KDE 3.5.5, Second Life 1.13.1 (6) alpha soon beta thingie) Blog: http://ziree.wordpress.com/ - QAvimator: http://qavimator.orgSecond Life Linux Users Group IRC Channel: irc.freenode.org #secondlifelug
|