LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-27-2006, 10:34 PM   #1
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Rep: Reputation: 31
nvidia-installer, gcc-version-check fails


Let me start out first by saying I've perused the forums before posting. None of the threads I looked at provided a solution.

Shortly after I bought my graphics card (~6 months ago) I began trying to install the latest drivers and always ran into roadblocks. It didn't matter then, since I wasn't going to get hardware acceleration anyway, but now that I finally have kernel 2.6 working, I'd like to get this. I think it's always been the same problem, which is that the installer fails on the gcc check. It complains that the gcc version used to compile the kernel source (4.0) doesn't match the one for the kernel interface (4.1) it's trying to get, or something to this effect. I cannot check the specifics right now because X is running and nvidia-installer.log has been overwritten. I've done: CC=/usr/bin/gcc-4.1, export CC. Nothing. I actually have multiple versions of gcc (3.3,4.0,4.1) but when I try to remove them, dpkg complains about broken depends. I could do a --force-depends but I don't want to break anything. I have the latest binutils and modutils, the corresponding kernel source and headers.

One final thing...
I cannot directly execute the .run file, so I'm forced to extract it and run nvidia-installer myself. This works just fine but I'm confused why I can't just use the self-extracting file to install. As it is right now, it uncompresses the file and then I just get the following:
./NVIDIA-Linux-x86-1.0-8762-pkg1.run: line 864: ./nvidia-installer: Permission denied

The file is chmod 755 so I don't see the problem. Also, line 864 marks the beginning of binary.


Thanks
 
Old 08-27-2006, 11:15 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
It would be export CC=/usr/bin/gcc-4.0 then run the installer but I do not see why you are not using the Debian sources for the nvidia driver. Put this in your sources.list temporarily then apt-get update.

Code:
## Unstable Sources
deb http://ftp2.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp2.de.debian.org/debian/ sid main contrib non-free
Then install the module-assistant package and as root module-assistant choose PREPARE to have the kernel-headers installed and linked properly. Next use SELECT with up/down arrow keys to move in the list once at the nvidia-kernel-source selection use spacebar to select then enter key to go back to the menu. Choose BUILD to build the module package once it completes answer yes to install the package. Now if the nvidia-glx package was not installed install it and make the edits necessary to your xorg.conf then comment out the lines for unstable in your sources.list and update again. Now you are probably better off rebooting as the last couple of times I have installed a new module it was necessary to get everything initialized properly.
 
Old 08-28-2006, 12:15 AM   #3
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
Well, I have the nvidia-kernel-2.6.16-2-686-smp package installed. I was reading the description of the package and it's different than I thought it was, although I've read about it in the past. For whatever reason, I thought the binary driver from nvidia was also required to have full-fledged hardware acceleration. I take it I'm wrong about this...

glxinfo displays:
Xlib: extension "GLX" missing on display ":0.0".
(and I have 'Load "glx"' in xorg.conf)
 
Old 08-28-2006, 11:23 PM   #4
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
I have the appropriate kernel source and headers installed and I specify the directory with --kernel-source-path. I select not to download the kernel interfaces from nvidia and have the installer compile them directly.

The pertinent information in the nvidia-installer log (I have selected to ignore gcc version mismatch)...

Using built-in stream user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li ke the installer to attempt to download a kernel interface for your kernel f rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC test with CC="cc".
-> gcc-version-check failed:


The compiler used to compile the kernel (gcc 4.0) does not exactly match the current compiler (gcc 4.1). The Linux 2.6 kernel module loader rejects kern el modules built with a version of gcc that does not exactly match that of t he compiler used to build the running kernel.

If you know what you are doing and want to ignore the gcc version check, sel ect "No" to continue installation. Otherwise, select "Yes" to abort install ation, set the CC environment variable to the name of the compiler used to c ompile your kernel, and restart installation. Abort now? (Answer: No)
-> Using the kernel source path '/usr/src/linux-source-2.6.16' as specified by
the '--kernel-source-path' commandline option.
-> Kernel source path: '/usr/src/linux-source-2.6.16'
-> Kernel output path: '/usr/src/linux-source-2.6.16'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.



ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s).



nvidia: version magic '2.6.16 SMP 686 gcc-4.1' should be '2.6.16-2-686-smp
SMP 686 gcc-4.0'




I have done 'CC=gcc-4.0 export CC' and still get the gcc error.
 
Old 08-29-2006, 12:08 AM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by verbose
nvidia: version magic '2.6.16 SMP 686 gcc-4.1' should be '2.6.16-2-686-smp
SMP 686 gcc-4.0'[/i]



I have done 'CC=gcc-4.0 export CC' and still get the gcc error.
I have already given you the proper command to use just before compile export CC=/usr/bin/gcc-4.0 that is how to tell it to use the 4.0 version or if necessary as root ln -sfn /usr/bin/gcc-4.0 /usr/bin/gcc to change the link don't forget to change it back to the 4.1 version.
 
Old 08-29-2006, 01:18 AM   #6
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
I know, and I've done as you suggested, so it should work... I'll have to try creating a symlink next and maybe that will do the trick.
 
