Tzu Sun
Registered User
Join date: 24 Jun 2006
Posts: 1
|
07-22-2006 02:54
Following a system update, I can no longer run SL.
The log gets pretty far, but trips up on creating a window.
2006-07-22T09:49:58Z INFO: Initializing window... 2006-07-22T09:49:58Z INFO: createContext: creating window 800x600x32 2006-07-22T09:49:58Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual 2006-07-22T09:49:58Z INFO: Unloading all GL symbols... 2006-07-22T09:49:58Z WARNING: OSMessageBox: Window creation error 2006-07-22T09:49:58Z INFO: Unloading all GL symbols... 2006-07-22T09:49:58Z WARNING: LLWindowManager::create() : Error creating window. 2006-07-22T09:49:58Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings 2006-07-22T09:49:58Z INFO: remove_marker_file()
What have I missed? (I'm sure its something obvious)
Technical stuff: * Linux Distribution: Suse10.0 * Desktop Environment: KDE * Kernel info: 2.6.13-15.10 * X version: 11.0 * Video driver fglrx * Video card model & amount of video memory 128MB * CPU info: Dual Intel, 3GHz, model 4. 2048kB cache * Memory: 1.5GB
Tzu
|
Merrick Moose
Registered User
Join date: 20 Oct 2005
Posts: 191
|
07-22-2006 03:12
Try the command 'glxinfo' and there is an option to make the video frame buffer 32bit, that should do it. Denpending on X it is Option DefaultBBP" "32"
|
Theora Aquitaine
Registered User
Join date: 12 Feb 2006
Posts: 266
|
07-22-2006 12:50
From: Tzu Sun 2006-07-22T09:49:58Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual
Your ATI drivers are not installed properly. You are not using accelerated glx.
|
Angel Sunset
Linutic
Join date: 7 Apr 2005
Posts: 636
|
07-23-2006 02:02
From: Tzu Sun Following a system update, I can no longer run SL.
The log gets pretty far, but trips up on creating a window.
2006-07-22T09:49:58Z INFO: Initializing window... 2006-07-22T09:49:58Z INFO: createContext: creating window 800x600x32 2006-07-22T09:49:58Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual 2006-07-22T09:49:58Z INFO: Unloading all GL symbols... 2006-07-22T09:49:58Z WARNING: OSMessageBox: Window creation error 2006-07-22T09:49:58Z INFO: Unloading all GL symbols... 2006-07-22T09:49:58Z WARNING: LLWindowManager::create() : Error creating window. 2006-07-22T09:49:58Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings 2006-07-22T09:49:58Z INFO: remove_marker_file()
What have I missed? (I'm sure its something obvious)
Technical stuff: * Linux Distribution: Suse10.0 * Desktop Environment: KDE * Kernel info: 2.6.13-15.10 * X version: 11.0 * Video driver fglrx * Video card model & amount of video memory 128MB * CPU info: Dual Intel, 3GHz, model 4. 2048kB cache * Memory: 1.5GB
Tzu With my suse 10, I have to reinstall the video driver (NVidia) if I get a kernel update. The simplest way I have found, is to start suse 10 in failsafe mode (so the driver is not loaded), and install the driver again from the command line. If the driver somehow got loaded, an rmmod is necessary in order to reinstall - hence using fail safe. The other method, is letting suse start X, then init 3 to get rid of X - but then you HAVE to use rmmod to remove the video driver so that the reinstall can take place. As I said, this is my experience with nvidia; it may be the same with ATI, I would guess...
_____________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kubuntu Intrepid 8.10, KDE, linux 2.6.27-11, X.Org 11.0, server glx vendor: NVIDIA Corporation, server glx version: 1.5.2, OpenGL vendor: NVIDIA Corporation, OpenGL renderer: GeForce 9800 GTX+/PCI/SSE2, OpenGL version: 3.0.0 NVIDIA 180.29, glu version: 1.3, NVidia GEForce 9800 GTX+ 512 MB, Intel Core 2 Duo, Mem: 3371368k , Swap: 2570360k
|