Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

32 bits and going insane...

Abel Undercity
Registered User
Join date: 19 Aug 2006
Posts: 41
08-19-2006 13:11
Okay, I'm running Fedora Core 5 with an nVidia geForce4MX card. I've got the latest drivers from livna. It's still not working.

Here's my xorg.conf:

From: someone
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "IBM 6331 E54"
DisplaySize 280 210
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


And here's the message I get when I try to ./secondlife:

From: someone
2006-08-19T19:54:28Z WARNING: LLDir_Linux not fully implemented!
2006-08-19T19:54:28Z INFO: QUEUED THREAD STARTING
2006-08-19T19:54:28Z INFO: QUEUED THREAD STARTING
2006-08-19T19:54:28Z INFO: QUEUED THREAD STARTING
2006-08-19T19:54:28Z INFO: QUEUED THREAD STARTING
2006-08-19T19:54:28Z INFO: Checking marker file for lock...
2006-08-19T19:54:28Z INFO: Marker file isn't locked.
2006-08-19T19:54:28Z INFO: Checking marker file for lock...
2006-08-19T19:54:28Z INFO: Marker file created.
2006-08-19T19:54:28Z INFO: Removing message.log
2006-08-19T19:54:28Z INFO: Exiting init_marker_file().
2006-08-19T19:54:28Z INFO: Opening debug file /root/SecondLife_1_11_3_1/SecondLife/logs/debug_info.log
2006-08-19T19:54:28Z INFO: Second Life version 1.11.3
2006-08-19T19:54:28Z INFO: Local time: 2006-08-19T15:54:28 EDT
2006-08-19T19:54:28Z INFO: CPU info:
2006-08-19T19:54:28Z processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 1 model name : Intel(R) Celeron(R) CPU 1.70GHz stepping : 3 cpu MHz : 1734.221 cache size : 128 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm bogomips : 3472.78
2006-08-19T19:54:28Z INFO: Memory info:
2006-08-19T19:54:28Z MemTotal: 515644 kB MemFree: 128332 kB Buffers: 18452 kB Cached: 239016 kB SwapCached: 112 kB Active: 277072 kB Inactive: 74736 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 515644 kB LowFree: 128332 kB SwapTotal: 1048568 kB SwapFree: 1048456 kB Dirty: 176 kB Writeback: 0 kB Mapped: 157636 kB Slab: 21728 kB CommitLimit: 1306388 kB Committed_AS: 285680 kB PageTables: 4100 kB VmallocTotal: 507896 kB VmallocUsed: 25564 kB VmallocChunk: 479220 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 4096 kB
2006-08-19T19:54:28Z INFO: OS info: Linux 2.6.17-1.2174_FC5 #1 Tue Aug 8 15:30:55 EDT 2006 i686
2006-08-19T19:54:28Z INFO: Loading feature tables.
2006-08-19T19:54:28Z INFO: Applying Feature Mask: RAM256MB
2006-08-19T19:54:28Z INFO: Applying Feature Mask: CPUSlow
2006-08-19T19:54:28Z INFO: Loading configuration file /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-19T19:54:28Z WARNING: Couldn't open file /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-19T19:54:28Z WARNING: LLXmlTree parse failed. Line 1: Couldn't open file /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-19T19:54:28Z WARNING: Unable to open control file /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-19T19:54:28Z INFO: Failed to load settings from /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-19T19:54:28Z INFO: Loading legacy settings from /root/SecondLife_1_11_3_1/SecondLife/user_settings/settings.ini
2006-08-19T19:54:28Z INFO: LLControlGroup::loadFromFile unable to open.
2006-08-19T19:54:28Z WARNING: Couldn't open file /root/SecondLife_1_11_3_1/SecondLife/user_settings/crash_settings.xml
2006-08-19T19:54:28Z WARNING: LLXmlTree parse failed. Line 1: Couldn't open file /root/SecondLife_1_11_3_1/SecondLife/user_settings/crash_settings.xml
2006-08-19T19:54:28Z WARNING: Unable to open control file /root/SecondLife_1_11_3_1/SecondLife/user_settings/crash_settings.xml
2006-08-19T19:54:28Z INFO: Loading art table from /root/SecondLife_1_11_3_1/app_settings/viewerart.xml
2006-08-19T19:54:28Z INFO: Loading base colors from /root/SecondLife_1_11_3_1/app_settings/colors_base.xml
2006-08-19T19:54:28Z INFO: Loading user colors from /root/SecondLife_1_11_3_1/app_settings/colors.xml
2006-08-19T19:54:28Z INFO: Failed to load user colors from /root/SecondLife_1_11_3_1/app_settings/colors.xml
2006-08-19T19:54:28Z INFO: Loading legacy colors from /root/SecondLife_1_11_3_1/app_settings/colors.ini
2006-08-19T19:54:28Z INFO: Default vfs data file not present, found /root/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1218079613
2006-08-19T19:54:28Z INFO: Old salt: 1218079613
2006-08-19T19:54:28Z INFO: Renaming /root/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1218079613 to /root/SecondLife_1_11_3_1/SecondLife/cache/data.db2.x.1177000950
2006-08-19T19:54:28Z INFO: Renaming /root/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1218079613 to /root/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1177000950
2006-08-19T19:54:28Z INFO: VFS: Using index file /root/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1177000950 and data file /root/SecondLife_1_11_3_1/SecondLife/cache/data.db2.x.1177000950
2006-08-19T19:54:28Z INFO: VFS: Using index file /root/SecondLife_1_11_3_1/app_settings/static_index.db2 and data file /root/SecondLife_1_11_3_1/app_settings/static_data.db2
2006-08-19T19:54:28Z INFO: Initializing window...
2006-08-19T19:54:29Z INFO: createContext: creating window 800x600x32
2006-08-19T19:54:29Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual
2006-08-19T19:54:29Z INFO: Unloading all GL symbols...
2006-08-19T19:54:29Z WARNING: OSMessageBox: Window creation error
2006-08-19T19:54:29Z INFO: Unloading all GL symbols...
2006-08-19T19:54:29Z WARNING: LLWindowManager::create() : Error creating window.2006-08-19T19:54:29Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings
2006-08-19T19:54:29Z INFO: remove_marker_file()


Any help would be appreciated, especially if it's of the "Complete Idiots for Dummies" kind. Otherwise, in my current state I cannot vouch for the safety of my neighbors... ;)
Seiana Echegaray
Registered User
Join date: 18 Dec 2005
Posts: 22
08-19-2006 22:29
That actually is happening on my computer too. I'm using Ubuntu and a GeForce 7900
Drake Bacon
Linux is Furry
Join date: 13 Jul 2005
Posts: 443
08-20-2006 06:27
Check your /etc/X11/xorg.conf file. You should have a "DefaultDepth" line that reads:

CODE
DefaultDepth  "24"


If not, fix it.
Abel Undercity
Registered User
Join date: 19 Aug 2006
Posts: 41
08-20-2006 08:49
It works! The voices have stopped! I face the world with renewed hope and vigor!

(Puts down the chainsaw, unties the neighbors, and sends them home with a cookie for each.)

Thank you!
Seiana Echegaray
Registered User
Join date: 18 Dec 2005
Posts: 22
08-20-2006 09:06
And whats so amusing is that mine was at 24 the whole time. I broke it, then put it back to default and walah it worked.
Debbie Watson
Registered User
Join date: 4 Jul 2006
Posts: 8
08-20-2006 10:25
I am running Xandos Premum with a Nvida GeForce 6200oc and also installed the latest driver
but am unable to run SL.
Here is the output when I run the program.

2006-08-20T17:21:41Z INFO: QUEUED THREAD STARTING
2006-08-20T17:21:41Z INFO: QUEUED THREAD STARTING
2006-08-20T17:21:41Z INFO: QUEUED THREAD STARTING
2006-08-20T17:21:41Z WARNING: LLDir_Linux not fully implemented!
2006-08-20T17:21:41Z INFO: Checking marker file for lock...
2006-08-20T17:21:41Z INFO: Marker file isn't locked.
2006-08-20T17:21:41Z INFO: Checking marker file for lock...
2006-08-20T17:21:41Z INFO: Marker file created.
2006-08-20T17:21:41Z INFO: Removing message.log
2006-08-20T17:21:41Z INFO: Exiting init_marker_file().
2006-08-20T17:21:41Z INFO: Opening debug file /root/Desktop/SecondLife_1_11_3_1/SecondLife/logs/debug_info.log
2006-08-20T17:21:41Z INFO: Second Life version 1.11.3
2006-08-20T17:21:41Z INFO: Local time: 2006-08-20T13:21:41 EDT
2006-08-20T17:21:41Z INFO: CPU info:
2006-08-20T17:21:41Z processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) XP 1800+ stepping: 1 cpu MHz : 1500.212 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow bogomips : 3003.85
2006-08-20T17:21:41Z INFO: Memory info:
2006-08-20T17:21:41Z MemTotal: 1036428 kB MemFree: 606932 kB Buffers: 65212 kB Cached: 217744 kB SwapCached: 0 kB Active: 299144 kB Inactive: 75944 kB HighTotal: 131008 kB HighFree: 256 kB LowTotal: 905420 kB LowFree: 606676 kB SwapTotal: 1554424 kB SwapFree: 1554424 kB Dirty: 12 kB Writeback: 0 kB Mapped: 171624 kB Slab: 32896 kB CommitLimit: 2072636 kB Committed_AS: 259440 kB PageTables: 1748 kB VmallocTotal: 114680 kB VmallocUsed: 52900 kB VmallocChunk: 56820 kB
LLErrorStream::crashOnError() failed to get mutex for log
2006-08-20T17:21:41Z INFO: OS info: Linux 2.6.15-dcc-uni #1 PREEMPT Tue Jun 6 16:27:42 EDT 2006 i686
2006-08-20T17:21:41Z INFO: Loading feature tables.
2006-08-20T17:21:41Z INFO: Applying Feature Mask: RAM256MB
2006-08-20T17:21:41Z INFO: Applying Feature Mask: CPUSlow
2006-08-20T17:21:41Z INFO: Loading configuration file /root/Desktop/SecondLife_1_11_3_1/SecondLife/user_settings/settings.xml
2006-08-20T17:21:41Z INFO: Loading art table from /root/Desktop/SecondLife_1_11_3_1/app_settings/viewerart.xml
2006-08-20T17:21:41Z INFO: Loading base colors from /root/Desktop/SecondLife_1_11_3_1/app_settings/colors_base.xml
2006-08-20T17:21:41Z INFO: Loading user colors from /root/Desktop/SecondLife_1_11_3_1/app_settings/colors.xml
2006-08-20T17:21:41Z INFO: Failed to load user colors from /root/Desktop/SecondLife_1_11_3_1/app_settings/colors.xml
2006-08-20T17:21:41Z INFO: Loading legacy colors from /root/Desktop/SecondLife_1_11_3_1/app_settings/colors.ini
2006-08-20T17:21:41Z INFO: Default vfs data file not present, found /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/.
2006-08-20T17:21:41Z INFO: Old salt: 23913
2006-08-20T17:21:41Z WARNING: Bad or missing vfx index file /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.23913
2006-08-20T17:21:41Z WARNING: Removing old vfs data file /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/.
2006-08-20T17:21:41Z INFO: Renaming /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/. to /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/data.db2.x.1699367489
2006-08-20T17:21:41Z INFO: Renaming /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.23913 to /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1699367489
2006-08-20T17:21:41Z INFO: Pre-sized VFS data file to 1048576000 bytes
2006-08-20T17:21:41Z INFO: VFS: Using index file /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/index.db2.x.1699367489 and data file /root/Desktop/SecondLife_1_11_3_1/SecondLife/cache/data.db2.x.1699367489
2006-08-20T17:21:41Z INFO: VFS: Using index file /root/Desktop/SecondLife_1_11_3_1/app_settings/static_index.db2 and data file /root/Desktop/SecondLife_1_11_3_1/app_settings/static_data.db2
2006-08-20T17:21:41Z INFO: Initializing window...
2006-08-20T17:21:41Z INFO: createContext: creating window 800x600x32
2006-08-20T17:21:41Z INFO: createContext: window creation failure. SDL: Couldn't find matching GLX visual
2006-08-20T17:21:41Z INFO: Unloading all GL symbols...
2006-08-20T17:21:41Z WARNING: OSMessageBox: Window creation error
2006-08-20T17:21:41Z INFO: Unloading all GL symbols...
2006-08-20T17:21:41Z WARNING: LLWindowManager::create() : Error creating window.
2006-08-20T17:21:42Z WARNING: Unable to create window, be sure screen is set at 32-bit color in Control Panels->Display->Settings
2006-08-20T17:21:42Z INFO: remove_marker_file()

I have tried changing the xorg.conf file but that doesn't help. Any ideas I would be greatful
Thanks
Kitaro Hayashi
Registered User
Join date: 13 Aug 2006
Posts: 2
08-20-2006 12:32
I'm also having the same problem. I have my graphics card's newest drivers, but when I open and search xorg.conf it doesn't seem to have a "DefaultDepth" line. This really unsettles me, because I don't know where to go from a blank at all.

Forgot to add that I'm running a PCLinuxOS. And I miss RedHat D:

This is what the xorg.conf reads. The error message I receive is the same as those above.
CODE
# File generated by XFdrake (rev 41554)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/lib/X11/fonts/misc:unscaled"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "566LM"
HorizSync 31-61
VertRefresh 50-75

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce FX (generic)"
Driver "nv"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection