How to set screen depth for client
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-06-2006 00:21
Hi guys! I run the SecondLife-linux-02012006 and I have some problems with the screen depths for SL. Is there a manual override to tell the client that my screen IS set to 32bit? 2006-02-06T08:18:44Z INFO: Initializing window... 2006-02-06T08:18:44Z INFO: createContext: creating window 800x600x32 2006-02-06T08:18:44Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual 2006-02-06T08:18:44Z INFO: Unloading all GL symbols... 2006-02-06T08:18:44Z WARNING: OSMessageBox: Window creation error 2006-02-06T08:18:44Z INFO: Unloading all GL symbols... 2006-02-06T08:18:44Z WARNING: LLWindowManager::create() : Error creating window. 2006-02-06T08:18:44Z WARNING: Unable to create window, be sure screen is set at32-bit color in Control Panels->Display->Settings 2006-02-06T08:18:44Z INFO: remove_marker_file()
mfg Tsutomu
|
Larger Karlfeldt
Dilettante
Join date: 25 Dec 2005
Posts: 7
|
Latest Nvidia driver?
02-06-2006 01:03
Hi Tsutomu,
You don't say what graphics hardware/software you are using, but this is the same error I had before installing the latest graphics driver from Nvidia, so you might have to do the same.
--Larger
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-07-2006 00:00
Actually I'm running an ATI card with my Xorg XServer set to 24bit (and it's only 24bits). I installed the official driver, but I'm running with fglrx driver. I know that wine could be told what screen depth to use, but can I tell SL that setting too?
24bit in Linux is equal to that odd 32bit setting in windows, so there shouldn't be such an error.
|
Alister Ng
Registered User
Join date: 4 Feb 2006
Posts: 1
|
02-07-2006 07:15
I'm having a similair problem. I do not have DRI enabled because I'm using the radeon Xorg drivers. I think this problem (for me) mostly has to do with me not configuring X correctly. I just wanted to say that I'm seeing the same problem. I think what could actually be the matter is OpenGL or GLX support working.
|
Nathan Stewart
Registered User
Join date: 2 Feb 2005
Posts: 1,039
|
02-07-2006 07:53
From: Tsutomu Yamabushi Actually I'm running an ATI card with my Xorg XServer set to 24bit (and it's only 24bits). I installed the official driver, but I'm running with fglrx driver. I know that wine could be told what screen depth to use, but can I tell SL that setting too?
24bit in Linux is equal to that odd 32bit setting in windows, so there shouldn't be such an error. Im not sure if 24bit is the same in linux or what sl requires, the reason sl requires 32bit is because it displays 32bit tga's for transparencies, 8bits is used for each color and then the other 8bit channel is for the alpha layer
|
Donnie Duke
Registered User
Join date: 6 Feb 2006
Posts: 2
|
02-07-2006 08:59
I have 2 video cards (xinerama) and my PCI video card doesn't support 24 or 32 bpp at high resolutions, so I usually use 16 bpp. This means I have to restart X with my 2nd video card disabled to run X in 24 bpp so that I can run SL. (Otherwise I get the usual error telling me to make sure I'm using 32-bit color.)
Anyone know if there is some way to get SL to run even if I'm in 16 bpp? I know it won't look as good, but restarting X is annoying when you have 20 different programs running in it.
This might solve the problems that people are having with SL in this thread. I tried the -ignorepixeldepth parameter (but editting the SL script), but that seems to have no effect on Linux (probably just leftover from Windows).
|
Karma Satyr
Little Tea Pot
Join date: 8 Jan 2004
Posts: 88
|
02-07-2006 14:56
Hi guys same issue myself.
Except this time Nvidia card with latest drivers i believe.
_____________________
Short and Stout! Actually i'm more like a coffee plunger.
|
KittyFox Mistral
Registered User
Join date: 17 Oct 2005
Posts: 51
|
02-07-2006 17:32
From: Nathan Stewart Im not sure if 24bit is the same in linux It isn't. WHen Linux/X says 24-bit, it literally means 24-bit color (8-bits red, 8-bits green, 8-bits blue = 24-bits). The frame buffer, though, is more often than not 32-bit (an extra 8-bits for padding). Games typically use those extra 8 bits for an alpha value, but they don't count towards the color bit depth. To see this, check: $ grep framebuffer /var/log/Xorg.0.log (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (--) NVIDIA(0): Linear framebuffer at 0xD0000000 So I have 24-bit color, but a 32-bit frame buffer (which is what SL requires).
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-08-2006 00:11
Can you please paste your modlines from xorg.conf? Shall I change the 24bit modlines into 32bit? BTW, this is my grep: $ grep framebuffer /var/log/Xorg.0.log (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 (--) fglrx(0): Linear framebuffer (phys) at 0xd8000000 Looks good, eh?
|
Karma Satyr
Little Tea Pot
Join date: 8 Jan 2004
Posts: 88
|
02-08-2006 01:27
From: Larger Karlfeldt Hi Tsutomu,
You don't say what graphics hardware/software you are using, but this is the same error I had before installing the latest graphics driver from Nvidia, so you might have to do the same.
--Larger Could in detail say where and how you got latest drivers from, i got mine off synaptic package manager.
_____________________
Short and Stout! Actually i'm more like a coffee plunger.
|
Larger Karlfeldt
Dilettante
Join date: 25 Dec 2005
Posts: 7
|
02-08-2006 01:46
I downloaded version 1.0-8178 from the Nvidia website and used the installer that is packaged with the driver - the driver and installation instructions are here: http://www.nvidia.com/object/unix.html
|
Karma Satyr
Little Tea Pot
Join date: 8 Jan 2004
Posts: 88
|
02-08-2006 02:08
From: Larger Karlfeldt I downloaded version 1.0-8178 from the Nvidia website and used the installer that is packaged with the driver - the driver and installation instructions are here: http://www.nvidia.com/object/unix.htmlOk for anyone reading this in the future and as lost as me this will help you alot especially if your using Ubuntu. http://www.ubuntuforums.org/showthread.php?t=75074Its a basic step by step on Nvidia Driver installation, it helped me with the options I just didn't understand. Why don't the creators of the installs do this already? -Update: All updated with the new Driver. Exactly the same error. NVIDIA GeFroce FX Go 5200 64MB
_____________________
Short and Stout! Actually i'm more like a coffee plunger.
|
Nathan Stewart
Registered User
Join date: 2 Feb 2005
Posts: 1,039
|
02-08-2006 06:56
From: Karma Satyr Ok for anyone reading this in the future and as lost as me this will help you alot especially if your using Ubuntu. http://www.ubuntuforums.org/showthread.php?t=75074Its a basic step by step on Nvidia Driver installation, it helped me with the options I just didn't understand. Why don't the creators of the installs do this already? -Update: All updated with the new Driver. Exactly the same error. NVIDIA GeFroce FX Go 5200 64MB In your desktop settings is it actually set to something like millions of colors etc and not 16bit?
|
Karma Satyr
Little Tea Pot
Join date: 8 Jan 2004
Posts: 88
|
02-08-2006 15:20
From: Nathan Stewart In your desktop settings is it actually set to something like millions of colors etc and not 16bit? xorg.conf is currently set to 24 depth. Update: Ingore me it worked fine after a reboot!
_____________________
Short and Stout! Actually i'm more like a coffee plunger.
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-08-2006 23:02
Hi guys! Another update: I started my Xorg-server with the official ATI driver now (it is *so* slow!) and the message about screen depth is gone. But now it complains about missing GL things: 2006-02-09T06:58:27Z INFO: Checking marker file for lock... 2006-02-09T06:58:27Z INFO: Marker file isn't locked. 2006-02-09T06:58:27Z INFO: Checking marker file for lock... 2006-02-09T06:58:27Z INFO: Marker file created. 2006-02-09T06:58:27Z INFO: Removing message.log 2006-02-09T06:58:27Z INFO: Exiting init_marker_file(). 2006-02-09T06:58:27Z INFO: Opening debug file /home/carsten/SecondLife-linux-02012006/SecondLife/logs/debug_info.log 2006-02-09T06:58:27Z INFO: Second Life version 1.8.2 2006-02-09T06:58:27Z INFO: Local time: 2006-02-09T07:58:27 CET 2006-02-09T06:58:27Z INFO: CPU info: 2006-02-09T06:58:27Z processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Celeron(R) CPU 2.66GHz stepping : 4 cpu MHz : 2667.809 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitor ds_cpl cid bogomips : 5292.03 2006-02-09T06:58:27Z INFO: Memory info: 2006-02-09T06:58:27Z MemTotal: 516408 kB MemFree: 10484 kB Buffers: 16412 kB Cached: 248420 kB SwapCached: 0 kB Active: 345772 kB Inactive: 124812 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 516408 kB LowFree: 10484 kB SwapTotal: 1510068 kB SwapFree: 1510068 kB Dirty: 424 kB Writeback: 0 kB Mapped: 286920 kB Slab: 19172 kB Committed_AS: 587536 kB PageTables: 2252 kB VmallocTotal: 507896 kB VmallocUsed: 7476 kB VmallocChunk: 500160 kB 2006-02-09T06:58:27Z INFO: OS info: Linux 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 2006-02-09T06:58:27Z INFO: Loading feature tables. 2006-02-09T06:58:27Z INFO: Using configuration file /home/carsten/SecondLife-linux-02012006/SecondLife/user_settings/settings.ini 2006-02-09T06:58:27Z INFO: LLControlGroup::loadFromFile unable to open. 2006-02-09T06:58:27Z INFO: LLControlGroup::loadFromFile unable to open. 2006-02-09T06:58:27Z INFO: Loading art table from viewerart.ini 2006-02-09T06:58:27Z INFO: Loading base colors from colors_base.ini 2006-02-09T06:58:27Z INFO: Loading user colors from colors.ini 2006-02-09T06:58:27Z INFO: Default vfs data file not present, found /home/carsten/SecondLife-linux-02012006/SecondLife/cache/. 2006-02-09T06:58:27Z INFO: Old salt: 1 2006-02-09T06:58:27Z WARNING: Bad or missing vfx index file /home/carsten/SecondLife-linux-02012006/SecondLife/cache/index.db2.x.1 2006-02-09T06:58:27Z WARNING: Removing old vfs data file /home/carsten/SecondLife-linux-02012006/SecondLife/cache/. 2006-02-09T06:58:27Z INFO: Renaming /home/carsten/SecondLife-linux-02012006/SecondLife/cache/. to /home/carsten/SecondLife-linux-02012006/SecondLife/cache/data.db2.x.1456804527 2006-02-09T06:58:27Z INFO: Renaming /home/carsten/SecondLife-linux-02012006/SecondLife/cache/index.db2.x.1 to /home/carsten/SecondLife-linux-02012006/SecondLife/cache/index.db2.x.1456804527 2006-02-09T06:58:27Z INFO: Pre-sized VFS data file to 524288000 bytes 2006-02-09T06:58:27Z INFO: VFS: Using index file /home/carsten/SecondLife-linux-02012006/SecondLife/cache/index.db2.x.1456804527 and data file /home/carsten/SecondLife-linux-02012006/SecondLife/cache/data.db2.x.1456804527 2006-02-09T06:58:27Z INFO: VFS: Using index file /home/carsten/SecondLife-linux-02012006/app_settings/static_index.db2 and data file /home/carsten/SecondLife-linux-02012006/app_settings/static_data.db2 2006-02-09T06:58:27Z INFO: Initializing window... 2006-02-09T06:58:27Z INFO: createContext: creating window 800x600x32 2006-02-09T06:58:27Z INFO: Loading GL symbols... 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glAlphaFunc'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glBegin'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glBindTexture'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glBlendFunc'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glCallLists'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glClear'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glClearColor'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glClearDepth'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glColor3f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glColor4f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glColorMask'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glColorPointer'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glCopyTexImage2D'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glCopyTexSubImage2D'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glCullFace'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDeleteLists'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDeleteTextures'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDepthFunc'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDepthMask'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDisable'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDisableClientState'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDrawArrays'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glDrawBuffer'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glEnable'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glEnableClientState'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glEnd'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glEndList'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glGenLists'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glGenTextures'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glGetError'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glGetFloatv'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glHint'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glInterleavedArrays'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glIsTexture'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glLightfv'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glListBase'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glLoadIdentity'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glLoadMatrixf'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glMatrixMode'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glNewList'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glNormal3f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glOrtho'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glPixelStorei'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glPixelTransferi'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glPointSize'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glPopMatrix'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glPushMatrix'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glReadBuffer'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glReadPixels'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glRotatef'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glScalef'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glShadeModel'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexCoord2f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexCoordPointer'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexEnvf'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexEnvfv'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexEnvi'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexParameterf'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexParameteri'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTexSubImage2D'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTranslated'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glTranslatef'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glVertex2i'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glVertex2f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glVertex3f'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glVertexPointer'. 2006-02-09T06:58:27Z INFO: Loaded OpenGL symbol 'glViewport'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLockArraysEXT'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glUnlockArraysEXT'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetIntegerv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetString'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetTexLevelParameteriv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMultMatrixd'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMultMatrixf'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetTexImage'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexImage1D'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexImage2D'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexImage3D'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glDepthRange'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glCallList'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glClearStencil'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor3d'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor3dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor3fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor4dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor4fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor4ub'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColor4ubv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColorMaterial'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glClientActiveTextureARB'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glActiveTextureARB'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glAreTexturesResident'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glClipPlane'. 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glBindBufferARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glDeleteBuffersARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGenBuffersARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glBufferDataARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glBufferSubDataARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramStringARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glBindProgramARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glDeleteProgramsARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGenProgramsARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramEnvParameter4dARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramEnvParameter4dvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramEnvParameter4fARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramEnvParameter4fvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramLocalParameter4dARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramLocalParameter4dvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramLocalParameter4fARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glProgramLocalParameter4fvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramEnvParameterdvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramEnvParameterfvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramLocalParameterdvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramLocalParameterfvARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramivARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glGetProgramStringARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glIsProgramARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glColorTableEXT'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glCompressedTexImage2DARB'. 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glEnableVertexAttribArrayARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glDisableVertexAttribArrayARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glDrawElements'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glDrawPixels'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glDrawRangeElements'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glFlush'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glFogf'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glFogfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glFogi'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glFrontFace'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetBooleanv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetDoublev'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetMaterialfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetLightfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glIsEnabled'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glGetCompressedTexImageARB'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLightf'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLightModelfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLightModeli'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLightModeliv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLineStipple'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLineWidth'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glPushAttrib'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glPopAttrib'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glLogicOp'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMaterialf'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMateriali'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMaterialfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glNormal3d'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glNormal3dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glNormal3fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glNormalPointer'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glPolygonMode'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glPolygonOffset'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glPolygonStipple'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glRotated'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glStencilFunc'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glStencilMask'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glScissor'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glStencilOp'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexCoord2i'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexCoord2fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexGenfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexGeni'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glTexParameterfv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex2d'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex2dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex2fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex3dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex3fv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glVertex4dv'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalPoint1'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalPoint2'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalCoord1f'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalCoord2f'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalMesh1'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glEvalMesh2'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMapGrid1f'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMapGrid2d'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMapGrid2f'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMap1f'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glMap2f'. 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glVertexAttribPointerARB' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glNewObjectBufferATI' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glUpdateObjectBufferATI' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glFreeObjectBufferATI' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glArrayObjectATI' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Failed to find OpenGL symbol 'glVertexAttribArrayObjectATI' in '(default OpenGL library) 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glXGetCurrentDisplay'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glXQueryExtensionsString'. 2006-02-09T06:58:28Z INFO: Loaded OpenGL symbol 'glXGetProcAddressARB'. 2006-02-09T06:58:28Z INFO: Couldn't initialize mipmap generation 2006-02-09T06:58:28Z INFO: Couldn't initialize GL_EXT_paletted_texture 2006-02-09T06:58:28Z INFO: Couldn't initialize GL_NV_vertex_array_range 2006-02-09T06:58:28Z INFO: Couldn't initialize GL_NV_fence 2006-02-09T06:58:28Z INFO: Couldn't initialize separate specular color 2006-02-09T06:58:28Z INFO: Couldn't initialize anisotropic filtering 2006-02-09T06:58:28Z WARNING: Invalid control RenderUserFarClip I'll search the forums for that error now, but I wanted to let you know what's happening with my installation.  Tsutomu
|
Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
|
02-09-2006 03:33
Looks like it cant find any OpenGL extensions. Anything with ARB, NV, or ATI in the name is an extension. What it's missing appears to be pretty common extensions however. Mind running and pasting the output for `glxinfo`?
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-09-2006 06:24
From: Adam Zaius Looks like it cant find any OpenGL extensions. Mind running and pasting the output for `glxinfo`? Right. The ATI Radeon 9000 isn't well support by Xorg/XFree. Can't paste my glxinfo yet, because I started my Xserver with fglrx again now, but I'll start it up with the ATI driver next time. Anyway, here's the output of glxinfo with my fglrx driver (the one which complains about 32bit colors...): $ fglrxinfo Xlib: extension "XFree86-DRI" missing on display ":0.0". display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.2.1) $ glxinfo Xlib: extension "XFree86-DRI" missing on display ":0.0". name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig client glx vendor string: ATI client glx version string: 1.3 client glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float, GLX_ATI_render_texture GLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_ARB_multisample OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.2.1) OpenGL extensions: GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias glu version: 1.3 glu extensions: GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None 0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None 0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None 0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x3c 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Hm, and of course, the Xfree-GLI is missing - I run Xorg since last week... maybe SL checks hardcoded for XFree...? Hm, doubt it. I think my GL setup isn't working.
|
KittyFox Mistral
Registered User
Join date: 17 Oct 2005
Posts: 51
|
02-09-2006 19:02
From: Tsutomu Yamabushi I think my GL setup isn't working. Nope. See: OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.2.1) which says you're using the MESA software OpenGL drivers. And: direct rendering: No which says you're not getting any hardware acceleration. Run this to see what errors occured when loading X: grep "(EE)" /var/log/Xorg.0.log and optionally: grep "(WW)" /var/log/Xorg.0.log Hopefully that'll say what went wrong when loading the fglrx drivers.
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-09-2006 23:54
Ok, here's my grep: (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. (WW) The directory "/usr/lib/X11/fonts/CID" does not exist. (WW) Open APM failed (/dev/apm_bios) (No such device) (WW) Ignoring request to load module GLcore (WW) Ignoring request to load module speedo (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * (WW) fglrx(0): Option "RenderAccel" is not used (WW) fglrx(0): Option "AllowGLXWithComposite" is not used At the moment I install the new ATI driver for Xorg 6.8.2: fglrx_6_8_0-8.22.5-1 I tried with the RPM Version, but I'm using Debian, so there won't be too much hope. I download the installer script, too.
|
Tsutomu Yamabushi
Scripter
Join date: 6 Sep 2005
Posts: 34
|
02-12-2006 23:52
Hi guys! After getting back to module loading, tried some manual modprobes, adding/removing radeon/fglrx/ati modules with agpgart and now it works. agpgart is loaded, 3D support is enabled with my Radeon 9000. SL started up properly and I'm online! Yeehaaaa!  Thanks all! Tsutomu
|
alj Thatcher
Registered User
Join date: 21 Feb 2006
Posts: 9
|
03-05-2006 04:41
From: Adam Zaius Looks like it cant find any OpenGL extensions. Anything with ARB, NV, or ATI in the name is an extension. What it's missing appears to be pretty common extensions however. Mind running and pasting the output for `glxinfo`? if these are missing that means mesa is doing indirect instead of direct rendering. this was posted about I know, but just go to forums for your linux and find out how to install the DRI drivers for your video card. the glfrlx has some set up scripts u have to run after installing it.
|