Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
quake3 startup error (solved)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 5:06 am    Post subject: quake3 startup error (solved) Reply with quote

hi, i was trying to run quake3 but kept getting an error while trying to run it, after looking around on the forum i thought it might be the nvidia drivers. updated those successfully but quake3 still will not run.

here is the error i get while trying to start quake3.
Code:
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/root/.q3a/baseq3
/opt/quake3/baseq3/pak8.pk3 (9 files)
/opt/quake3/baseq3/pak7.pk3 (4 files)
/opt/quake3/baseq3/pak6.pk3 (64 files)
/opt/quake3/baseq3/pak5.pk3 (7 files)
/opt/quake3/baseq3/pak4.pk3 (272 files)
/opt/quake3/baseq3/pak3.pk3 (4 files)
/opt/quake3/baseq3/pak2.pk3 (148 files)
/opt/quake3/baseq3/pak1.pk3 (26 files)
/opt/quake3/baseq3/pak0.pk3 (3539 files)
/opt/quake3/baseq3
./quake3.x86/baseq3

----------------------
4073 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading opengl32: QGL_Init: Can't load opengl32 from /etc/ld.so.conf or curre
nt dir: /opt/quake3/opengl32: cannot open shared object file: No such file or di
rectory
failed
...loading libGL.so.1: Initializing OpenGL display
...setting mode 6: 1024 768
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error couldn't open the X display
...WARNING: could not set the given mode (6)
Initializing OpenGL display
...setting mode 3: 640 480
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error couldn't open the X display
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

running kernel-2.6.7 / nvidia geforce 4 mx 440 (onboard gpu)


Last edited by guitardan311 on Sat Jul 10, 2004 10:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sat Jul 10, 2004 5:19 am    Post subject: Reply with quote

Are you trying to run it as root?
Quote:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

I've seen that error before, usually when people tried to run stuff as root while logged in with their regular user.
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 5:25 am    Post subject: Reply with quote

yes, i did su when trying this, because if i run it as a normal user i get this.

Code:
bash: /usr/games/bin/quake3: Permission denied
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sat Jul 10, 2004 5:32 am    Post subject: Reply with quote

Ah, that's because you probably don't belong to the games group
As root do this in a terminal:
Code:
usermod -G wheel,audio,games,users yourusername

You probably need to logout and back in for the changes to take effect
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 5:38 am    Post subject: Reply with quote

kool, thanks for the reply. now i get this message when i try to start it.

Code:
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/home/daniel/.q3a/baseq3
/opt/quake3/baseq3/pak8.pk3 (9 files)
/opt/quake3/baseq3/pak7.pk3 (4 files)
/opt/quake3/baseq3/pak6.pk3 (64 files)
/opt/quake3/baseq3/pak5.pk3 (7 files)
/opt/quake3/baseq3/pak4.pk3 (272 files)
/opt/quake3/baseq3/pak3.pk3 (4 files)
/opt/quake3/baseq3/pak2.pk3 (148 files)
/opt/quake3/baseq3/pak1.pk3 (26 files)
/opt/quake3/baseq3
./quake3.x86/baseq3

----------------------
534 files in pk3 files

Running in restricted demo mode.

----- FS_Startup -----
Current search path:
/home/daniel/.q3a/demota
/opt/quake3/demota
./quake3.x86/demota

----------------------
534 files in pk3 files
----- CL_Shutdown -----
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: Couldn't load default.cfg

i read somewhere else that this is because the pak0.pk3 wasnt installed, so i moved the pak0.pk3 from my windows partition over.
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sat Jul 10, 2004 5:42 am    Post subject: Reply with quote

Maybe the permissions got screwed up when you copied the file.
Do a:
Code:
chown -R root.games /opt/quake3/

And see if that helps
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 6:29 am    Post subject: Reply with quote

ok, i did the chown, and didnt help any. tried it with (username).games and worked. NOW i get an error message that says this (after changing resolutions) grrr...............
Code:
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/home/daniel/.q3a/baseq3
/opt/quake3/baseq3/pak8.pk3 (9 files)
/opt/quake3/baseq3/pak7.pk3 (4 files)
/opt/quake3/baseq3/pak6.pk3 (64 files)
/opt/quake3/baseq3/pak5.pk3 (7 files)
/opt/quake3/baseq3/pak4.pk3 (272 files)
/opt/quake3/baseq3/pak3.pk3 (4 files)
/opt/quake3/baseq3/pak2.pk3 (148 files)
/opt/quake3/baseq3/pak1.pk3 (26 files)
/opt/quake3/baseq3/pak0.pk3 (3539 files)
/opt/quake3/baseq3
./quake3.x86/baseq3

----------------------
4073 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading opengl32: QGL_Init: Can't load opengl32 from /etc/ld.so.conf or current dir: /opt/quake3/opengl32: cannot open shared object file: No such file or directory
failed
...loading libGL.so.1: Initializing OpenGL display
...setting mode 6: 1024 768
Using XFree86-VidModeExtension Version 2.2
Xlib:  extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
XFree86-VidModeExtension Activated at 1024x768
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Couldn't get a visual
...WARNING: could not set the given mode (6)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XFree86-VidModeExtension Activated at 640x480
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Couldn't get a visual
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsyste
Back to top
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Sat Jul 10, 2004 7:19 am    Post subject: Reply with quote

do
Code:
glxinfo| grep direct

If the awnser is no you must correctly install your graphics drivers.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 4:04 pm    Post subject: Reply with quote

when i do the glxinfo thing i get this.
Code:
bash-2.05b$ glxinfo| grep direct
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Back to top
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Sat Jul 10, 2004 5:39 pm    Post subject: Reply with quote

what graphics card do you have?
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 5:59 pm    Post subject: Reply with quote

GeForce4 MX440 onboard gpu (nforce2 chipset)
Back to top
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Sat Jul 10, 2004 6:26 pm    Post subject: Reply with quote

Have you tried installing the nvidia driver?
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 6:55 pm    Post subject: Reply with quote

i have the nvidia driver installed
Back to top
View user's profile Send private message
corsair
Retired Dev
Retired Dev


Joined: 06 Oct 2003
Posts: 451
Location: Aachen, Germany

PostPosted: Sat Jul 10, 2004 7:41 pm    Post subject: Reply with quote

and you are using the "nvidia" driver in your x-config?

Markus
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 7:42 pm    Post subject: Reply with quote

yes
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sat Jul 10, 2004 7:45 pm    Post subject: Reply with quote

Could you post your /var/log/XFree86.0.log?
What version of the kernel and nvidia-drivers do you have?
Is nvidia-kernel and nvidia-glx the same version?

questions, questions...
:wink:
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 8:01 pm    Post subject: Reply with quote

kernel-2.6.7 (gentoo-dev-sources)
nvidia-kernel v.1.0.6106
nvidia-glx v.1.0.6106

my XFree86.0.log
Code:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.7-gentoo-r7 i686 [ELF]
Build Date: 02 July 2004
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Jul 10 13:04:42 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Compaq QVision 172"
(**) |   |-->Device "NVIDIA GeForce"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "logidak"
(**) XKB: model: "logidak"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1297,f541 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1297,f541 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1297,f541 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1297,f541 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1297,f541 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1297,f541 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1297,f541 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1297,f541 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1297,f541 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 1297,f541 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1297,f541 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1297,f541 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0d:0: chip 10de,006e card 1297,f541 rev a3 class 0c,00,10 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,01f0 card 1297,f540 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xec000000 - 0xedffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xe4000000 - 0xebffffff (0x8000000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation NV18 [GeForce4 MX - nForce GPU] rev 163, Mem @ 0xec000000/24, 0xe4000000/26, 0xe8000000/19
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [1] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [2] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [3] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [4] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [5] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [6] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [7] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [10] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [11] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [13] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [14] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [15] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [16] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [1] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [2] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [3] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [4] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [5] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [6] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [7] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [10] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [11] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [13] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [14] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [15] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [16] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [6] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [7] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [8] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [9] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [10] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [11] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [12] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [15] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [16] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [21] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [22] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.1
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6106
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6106  Wed Jun 23 08:14:45 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [6] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [7] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [8] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [9] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [10] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [11] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [12] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [15] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [16] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [21] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [22] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [6] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [7] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [8] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [9] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [10] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [11] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [12] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [15] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [16] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [24] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [26] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [28] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE4000000
(--) NVIDIA(0): MMIO registers at 0xEC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 MX Integrated GPU
(--) NVIDIA(0): VideoBIOS: 04.1f.00.07.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, TV-0
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 300 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 300 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(EE) NVIDIA(0): vm86() syscall generated signal 4.
(II) NVIDIA(0): EAX=0x00000f00, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
(II) NVIDIA(0): ESP=0x00000ffa, EBP=0x00000000, ESI=0x00000000, EDI=0x00000000
(II) NVIDIA(0): CS=0x0000, SS=0x0100, DS=0x0040, ES=0x0000, FS=0x0000, GS=0x0000
(II) NVIDIA(0): EIP=0x00000002, EFLAGS=0x00033246
(II) NVIDIA(0): code at 0x00000002:
 ff ff ff ff ff 00 40 05 2e c8 b9 08 00 45 00 02
 40 1c 40 00 00 7f 11 5c c4 c0 a8 00 01 ff ff ff
(II) stack at 0x00001ffa:
 00 06 00 00 00 32
(II) NVIDIA(0): Compaq QVision 172: Using hsync range of 31.50-82.00 kHz
(II) NVIDIA(0): Compaq QVision 172: Using vrefresh range of 50.00-110.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 230) mm
(--) NVIDIA(0): DPI set to (81, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xe8000000 - 0xe807ffff (0x80000) MX[B]
   [1] 0   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
   [2] 0   0   0xec000000 - 0xecffffff (0x1000000) MX[B]
   [3] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [4] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xee085000 - 0xee08503f (0x40) MX[B]
   [9] -1   0   0xee084000 - 0xee0847ff (0x800) MX[B]
   [10] -1   0   0xee082000 - 0xee082fff (0x1000) MX[B]
   [11] -1   0   0xee000000 - 0xee07ffff (0x80000) MX[B]
   [12] -1   0   0xee080000 - 0xee080fff (0x1000) MX[B]
   [13] -1   0   0xee087000 - 0xee0870ff (0x100) MX[B]
   [14] -1   0   0xee086000 - 0xee086fff (0x1000) MX[B]
   [15] -1   0   0xee081000 - 0xee081fff (0x1000) MX[B]
   [16] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [17] -1   0   0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
   [18] -1   0   0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
   [19] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [20] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [21] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [22] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [27] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [28] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [29] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [30] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [31] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(EE) NVIDIA(0): Failed to load GLX
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse1: ps2EnableDataReporting: succeeded
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sat Jul 10, 2004 8:36 pm    Post subject: Reply with quote

Quote:
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(EE) NVIDIA(0): Failed to load GLX

Are you sure you have:
Code:
Load     "glx"
in your xconfig?
It tries to load glx but I can't find any line in you log that says something like:
Quote:
II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"

Do you have libglx.so in /usr/X11R6/lib/modules/extensions/ ?
I also noticed this in your log:
Quote:
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(EE) NVIDIA(0): vm86() syscall generated signal 4.
(II) NVIDIA(0): EAX=0x00000f00, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
(II) NVIDIA(0): ESP=0x00000ffa, EBP=0x00000000, ESI=0x00000000, EDI=0x00000000
(II) NVIDIA(0): CS=0x0000, SS=0x0100, DS=0x0040, ES=0x0000, FS=0x0000, GS=0x0000
(II) NVIDIA(0): EIP=0x00000002, EFLAGS=0x00033246
(II) NVIDIA(0): code at 0x00000002:
ff ff ff ff ff 00 40 05 2e c8 b9 08 00 45 00 02
40 1c 40 00 00 7f 11 5c c4 c0 a8 00 01 ff ff ff
(II) stack at 0x00001ffa:
00 06 00 00 00 32
Looks like some kind of kernel error. :?
You could try and remove nvidia-kernel and nvidia-glx and then reinstall.
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 8:52 pm    Post subject: Reply with quote

ok yeah, load "glx" was commented in the XF86Config so i uncommented it.
libglx.so is in /usr/X11R6/lib/modules/extensions
i will see if this works, bbl.
Back to top
View user's profile Send private message
guitardan311
n00b
n00b


Joined: 21 Jun 2004
Posts: 37
Location: Memphis, TN

PostPosted: Sat Jul 10, 2004 9:04 pm    Post subject: Reply with quote

cool, that did it. thanks megadonkey and blueworm for the help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum