Maverynthia Dannunzio
Registered User
Join date: 13 Apr 2006
Posts: 23
|
06-21-2006 14:51
I was able to run SL before but now I'm getting this error and I don't know how to fix it: 2006-06-21T21:48:15Z INFO: Initializing window... 2006-06-21T21:48:15Z INFO: createContext: creating window 800x600x32 2006-06-21T21:48:15Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual 2006-06-21T21:48:15Z INFO: Unloading all GL symbols... 2006-06-21T21:48:15Z WARNING: OSMessageBox: Window creation error 2006-06-21T21:48:15Z INFO: Unloading all GL symbols... 2006-06-21T21:48:15Z WARNING: LLWindowManager::create() : Error creating window.2006-06-21T21:48:15Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings 2006-06-21T21:48:15Z INFO: remove_marker_file()
Does anyone else know how to fix it? It was running fine before....
_____________________
AMD Athlon XP 2400+ 2Ghz | 512 MB RAM ATI Radeon 9600 | AGP Sound Blaster Audigy 2 Platinum Ubuntu 7.04 | Win XP Pro Sp 2
|
Drake Bacon
Linux is Furry
Join date: 13 Jul 2005
Posts: 443
|
06-21-2006 15:52
From: Maverynthia Dannunzio I was able to run SL before but now I'm getting this error and I don't know how to fix it: 2006-06-21T21:48:15Z INFO: Initializing window... 2006-06-21T21:48:15Z INFO: createContext: creating window 800x600x32 2006-06-21T21:48:15Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual
Does anyone else know how to fix it? It was running fine before.... Check your /etc/X11/xorg.conf to see if your default bit-depth is 24 bpp. Don't worry about shoving it up to 32. 24 is what you want. Update your ATI drivers. The native Xorg ones won't work -- you need the ones from ATI. You may have difficulty with them, though. Switching to an NVidia based card would serve you better in Linux.
|
Serena Lombardi
Registered User
Join date: 4 Jun 2006
Posts: 6
|
06-21-2006 15:54
I've had this problem as well, or something very similar.
I think in my case it stemmed from an update I did on my system (Mandriva 2006) which broke the nVidia drivers I was using. Not sure which upgraded package broke it, but reinstalling the nVidia driver fixed the problem for me.
You might also need to look again at the xorg.conf file. I think mine got changed in the update as well.
|
Maverynthia Dannunzio
Registered User
Join date: 13 Apr 2006
Posts: 23
|
06-21-2006 19:09
Thank you, I managed to update my drivers and... Now I'm getting lock-ups and black screens when I go to play SL
_____________________
AMD Athlon XP 2400+ 2Ghz | 512 MB RAM ATI Radeon 9600 | AGP Sound Blaster Audigy 2 Platinum Ubuntu 7.04 | Win XP Pro Sp 2
|
Drake Bacon
Linux is Furry
Join date: 13 Jul 2005
Posts: 443
|
06-21-2006 20:08
From: Serena Lombardi I've had this problem as well, or something very similar.
I think in my case it stemmed from an update I did on my system (Mandriva 2006) which broke the nVidia drivers I was using. Not sure which upgraded package broke it, but reinstalling the nVidia driver fixed the problem for me.
You might also need to look again at the xorg.conf file. I think mine got changed in the update as well. You probably ether upgraded your kernel or Xorg. Ether or will do it.
|
Serena Lombardi
Registered User
Join date: 4 Jun 2006
Posts: 6
|
06-22-2006 11:03
From: Drake Bacon You probably ether upgraded your kernel or Xorg. Ether or will do it. Xorg was updated and I believe that my problem stemmed from this. The kernel version is still reporting as 2.6.12-12mdk, so that has not been touched. I did also have the kernel sources installed from when the nVidia driver was compiled. This got updated as well and caused problems in reinstallation of the driver. For this I had to remove the kernel sources and reinstall the 2.6.12-12 version. I've remembered to uninstall it again so I don't have to go through the same problem in future.
|