Old 08-31-2006, 05:29 AM   #7
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
The symlink suggestion worked. Thanks. I'm still confused why adding CC to the environment didn't work but recreating the link did. Anyway, the driver appears to have installed successfully, but the results suggest otherwise.

If it did in fact install correctly, I should be able to load the 'nvidia' driver, but I'm not for some reason.

The only error I get during installation is the following:
Unable to perform the runtime configuration check for library
'libGL.so.1' ('/usr/lib/libGL.so.1.0.8762'); assuming successful
installation.
 
Old 08-31-2006, 10:13 AM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by verbose
The symlink suggestion worked. Thanks. I'm still confused why adding CC to the environment didn't work but recreating the link did. Anyway, the driver appears to have installed successfully, but the results suggest otherwise.

If it did in fact install correctly, I should be able to load the 'nvidia' driver, but I'm not for some reason.

The only error I get during installation is the following:
Unable to perform the runtime configuration check for library
'libGL.so.1' ('/usr/lib/libGL.so.1.0.8762'); assuming successful
installation.
That is a good question the export CC= has always worked for me in the past. So your saying the module built but will not load because of the above. Do you have the xserver-xorg-dev package installed? I seem to remember reading on the nvnews.net that it is required for the driver to find the proper places to put it parts.
 
Old 08-31-2006, 02:11 PM   #9
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
As a matter of fact, I don't. I will try installing the driver again with the package installed.
 
Old 08-31-2006, 02:17 PM   #10
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by verbose
As a matter of fact, I don't. I will try installing the driver again with the package installed.
Use the --uninstall option on the nvidia driver before the re-install though just to get rid of the files it has already installed.
 
Old 08-31-2006, 02:41 PM   #11
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
Installing xserver-xorg-dev worked... sort of. I'm now able to load all modules. Well, all except for speedo, which I just read has been disabled in xorg by default, and this was way back in 2004, so I don't know why it hasn't been taken out of the conf. I can't say as I know what it is/does anyway.

I ran nvidia-installer (w/ and w/o --uninstall) again and the nvidia driver loaded fine, as well as glx etc. However, when I actually try to start X, the screen is blank and just flickers every 3 seconds. Then, it just goes black, so I hit Ctrl and I'm able to see the Xorg errors, just like normal. The thing is, there are no errors.

You've been very helpful so far, thanks.
 
Old 08-31-2006, 02:55 PM   #12
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Your welcome, what does your xorg.conf file look like can you post that and even the log file (/var/log/Xorg.0.log) just so we can get a look at it you will need to put this one in two posts it is rather big.
 
Old 08-31-2006, 04:48 PM   #13
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
xorg.conf:
Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
    FontPath        "unix/:7100"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    FontPath        "/usr/share/fonts/truetype/msttcorefonts"
    FontPath        "/usr/share/fonts/truetype/freefont"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/Type1"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "record"
#    Load           "speedo"
    Load           "type1"
    Load           "vbe"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xfree86"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Emulate3Buttons" "false"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Dell P1110"
    HorizSync       30.0 - 121.0
    VertRefresh     48.0 - 160.0
    ModeLine       "1600x1200_85.00" 229.5 1600 1696 1888 2140 1200 1209 1212 1250 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "FX5200"
    Driver         "nv"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "FX5200"
    Monitor        "Dell P1110"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200_85.00"
    EndSubSection
EndSection
Xorg.0.log coming...
 
Old 08-31-2006, 05:07 PM   #14
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by verbose
xorg.conf:
[code]

Section "Device"
Identifier "FX5200"
Driver "nv"
EndSection



Xorg.0.log coming...
Hopefully this was just changed back to nv so you can run otherwise it should be nvidia for the driver. And for the log file it would need to be when the nvidia driver is used to start copy it to a backup before restarting the X server with the nv driver otherwise it will be overwritten with the new start of X.
 
Old 08-31-2006, 07:29 PM   #15
verbose
Member
 
Registered: Aug 2004
Distribution: deb lenny 2.6.21-amd64
Posts: 320

Original Poster
Rep: Reputation: 31
Yeah, I know, I just catted the nvidia driver start to a file.

Code:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux c-67-167-188-115 2.6.16-2-686-smp #1 SMP Sat Jul 15 22:33:00 UTC 2006 i686
Build Date: 16 March 2006
        Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Thu Aug 31 17:50:47 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Dell P1110"
(**) |   |-->Device "FX5200"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
        Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.
        Entry deleted from font path.
(**) FontPath set to "unix/:7100,[etc...]
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(--) using VT number 3

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:02:0: chip 1002,4756 card 8086,4756 rev 7a class 03,00,00 hdr 00
(II) PCI: 00:03:0: chip 8086,1229 card 8086,1229 rev 08 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0322 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 00:08:0: chip 1095,3112 card 1095,6112 rev 01 class 01,04,00 hdr 00
(II) PCI: 00:0f:0: chip 1166,0200 card 1166,0200 rev 50 class 06,01,00 hdr 80
(II) PCI: 00:0f:1: chip 1166,0211 card 0000,0000 rev 00 class 01,01,8a hdr 80
(II) PCI: 00:0f:2: chip 1166,0220 card 1166,0220 rev 04 class 0c,03,10 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), 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:15:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:2:0) ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] rev 122, Mem @ 0xea000000/24, 0xe8103000/12, I/O @ 0x5400/8
(--) PCI:*(0:6:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe9000000/24, 0xf0000000/27
(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) Active PCI resource ranges:
        [0] -1  0       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [1] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [2] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [3] -1  0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [6] -1  0       0x00005050 - 0x0000505f (0x10) IX[B]
        [7] -1  0       0x00005040 - 0x0000504f (0x10) IX[B]
        [8] -1  0       0x00005060 - 0x00005063 (0x4) IX[B]
        [9] -1  0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [10] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [11] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [12] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [1] -1  0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [2] -1  0       0x00005400 - 0x000054ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [1] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [2] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [3] -1  0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [6] -1  0       0x00005050 - 0x0000505f (0x10) IX[B]
        [7] -1  0       0x00005040 - 0x0000504f (0x10) IX[B]
        [8] -1  0       0x00005060 - 0x00005063 (0x4) IX[B]
        [9] -1  0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [10] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [11] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [12] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [1] -1  0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [2] -1  0       0x00005400 - 0x000054ff (0x100) IX[B](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       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [6] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [7] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [8] -1  0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [11] -1 0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [12] -1 0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x00005050 - 0x0000505f (0x10) IX[B]
        [16] -1 0       0x00005040 - 0x0000504f (0x10) IX[B]
        [17] -1 0       0x00005060 - 0x00005063 (0x4) IX[B]
        [18] -1 0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [19] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [20] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [21] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
        [22] -1 0       0x00005400 - 0x000054ff (0x100) IX[B](B)
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org 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 XFree86-DGA
(II) Loading extension DPMS
(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: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.8762
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.8762
        Module class: X.Org Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8762  Mon May 15 13:08:07 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:06:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(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       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [6] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [7] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [8] -1  0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [11] -1 0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [12] -1 0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x00005050 - 0x0000505f (0x10) IX[B]
        [16] -1 0       0x00005040 - 0x0000504f (0x10) IX[B]
        [17] -1 0       0x00005060 - 0x00005063 (0x4) IX[B]
        [18] -1 0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [19] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [20] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [21] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
        [22] -1 0       0x00005400 - 0x000054ff (0x100) IX[B](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       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [6] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [7] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [8] -1  0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [11] -1 0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [12] -1 0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x00005050 - 0x0000505f (0x10) IX[B]
        [19] -1 0       0x00005040 - 0x0000504f (0x10) IX[B]
        [20] -1 0       0x00005060 - 0x00005063 (0x4) IX[B]
        [21] -1 0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [22] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [23] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [24] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
        [25] -1 0       0x00005400 - 0x000054ff (0x100) IX[B](B)
        [26] 0  0       0x500a03b0 - 0x500a03bb (0xc) IS[B]
        [27] 0  0       0x500a03c0 - 0x500a03df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:0:6:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.75.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:0:6:0:
(--) NVIDIA(0):     Dell P1110 (CRT-0)
(--) NVIDIA(0): Dell P1110 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1600x1200_85.00"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline option(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
        [1] 0   0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xe8101000 - 0xe8101fff (0x1000) MX[B]
        [8] -1  0       0xe8102000 - 0xe81021ff (0x200) MX[B]
        [9] -1  0       0xe8000000 - 0xe80fffff (0x100000) MX[B]
        [10] -1 0       0xe8100000 - 0xe8100fff (0x1000) MX[B]
        [11] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [12] -1 0       0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xe8103000 - 0xe8103fff (0x1000) MX[B](B)
        [14] -1 0       0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x00005050 - 0x0000505f (0x10) IX[B]
        [21] -1 0       0x00005040 - 0x0000504f (0x10) IX[B]
        [22] -1 0       0x00005060 - 0x00005063 (0x4) IX[B]
        [23] -1 0       0x00005068 - 0x5000506f (0x50000008) IX[B]
        [24] -1 0       0x00005064 - 0x00005067 (0x4) IX[B]
        [25] -1 0       0x00005070 - 0x00005077 (0x8) IX[B]
        [26] -1 0       0x00005000 - 0x0000503f (0x40) IX[B]
        [27] -1 0       0x00005400 - 0x000054ff (0x100) IX[B](B)
        [28] 0  0       0x500a03b0 - 0x500a03bb (0xc) IS[B]
        [29] 0  0       0x500a03c0 - 0x500a03df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "1600x1200_85.00"
(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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
I looked through a good part of the log and nothing jumped out at me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Chap 6.14. GCC-3.4.1 fails make -k check ralpha6 Linux From Scratch 5 05-17-2006 03:29 PM
Nvidia installer fails Slinky Mandriva 1 03-12-2005 06:24 PM
nvidia drivers, gcc-version-check failed Seiken Slackware 26 02-25-2005 09:50 PM
nvidia installer fails to create nvidia module rooman Linux - Software 3 10-04-2004 03:39 AM
Problems with NVIDIA - gcc ver check fails timelord726 Linux - Software 2 08-12-2004 03:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration