View Full Version : HOWTO: Latest NVIDIA drivers on Ubuntu Breezy
tseliot
March 28th, 2006, 01:04 PM
i checked out your script for dapper. i have a few questions
i notice it still unisintalls the restricted modules, i need those for madwifi, do you know if a simple way to reinstall them? or to avoid uninstalling them? i never got the modules working on gentoo, i had to use them as a command line program rather than a kernel module i think..
also what is that patch it applies? what does it do?
it looks like the main difference here is it just copies the modules/libs to a slightly different directory
ill try the patch tonight, im not on my home computer right now
thanks
EDIT: I didn't notice you were successful. I'm glad you made it.
tseliot
March 28th, 2006, 01:08 PM
I got it to work yesterday. Tseliot in your guide for nvidia-glx-legacy delete the part where you had "linux-restricted-modules-`uname -r`-nvidia -legacy" that package doesnt exist anymore.
All i did was this to get it working:
sudo apt-get --purge remove nvidia-kernel-common linux-restricted-modules-`uname -r`
sudo apt-get install nvidia-glx-legacy
The newest version of nvidia-glx-legacy installs nvidia-settings by itself along with linux-restricted-modules-`uname -r`-386 so you dont need to. Make sure you don't have linux-restricted-modules-386 that screwed my X up.....
Which version of Ubuntu do you refer to? If you are talking about Dapper Drake then I agree with you (it's all in my guide for Dapper).
tseliot
March 28th, 2006, 01:12 PM
Just set up my nVidia correctly on a GeForce 6100 set using method 2. Thanks, tseliot.
However, the sound on my board, using an nForce 430 is still not working. I downloaded the drivers and successfully recompiled the kernel, but there is still no sound. This probably isn't a big problem, since I haven't the slightest clue what I'm doing. Can anyone point me to a guide for this? Thanks.
I do not own that motherboard and I wouldn't know how to help you. I'm sorry.
Intangir
March 28th, 2006, 01:13 PM
well last night i actually did get my original install working ONCE.. it booted up with the right drivers. everything seemed good, until i rebooted
then i kept getting some kind of version mismatch.. i was pretty annoyed and frustrated, and since i had only just recently installed it and hadnt done anything on it except for screw around with driver issues. i reformatted/reinstalled ubuntu AGAIN
this time i got all the new updates from the package manager, but didnt try to install my own kernel, or install nvidia drivers from the nvidia site
all i did was type the apt-get install nvidia-glx
and edit the 2 lines in the xorg.conf
rebooted.. 100% perfect.. i have the newest nvidia drivers, and madwifi!
so.. i dont get it cause i coulda sworn i tried that 2 days ago and it didnt work
but it worked last night, perfectly. which makes me happy but also makes me wonder what the hell i did wrong the first time ;)
either way im just happy to finally have it set up right
so basically method1 is what i used, it worked
except i didnt install the nvidia-settings thing, for some strange reason when i try to select it in the advanced package manager it tells me it has to uninstall nvidia-glx.. so i decided not to install it ;)
tseliot
March 28th, 2006, 01:17 PM
My apologies but I may have mucked something up.
Before I saw your post, I was mucking about, to see if I could get things figured out, on my own. I tried to uninstall the Nvidia driver, then reinstall it, but when doing so, after it compiles, it exits with an error related to a libnvidia-tls.so.1 already existing. I tried deleting that particular file, but it still happens.
The file seems to appear in /usr/lib/ and /usr/lib/tls
:-|
Please, don't try to reinstall the driver. Follow my previous advice and then post the content of your /etc/X11/xorg.conf.
I think your xorg.conf can be crucial in this case.
tseliot
March 28th, 2006, 01:19 PM
well last night i actually did get my original install working ONCE.. it booted up with the right drivers. everything seemed good, until i rebooted
then i kept getting some kind of version mismatch.. i was pretty annoyed and frustrated, and since i had only just recently installed it and hadnt done anything on it except for screw around with driver issues. i reformatted/reinstalled ubuntu AGAIN
this time i got all the new updates from the package manager, but didnt try to install my own kernel, or install nvidia drivers from the nvidia site
all i did was type the apt-get install nvidia-glx
and edit the 2 lines in the xorg.conf
rebooted.. 100% perfect.. i have the newest nvidia drivers, and madwifi!
so.. i dont get it cause i coulda sworn i tried that 2 days ago and it didnt work
but it worked last night, perfectly. which makes me happy but also makes me wonder what the hell i did wrong the first time ;)
either way im just happy to finally have it set up right
so basically method1 is what i used, it worked
except i didnt install the nvidia-settings thing, for some strange reason when i try to select it in the advanced package manager it tells me it has to uninstall nvidia-glx.. so i decided not to install it ;)
As my guide for Dapper says, you mustn't install nvidia-settings as it's alerady included in the nvidia-glx package.
rj686
March 28th, 2006, 02:38 PM
also dont install linux-restricted-modules-`uname -r`-nvidia-legacy if your using dapper because it doesnt exist :)
it says to install that in your guide...
pkt-zer0
March 28th, 2006, 03:41 PM
Hi there, new guy to Linux, here.
I've tried both methods 1 and 2, to not much avail. X kept complaining about it not being able to load a kernel module since the video card was unsupported.
Any suggestions on which specific drivers I'd have to use and/or log files I'd have to post to get this GeForce 2 Ti sitting in my AGP slot working with hardware acceleration?
tseliot
March 28th, 2006, 04:34 PM
also dont install linux-restricted-modules-`uname -r`-nvidia-legacy if your using dapper because it doesnt exist :)
it says to install that in your guide...
I had corrected that but only in the "HOW TO UNINSTALL THE DRIVER" section.
I forgot to change it in Method 1.
Thanks for making me notice :) .
tseliot
March 28th, 2006, 04:42 PM
Hi there, new guy to Linux, here.
I've tried both methods 1 and 2, to not much avail. X kept complaining about it not being able to load a kernel module since the video card was unsupported.
Any suggestions on which specific drivers I'd have to use and/or log files I'd have to post to get this GeForce 2 Ti sitting in my AGP slot working with hardware acceleration?
You shouldn't have used Method 1 and Method 2 together.
Uninstall the driver from Method 2:
Log out
Press CTRL+ALT+F1
sudo /etc/init.d/gdm stop
sudo sh name_of_the_nvidia_installer --uninstall
(replace name_of_the_nvidia_installer with the name of the nvidia installer you used)
Uninstall the driver from Method 1
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
Install the Legacy driver:
sudo apt-get install nvidia-glx-legacy nvidia-settings linux-restricted-modules-`uname -r`-nvidia-legacy
sudo /etc/init.d/gdm start
ububaba
March 29th, 2006, 12:58 AM
METHOD 2
cd “directory where you have the nvidia installer”
su
CC=gcc-3.4
export CC
exit
CC=gcc-3.4
export CC
I downloaded Nvidia driver 8178 to use in method #2.
All went fine till I reached step 10. After su my password
could not be authenticated. I stuck am there now. Has any
one else experienced it as well?
pkt-zer0
March 29th, 2006, 12:52 PM
You shouldn't have used Method 1 and Method 2 together.
Uninstall the driver from Method 2:
Log out
Press CTRL+ALT+F1
sudo /etc/init.d/gdm stop
sudo sh name_of_the_nvidia_installer --uninstall
(replace name_of_the_nvidia_installer with the name of the nvidia installer you used)
Uninstall the driver from Method 1
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
Install the Legacy driver:
sudo apt-get install nvidia-glx-legacy nvidia-settings linux-restricted-modules-`uname -r`-nvidia-legacy
sudo /etc/init.d/gdm start I actually tried Method 1 first, using the legacy drivers, and only then tried fiddling with Method 2. Seems I got something wrong the first time, since now it works just fine. Thanks for your help!
I downloaded Nvidia driver 8178 to use in method #2.
All went fine till I reached step 10. After su my password
could not be authenticated. I stuck am there now. Has any
one else experienced it as well? I think it asks for the root password, not your 'normal' one.
tseliot
March 29th, 2006, 12:57 PM
METHOD 2
cd “directory where you have the nvidia installer”
su
CC=gcc-3.4
export CC
exit
CC=gcc-3.4
export CC
I downloaded Nvidia driver 8178 to use in method #2.
All went fine till I reached step 10. After su my password
could not be authenticated. I stuck am there now. Has any
one else experienced it as well?
If that happens it might mean that you skipped step 3 in Method 2.
Please repeat step 3.
weasel fierce
March 29th, 2006, 07:09 PM
Please, don't try to reinstall the driver. Follow my previous advice and then post the content of your /etc/X11/xorg.conf.
I think your xorg.conf can be crucial in this case.
Since X broke, with the modified xorg.conf, I restored it to my original, which is as follows:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "DELL E772p"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "DELL E772p"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Those are, to the best of my knowledge, the defaults from before I installed the driver.
EDIT: Something I remembered, not sure if its relevant or not. A few days before this, I was toying with installing the nvidia drivers from the repositories. I changed the PCI info in xorg.conf to fit where the card is 1:5:0, and upon restarting X, I could hear the loginscreen come up (from the little drum roll it makes), but it was blank.
When rebooting, the hotplug subsystems failed again, but the error was different.
/etc/init.d/rsC (I think thats how the capitalization was, anyways, I scribbled it down pretty quickly) segmentation fault.
dragge
March 30th, 2006, 06:19 AM
Great guide! But i got one problem.
After doing the apt-get linux-image and headers section my wlan0 goes bye bye :(
Why do i lose my wlan when installing the new image? :(
I got a D-link dwlg520 artheros card.
Edit: Oh and im using Method 2, trying to install latest drivers from nvidia.com
tseliot
March 30th, 2006, 06:58 AM
Great guide! But i got one problem.
After doing the apt-get linux-image and headers section my wlan0 goes bye bye :(
Why do i lose my wlan when installing the new image? :(
I got a D-link dwlg520 artheros card.
Edit: Oh and im using Method 2, trying to install latest drivers from nvidia.com
The problem is that if you want to use Method 2 you have to remove the restricted modules for your kernel BUT if you want to use the wlan you need the restricted modules.
1) You should uninstall the drivers from method 2:
Press CTRL-ALT-F1 (so as to get to the command line, not a windowed terminal, but out of the graphical interface GUI)
Login with your username and password (if required)
Stop the xserver:
sudo /etc/init.d/gdm stop (OR "kdm stop" if you use KDE)
Restore your old xorg.conf
sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf
NOTE: if the backup of your old xorg.conf doesn't work or you lost it try this command (so as to regenerate a clean xorg.conf): sudo dpkg -reconfigure -phigh xserver-xorg
Uninstall the driver
cd path_to_the_nvidia_installer
sudo sh name_of_the_nvidia_installer --uninstall
Restart the xserver
sudo /etc/init.d/gdm start (or "kdm start" if you use KDE)
Then reinstall the restricted modules for your kernel to have the wlan connection back.
2) You can download the restricted modules from the internet:
type this command and see its output to see the version of your kernel:
uname -r
get to this address (from a computer with an internet connection):
http://mirrors.dotsrc.org/ubuntu/pool/restricted/l/linux-restricted-modules-2.6.12/
and download the linux-restricted-modules for your kernel which will have a name such as:
linux-restricted-modules-2.6.12-10-k7_2.6.12.4-11.1_i386.deb
Make sure the part in red matches the output of the command "uname -r", i.e. if uname -r gave you 2.6.12-10-k7 then you would download the file in the example above.
After you download the file:
cd path_to_the_deb_file
sudo dpkg -i name_of_the_file
Then, if everything goes ok, you can reboot
tseliot
March 30th, 2006, 07:11 AM
Since X broke, with the modified xorg.conf, I restored it to my original, which is as follows:
keep a backup of your current xorg.conf.
Modify this part of your xorg.conf in the following way:
Section "Device"
Identifier "NVIDIA Corporation"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL E772p"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation"
Monitor "DELL E772p"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Then save the file.
Log out
Press CTRL+ALT+F1
If the xserver works then you can install the nvidia driver.
dragge
March 30th, 2006, 07:44 AM
Ok.. i have reverted all now, my wlan works but my graphics look like crap :(
Are there anyway of me using the latest nvidia driver and not lose my wlan?
Will method 3 work when making my own restricted module?
tseliot
March 30th, 2006, 12:04 PM
Ok.. i have reverted all now, my wlan works but my graphics look like crap :(
Are there anyway of me using the latest nvidia driver and not lose my wlan?
Will method 3 work when making my own restricted module?
Use Method 1 if you can.
Otherwise you should compile the driver for your wlan (so as not to use the restricted modules) and use Method 2.
chemist109
March 30th, 2006, 04:13 PM
There is a howto that shows how to keep wifi drivers from 'linux-restricted-modules' at this link:
http://wiki.cchtml.com/index.php/Ubuntu_Installation_Guide#Madwifi_Drivers_in_Breez y_Badger
Basically, you copy the modules you want to keep from
/lib/modules/$(uname -r)/volatile/
to
/lib/modules/$(uname -r)/kernel/
before you uninstall the linux-restricted-modules package.
Then you do
sudo depmod -a $(uname -r)
and uninstall the restricted modules package. Then, reboot and do the driver install. You will have to do this each time you upgrade the kernel.
isTHEr3mOr3
March 30th, 2006, 05:27 PM
Ok, will do that. If I know what the problem is I will come back to share it.
Great help on the NVIDIA forum!
Stupid me :oops: I downloaded the wrong driver, I needed the legacy driver.
(next time I will RTFM better...)
stoneted
March 30th, 2006, 08:48 PM
I have a problem with a 23 inch HD Apple LCD Montor.
It works fine on the nv driver, not at all with the nvidia driver. The attached TV will work as the primary on the nvidia driver.
I followed method 2.
weasel fierce
March 30th, 2006, 10:45 PM
Allright. So I followed your steps. I managed to get back into Gnome (though I had to change the PCI to 1:5:0.
Now, in Gnome, I get display on the screen, when the monitor cable is plugged into the card, while during boot, I have to have it in the onboard card.
xorg.conf (the relevant parts) looks like this now:
Section "Device"
Identifier "Nvidia"
Driver "nvidia"
BusID "PCI:1:5:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "DELL E772p"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Nvidia"
Monitor "DELL E772p"
DefaultDepth 24
Would it be safe to change the BIOS setting now, or ?
EDIT:
Okay, it seems not.
I tried changing the BIOS to "auto" instead of Onboard.
At the hotplugs, it crashes with a segmentation fault.
The end of the error goes:
/etc/rsC.d/S40hotplug: line 95: 5689 segmentation fault
/etc/hotplug/$name.rc $1 >/dev/null 2>&1
*PANIC: segmentation violation at 0xffffe420! Sleeping for 30 seconds
/etc/init.d/rcS: line 50: 5677 segmentation fault $i start
tseliot
March 31st, 2006, 03:21 AM
Allright. So I followed your steps. I managed to get back into Gnome (though I had to change the PCI to 1:5:0.
Now, in Gnome, I get display on the screen, when the monitor cable is plugged into the card, while during boot, I have to have it in the onboard card.
xorg.conf (the relevant parts) looks like this now:
Would it be safe to change the BIOS setting now, or ?
EDIT:
Okay, it seems not.
I tried changing the BIOS to "auto" instead of Onboard.
At the hotplugs, it crashes with a segmentation fault.
The end of the error goes:
Se the BIOS to "auto" (so as not to use the onboard card)
Select "Recovery Mode" from the GRUB menu (you will see it few time after turning on the computer)
It will boot to the command line.
Type:
dpkg-reconfigure -phigh xserver-xorg
then:
nano /etc/X11/xorg.conf
and see which videocard has been detected.
Then report to me.
tseliot
March 31st, 2006, 03:25 AM
I have a problem with a 23 inch HD Apple LCD Montor.
It works fine on the nv driver, not at all with the nvidia driver. The attached TV will work as the primary on the nvidia driver.
I followed method 2.
have a look at this:
HOWTO: Get Apple Cinema 23 (http://ubuntuforums.org/showthread.php?t=85109&highlight=apple+Monitor)
tseliot
March 31st, 2006, 03:25 AM
There is a howto that shows how to keep wifi drivers from 'linux-restricted-modules' at this link:
http://wiki.cchtml.com/index.php/Ubuntu_Installation_Guide#Madwifi_Drivers_in_Breez y_Badger
Basically, you copy the modules you want to keep from
/lib/modules/$(uname -r)/volatile/
to
/lib/modules/$(uname -r)/kernel/
before you uninstall the linux-restricted-modules package.
Then you do
sudo depmod -a $(uname -r)
and uninstall the restricted modules package. Then, reboot and do the driver install. You will have to do this each time you upgrade the kernel.
thanks for reporting
dragge
March 31st, 2006, 06:30 AM
That made it work! I got latest Nvidia and working wlan now!
Thanks m8! :mrgreen: :)
There is a howto that shows how to keep wifi drivers from 'linux-restricted-modules' at this link:
http://wiki.cchtml.com/index.php/Ubuntu_Installation_Guide#Madwifi_Drivers_in_Breez y_Badger
Basically, you copy the modules you want to keep from
/lib/modules/$(uname -r)/volatile/
to
/lib/modules/$(uname -r)/kernel/
before you uninstall the linux-restricted-modules package.
Then you do
sudo depmod -a $(uname -r)
and uninstall the restricted modules package. Then, reboot and do the driver install. You will have to do this each time you upgrade the kernel.
ScarabDrac
March 31st, 2006, 07:53 AM
Alright, I have looked everywhere for a straight-forward solution to my problem (and if I missed it, Im sorry). I have an Inspiron 8200 with a GeForce Go 440 card. When I installed Ubuntu (v5.10) as well as the nvidia-glx/-settings packages, and run nvidia-glx-config. Everythings works, I have 3D accelleration, X-server, Planet-PenguinRacer, the works.
After a few weeks, hardware accelleration is disabled, and anything requiring 'glx' fails to run.
I have tried reinstalling the drivers and the kernel modules. I even reinstalled Ubuntu, and the same thing happened after updating all the packages.
If any of this sounds familiar I would appreciate any help you can give.
stoneted
March 31st, 2006, 10:23 AM
have a look at this:
HOWTO: Get Apple Cinema 23 (http://ubuntuforums.org/showthread.php?t=85109&highlight=apple+Monitor)
Thank You for the last reply,
I used the same xorg.conf settings and back down to Nvidia version 7676 and still a blank screen. With the Nvidia driver, the reading of the EDID parameters from the monitor fails (the Nv driver does not; see below):
(**) 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): Option "ConnectedMonitor" "DFP"
(**) NVIDIA(0): ConnectedMonitor string: "DFP"
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xEA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5600
(--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string "DFP-0"
(--) NVIDIA(0): DFP-0: maximum pixel clock: 140 MHz
(--) NVIDIA(0): DFP-0: External Dual Link TMDS
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(WW) NVIDIA(0): Failure reading EDID parameters for display device DFP-0
(II) NVIDIA(0): Generic Monitor: Using hsync range of 28.00-96.00 kHz
(II) NVIDIA(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 140.40 MHz
(II) NVIDIA(0): Not using mode "1920x1200" (bad mode clock/interlace/doublescan)
*** The Nv driver does not fail reading the EDID:
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0): ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0): ...found one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: APP Model: 9218 Serial#: 33557225
(II) NV(0): Year: 2003 Week: 3
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 49 vert.: 31
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: Off; RGB/Color Display
(II) NV(0): Default color space is primary color space
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.586
(II) NV(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 155.0 MHz Image Size: 495 x 310 mm
(II) NV(0): h_active: 1920 h_sync: 1984 h_sync_end 2016 h_blank_end 2144 h_border: 0
(II) NV(0): v_active: 1200 v_sync: 1203 v_sync_end 1206 v_blanking: 1212 v_border: 0
(II) NV(0): Monitor name: Apple Cinema
(II) NV(0): Monitor name: HD Display
(--) NV(0): CRTC 0 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 0
(--) NV(0): Panel size is 1920 x 1200
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 28-96kHz not within DDC hsync ranges.
(WW) NV(0): config file vrefresh range 43-60Hz not within DDC vrefresh ranges.
(II) NV(0): Generic Monitor: Using hsync range of 28.00-96.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NV(0): Clock range: 12.00 to 400.00 MHz
*** Any ideas??
tseliot
March 31st, 2006, 12:06 PM
Thank You for the last reply,
I used the same xorg.conf settings and back down to Nvidia version 7676 and still a blank screen. With the Nvidia driver, the reading of the EDID parameters from the monitor fails (the Nv driver does not; see below):
(**) 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): Option "ConnectedMonitor" "DFP"
(**) NVIDIA(0): ConnectedMonitor string: "DFP"
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xEA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5600
(--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string "DFP-0"
(--) NVIDIA(0): DFP-0: maximum pixel clock: 140 MHz
(--) NVIDIA(0): DFP-0: External Dual Link TMDS
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(WW) NVIDIA(0): Failure reading EDID parameters for display device DFP-0
(II) NVIDIA(0): Generic Monitor: Using hsync range of 28.00-96.00 kHz
(II) NVIDIA(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 140.40 MHz
(II) NVIDIA(0): Not using mode "1920x1200" (bad mode clock/interlace/doublescan)
*** The Nv driver does not fail reading the EDID:
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0): ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0): ...found one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: APP Model: 9218 Serial#: 33557225
(II) NV(0): Year: 2003 Week: 3
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 49 vert.: 31
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: Off; RGB/Color Display
(II) NV(0): Default color space is primary color space
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.586
(II) NV(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 155.0 MHz Image Size: 495 x 310 mm
(II) NV(0): h_active: 1920 h_sync: 1984 h_sync_end 2016 h_blank_end 2144 h_border: 0
(II) NV(0): v_active: 1200 v_sync: 1203 v_sync_end 1206 v_blanking: 1212 v_border: 0
(II) NV(0): Monitor name: Apple Cinema
(II) NV(0): Monitor name: HD Display
(--) NV(0): CRTC 0 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 0
(--) NV(0): Panel size is 1920 x 1200
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 28-96kHz not within DDC hsync ranges.
(WW) NV(0): config file vrefresh range 43-60Hz not within DDC vrefresh ranges.
(II) NV(0): Generic Monitor: Using hsync range of 28.00-96.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NV(0): Clock range: 12.00 to 400.00 MHz
*** Any ideas??
Can you try to disable EDID?
Try this:
open your xorg.conf and add this to the Section "monitor":
Option "IgnoreEDID" "true"
Then restart the xserver (log out and press CTRL+ALT+Backspace)
tseliot
March 31st, 2006, 12:09 PM
Alright, I have looked everywhere for a straight-forward solution to my problem (and if I missed it, Im sorry). I have an Inspiron 8200 with a GeForce Go 440 card. When I installed Ubuntu (v5.10) as well as the nvidia-glx/-settings packages, and run nvidia-glx-config. Everythings works, I have 3D accelleration, X-server, Planet-PenguinRacer, the works.
After a few weeks, hardware accelleration is disabled, and anything requiring 'glx' fails to run.
I have tried reinstalling the drivers and the kernel modules. I even reinstalled Ubuntu, and the same thing happened after updating all the packages.
If any of this sounds familiar I would appreciate any help you can give.
If you own a GeForce4 420 Go (or a Geforce 440 go) you should follow these steps:
sudo nano /etc/modprobe.d/options
Add this option at the end of the file:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=1
CTRL+O to save CTRL+X to exit
Edit your xorg.conf:
sudo nano /etc/X11/xorg.conf
get to the "Section Device" and add the following options
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option"IgnoreEDID""true"
Option"IgnoreEdidFreqs""true"
Option"GenerateRTList""0"
Option"OverridePolarity""1"
If you added the options that section should (approximately) look like the example below:
Section "Device"
Identifier"NVIDIA Corporation NV17 [GeForce4 420 Go]"
Driver"nvidia"
BusID"PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option"IgnoreEDID""true"
Option"IgnoreEdidFreqs""true"
Option"GenerateRTList""0"
Option"OverridePolarity""1"
EndSection
stoneted
March 31st, 2006, 12:15 PM
I tried the option "IgnoreEDID" and that did not help.
The card has two DVI outputs and a TV out. I had the option "ConnectedMonitor" "DFP-0" and got the error reading EDID. Maybe it is reading the DVI that does not have a monitor on it. I change it to DFP-1 and it now works and can read the EDID.
Seems like a bug with the Nvidia driver.
Thank You for your input.
ububaba
March 31st, 2006, 01:12 PM
I followed Method 2 however when I came to
step 12)
Code:
sudo /etc/init.d/gdm start
the command was accepted but Ubuntu won't start in GUI mode. I can't find my mistake,
as usual. Would it be the Great Guru tseliot who will come to the rescue? [-o<
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
#Load "GLcore"
Load "bitmap"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
# Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
Option "XkbOptions" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
tseliot
March 31st, 2006, 01:38 PM
I followed Method 2 however when I came to
step 12)
Code:
the command was accepted but Ubuntu won't start in GUI mode. I can't find my mistake,
as usual. Would it be the Great Guru tseliot who will come to the rescue? [-o<
I need to diagnose the error.
Type:
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then:
startx -- -verbose 5 -logverbose 5
You will see several lines with the same error.
Then if you can't get to the command line press CTRL+ALT+F1 or CTRL+C (select NO if it asks you if you want to see the output of the error or something like that)
Then type this in order to copy the output of the error to your home folder:
sudo cp /var/log/Xorg.0.log /home/your_username/Xorg.0.log
(Of course you have to replace "your_username" with your username)
Access the GNOME or KDE again in the following way:
sudo nano /etc/X11/xorg.conf
Set the driver back to "nv" instead of "nvidia"
CTRL+O to save
CTRL+X to exit
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then
sudo /etc/init.d/gdm start (if you use GDM)
OR
sudo /etc/init.d/kdm start (if you use KDM)
Post the content of that file (which you can find under /home/your_username/Xorg.0.log )
ububaba
March 31st, 2006, 03:02 PM
[QUOTE=tseliot]I need to diagnose the error.
Type:
sudo /etc/init.d/gdm stop (if you use GDM)
Here are the contents of my Xorg.0.log file.
X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux station 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686
Build Date: 10 October 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-9-386 (buildd@rothera) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Oct 10 13:14:36 BST 2005 T
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: Fri Mar 31 20:10:51 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) No FontPath specified. Using compiled-in default.
(==) FontPath set to "/usr/share/X11/fonts/misc"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org 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="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1043,8110 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1043,80a6 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1043,810d rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 1043,80cf rev a1 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 10ec,8139 card 1043,8109 rev 10 class 02,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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc900000 - 0xfe9fffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xdff00000 - 0xefefffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xfd000000/24, 0xe0000000/27, BIOS @ 0xfe9e0000/17
(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 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[1] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[2] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[3] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[6] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[10] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[12] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[13] -1 0 0x0000ef60 - 0x0000ef6f (0x10) IX[B]
[14] -1 0 0x0000efa8 - 0x0000efab (0x4) IX[B]
[15] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[16] -1 0 0x0000efac - 0x0000efaf (0x4) IX[B]
[17] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
[18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[19] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[20] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[21] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[22] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[1] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[2] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[3] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[6] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[10] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[12] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[13] -1 0 0x0000ef60 - 0x0000ef6f (0x10) IX[B]
[14] -1 0 0x0000efa8 - 0x0000efab (0x4) IX[B]
[15] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[16] -1 0 0x0000efac - 0x0000efaf (0x4) IX[B]
[17] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
[18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[19] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[20] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[21] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[22] -1 0 0x0000ef00 - 0x0000ef1f (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 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[8] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[11] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[19] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[20] -1 0 0x0000ef60 - 0x0000ef6f (0x10) IX[B]
[21] -1 0 0x0000efa8 - 0x0000efab (0x4) IX[B]
[22] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[23] -1 0 0x0000efac - 0x0000efaf (0x4) IX[B]
[24] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
[25] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[27] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[28] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[29] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(WW) Ignoring request to load module GLcore
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7667
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce FX 5200 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 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[8] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[11] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0 0x0000ee80 - 0x0000eebf (0x40) 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 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[8] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[11] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xFD000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0): ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0): ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: SAM Model: 1bb Serial#: 1212231993
(II) NV(0): Year: 2005 Week: 42
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
(II) NV(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): 1152x870@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) NV(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) NV(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz Image Size: 376 x 301 mm
(II) NV(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) NV(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) NV(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
(II) NV(0): Monitor name: SyncMaster
(II) NV(0): Serial No: HMEYA02053
(--) NV(0): CRTC 0 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 0
(--) NV(0): Panel size is 1280 x 1024
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 28-51kHz not within DDC hsync ranges.
(WW) NV(0): config file vrefresh range 43-60Hz not within DDC vrefresh ranges.
ububaba
March 31st, 2006, 03:03 PM
(II) NV(0): Generic Monitor: Using hsync range of 28.00-51.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NV(0): Clock range: 12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1200" (unknown reason)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "832x624" (vrefresh out of range)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1400x1050" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1400x1050" (unknown reason)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1440x900" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1440x900" (unknown reason)
(II) NV(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1600x1024" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1600x1024" (unknown reason)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1680x1050" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1680x1050" (unknown reason)
(II) NV(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1920x1200" (unknown reason)
(II) NV(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1200" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1920x1200" (unknown reason)
(II) NV(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1280 x 1024. Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x800" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x768" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x768" (width too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(--) NV(0): Display dimensions: (380, 300) mm
(--) NV(0): DPI set to (68, 65)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
[1] 0 0 0xfd000000 - 0xfdffffff (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 0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
[8] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[9] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[10] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
[11] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[13] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[22] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[25] -1 0 0x0000ef60 - 0x0000ef6f (0x10) IX[B]
[26] -1 0 0x0000efa8 - 0x0000efab (0x4) IX[B]
[27] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[28] -1 0 0x0000efac - 0x0000efaf (0x4) IX[B]
[29] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
[30] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[31] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[32] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[33] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[34] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe0000000,0x8000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) RandR enabled
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(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 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
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "se"
(**) Generic Keyboard: XkbLayout: "se"
(**) Option "XkbOptions" "CoreKeyboard"
(**) Generic Keyboard: XkbOptions: "CoreKeyboard"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
ububaba
March 31st, 2006, 03:05 PM
Sorry it had to be that long due to my own incapabilities.
rpalyvoda
March 31st, 2006, 06:10 PM
Hi,
I've just tried to install Nvidia driver 8178, following method 2. It worked fine untill I started Gnome. Then, my computer freezed, and I can't even use Ctrl+Alt+F1 to enter console.
I tried it in recovery mode, and the problem I've got the same problem.
I have a Toshiba Satelite Pro laptop with Nvidia GeForce4 420 Go card.
How can I uninstall the new driver and use the nv driver coming with Ubuntu?
Thanks!!!
weasel fierce
March 31st, 2006, 10:22 PM
Se the BIOS to "auto" (so as not to use the onboard card)
Select "Recovery Mode" from the GRUB menu (you will see it few time after turning on the computer)
It will boot to the command line.
Type:
dpkg-reconfigure -phigh xserver-xorg
then:
nano /etc/X11/xorg.conf
and see which videocard has been detected.
Then report to me.
It still hits a segmentation fault. Seems the same error as when just booting regularly.
tseliot
April 1st, 2006, 01:40 AM
Sorry it had to be that long due to my own incapabilities.
Can you uninstall driver 7667 and try 8178 (which is more compatible)?
Log out
CTRL+ALT+F1
sudo /etc/init.d/gdm stop
sudo sh name_of_the_nvidia_installer --uninstall
then set the driver to "nv" in your xorg.conf
sudo /etc/init.d/gdm start
And download and install driver 8178.
tseliot
April 1st, 2006, 01:43 AM
Hi,
I've just tried to install Nvidia driver 8178, following method 2. It worked fine untill I started Gnome. Then, my computer freezed, and I can't even use Ctrl+Alt+F1 to enter console.
I tried it in recovery mode, and the problem I've got the same problem.
I have a Toshiba Satelite Pro laptop with Nvidia GeForce4 420 Go card.
How can I uninstall the new driver and use the nv driver coming with Ubuntu?
Thanks!!!
If you own a GeForce4 420 Go you should follow these steps:
Boot in Recovery mode (the xserver won't be started)
Type
nano /etc/modprobe.d/options
Add this option at the end of the file:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=1
CTRL+O to save CTRL+X to exit
Edit your xorg.conf:
nano /etc/X11/xorg.conf
get to the "Section Device" and add the following options
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option"IgnoreEDID""true"
Option"IgnoreEdidFreqs""true"
Option"GenerateRTList""0"
Option"OverridePolarity""1"
If you added the options that section should (approximately) look like the example below:
Section "Device"
Identifier"NVIDIA Corporation NV17 [GeForce4 420 Go]"
Driver"nvidia"
BusID"PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option"IgnoreEDID""true"
Option"IgnoreEdidFreqs""true"
Option"GenerateRTList""0"
Option"OverridePolarity""1"
EndSection
Then save the file.
type:
reboot
It should work then.
tseliot
April 1st, 2006, 01:52 AM
It still hits a segmentation fault. Seems the same error as when just booting regularly.
Ok, then set the bios back to onboard.
And edit your xorg.conf (set it back as it was before, so that your nvidia card appears in your xorg):
but this time REMOVE the line in red
Section "Device"
Identifier "Nvidia"
Driver "nvidia"
BusID "PCI:1:5:0"
Option "UseFBDev" "true"
EndSection
Then install the nvidia driver (you might want to try Method 2 with driver 8178)
tseliot
April 1st, 2006, 01:55 AM
I've added a new point in the Problems Sections which will solve a few problems with Nvidia GeForce4 420/440 Go card
ububaba
April 1st, 2006, 03:13 AM
Can you uninstall driver 7667 and try 8178 (which is more compatible)?
Log out
CTRL+ALT+F1
sudo /etc/init.d/gdm stop
sudo sh name_of_the_nvidia_installer --uninstall
then set the driver to "nv" in your xorg.conf
sudo /etc/init.d/gdm start
And download and install driver 8178.
I did, what you told. Installation of 8178 went smoothly. I removed every
trace of 7667 manually as it had already been uninstalled. However,
after I had fed
12)
Code:
sudo /etc/init.d/gdm start
...got a black screen! Pressing CTRL+ALT+F1, transferred me to a fuschia
coloured screen with a prompt! No Gnome yet in sight. The last ditch battle
has yet to be fought.
Thanks for being so patient.
tseliot
April 1st, 2006, 03:31 AM
I did, what you told. Installation of 8178 went smoothly. I removed every
trace of 7667 manually as it had already been uninstalled. However,
after I had fed
12)
Code:
sudo /etc/init.d/gdm start
...got a black screen! Pressing CTRL+ALT+F1, transferred me to a fuschia
coloured screen with a prompt! No Gnome yet in sight. The last ditch battle
has yet to be fought.
Thanks for being so patient.
Ok, perhaps I already suggested this (my memory is not that good any more;) ): try point 4 of the PROBLEMS SECTION
xOrphenochx
April 1st, 2006, 04:08 AM
Thanks alot guys, you helped solve half of my problem. I used method 2 and everything worked up until restarting my X server with the nvidia driver line. It wasn't found, but I found the files and put them in the correct location, while this works, it leaves me unable to use GL apps, since X will freeze. Any solution would be much appreciated(I wanna play with Compiz and Xgl XD). Using Dapper test flight 5.
/lib/modules/2.6.15-19-386/kernel/drivers/ *installed by the nvidia installer*
/usr/X11R6/lib/modules/ *apparently needed, putting them here works*
tseliot
April 1st, 2006, 04:54 AM
Thanks alot guys, you helped solve half of my problem. I used method 2 and everything worked up until restarting my X server with the nvidia driver line. It wasn't found, but I found the files and put them in the correct location, while this works, it leaves me unable to use GL apps, since X will freeze. Any solution would be much appreciated(I wanna play with Compiz and Xgl XD). Using Dapper test flight 5.
/lib/modules/2.6.15-19-386/kernel/drivers/ *installed by the nvidia installer*
/usr/X11R6/lib/modules/ *apparently needed, putting them here works*
Try my guide for Dapper:
http://www.ubuntuforums.org/showthread.php?t=139264
xOrphenochx
April 1st, 2006, 05:20 AM
Try my guide for Dapper:
http://www.ubuntuforums.org/showthread.php?t=139264
I did, but it didn't work. This happened on all methods.
ububaba
April 1st, 2006, 05:25 AM
Ok, perhaps I already suggested this (my memory is not that good any more;) ): try point 4 of the PROBLEMS SECTION
I did try point 4 as you suggested but restart meant black screen once again.
Adding or removing the "Accel" "Off" option made no difference either.
Talking of bad memory, you remind me of a chess player who plays with 50 people
simultaneously.
Code:
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "0"
Option "RenderAccel" "Off"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Off"
Option "AllowGLXWithComposite" “Off”
EndSection
tseliot
April 1st, 2006, 05:44 AM
I did, but it didn't work. This happened on all methods.
Can you try the script I've written? It's in that guide.
You can ask me further questions by posting on that thread. This guide is for Breezy.
tseliot
April 1st, 2006, 05:56 AM
I did try point 4 as you suggested but restart meant black screen once again.
Adding or removing the "Accel" "Off" option made no difference either.
Talking of bad memory, you remind me of a chess player who plays with 50 people
simultaneously.
Code:
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "0"
Option "RenderAccel" "Off"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Off"
Option "AllowGLXWithComposite" “Off”
EndSection
You can try to pass "noapic" as boot parameter.
If you don't know how to do it, have a look at this guide of mine:
http://www.ubuntuforums.org/showthread.php?t=53094
read this section "b) If you have installed Ubuntu..."
If that doesn't solve the problem I think you should ask on the Unofficial Nvidia Forums.
xOrphenochx
April 1st, 2006, 06:50 AM
Can you try the script I've written? It's in that guide.
You can ask me further questions by posting on that thread. This guide is for Breezy.
Amazingly I uninstalled the official nvidia package and did an apt-get install nvidia-glx and it worked.
rpalyvoda
April 1st, 2006, 07:31 AM
It should work then.
Wow, it worked!!!!!!
Thanks a lot, theliot!
Neo40
April 1st, 2006, 12:20 PM
Something weird here:
My nvidia driver was working fine before but this morning when I boot up my pc, xserver was not able to load. I have also tried with my another HDD (with Dapper) and same problem too! Could be a problem with my hardware? Now, I have to use the "nv" driver ...Here is the Xorg.log:
X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux ubuntu 2.6.12-10-k7 #1 Sat Mar 11 16:59:38 UTC 2006 i686
Build Date: 10 October 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-10-k7 (buildd@terranova) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8.1)) #1 Sat Mar 11 16:59:38 UTC 2006 T
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: Sat Apr 1 10:58:13 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Écran générique"
(**) | |-->Device "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/CID" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org 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="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 147b,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1274,5880 card 1274,8001 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0f:0: chip 1317,0985 card 1317,0570 rev 11 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0185 card 1043,8193 rev c1 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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xec000000 - 0xedffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0185) rev 193, Mem @ 0xec000000/24, 0xe0000000/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) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xef000000 - 0xef0003ff (0x400) MX[B]
[1] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[2] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[3] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B)
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[5] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
[6] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[7] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[8] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xef000000 - 0xef0003ff (0x400) MX[B]
[1] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[2] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[3] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B)
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[5] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
[6] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[7] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[8] -1 0 0x0000d000 - 0x0000d00f (0x10) 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 0xef000000 - 0xef0003ff (0x400) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
[13] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[15] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
dlopen: /usr/X11R6/lib/modules/extensions/libglx.so: undefined symbol: _nv001206gl
(EE) Failed to load /usr/X11R6/lib/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(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.7667
Module class: XFree86 Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-7667 Fri Jun 17 07:03:12 PDT 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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 0xef000000 - 0xef0003ff (0x400) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
[13] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[15] -1 0 0x0000d000 - 0x0000d00f (0x10) 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 0xef000000 - 0xef0003ff (0x400) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
[16] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[17] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[18] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[19] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[20] 0 0 0x000003c0 - 0x000003df (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)
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Can someone help me?
Thanks
tseliot
April 1st, 2006, 12:32 PM
[QUOTE=Neo40]Something weird here:
My nvidia driver was working fine before but this morning when I boot up my pc, xserver was not able to load. I have also tried with my another HDD (with Dapper) and same problem too! Could be a problem with my hardware? Now, I have to use the "nv" driver ...Here is the Xorg.log:/QUOTE]
This is the error:
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
dlopen: /usr/X11R6/lib/modules/extensions/libglx.so: undefined symbol: _nv001206gl
(EE) Failed to load /usr/X11R6/lib/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
1) Which Method did you use to install the driver?
2) What's the model of your card?
3) Please post the output of these commands:
whereis libglx.so
uname -r
4) if you need help with Dapper and the nvidia card try this:
http://www.ubuntuforums.org/showthread.php?t=139264
Neo40
April 1st, 2006, 01:13 PM
[QUOTE=tseliot][QUOTE=Neo40]Something weird here:
My nvidia driver was working fine before but this morning when I boot up my pc, xserver was not able to load. I have also tried with my another HDD (with Dapper) and same problem too! Could be a problem with my hardware? Now, I have to use the "nv" driver ...Here is the Xorg.log:/QUOTE]
This is the error:
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
dlopen: /usr/X11R6/lib/modules/extensions/libglx.so: undefined symbol: _nv001206gl
(EE) Failed to load /usr/X11R6/lib/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
1) Which Method did you use to install the driver?
2) What's the model of your card?
3) Please post the output of these commands:
whereis libglx.so
uname -r
Thanks for your fast reply!
-I used METHOD 1
-My card is a GeForce 4 MX 4000
-libglx.so seems not to be there??
eric@ubuntu:~$ whereis libglx.so
libglx:
eric@ubuntu:~$ uname -r
2.6.12-10-k7
tseliot
April 1st, 2006, 03:26 PM
[QUOTE=tseliot][QUOTE=Neo40]Something weird here:
My nvidia driver was working fine before but this morning when I boot up my pc, xserver was not able to load. I have also tried with my another HDD (with Dapper) and same problem too! Could be a problem with my hardware? Now, I have to use the "nv" driver ...Here is the Xorg.log:/QUOTE]
This is the error:
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
dlopen: /usr/X11R6/lib/modules/extensions/libglx.so: undefined symbol: _nv001206gl
(EE) Failed to load /usr/X11R6/lib/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
1) Which Method did you use to install the driver?
2) What's the model of your card?
3) Please post the output of these commands:
whereis libglx.so
uname -r
Thanks for your fast reply!
-I used METHOD 1
-My card is a GeForce 4 MX 4000
-libglx.so seems not to be there??
eric@ubuntu:~$ whereis libglx.so
libglx:
eric@ubuntu:~$ uname -r
2.6.12-10-k7
try these commands:
sudo apt-get --purge remove nvidia-glx linux-restricted-modules-`uname -r` nvidia-kernel-common
then
sudo apt-get install nvidia-glx linux-restricted-modules-`uname -r`
make sure the ` is not a '
Neo40
April 1st, 2006, 03:57 PM
[QUOTE=Neo40][QUOTE=tseliot]
try these commands:
sudo apt-get --purge remove nvidia-glx linux-restricted-modules-`uname -r` nvidia-kernel-common
then
sudo apt-get install nvidia-glx linux-restricted-modules-`uname -r`
make sure the ` is not a '
Thanks! It works now :)
ninja_indiano
April 5th, 2006, 10:06 AM
I have to say that the first thing I do after installing a Ubuntu Distro is folow the steps in your guide they have always worked for me. THANKS A LOT.
I have Dapper Fligh 5, folloed your guide to install de nvidia driveres (worked perfectly), and got XGL working. As soon as yesterday I did a fresh instaltion os Dapper Fligh6 followed your guide (worked very well), however when I tried do put XGL working something went wrong. I restart X and the X was all messed up, the windows was not aligned etc a complete mess.
BTW: Reinstall 2 time Dapper Fligh6 and got the same problemes.
I have some guess to my problem:
1. How do I know I have the latestes NVIDIA drives fully worinking? (I only teste with glxgear)
2.My sources.lst is not the latest.
3. I am doing something wrong ( I think is this one)
here is my sources.lst
#
deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060329.1)]/ dapper main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu/ dapper-security universe main restricted multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://quozl.netrek.org/pptp/pptpconfig ./
deb http://gefechtsdienst.de/uman/files/ unstable main
deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse
And here is my xorg
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Right now I do not have XGL installed, I am trying to figure out if the problems is with the nvidia drives or something else....
tseliot
April 5th, 2006, 12:23 PM
I have to say that the first thing I do after installing a Ubuntu Distro is folow the steps in your guide they have always worked for me. THANKS A LOT.
I have Dapper Fligh 5, folloed your guide to install de nvidia driveres (worked perfectly), and got XGL working. As soon as yesterday I did a fresh instaltion os Dapper Fligh6 followed your guide (worked very well), however when I tried do put XGL working something went wrong. I restart X and the X was all messed up, the windows was not aligned etc a complete mess.
BTW: Reinstall 2 time Dapper Fligh6 and got the same problemes.
I have some guess to my problem:
1. How do I know I have the latestes NVIDIA drives fully worinking? (I only teste with glxgear)
2.My sources.lst is not the latest.
3. I am doing something wrong ( I think is this one)
here is my sources.lst
#
deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060329.1)]/ dapper main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu/ dapper-security universe main restricted multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://quozl.netrek.org/pptp/pptpconfig ./
deb http://gefechtsdienst.de/uman/files/ unstable main
deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse
And here is my xorg
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Right now I do not have XGL installed, I am trying to figure out if the problems is with the nvidia drives or something else....
This guide is for Breezy ONLY.
You should try this guide instead:
HOWTO: Latest Nvidia Drivers- Testers needed (http://www.ubuntuforums.org/showthread.php?t=139264)
There you will also find a script which will install the driver for you.
titanman128
April 5th, 2006, 01:19 PM
So, I am fairly new to Linux, so please bare with me if they seem like stupid questions. I tried loading GLX and the latest NVidia Drivers from the Repo and it seemed to load fine. I changed the config file as in many of the posts adding the load GLX and remarking out "dri". GLcore was not in my config file. After doing so, I noticed that half of my screensavers no longer work. I'm using Dapper 6.06, Nvidia Card 6600, AMD 3200
1) Should this occur after loading GLX?
2) Originally, many of the screensavers were jerky, but DVDs play smooth. How do I know if my Nvidia 6600 is set up properly?
appreciate any help. I realize I'm novice, but I love Ubuntu, I'm very close to abandoning Windows :)
tseliot
April 5th, 2006, 02:26 PM
So, I am fairly new to Linux, so please bare with me if they seem like stupid questions. I tried loading GLX and the latest NVidia Drivers from the Repo and it seemed to load fine. I changed the config file as in many of the posts adding the load GLX and remarking out "dri". GLcore was not in my config file. After doing so, I noticed that half of my screensavers no longer work. I'm using Dapper 6.06, Nvidia Card 6600, AMD 3200
1) Should this occur after loading GLX?
2) Originally, many of the screensavers were jerky, but DVDs play smooth. How do I know if my Nvidia 6600 is set up properly?
appreciate any help. I realize I'm novice, but I love Ubuntu, I'm very close to abandoning Windows :)
1) no, it shouldn't.
2) This guide is not for Ubuntu Dapper (it's for Breezy ONLY). Please try this guide of mine:
HOWTO: Latest Nvidia Drivers- Testers needed (http://www.ubuntuforums.org/showthread.php?t=139264)
There you will also find a script which will install the driver for you.
MonXX
April 6th, 2006, 08:35 AM
First of all thanks for the great HOWTO!
I already had the standard nvidia-glx drivers in the Ubuntu repos working, but when I used Twinview with those my computer would hang on shut down. So I installed the latest drivers ( 8178 ) using method 2 of this howto. Now Twinview works without causing problems, but I have a new problem: glx won't work.
When starting X (gdm start) the screen flickers 3 times and then I get the whole 'X couldn't start, want to see the output'. I copied the Xorg log, commented the Load "GLX" in my xorg.conf, did gdm restart and it works.
The end of the log reads:
(II) NVIDIA(0): Setting mode "1280x1024,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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) 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 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 built-in extension LGE
(II) Initializing extension GLX
And that's it, no error or anything. I attached the whole log if needed, as well as my xorg.conf. I also tried the full path to libglx.so as you can see, after seeing somebody else here being asked for the output of whereis libglx.so. I get the same: nothing.
Some further specs:
running Ubuntu 5.10 on P4 2.4GHz with GeForce4 Ti 4200
uname -r:
2.6.12-10-686
Thanks in advance for the help, I really need glx, but also want to keep the working twinview..
tseliot
April 6th, 2006, 12:40 PM
First of all thanks for the great HOWTO!
I already had the standard nvidia-glx drivers in the Ubuntu repos working, but when I used Twinview with those my computer would hang on shut down. So I installed the latest drivers ( 8178 ) using method 2 of this howto. Now Twinview works without causing problems, but I have a new problem: glx won't work.
When starting X (gdm start) the screen flickers 3 times and then I get the whole 'X couldn't start, want to see the output'. I copied the Xorg log, commented the Load "GLX" in my xorg.conf, did gdm restart and it works.
The end of the log reads:
And that's it, no error or anything. I attached the whole log if needed, as well as my xorg.conf. I also tried the full path to libglx.so as you can see, after seeing somebody else here being asked for the output of whereis libglx.so. I get the same: nothing.
Some further specs:
running Ubuntu 5.10 on P4 2.4GHz with GeForce4 Ti 4200
uname -r:
2.6.12-10-686
Thanks in advance for the help, I really need glx, but also want to keep the working twinview..
Can you post the output of this command?
glxinfo | grep direct
MonXX
April 6th, 2006, 01:34 PM
glxinfo segfaults.. so do glxgears, -demo and -heads.
Edit:
I uninstalled the driver and reinstalled and it worked now. I think the problem was I initially trid to compile with gcc 4.0, it failed and then did it again with 3.4, without removing stuff. Think libglx did compile with 4.0 but obviously didnt work and wasnt overwritten when installing with 3.4
Thanks for letting me waste your time..
titanman128
April 8th, 2006, 11:38 AM
1) no, it shouldn't.
2) This guide is not for Ubuntu Dapper (it's for Breezy ONLY). Please try this guide of mine:
HOWTO: Latest Nvidia Drivers- Testers needed (http://www.ubuntuforums.org/showthread.php?t=139264)
There you will also find a script which will install the driver for you.
Method 2 worked great. no problems. Thanks
mrogers
April 8th, 2006, 08:33 PM
I've used this guide to install Nvidia drivers before without a problem. Today I went through the steps (using Method 2) and installed the new ones that came out a few days ago, 8756. Everything seemed to go perfectly smoothly, until I tried to start GDM back up. All I have is a black screen -- no mouse cursor, no nothing. I can't even CTRL+ALT+F1 to get back to a terminal. When I tried a hard reboot, I got the same problem. My system is totally dead now. Does anyone know what I can do to figure out the problem? GF6600GT, by the way.
EDIT: Booted with recovery mode, read through the X.org log. Not a single error, it appears to be successfully loading the new driver modules. What is going on? I really don't know where to look at this point.
Craig Caldwell
April 9th, 2006, 12:23 AM
http://i61.photobucket.com/albums/h54/craigthecarpenter/largesignature.jpg
I have a fairly new system with one of the newer nvidia cards. I've only just started to get my ubuntu partition running because of the lack of drivers for the 7600 gt. After failing to get the newest nvidia drivers installed using method 2, most probably due to errors on my part, I ran your AMD 64 script and things seem too be working fine. How ever I am unable to run glxgears do to an error. "Error: couldn't get an RGB, Double-buffered visual"
Time for bed now but in the morning I'll try to figure out how to post my assorted information.
So far my my xorg.config is telling me I'm running generic nv drivers with a generic nvidia card. But in Applications>System tools>Nvidia X Server Settings I'm told that it is a GeForce 7600gt with 1.0-8765 settings.
I'm probably not getting glxgears running because of the lack of a 32 bit opengl library or what ever that option was I said no too.
I'll jump back in tomorow and give as much info as i can regarding my particular situation with newer gear.
Thanks for all of the great information so far.
BTW I attended a first meeting for a local LUG and hope that the local community will grow and encourage open source usage in my area.
spasmoid
April 9th, 2006, 03:54 AM
Firstly, tseliot. You are a tower of strength my friend.
I thank you for your tutorial. I'm a newbie running breezy badger and I followed your "method 1" with my GeForce2 MX400. Everything went great.
This is a happy ending considdering the amount of time wasted trying to perform this simple task with hints and tips gathered from other forum threads.
My only, possibly unique, problem is that wine now seg faults :(
tseliot
April 9th, 2006, 05:12 AM
Firstly, tseliot. You are a tower of strength my friend.
I thank you for your tutorial. I'm a newbie running breezy badger and I followed your "method 1" with my GeForce2 MX400. Everything went great.
This is a happy ending considdering the amount of time wasted trying to perform this simple task with hints and tips gathered from other forum threads.
My only, possibly unique, problem is that wine now seg faults :(
Did you try also to install the driver with Method 2?
I'm asking you because there might be a conflict between the driver from Method 2 and the one from Method 1.
tseliot
April 9th, 2006, 05:14 AM
I've used this guide to install Nvidia drivers before without a problem. Today I went through the steps (using Method 2) and installed the new ones that came out a few days ago, 8756. Everything seemed to go perfectly smoothly, until I tried to start GDM back up. All I have is a black screen -- no mouse cursor, no nothing. I can't even CTRL+ALT+F1 to get back to a terminal. When I tried a hard reboot, I got the same problem. My system is totally dead now. Does anyone know what I can do to figure out the problem? GF6600GT, by the way.
EDIT: Booted with recovery mode, read through the X.org log. Not a single error, it appears to be successfully loading the new driver modules. What is going on? I really don't know where to look at this point.
Try this and tell me if it works, please:
remove the word splash from /boot/grub/menu.lst, from the line where the current Kernel is listed.
Then reboot as usual.
tseliot
April 9th, 2006, 05:16 AM
Firstly, tseliot. You are a tower of strength my friend.
I thank you for your tutorial. I'm a newbie running breezy badger and I followed your "method 1" with my GeForce2 MX400. Everything went great.
This is a happy ending considdering the amount of time wasted trying to perform this simple task with hints and tips gathered from other forum threads.
My only, possibly unique, problem is that wine now seg faults :(
1) Post the output of this command (or tell me what happens)
glxgears
2) Try these commands:
sudo apt-get --purge remove wine
sudo apt-get install wine
tseliot
April 9th, 2006, 05:18 AM
http://i61.photobucket.com/albums/h54/craigthecarpenter/largesignature.jpg
I have a fairly new system with one of the newer nvidia cards. I've only just started to get my ubuntu partition running because of the lack of drivers for the 7600 gt. After failing to get the newest nvidia drivers installed using method 2, most probably due to errors on my part, I ran your AMD 64 script and things seem too be working fine. How ever I am unable to run glxgears do to an error. "Error: couldn't get an RGB, Double-buffered visual"
Time for bed now but in the morning I'll try to figure out how to post my assorted information.
So far my my xorg.config is telling me I'm running generic nv drivers with a generic nvidia card. But in Applications>System tools>Nvidia X Server Settings I'm told that it is a GeForce 7600gt with 1.0-8765 settings.
I'm probably not getting glxgears running because of the lack of a 32 bit opengl library or what ever that option was I said no too.
I'll jump back in tomorow and give as much info as i can regarding my particular situation with newer gear.
Thanks for all of the great information so far.
BTW I attended a first meeting for a local LUG and hope that the local community will grow and encourage open source usage in my area.
You should have "nvidia" instead of "nv" in the Section Device of your xorg.conf.
Please replace that word.
piccolo solo
April 9th, 2006, 10:55 AM
I seem to have a kernel source file problem!!
This problem may well be answered in this thread - but I am still searching. Perhaps someone would guide me to appropriate post.
Trying to install NFORCE-Linux x86 drivers for LAN & sound. After manually installing gcc 3.4 (not online yet) and trying following instruction in this thread RE kernel header installation, I run the nvidia installer.
Reports are as follows:
No precompiled kernel interface found to match kernel etc
I believe this doesnt matter so I OK this.
gcc-version-check failed
gcc -v returns version 3.4.5 (I think this was the correct one to install according to the nvidia install log.
so I choose to continue with install.
module build status bar runs to 100% then:
Unable to load the kernel module 'nvnet.ko' This is most likely because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel ..... you may specify kernel source path etc etc...
any advice would be welcomed - thank you
I've been struggling with this for 4 days.
Piccolo
Current Operational Status: 60%
Onboard LAN - not functioning
Onboard Sound - not functioning
Graphics, USB & other stuff seems to be functioning OK
-----------------------------------
AMD 64 (running 32bit Ubuntu)
GA-K8N51PVMT-9
Linux on 10GB HD
Windows XP on 160 GB HD
piccolo solo
April 9th, 2006, 12:45 PM
Different approach
I've put in an old LAN card. Recognised easily by ubuntu. At least now I can get online. Maybe I can sort out this kernel source file thing via Synaptic.
any comments still valued
tseliot
April 9th, 2006, 04:41 PM
Different approach
I've put in an old LAN card. Recognised easily by ubuntu. At least now I can get online. Maybe I can sort out this kernel source file thing via Synaptic.
any comments still valued
Try this:
sudo apt-get install build-essential gcc gcc-3.4
sudo passwd root
sudo apt-get install linux-headers-`uname -r`
Then follow points from 8 to 10 and install the nforce driver
spasmoid
April 9th, 2006, 07:51 PM
1) Post the output of this command (or tell me what happens)
glxgears
2) Try these commands:
sudo apt-get --purge remove wine
sudo apt-get install wine
bugger!
I must have confused myself when I thought i had it running because the next time I rebooted, I got an error saying that X failed to load. I looked at the output and it said "failed to load NVIDIA kernal module".
Strange :/
When I earlier tried to install the nVidia .run binary from their website, it claimed not to be able to find the kernel headers/source-tree (in an attempt to compile the kernel module).
Perhaps if someone could tell me how to get the current kernel headers installed (could not work out package name from debian.org), then maybe I could get this running through nVidia's latest setup binary. I'm a complete newbie when it comes to "kernel" issues. So I have no idea what this is about.
I'll have to revisit the wine and tuxracer seg faults later... :/
piccolo solo
April 10th, 2006, 04:59 AM
Many thanks tseliot. I followed your guide PROPERLY this time and have successfully installed latest NVIDIA and NFORCE drivers. I just need to sort out configuring NFORCE drivers. Hmmm. More learning.
thanks again
piccolo
tseliot
April 10th, 2006, 09:17 AM
bugger!
I must have confused myself when I thought i had it running because the next time I rebooted, I got an error saying that X failed to load. I looked at the output and it said "failed to load NVIDIA kernal module".
Strange :/
When I earlier tried to install the nVidia .run binary from their website, it claimed not to be able to find the kernel headers/source-tree (in an attempt to compile the kernel module).
Perhaps if someone could tell me how to get the current kernel headers installed (could not work out package name from debian.org), then maybe I could get this running through nVidia's latest setup binary. I'm a complete newbie when it comes to "kernel" issues. So I have no idea what this is about.
I'll have to revisit the wine and tuxracer seg faults later... :/
Try this:
sudo apt-get install linux-headers-`uname -r`
And this time when you get to the point of my guide in which you have to run the Nvidia installer, do it in the following way:
sudo sh name_of_the_installer --kernel-source-path=/usr/src/linux-headers-`uname -r`
Remember to use this ` instead of '
spasmoid
April 10th, 2006, 08:00 PM
Thanks for the tip.
I have it working now.
Wine and tuxracer are not segfaulting anymore.
I tested it out with tuxracer. I had fun playing it for a while, and then I went all experimental and enabled stencil buffering and FSAA. Hmmm... apparently my card doesn't support this. Now it won't start. Anyway. Don't really care too much, as long as I have my NVIDIA driver running and I can start playing with more 3D stuff.
Thanks for all your help.
Stormbringer
April 10th, 2006, 09:32 PM
Just for your info - lastest 8756 drivers on AMD64 ...
Hi, tseliot!
Today I finally found the time to update the Nvidia drivers on my amd64 box.
I jumped the gun and let the installer install the 32-Bit compatibility libraries ... and guess what ... they got installed at the right place (/usr/lib32) along with the symlinks.
Upon successful install X fired back up fine.
3D accel works for 64-Bit and 32-Bit apps - verified with the 32-Bit version of glxgears (running in the 64-Bit system --- NOT inside the 32-bit chroot).
I copied Nvidia's libraries (/usr/lib32) into the 32-bit chroot (/chroot/usr/lib), fired up a terminal, did a 'ldconfig' and invoked glxgears in the 32-bit chroot - 3D accel seems to work here too.
Seems as there is no more need for any manual intervention with the 32-bit libs in the 64-bit part of the system anymore.
Tested on Breezy - no idea if it works on Dapper too as I haven't migrated yet.
Greets,
Storm.
tseliot
April 11th, 2006, 10:00 AM
Just for your info - lastest 8756 drivers on AMD64 ...
Hi, tseliot!
Today I finally found the time to update the Nvidia drivers on my amd64 box.
I jumped the gun and let the installer install the 32-Bit compatibility libraries ... and guess what ... they got installed at the right place (/usr/lib32) along with the symlinks.
Upon successful install X fired back up fine.
3D accel works for 64-Bit and 32-Bit apps - verified with the 32-Bit version of glxgears (running in the 64-Bit system --- NOT inside the 32-bit chroot).
I copied Nvidia's libraries (/usr/lib32) into the 32-bit chroot (/chroot/usr/lib), fired up a terminal, did a 'ldconfig' and invoked glxgears in the 32-bit chroot - 3D accel seems to work here too.
Seems as there is no more need for any manual intervention with the 32-bit libs in the 64-bit part of the system anymore.
Tested on Breezy - no idea if it works on Dapper too as I haven't migrated yet.
Greets,
Storm.
Thanks for reporting, I'll update the guide
Simian
April 11th, 2006, 12:09 PM
Sorry if this is a bit off track but my nvidia drivers are displaying OpenGL apps (Quake4, Doom 3) in small displays with a 3 inch black border around them.
Is anyone else having this problem and if so how can you fix it?
Justbill
April 11th, 2006, 01:04 PM
Got a new problem!
I installed Breezy on my main machine, its a:
Compaq Presario SR1426NX
2.93Ghz Pentium 4
1.5GB PC2-3200 DDR2 SDRAM
160GB 7200RPM Serial ATA hard drive
Intel Graphics Media Accelerator 900
Here is my problem. When I installed "Breezy", I was using the onboard graphics, I have since gotten a "GeForce FX 5200" for this machine. When I install the "GeForce" (pci) and I start the computer, the boot process hangs at "starting hotplug services". I have changed to "pci" in "setup", so the onboard graphics shoud be disabled. I also changed the information in the /etc/X11/xorg.conf file to reflect the "GeForce", and that didn't seem to help. I can't seem to find a way to get past this. If I could get the computer to boot into a shell, I could complete "method 2" , however I can not seem to get that far.
Any help, or thoughts on this is greatly appreciated!
Justbill
Eazy©
April 11th, 2006, 02:25 PM
Sorry if this is a bit off track but my nvidia drivers are displaying OpenGL apps (Quake4, Doom 3) in small displays with a 3 inch black border around them.
Is anyone else having this problem and if so how can you fix it?
You need to manually add your the screen resolution you use in your game to your xorg.config under Section "Screen"
atleast, that did the trick for me.
eokorie
April 11th, 2006, 03:02 PM
Finally managed to get the 64-bit drivers to install on my system... Followed the guide up to the point where I had to run the installer and everything got setup with no problems whatsoever....
Thanks for such a superb guide.... :-D
Justbill
April 11th, 2006, 09:40 PM
Ok, I have tried everything I can think of! Here is what is in my /etc/X11/xorg.conf file, under "Device"
Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
When I change the "Identifier" to "NVIDIA Corporation NV40 [GeForce FX 5200]
and in "Driver" I have tried "nv", "nvidia", & "vesa" (out of desperation), then I shutdown the machine, install the "GeForce" pci card, start the computer back up, and it freezes durring bootup at "staring hotplug subsystem"
I am puting the "GeForce" in the top pci slot. I have been checking the "bios" and "pci" is selected for the graphics, prior to booting. Could the BusID have something to do with this? Admittedly, I am not sure what that is. My "soundblaster" is in the second pci slot.
Is there a way to force "Breezy" to boot into a shell, and skip the spot where it is hanging up? I believe if i can get the machine to boot into at least a shell, I can then use the installer from Nvidia.
Thanks for your time, and any help
Justbill
My machine is a
Compaq Presario SR1426NX
2.93Ghz Pentium 4
1.5GB PC2-3200 DDR2 SDRAM
160GB 7200RPM Serial ATA hard drive
tseliot
April 12th, 2006, 08:59 AM
Ok, I have tried everything I can think of! Here is what is in my /etc/X11/xorg.conf file, under "Device"
Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
When I change the "Identifier" to "NVIDIA Corporation NV40 [GeForce FX 5200]
and in "Driver" I have tried "nv", "nvidia", & "vesa" (out of desperation), then I shutdown the machine, install the "GeForce" pci card, start the computer back up, and it freezes durring bootup at "staring hotplug subsystem"
I am puting the "GeForce" in the top pci slot. I have been checking the "bios" and "pci" is selected for the graphics, prior to booting. Could the BusID have something to do with this? Admittedly, I am not sure what that is. My "soundblaster" is in the second pci slot.
Is there a way to force "Breezy" to boot into a shell, and skip the spot where it is hanging up? I believe if i can get the machine to boot into at least a shell, I can then use the installer from Nvidia.
Thanks for your time, and any help
Justbill
My machine is a
Compaq Presario SR1426NX
2.93Ghz Pentium 4
1.5GB PC2-3200 DDR2 SDRAM
160GB 7200RPM Serial ATA hard drive
I think you should:
Set the bios to use your onboard graphic chip (so that your computer doesn't hang)
And make sure the BusID "PCI:0:2:0" is the right address for your Geforce. If not you can try with different numbers (for example, mine is BusID "PCI:1:0:0").
curia007
April 12th, 2006, 03:03 PM
I finally resolved my issues using the new Nvidia drivers. I would get a blank screen and yet I could type and hear the sound. I have to make the following modifications within xorg.conf:
Option "IgnoreEDID" "true"
Option "UseEDID" "false"
Option "ExtactModeTimingsDVI" "true"
My System configuration:
D900K (AMD64 X2) Notebook
Nvidia 7800 GO GTX
Resolution: 1900x1200
I was getting the errors in Xorg.0.log related to the fact that it could not recognize by DFP-0 and its modes. It would try to figure out the mode and it did not like any of them
geeknation
April 12th, 2006, 04:46 PM
I managed to get these drivers installed using Method 1 on my first attempt. thanks for the guide btw, World of Warcraft plays so much better now!
Justbill
April 12th, 2006, 05:55 PM
I tried BusID PCI:1:0:0 at one point. How do I make sure what the correct address is for the GeForce?
I was toying with installing the GeForce, and booting the Ubuntu Live CD I have, and trying to access my Ubuntu partition (sda3) from there, then running the installer from nvidia. Any thoughts on that idea?
Justbill
Justbill
April 12th, 2006, 07:36 PM
Well, the live cd idea didn't work either. It hung up again at "starting hotplug subsystem". Is there any way to disable that?
Justbill
tseliot
April 13th, 2006, 05:34 AM
I finally resolved my issues using the new Nvidia drivers. I would get a blank screen and yet I could type and hear the sound. I have to make the following modifications within xorg.conf:
Option "IgnoreEDID" "true"
Option "UseEDID" "false"
Option "ExtactModeTimingsDVI" "true"
My System configuration:
D900K (AMD64 X2) Notebook
Nvidia 7800 GO GTX
Resolution: 1900x1200
I was getting the errors in Xorg.0.log related to the fact that it could not recognize by DFP-0 and its modes. It would try to figure out the mode and it did not like any of them
Thanks for sharing the info with the community. I'm sure this can save many users.
tseliot
April 13th, 2006, 05:38 AM
Well, the live cd idea didn't work either. It hung up again at "starting hotplug subsystem". Is there any way to disable that?
Justbill
That thing with the livecd couldn't have worked.
You can try this:
Set the bios to use your Geforce instead of the onboard card.
Boot in Recovery Mode (so that hotplug won't be started)
and type this command to update your xorg.conf (which should detect your Geforce):
dpkg-reconfigure -phigh xserver-xorg
Then make sure the card has been detected:
nano /etc/X11/xorg.conf
If everything's fine you can reboot, type:
reboot
and hotplug shouldn't make your computer freeze.
hezral
April 13th, 2006, 06:01 AM
Hi. I used ur method 2 guide to install the latest NVIDIA drivers 8756.thanks
but now my xgl won't run so im thinking of reinstalling the debs from the repos.
how can i uninstall the NVIDIA drivers? is i can't, can i just install the debs over it? will it cause any errors?
tseliot
April 13th, 2006, 06:16 AM
Hi. I used ur method 2 guide to install the latest NVIDIA drivers 8756.thanks
but now my xgl won't run so im thinking of reinstalling the debs from the repos.
how can i uninstall the NVIDIA drivers? is i can't, can i just install the debs over it? will it cause any errors?
Do you use Ubuntu Dapper?
If so, it's all explained (uninstall, etc.) in my guide for Dapper (this one is ONLY for Breezy):
http://www.ubuntuforums.org/showthread.php?t=139264
hezral
April 13th, 2006, 07:06 AM
thanks. yeah im using dapper. i read in the nvidia forum that with the 8756 drivers the glx modules are not being loaded.
hence why xgl didnt work. im using Geforce2MMX400.
thanks again for your howtos!
tellnes
April 13th, 2006, 08:48 AM
Hei, i used method 2 to install the 1.0-8178 driver, and that worked fine, and THANX for a great howto!!:D
Anyway, there is a new release now: 1.0-8756, question is:
can i just do as in method 2? i have already uninstalled the respo installed nvidia, so basically i just end gdm and x, and so sh nv from console?
Or do i have to uninstall the previous version again?
-t-
tseliot
April 13th, 2006, 09:27 AM
Hei, i used method 2 to install the 1.0-8178 driver, and that worked fine, and THANX for a great howto!!:D
Anyway, there is a new release now: 1.0-8756, question is:
can i just do as in method 2? i have already uninstalled the respo installed nvidia, so basically i just end gdm and x, and so sh nv from console?
Yes, in this case there's no need to uninstall anything.
In other words you can start Method 2 from point 10
Simian
April 13th, 2006, 01:09 PM
Hi Tseliot,
Do you know why i used to be able to run games like Doom 3 and Quake 4 perfectly and then recently they started running in a really small display with a 3 inch black border around them.
I recently did the unthinkable and reinstalled ubuntu and both the games (I was desperate) and I still have the same problem.
I'm amazeed that I can't find any other posts reporting the same problem on this forum.
I have a sneaky feeling it's to do with new nvidia drivers but i don't know.
If you could help I would be eternaly grateful.
](*,)
tseliot
April 13th, 2006, 01:18 PM
Hi Tseliot,
Do you know why i used to be able to run games like Doom 3 and Quake 4 perfectly and then recently they started running in a really small display with a 3 inch black border around them.
I recently did the unthinkable and reinstalled ubuntu and both the games (I was desperate) and I still have the same problem.
I'm amazeed that I can't find any other posts reporting the same problem on this forum.
I have a sneaky feeling it's to do with new nvidia drivers but i don't know.
If you could help I would be eternaly grateful.
](*,)
I don't play games in Linux.
The user Eazy© answered you to "manually add your the screen resolution you use in your game to your xorg.config under Section Screen ".
Did you do that?
Simian
April 13th, 2006, 02:12 PM
Yes, I've tried that. I've been searching this forum and google for a few days now. I getting a bit desperate now.
tseliot
April 13th, 2006, 03:12 PM
Yes, I've tried that. I've been searching this forum and google for a few days now. I getting a bit desperate now.
Try this (I've found this trick on Gentoo forums):
You can set the resolution from the command line when you launch the game:
First of all, run "xrandr" and look at the output:
SZ: Pixels Physical Refresh
*0 1400 x 1050 ( 370mm x 281mm ) *50
1 1152 x 864 ( 370mm x 281mm ) 50
2 1024 x 768 ( 370mm x 281mm ) 50
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
Then, select the correct number in the SZ column:
For example if you wanted to use 1024x768 you should do "xrandr -s 2".
Then launch the game from the command line.
I hope it works
Simian
April 13th, 2006, 06:30 PM
ben@sunshine:~$ xrandr
SZ: Pixels Physical Refresh
*0 1440 x 900 ( 373mm x 231mm ) *60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
The problem is that I only have this option.
By the way, thanks for trying to help :)
Justbill
April 13th, 2006, 07:55 PM
Alright, I tried to set BIOS to use the "GeForce", I restarted & booted recovery mode. I ended up getting a message:
"Kernel panic not syncing: Fatal exception in interrupt" .
I'm not sure what would cause that, maybe someone can giive me an idea here.
I'm having real good luck with "Dapper on my other computer, does it have better nvidia support?
Thanks
Justbill
Justbill
April 13th, 2006, 11:10 PM
Another one I got was:
"kernel panic not syncing: attempted to kill init"
at this point that aint the only thing I'm wanting to kill :-)
I have also tried different BusID combinations, currently mine is 0:2:0 for the onboard graphics, I tried 1:2:0, 3:2:0, 0:1:0, 1:0:0 . Maybe tomorrow I'll try some more combinations, but really, nothing seems to be getting me anywhere here. When I try to boot using "system recovery" is when I get the "kernel panic"
I really don't know what to try next!
Thanks
Justbill
Mr_Welfare
April 13th, 2006, 11:23 PM
Hi Everyone,
I'm very new to Ubuntu and very new to Linux. When I tried to install the latest NVDIA Driver acording to this thread:
http://www.ubuntuforums.org/showthread.php?t=75074 (method 2)
I ran into some problems. I followed the steps exactly and everyting seemed to work. The driver installer came up and everything worked. Then, like it says in the steps, the installer will ask if it can go and fnd a precompiled kernal on the NVIDIA ftp website. Since I haven't gotten my internet up and running yet, it couldn't connect. After pressing ok to the message saying the installer couldn't connect, I got a message saying that my CC version couldnt be verified. It later went on to say that if I didn't know what I was doing, I should abort the install. If I did, I should press no to continue. I dcided to try pressing no, and when I did, an error message came up saying that my the installer couldn't find my current gcc version. (gcc-3.4) When I tried to install gcc-3.4 (sudo apt-get install gc-3.4), it said that the package didn't exist I'm going to download gcc-3.4 later on today from the Ubuntu packages site. Is this what I should do? Or am I rnning into a problem with an easy fix? Any help would be great.
Thanks,
Mr_Welfare
Mr_Welfare
April 13th, 2006, 11:24 PM
Ok. I have installed the gcc-3.4 package. I followed all the steps in method 2 of the NVIDIA Driver install HOWTO.
http://www.ubuntuforums.org/showthread.php?t=75074
When I run the installer now, I get the following message.
gcc-version-check failed:
Could not compile gcc-version-check.c. Please be sure you have your distributers libc development package installed (what is this?) and that 'gcc-3.4' is a valid C ompiler name.
If you know what you are doing and want to ignore the gcc version check, select "No" to continue installation, otherwise, select "Yes" to abort the installation, set the CC environment variable to the name of your compiler used to cmpile the kernel, and restart he installation.
Note: I think I have done this by entering the following code:
cd “directory where you have the nvidia installer”
su
CC=gcc-3.4
export CC
exit
CC=gcc-3.4
export CC
Anyways, if I press "Yes", it aborts the installaton. If I press "No", an error message appears. This error messag reads:
Error: Unable to find the development tool `cc` in your path; please make sure you have the package 'gcc' installed. If gcc is installed on your system, then please check that `cc` is in your path.
If I press "Ok" to that error message, it says that the installation failed, and aborts the install.
I'm completely stumped here. Any help would be appreciated.
Thanks
One last note: I have changed some settings in this directory.
sudo nano /etc/X11/xorg.conf
The following has been added in the section "device"
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "0"
Option "RenderAccel" "Off"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Off"
Option "AllowGLXWithComposite" “Off”
EndSection
Mishal
April 14th, 2006, 02:02 AM
Let's try to reproduce the error.
Boot with the "nv" driver in your xorg.conf
Set the driver to "nvidia" in your /etc/X11/xorg.conf
Log out and Press CTRL+ALT+F1
You will get to the command line (no GUI)
Type:
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then:
startx -- -verbose 5 -logverbose 5
You will get the same error.
Then if you can't get to the command line press CTRL+ALT+F1 or CTRL+C (select NO if it asks you if you want to see the output of the error or something like that)
then type:
sudo cp /var/log/Xorg.0.log /home/your_username/Xorg.0.log
(Of course you have to replace "your_username" with your username)
and post the content of that file (which you can find under /home/your_username/Xorg.0.log )
if you want to access the GNOME or KDE again you can use this quick fix:
sudo nano /etc/X11/xorg.conf
Set the driver back to "nv" instead of "nvidia"
CTRL+O to save
CTRL+X to exit
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then
sudo /etc/init.d/gdm start (if you use GDM)
OR
sudo /etc/init.d/kdm start (if you use KDM)
I know it has been a long time since I asked you for help and you told me to post the contents of the Xorg.0.log file but I was busy and I have finally got the time to deal with this now. So here it is:
X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux Mishal 2.6.12-10-k7 #1 Mon Feb 13 12:29:26 UTC 2006 i686
Build Date: 10 October 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-10-k7 (buildd@terranova) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Feb 13 12:29:26 UTC 2006
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: Fri Apr 14 11:54:45 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/CID" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org 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="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 4
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1106,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 134d,2189 card 134d,1002 rev 04 class 07,03,00 hdr 00
(II) PCI: 00:08:0: chip 1106,3106 card 1106,0106 rev 8b class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1462,7120 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1462,7120 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1462,7120 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,002d card 0000,0000 rev 15 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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd9d00000 - 0xddcfffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] rev 21, Mem @ 0xde000000/24, 0xda000000/25, BIOS @ 0xdfef0000/16
(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 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xdfffee00 - 0xdfffeeff (0x100) MX[B]
[1] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[2] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[4] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[5] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
[6] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[7] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[8] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[9] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[10] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[11] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[13] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfffee00 - 0xdfffeeff (0x100) MX[B]
[1] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[2] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[4] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[5] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
[6] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[7] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[8] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[9] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[10] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[11] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[13] -1 0 0x0000ec00 - 0x0000ecff (0x100) 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 0xdfffee00 - 0xdfffeeff (0x100) MX[B]
[6] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[7] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[10] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
[11] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[15] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[17] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[20] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7667
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(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.7667
Module class: XFree86 Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-7667 Fri Jun 17 07:03:12 PDT 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in
(WW) this system is supported through the NVIDIA Legacy
(WW) drivers. Please visit
(WW) http://www.nvidia.com/object/unix.html for more
(WW) information. The 1.0-7667 NVIDIA driver will ignore this
(WW) GPU. Continuing probe...
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
tseliot
April 14th, 2006, 05:34 AM
Ok. I have installed the gcc-3.4 package. I followed all the steps in method 2 of the NVIDIA Driver install HOWTO.
http://www.ubuntuforums.org/showthread.php?t=75074
When I run the installer now, I get the following message.
gcc-version-check failed:
Could not compile gcc-version-check.c. Please be sure you have your distributers libc development package installed (what is this?) and that 'gcc-3.4' is a valid C ompiler name.
If you know what you are doing and want to ignore the gcc version check, select "No" to continue installation, otherwise, select "Yes" to abort the installation, set the CC environment variable to the name of your compiler used to cmpile the kernel, and restart he installation.
Note: I think I have done this by entering the following code:
cd “directory where you have the nvidia installer”
su
CC=gcc-3.4
export CC
exit
CC=gcc-3.4
export CC
Anyways, if I press "Yes", it aborts the installaton. If I press "No", an error message appears. This error messag reads:
Error: Unable to find the development tool `cc` in your path; please make sure you have the package 'gcc' installed. If gcc is installed on your system, then please check that `cc` is in your path.
If I press "Ok" to that error message, it says that the installation failed, and aborts the install.
I'm completely stumped here. Any help would be appreciated.
Let's solve the problem with gcc first:
type this command:
sudo ln -sf /usr/bin/gcc-3.4 /usr/bin/gcc
Then try the installer again (you won't need the export CC thing this time).
There won't be any gcc mismatch.
After the driver is installed properly you can set your gcc back to 4.0 (i.e. as it was before)
sudo ln -sf /usr/bin/gcc-4.0 /usr/bin/gcc
One last note: I have changed some settings in this directory.
sudo nano /etc/X11/xorg.conf
The following has been added in the section "device"
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "0"
Option "RenderAccel" "Off"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Off"
Option "AllowGLXWithComposite" “Off”
EndSection
You don't need those options I think it's better to remove them for now.
tseliot
April 14th, 2006, 05:47 AM
I know it has been a long time since I asked you for help and you told me to post the contents of the Xorg.0.log file but I was busy and I have finally got the time to deal with this now. So here it is:
It's quite clear what the problem is:
(WW) The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in
(WW) this system is supported through the NVIDIA Legacy
(WW) drivers. Please visit
(WW) http://www.nvidia.com/object/unix.html for more
(WW) information. The 1.0-7667 NVIDIA driver will ignore this
(WW) GPU. Continuing probe...
This means you didn't pay the due attention to my guide.
METHOD 1
It is the usual (and easiest) way to install the Nvidia drivers. It allows you to install nvidia driver 7667 OR 7174 i.e. the Legacy drivers which you need ONLY IF your graphic card belongs to the list in the "NOTES SECTION", which you will find near the end of the guide.
and
OR (If you need Legacy drivers, i.e. your graphic card is in the list at the end of the page or you need driver 7174)
and
NOTES SECTION
* Below are the legacy GPUs that are no longer supported in the unified driver.
These GPUs will continue to be maintained through the special legacy NVIDIA
GPU driver releases.
NVIDIA chip name Device PCI ID
------------------------------- -------------------------------
RIVA TNT 0x0020
RIVA TNT2/TNT2 Pro 0x0028
RIVA TNT2 Ultra 0x0029
Vanta/Vanta LT 0x002C
RIVA TNT2 Model 64/Model 64 Pro 0x002D
Aladdin TNT2 0x00A0
GeForce 256 0x0100
GeForce DDR 0x0101
Quadro 0x0103
GeForce2 GTS/GeForce2 Pro 0x0150
GeForce2 Ti 0x0151
GeForce2 Ultra 0x0152
Quadro2 Pro 0x0153
In other words your graphic card is supported only by the legacy driver.
Uninstall the driver from Method 1:
sudo apt-get --purge remove nvidia-glx nvidia-settings linux-restricted-modules-`uname -r`
Say "yes" if it asks you to remove other things (no matter what it asks you to remove)
sudo apt-get install nvidia-glx-legacy nvidia-settings linux-restricted-modules-`uname -r`-nvidia-legacy
NOTE: Make sure you use ` instead of '
Then set the driver to "nvidia" in the Section Device of your xorg.conf and comment out Load "dri" and Load “GLcore” (if you have them).
tseliot
April 14th, 2006, 05:59 AM
Another one I got was:
"kernel panic not syncing: attempted to kill init"
at this point that aint the only thing I'm wanting to kill :-)
I have also tried different BusID combinations, currently mine is 0:2:0 for the onboard graphics, I tried 1:2:0, 3:2:0, 0:1:0, 1:0:0 . Maybe tomorrow I'll try some more combinations, but really, nothing seems to be getting me anywhere here. When I try to boot using "system recovery" is when I get the "kernel panic"
I really don't know what to try next!
Thanks
Justbill
It's likely that you motherboard is not 100% supported by Linux (I refer to the capacity to switch between the graphic cards from the BIOS).
Boot with the BIOS set to the onboard card (make sure also your Geforce is plugged in).
Then type:
lspci | grep nVidia
NOTE: bash is case sensitive, therefore make sure you use a "V" instead of a "v" in the vord "nVidia".
In this way you should see something like this:
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
The number I highlighted in blue is the BUSId of the card.
Put it in your xorg.conf (where you know).
Don't select your card from the bios (or you'll get a kernel panic). The xserver should find your Geforce now and use it instead of the integrated card.
Mr_Welfare
April 14th, 2006, 09:21 AM
Thank you tseliot. The drver installed and everything is working great.
Once again,Thanks,
Mr_Welfare
MasterZ
April 14th, 2006, 02:04 PM
Hello,
First, thanks for all the guides, and comments on this thread. it's fantastic.
I installed the latest nvidia drivers on breezy 2 weeks ago and everything was fine.
Then I changed my hardware (pretty much everything :) ) and did a reinstall of all the stuff.
The nvidia installation goes ok, I got twinview and everything... the only problem I have is that as soon as I reboot, I have an error message and X is unable to start.
this is what I get in the Dmesg :
NVRM: RM/client version mismatch!!
NVRM: aborting to avoid catastrophe!
Then I reinstall the nvidia drivers (method 2), I don't modify the xorg.conf, and I restart gdm without problem.
So it seems that some module/driver is not starting at boot time and that X doesn't find my driver="nvidia" ...
Anyone knows how to solve that ?
thanks,
MasterZ
Justbill
April 14th, 2006, 04:46 PM
Alright,
I did what you suggested
Boot with the BIOS set to the onboard card (make sure also your Geforce is plugged in).
Then type:
Code:
lspci | grep nVidia
and this is the output from that
bill@Goliath:~$ lspci | grep nVidia
0000:02:03.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
bill@Goliath:~$
So would my BusID be 2:3:0 or 0:2:3 ? Also, here is the output from /etc/X11/xorg.conf (only what is pertinent):
Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation i915 Integrated Graphics Controller"
Monitor "COMPAQ FS760"
DefaultDepth 24
Under section "Device" I have either been deleting or commenting out (#) all information pertaining to my current onboard graphics, and have been repacing it with :
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nvidia"
BusID "?:?:?"
I have tried different random combinations with the BusID (that is why I typed "?" for this example).
In my output of "lspci | grep nVidia" it said
nVidia Corporation NV34 [GeForce FX 5200]
Should I be repacing NV40 with NV34 in the "Device" section?
Also, notice below section "device", I have section "screen". Should I be repacing the "device" in the "screen" section with:
"NVIDIA Corporation NV40 [GeForce FX 5200]"
I have tried that at times, but so far nothing has worked.
Another thing, the other night, for no better reason than to try this and see if I could do it, I compiled my first ever kernel. I thought I should mention this, in case it makes a difference trying to get this GeForce working here. If need be, (and I'll need some instructions "how to") I will remove the new kernel (that would be a shame, this machine is really running fast now!) This is the kernel I am currently using:
bill@Goliath:~$ uname -r
2.6.16-cks4
I can't help but believe we are getting close here, just need a little more direction:-)
Thanks
Justbill
hawque
April 15th, 2006, 12:40 AM
Over the past couple days, I've formatted and re-installed Breezy on my computer. Before the format, I had working drivers for my GeForce Ti4600, but I don't remember how I installed them. After the format, I followed Method 1 on your guide, and it worked. However, then I decided to try to install newer drivers and downloaded the most recentand following Method 2 this time, which is when the trouble started.
When I reset, I was greeted with a black screen where it should have been loading the greeter. After about a minute, this screen turned into a white screen, but that was where it stayed. After a few more unsuccessful attempts to log in to my system, I went into recovery mode and reset everything back to how it was before. This fixed the hangup, but I was again without working Nvidia drivers. Since then, I have done Method 2 again, Method 1 a few more times, and even followed the guide in Ubuntu's help to install the drivers, but each time I was met with the same blank screens.
I tried to look to see if this was something that was already covered, but I didn't find anything that helped during a couple searches.
tseliot
April 15th, 2006, 03:01 AM
Alright,
I did what you suggested
and this is the output from that
bill@Goliath:~$ lspci | grep nVidia
0000:02:03.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
bill@Goliath:~$
So would my BusID be 2:3:0 or 0:2:3 ? Also, here is the output from /etc/X11/xorg.conf (only what is pertinent):
Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation i915 Integrated Graphics Controller"
Monitor "COMPAQ FS760"
DefaultDepth 24
Under section "Device" I have either been deleting or commenting out (#) all information pertaining to my current onboard graphics, and have been repacing it with :
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nvidia"
BusID "?:?:?"
I have tried different random combinations with the BusID (that is why I typed "?" for this example).
In my output of "lspci | grep nVidia" it said
nVidia Corporation NV34 [GeForce FX 5200]
Should I be repacing NV40 with NV34 in the "Device" section?
Also, notice below section "device", I have section "screen". Should I be repacing the "device" in the "screen" section with:
"NVIDIA Corporation NV40 [GeForce FX 5200]"
I have tried that at times, but so far nothing has worked.
Another thing, the other night, for no better reason than to try this and see if I could do it, I compiled my first ever kernel. I thought I should mention this, in case it makes a difference trying to get this GeForce working here. If need be, (and I'll need some instructions "how to") I will remove the new kernel (that would be a shame, this machine is really running fast now!) This is the kernel I am currently using:
bill@Goliath:~$ uname -r
2.6.16-cks4
I can't help but believe we are getting close here, just need a little more direction:-)
Thanks
Justbill
1) If your compiled and installed also the headers for your kernel then you don't need to uninstall it. Otherwise remove it.
2) The identifier doesn't affect the functioning (e.d. you could call your graphic card Santa Claus if you wanted :p )
The most important thing is that the identifier of your card is the same as the "Device" in the Screen Section (so that the screen knows which card to use).
3) Modify your xorg.conf in the following way:
##Section "Device"
## Identifier "Intel Corporation i915 Integrated Graphics Controller"
## Driver "i810"
## BusID "PCI:0:2:0"
##EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce FX 5200]"
Monitor "COMPAQ FS760"
DefaultDepth 24
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:2:3:0"
EndSection
If the driver "nv" doesn't work, you can use "vesa".
Then, if everything's fine, you can install the nvidia driver.
tseliot
April 15th, 2006, 03:05 AM
Hello,
First, thanks for all the guides, and comments on this thread. it's fantastic.
I installed the latest nvidia drivers on breezy 2 weeks ago and everything was fine.
Then I changed my hardware (pretty much everything :) ) and did a reinstall of all the stuff.
The nvidia installation goes ok, I got twinview and everything... the only problem I have is that as soon as I reboot, I have an error message and X is unable to start.
this is what I get in the Dmesg :
NVRM: RM/client version mismatch!!
NVRM: aborting to avoid catastrophe!
Then I reinstall the nvidia drivers (method 2), I don't modify the xorg.conf, and I restart gdm without problem.
So it seems that some module/driver is not starting at boot time and that X doesn't find my driver="nvidia" ...
Anyone knows how to solve that ?
thanks,
MasterZ
Can you post the content of your /var/log/nvidia-installer.log, please?
MasterZ
April 15th, 2006, 05:34 AM
Here's my nvidia-installer.log :
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sat Apr 15 11:25:34 2006
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : true
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> There appears to already be a driver installed on your system (version: 1.0-
8756). As part of installing this driver (version: 1.0-8756), the existing
driver will be uninstalled. Are you sure you want to continue? ('no' will a
bort installation) (Answer: Yes)
-> 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".
-> Kernel source path: '/lib/modules/2.6.12-10-386/build'
-> Kernel output path: '/lib/modules/2.6.12-10-386/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv
-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.12-10-386/b
uild SYSOUT=/lib/modules/2.6.12-10-386/build'...
NVIDIA: calling KBUILD...
make CC=cc KBUILD_VERBOSE=1 -C /lib/modules/2.6.12-10-386/build SUBDIRS=/tm
p/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv modules
mkdir -p /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_vers
ions
make -f scripts/Makefile.build obj=/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756
-pkg1/usr/src/nv
echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz9281/NVI
DIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.nv.o
.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL_
_ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -
fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msoft-float -m
preferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i38
6/mach-default -Wdeclaration-after-statement -I/tmp/selfgz9281/NVIDIA-Linux
-x86-1.0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wform
at -Wchar-subscripts -
Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -
Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -
DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSIO
N=0 -DNV_PATCHLEVEL=8756 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM
-DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_
MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESEN
T -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRE
SENT -DMODULE -DKBUILD_BASENAME=nv -DKBUILD_MODNAME=nvidia -c -o /tmp/selfg
z9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz9281/NV
IDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.nv-v
m.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERN
EL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasin
g -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msoft-float
-mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i3
86 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/sel
fgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-
type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno
-multichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno-
error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_S
LI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8756 -UDEBUG
-U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESE
NT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESS
AGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DN
V_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=n
v_vm -DKBUILD_MODNAME=nvidia -c -o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756
-pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1
/usr/src/nv/nv-vm.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-vm.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-vm.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.os-a
gp.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KER
NEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasi
ng -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msoft-floa
t -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm
-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz9281/NVIDIA-L
inux-x86-1.0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -W
format -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Wer
ror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_K
ERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_V
ERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8756 -UDEBUG -U_DEBUG -DNDEBU
G -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_
CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -D
NV_PCI_CHOOSE_STATE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_AT
TR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=os_agp -DKBUILD_M
ODNAME=nvidia -c -o /tmp/selfgz9281/NV
IDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_os-agp.o /tmp/selfgz9281/NVIDIA
-Linux-x86-1.0-8756-pkg1/usr/src/nv/os-agp.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-agp.c:24:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-agp.c:24:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.os-i
nterface.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -
D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-
aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msof
t-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclu
de/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz9281/NV
IDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswi
tch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar
-Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LO
OSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MA
JOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8756 -UDEBUG -U_DEBUG -D
NDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI
_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESE
NT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_REMAP_PFN_RA
NGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKB
UILD_BASENAME=os_interface -DKBUILD_MODNAME=nvidia -c -o /tmp/selfgz9281/NVI
DIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_os-interface.o /tmp/selfgz9281/N
VIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/os-interface.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-interface.c:26:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-interface.c:26:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.os-r
egistry.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D
__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-a
liasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msoft
-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclud
e/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz9281/NVI
DIA-Linux-x86-1.0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswit
ch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar
-Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOO
SE_KERNEL_NAMES -D__KERNEL_
_ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VER
SION=0 -DNV_PATCHLEVEL=8756 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RL
IM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSC
TL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRE
SENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_
PRESENT -DMODULE -DKBUILD_BASENAME=os_registry -DKBUILD_MODNAME=nvidia -c -
o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_os-registry
.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/os-registry.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-registry.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/os-registry.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.nv-i
2c.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KER
NEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasi
ng -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -msoft-floa
t -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm
-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz9281/NVIDIA-L
inux-x86-1.
0-8756-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wch
ar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno
-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES
-D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DN
V_MINOR_VERSION=0 -DNV_PATCHLEVEL=8756 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNA
L_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESEN
T -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOS
E_STATE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -
DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=nv_i2c -DKBUILD_MODNAME=nvidi
a -c -o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.tmp_nv-i2
c.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv-i2c.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-i2c.c:8:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:864,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-linux.h:76,
from /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src
/nv/nv-i2c.c:8:
include/asm/io.h: In function `check_signature':
include/asm/io.h:253: warning: wrong type argument to increment
ld -m elf_i386 -r -o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/s
rc/nv/nvidia.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv-
kernel.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv.o /tmp
/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nv-vm.o /tmp/selfgz928
1/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/os-agp.o /tmp/selfgz9281/NVIDIA-
Linux-x86-1.0-8756-pkg1/usr/src/nv/os-interface.o /tmp/selfgz9281/NVIDIA-Lin
ux-x86-1.0-8756-pkg1/usr/src/nv/os-registry.o /tmp/selfgz9281/NVIDIA-Linux-x
86-1.0-8756-pkg1/usr/src/nv/nv-i2c.o
Building modules, stage 2.
make -rR -f /usr/src/linux-headers-2.6.12-10-386/scripts/Makefile.modpost
scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.12-10-386/Module.s
ymvers /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nvidia.o
Warning: could not find /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/s
rc/nv/.nv-kernel.o.cmd for /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/us
r/src/nv/nv-kernel.o
cc -Wp,-MD,/tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/.nvid
ia.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D_
_KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-al
iasing -fno-common -ffreestanding -Os -fomit-frame-
pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time
-march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement
-DKBUILD_BASENAME=nvidia -DKBUILD_MODNAME=nvidia -DMODULE -c -o /tmp/selfgz
9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nvidia.mod.o /tmp/selfgz9281/
NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nvidia.mod.c
ld -m elf_i386 -r -o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/sr
c/nv/nvidia.ko /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nvi
dia.o /tmp/selfgz9281/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/nvidia.mod.o
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Kernel messages:
[4294770.590000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294770.817000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa
on isa0060/serio0).
[4294770.817000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294770.931000] atkbd.c: Unknown key released (translated set 2, code 0xaa
on isa0060/serio0).
[4294770.931000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294776.141000] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[4294780.344000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa
on isa0060/serio0).
[4294780.344000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294780.426000] atkbd.c: Unknown key released (translated set 2, code 0xaa
on isa0060/serio0).
[4294780.426000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294781.693000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa
on isa0060/serio0).
[4294781.693000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294781.847000] atkbd.c: Unknown key released (translated set 2, code 0xaa
on isa0060/serio0).
[4294781.847000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294784.466000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa
on isa0060/serio0).
[4294784.466000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294784.637000] atkbd.c: Unknown key released (translated set 2, code 0xaa
on isa0060/serio0).
[4294784.637000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294786.114000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa
on isa0060/serio0).
[4294786.114000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294786.271000] atkbd.c: Unknown key released (translated set 2, code 0xaa
on isa0060/serio0).
[4294786.271000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4294799.046000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKA] -> GSI
19 (level, low) -> IRQ 19
[4294799.046000] PCI: Setting latency timer of device 0000:03:00.0 to 64
[4294799.046000] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8756 Wed
Mar 29 14:26:26 PST 2006
-> Installing both new and classic TLS OpenGL libraries.
-> Parsing log file:
-> done.
-> Validating previous installation:
-> done.
-> Uninstalling NVIDIA Accelerated Graphics Driver for Linux-x86 (1.0-8756):
-> done.
-> Uninstallation of existing driver: NVIDIA Accelerated Graphics Driver for
Linux-x86 (1.0-8756) is complete.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (1.0-8756):
executing: '/sbin/ldconfig'...
executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Would you like to run the nvidia-xconfig utility to automatically update you
r X configuration file so that the NVIDIA X driver will be used when you res
tart X? Any pre-existing X configuration file will be backed up. (Answer: N
o)
-> Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86
(version: 1.0-8756) is now complete. Please update your XF86Config or
xorg.conf file as appropriate; see the file
/usr/share/doc/NVIDIA_GLX-1.0/README.txt for details.
It seems that it removes the driver then reinstall it... (I could avoid that maybe..)
Then it execute :
executing: '/sbin/ldconfig'...
executing: '/sbin/depmod -aq'...
but I don't really understand those commands...
Also, this can be of some help :
This is the end of my xorg Log (from the firsts errors to the end)
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
(remember that the xorg.conf is ok still, because if I reinstall the driver, I can use it without problems).
MasterZ
tseliot
April 15th, 2006, 05:55 AM
Here's my nvidia-installer.log :
(remember that the xorg.conf is ok still, because if I reinstall the driver, I can use it without problems).
MasterZ
I need to diagnose the error.
Type:
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then:
startx -- -verbose 5 -logverbose 5
You will see several lines with the same error.
Then if you can't get to the command line press CTRL+ALT+F1 or CTRL+C (select NO if it asks you if you want to see the output of the error or something like that)
Then type this in order to copy the output of the error to your home folder:
sudo cp /var/log/Xorg.0.log /home/your_username/Xorg.0.log
(Of course you have to replace "your_username" with your username)
Access the GNOME or KDE again in the following way:
sudo nano /etc/X11/xorg.conf
Set the driver back to "nv" instead of "nvidia"
CTRL+O to save
CTRL+X to exit
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then
sudo /etc/init.d/gdm start (if you use GDM)
OR
sudo /etc/init.d/kdm start (if you use KDM)
Post the content of that file (which you can find under /home/your_username/Xorg.0.log )
Justbill
April 15th, 2006, 10:52 AM
Well, I tried with both the "nv" and the "vesa" divers, and I am still getting the "kernel panic" when I boot.
This would be a lot of work, but, do you think it would work if I reinstalled "Breezy" with the GeForce installed and the monitor connected to that (the GeForce), instead of the onboard graphics?
Also, I upgraded tp "Dapper" on this machine last night, so I will probably give the "how to" for nvidia in "Dapper" a whirl.
Thanks
Justbill
tseliot
April 15th, 2006, 12:49 PM
Well, I tried with both the "nv" and the "vesa" divers, and I am still getting the "kernel panic" when I boot.
Does it happen also when your bios is set to onboard???
This would be a lot of work, but, do you think it would work if I reinstalled "Breezy" with the GeForce installed and the monitor connected to that (the GeForce), instead of the onboard graphics?
You can connect the monitor to your Geforce and try to boot Ubuntu's Livecd (both with the bios set to onboard and nvidia, of course one per time, so as to see what happens in both cases).
I would like to know what happens. Then, if it works you can reinstall Ubuntu.
Also, I upgraded tp "Dapper" on this machine last night, so I will probably give the "how to" for nvidia in "Dapper" a whirl.
I'm not sure it can solve the problem.
Justbill
April 15th, 2006, 01:46 PM
When my BIOS are set to onboard, and I am connected to the onboard graphics, the computer boots normally. Of course, if the BIOS are set to onboard, and I am connected to the GeForce, I have no image on my monitor at all.
I will try to boot the live cd shortly, and let you know how that went.
Justbill
Justbill
April 15th, 2006, 02:31 PM
You can connect the monitor to your Geforce and try to boot Ubuntu's Livecd (both with the bios set to onboard and nvidia, of course one per time, so as to see what happens in both cases).
I would like to know what happens. Then, if it works you can reinstall Ubuntu.
It did not work. Again, I got the kernel panic as it tried to start the "hotplug subsystem" . I tried connecting the monitor to the GeForce, and the bios set on "pci", then I tried the monitor connected to the GeForce, and the bios set to "onboard" and I didn't get an image on my monitor at all.
It seems that my hotplug is detecting the intel graphics, even when I have the /etc/X11/xorg.conf set to NVIDIA Corporation.
Is there a way to force boot into a shell, and skip the starting hotplug subsystem.
Thanks
Justbill
MasterZ
April 15th, 2006, 03:18 PM
Hi,
I tried what you said, but the -logverbose option doesn't seem to do much.
I see more informations displayed on the screen than what's getting in the log file.
I also tried to redirect the output (>) but it doesn't work.
Anyway, I think I got something interesting with what's on the verbosed ouput on the screen (I retype it):
ERROR: API Mismatch: the NVIDIA kernel module has the version 1.0-7667,
but thix X module has the version 1.0-8756.
Please make sure that the kernel module and all NVIDIA driver components have the same version.
the rest of the file seems to be the same as what I posted earlier...
So it seems that whatever the driver installation does, my ubuntu doesn't keep it after reboot...
tseliot
April 15th, 2006, 04:11 PM
Hi,
I tried what you said, but the -logverbose option doesn't seem to do much.
I see more informations displayed on the screen than what's getting in the log file.
I also tried to redirect the output (>) but it doesn't work.
Anyway, I think I got something interesting with what's on the verbosed ouput on the screen (I retype it):
ERROR: API Mismatch: the NVIDIA kernel module has the version 1.0-7667,
but thix X module has the version 1.0-8756.
Please make sure that the kernel module and all NVIDIA driver components have the same version.
the rest of the file seems to be the same as what I posted earlier...
So it seems that whatever the driver installation does, my ubuntu doesn't keep it after reboot...
Try this command:
Interesting output:
1) Have you used Method 1 before using Method 2?
This command might help you:
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common linux-restricted-modules-`uname -r`
And reinstall the nvidia driver from the nvidia installer.
OR
2) If you used the nvidia installer (Method 2) to install driver 7667 you should uninstall it (from the installer)
tseliot
April 15th, 2006, 04:18 PM
It did not work. Again, I got the kernel panic as it tried to start the "hotplug subsystem" . I tried connecting the monitor to the GeForce, and the bios set on "pci", then I tried the monitor connected to the GeForce, and the bios set to "onboard" and I didn't get an image on my monitor at all.
It seems that my hotplug is detecting the intel graphics, even when I have the /etc/X11/xorg.conf set to NVIDIA Corporation.
Is there a way to force boot into a shell, and skip the starting hotplug subsystem.
Thanks
Justbill
Does it work if you boot in Recovery mode with the bios set to your Geforce?
Recovery mode doesn't start the xserver and shouldn't use hotplug.
If you manage to get to the command line in Recovery mode you can type "startx" and see what happens. (Make sure your xorg.conf is set to the nvidia card)
Justbill
April 15th, 2006, 04:50 PM
Yes, I have been booting recovery mode. That is where I got the "kernel panic" information.
I will try again
Justbill
Justbill
April 15th, 2006, 05:10 PM
O.K I've got something going on here now! I've got graphics with the monitor connected to the GeForce. I tried booting with the 2.6.12-10-386 kernel, and that one worked. So I guess I'll try to run the installer on this kernel, and if need be, remove the 2.6.15 kernel that I have been using.
Justbill
MasterZ
April 15th, 2006, 05:52 PM
Hello again,
Ok it works now !
I checked into the synaptics database, and 'nvidia-kernel-common' was indeed installed with version 7667 ... ](*,)
So uninstalling that and reinstalling with method 2 did work.
However I wonder how 'nvidia-kernel-common' appeared there... I'm sure that I did not install it myself, so maybe it was installed at the same time as ubuntu ...
But most probably, it was installed when I ran automatix after original installation. Because it's the main difference with my first ubuntu experience.
Anyway, a big thank you for your help !:D
MasterZ
Justbill
April 15th, 2006, 06:03 PM
That didn't work either :-(
Time to give up and walk away from this for a while
Justbill
kalifi
April 15th, 2006, 09:55 PM
Hi,
Now I'm after 5 hours ](*,) :mad: with the new nvidia drivers and the refresh rate has stuk at 70Hz.
Option "UseEdidFreqs" "FALSE"
Option "UseEDID" "FALSE"
Add this options in order to have 1024x768@85Hz.
If they aren't present the drivers will use the "detected" refresh rate.
Hope that would help someone
I'm gona have some sleep
Miro
tseliot
April 15th, 2006, 11:08 PM
Hi,
Now I'm after 5 hours ](*,) :mad: with the new nvidia drivers and the refresh rate has stuk at 70Hz.
Option "UseEdidFreqs" "FALSE"
Option "UseEDID" "FALSE"
Add this options in order to have 1024x768@85Hz.
If they aren't present the drivers will use the "detected" refresh rate.
Hope that would help someone
I'm gona have some sleep
Miro
Thanks for reporting, I'm sure it will help other users
Justbill
April 15th, 2006, 11:13 PM
OK, here is what I did earlier, and where it got me. As per your instructions, I did this:
##Section "Device"
## Identifier "Intel Corporation i915 Integrated Graphics Controller"
## Driver "i810"
## BusID "PCI:0:2:0"
##EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce FX 5200]"
Monitor "COMPAQ FS760"
DefaultDepth 24
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:2:3:0"
EndSection
I then switched to pci in the bios, and re-connected the monitor to my GeForce. First attempt at boot had the "kernel panic", booting the
2.6.15-20-386 recovery mode selection in grub. Then I tried the
2.6.12-10-386 recovery mode, and that one booted into graphical. So I followed the "Breezy" method 2 instructions (duh....do I feel stupid, I forgot I had upgraded to "Dapper"). I tried using the 8178 installer. This did not work, so I tried the "Dapper" method 2 instructions, with the 8756 installer, that also did not work.
Tomorrow I intend to try again, I noticed that when I checked /etc/X11/xorg.conf file, after running the installer, the file did NOT have a BusID in the "Device" section. I was too tired to think of it then, but perhaps if I would have added that, gdm start would have worked.
So, it looks like I have a chance of getting this to work with the 2.6.12-10 kernel. It at least boots when connected to the GeForce.
With that in mind, and with the information we have so far, how would you approach this at this point?
Is there possibly a problem with my 2.6.15-20 kernel? If so, is it fixable?
Thank you so much for your time and attention to this problem!
Justbill
tseliot
April 15th, 2006, 11:25 PM
I then switched to pci in the bios, and re-connected the monitor to my GeForce. First attempt at boot had the "kernel panic", booting the
2.6.15-20-386 recovery mode selection in grub. Then I tried the
2.6.12-10-386 recovery mode, and that one booted into graphical. So I followed the "Breezy" method 2 instructions (duh....do I feel stupid, I forgot I had upgraded to "Dapper"). I tried using the 8178 installer. This did not work, so I tried the "Dapper" method 2 instructions, with the 8756 installer, that also did not work.
Tomorrow I intend to try again, I noticed that when I checked /etc/X11/xorg.conf file, after running the installer, the file did NOT have a BusID in the "Device" section. I was too tired to think of it then, but perhaps if I would have added that, gdm start would have worked.
So, it looks like I have a chance of getting this to work with the 2.6.12-10 kernel. It at least boots when connected to the GeForce.
With that in mind, and with the information we have so far, how would you approach this at this point?
Is there possibly a problem with my 2.6.15-20 kernel? If so, is it fixable?
Thank you so much for your time and attention to this problem!
Justbill
First of all I would like you to know that I understand your frustration.
1) uninstall the driver from the 8756 installer (it's explained in my guide for Dapper)
2) uninstall the driver from the 8178 installer
3) Boot in your 2.6.12-10-386 in Recovery mode (if that's the only one that doesn't panic).
4) Use my script which you will find in my guide for Dapper. It will set up the driver automatically.
5) Try to start the xserver (type "startx") and tell me if it works
glenn45
April 16th, 2006, 12:14 AM
Tseliot! Thanks a lot for the guide! I got my nvidia drivers working in my amd64 3000+! and my graphics are so cool!
Thanks!
Justbill
April 16th, 2006, 12:44 AM
Well, I am using the 2.6.12-10 kernel, with the monitor connected to my GeForce. In /etc/X11/xorg.conf it still says the driver is "nv". Is that correct? I used Your script, and it went very smoothly. Prior to running the script, I discovered that evidently this kernel has some problems on this machine. All of a sudden I don't have sound ("no volume control GStreamer plugins and/or devices found), and my date and time have jumped ahead. Here is the output of my /etc/X11/xorg.conf file
Section "Module"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
##Section "Device"
## Identifier "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
## Driver "i810"
## BusID "PCI:0:2:0"
##EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:2:3:0"
EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce FX 5200]"
Monitor "COMPAQ FS760"
DefaultDepth 24
It looks like it worked.
Thanks Alot
Justbill
tseliot
April 16th, 2006, 02:15 AM
Well, I am using the 2.6.12-10 kernel, with the monitor connected to my GeForce. In /etc/X11/xorg.conf it still says the driver is "nv". Is that correct? I used Your script, and it went very smoothly. Prior to running the script, I discovered that evidently this kernel has some problems on this machine. All of a sudden I don't have sound ("no volume control GStreamer plugins and/or devices found), and my date and time have jumped ahead. Here is the output of my /etc/X11/xorg.conf file
Section "Module"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
##Section "Device"
## Identifier "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
## Driver "i810"
## BusID "PCI:0:2:0"
##EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:2:3:0"
EndSection
Section "Monitor"
Identifier "COMPAQ FS760"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce FX 5200]"
Monitor "COMPAQ FS760"
DefaultDepth 24
It looks like it worked.
Thanks Alot
Justbill
My script should set your xorg.conf to "nvidia" instead of "nv"
Eazy©
April 16th, 2006, 07:09 AM
Hi!
I just bought some new hardware:
CPU: AMD Athlon 64 4400+ X2 Dual-Core
GFX: XFX 7900gt PCIe (extreme edition)
RAM: 2x Corsair 512Mb
MB: MSI K8N-Sli
I reinstalled Kubuntu Breezy and installed "kernel 2.6.12-10-k7-smp" (thought I should do that as I got a X2 CPU). Then I installed the latest Driver from Nvidia using "Method 2". The Nvidia driver installed with no errors.
When I tested to se what fps Glxgears would give me, I get:
Window mode: 17728.682 FPS
Full screen mode: 1873.842 FPS
When playing UT2004 I get strage graphic errors (big colourd blocks) and really bad fps (35-50 fps).
My xorg.conf:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# paths to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/100dpi:unscaled"
FontPath "/usr/share/X11/fonts/75dpi:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
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/ttf-gujarati-fonts"
FontPath "/usr/share/fonts/truetype/ttf-arabeyes"
FontPath "/usr/share/fonts/truetype/ttf-bengali-fonts"
FontPath "/usr/share/fonts/truetype/arphic"
FontPath "/usr/share/fonts/truetype/baekmuk"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/type1/gsfonts"
FontPath "/usr/share/fonts/truetype/ttf-dejavu"
FontPath "/usr/share/fonts/truetype/freefont"
FontPath "/usr/share/fonts/truetype/ttf-devanagari-fonts"
FontPath "/usr/share/fonts/truetype/kochi"
FontPath "/usr/share/fonts/truetype/ttf-punjabi-fonts"
FontPath "/usr/share/fonts/truetype/ttf-tamil-fonts"
FontPath "/usr/share/fonts/truetype/ttf-malayalam-fonts"
FontPath "/usr/share/fonts/truetype/ttf-mgopen"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-telugu-fonts"
FontPath "/usr/share/fonts/truetype/ttf-kannada-fonts"
FontPath "/usr/share/fonts/truetype/ttf-oriya-fonts"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "B16_b_02 USB-PS/2 Optical Mouse"
Option "Dev Phys" "usb-0000:00:02.0-7/input0"
Option "Device" "/dev/input/event1"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5"
Option "Resolution" "800"
EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
# Option "Emulate3Buttons" "true"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
# Option "Coolbits" "1"
Option "NoLogo"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
I would so appreciate some help!
/A sad Eazy
Justbill
April 16th, 2006, 09:56 AM
My script should set your xorg.conf to "nvidia" instead of "nv"
Thats what I thought.
I remember reading somewhere, when I was trying to get things working under FC5 ( before I gave up on that os for "Breezy" on this box, now upgraded to "Dapper), that there was a bug in the 2.6.15-20 kernel, that caused a problem with nvidia stuff. That was a little while back, and to be truthful, I don't off hand remember exactly what that said. And if there was a problem, I am not aware if there has been a fix for it yet or not.
I am really a beginner at so much of this, but do you think a new kernel may be in order here? And if I did something like that, where do I get it, and what all do I need to compile. I saw your tutorial "Kernel compilation for Newbies", but doesn't it deal with an older version? Where would I get a more recent kernel image? And would any of that even help? Or is this an incompatibility issue with my motherboard? Can a new kernel be compiled with the necessary stuff for my GeForce?
Again, thanks so much for all the efforts you have put forth trying to get this video card to work!!
Thanks
Justbill
Amorphous_Snake
April 16th, 2006, 11:20 AM
Hello tseliot. I tried Method 2, and it didn't work for me. Here is what happened:
I have a GeForce 4 MX 440. I donwloaded the latest driver (8756). I did as you said till the command that says:
sudo sh NVIDIA-Linux-x86-1.0-8756-pkg1.run
I entered the driver installer and found errors. Something about gcc-3.4 required but gcc-4.0 is being used, although I did exactly like you said. Now I am stuck! I can't go back to my previous configuration (the xorg crahsed) and I can't install the driver. Help!
tseliot
April 16th, 2006, 01:34 PM
Hello tseliot. I tried Method 2, and it didn't work for me. Here is what happened:
I have a GeForce 4 MX 440. I donwloaded the latest driver (8756). I did as you said till the command that says:
sudo sh NVIDIA-Linux-x86-1.0-8756-pkg1.run
I entered the driver installer and found errors. Something about gcc-3.4 required but gcc-4.0 is being used, although I did exactly like you said. Now I am stuck! I can't go back to my previous configuration (the xorg crahsed) and I can't install the driver. Help!
Boot in Recovery Mode (it won't start the xserver, i.e. you'll see only the command line)
type:
nano /etc/X11/xorg.conf
Set the driver back to "nv" (instead of "nvidia" in the Section Device)
CTRL+O (to save)
CTRL+X (to exit)
type:
reboot
Now the xserver will work.
Before you try to install the driver you need to read Point 3 of the Problems Section of my guide.
tseliot
April 16th, 2006, 01:39 PM
Thats what I thought.
I remember reading somewhere, when I was trying to get things working under FC5 ( before I gave up on that os for "Breezy" on this box, now upgraded to "Dapper), that there was a bug in the 2.6.15-20 kernel, that caused a problem with nvidia stuff. That was a little while back, and to be truthful, I don't off hand remember exactly what that said. And if there was a problem, I am not aware if there has been a fix for it yet or not.
I am really a beginner at so much of this, but do you think a new kernel may be in order here? And if I did something like that, where do I get it, and what all do I need to compile. I saw your tutorial "Kernel compilation for Newbies", but doesn't it deal with an older version? Where would I get a more recent kernel image? And would any of that even help? Or is this an incompatibility issue with my motherboard? Can a new kernel be compiled with the necessary stuff for my GeForce?
Again, thanks so much for all the efforts you have put forth trying to get this video card to work!!
Thanks
Justbill
The compatibility issue might be due to the kernel version, i.e. it is likely that the latest kernel supports your motherboard (I'm not sure though).
If you want to compile the latest kernel you can try my guide "Kernel compilation for Newbies" and read the part about how to compile a Vanilla kernel.
Justbill
April 16th, 2006, 02:17 PM
I'll give that a try this evening, when I get home. Thanks!
Justbill
hawque
April 16th, 2006, 05:55 PM
I'm now actually getting an error message when I try, after I tried to install the legacy drivers instead (just to see if something would work). The X server has failed to initialize, it's likely it is set up incorrectly. It then takes me to tty1 and asks me to login.
Eazy©
April 16th, 2006, 07:15 PM
Thanx for nothing then. Guesse its true then. Linux is free only if your time is worthless. So much time I have put in Linux and still it does not work... Goodbye Linux!!
Amorphous_Snake
April 17th, 2006, 03:41 AM
Hello TSELIOT,
I have successfully installed the new driver, without the need to compile the kernel. But I have 2 problems:
First: The system freezes! I tried to do as you said in your guide, but there is a problem. The xorg.config is empty! There is nothing in it to edit!
Second: The screen refresh rate is still fixed at certain values that are irritating. Like 60 Hz and 70 Hz (I am talking about a CRT).
Thanks for this guide. But are all the problems I am having with my GF4 MX due to Ubuntu alone, or are they Linux problems in general to this kind of cards? I might get another distro. And also, don't you think there will ever be an easy way to install drivers just as you do it in Windows?
tseliot
April 17th, 2006, 04:13 AM
Thanx for nothing then. Guesse its true then. Linux is free only if your time is worthless. So much time I have put in Linux and still it does not work... Goodbye Linux!!
I didn't ignore your post on purpose. I'm not sleeping enough and I didn't see it.
You should have posted in the Gaming section of the forum (I don't play games in Linux)
And if you don't like Linux, don't use it.
tseliot
April 17th, 2006, 04:25 AM
Hello TSELIOT,
I have successfully installed the new driver, without the need to compile the kernel. But I have 2 problems:
First: The system freezes! I tried to do as you said in your guide, but there is a problem. The xorg.config is empty! There is nothing in it to edit!
That would be impossible.
This is the right file:
/etc/X11/xorg.conf
(it's NOT xorg.config)
Second: The screen refresh rate is still fixed at certain values that are irritating. Like 60 Hz and 70 Hz (I am talking about a CRT).
Read point 6 of the Problems section.
Thanks for this guide. But are all the problems I am having with my GF4 MX due to Ubuntu alone, or are they Linux problems in general to this kind of cards? I might get another distro.
If you want an easier distro to run you can try PCLinuxOS. It can be installed from a livecd and there is also a version which includes the Nvidia driver by default. It comes also with the codecs by default. It's a very nice distro.
And also, don't you think there will ever be an easy way to install drivers just as you do it in Windows?
Windows has a more advanced xserver, doesn't have different kernels (ok, this is true only to a certain point), etc.
And Nvidia doesn't invest the same amount of money in its Linux driver. It's obvious that Windows is its main market.
If you use distros like Suse or PCLinuxOS, things are easier.
I have written a script for Dapper to set up the drivers automatically but that doesn't solve compatibilty problems (it only installs the driver). That's the only thing I can do at the moment.
tseliot
April 17th, 2006, 08:47 AM
I'll give that a try this evening, when I get home. Thanks!
Justbill
OR, if you want to disable hotplug at boot you can try this guide:
http://www.ubuntuforums.org/showthread.php?t=89491
Mishal
April 17th, 2006, 09:29 PM
tseliot, sorry for blind in not reading your post correctly. I followed exactly what you told me in your last post and now I have managed to installed the nvidia driver.
Only problem is, the performance hasn't quite improved. I don't play games..so that's not what I am talking about. I am only bothered about smooth window maximisation and minimisation, quick responses of buttons etc. and I don't think it's got anything to do with my CPU which is a AMD AthlonXP 2000+ and I am also using kerkel k-7 to go with it.
So any ideas why the performace is still edgy? :( More importantly, any troubleshooters in mind? :)
tseliot
April 18th, 2006, 03:04 AM
tseliot, sorry for blind in not reading your post correctly. I followed exactly what you told me in your last post and now I have managed to installed the nvidia driver.
Only problem is, the performance hasn't quite improved. I don't play games..so that's not what I am talking about. I am only bothered about smooth window maximisation and minimisation, quick responses of buttons etc. and I don't think it's got anything to do with my CPU which is a AMD AthlonXP 2000+ and I am also using kerkel k-7 to go with it.
So any ideas why the performace is still edgy? :( More importantly, any troubleshooters in mind? :)
You can add this option to the Section Device of your xorg.conf:
Option "RenderAccel" "True"
Then save the file, log out and press CTRL+ALT+Backspace.
This should make things a bit more responsive.
However if you notice instabilities you have to remove that option.
Eazy©
April 19th, 2006, 07:29 AM
I didn't ignore your post on purpose. I'm not sleeping enough and I didn't see it.
You should have posted in the Gaming section of the forum (I don't play games in Linux)
And if you don't like Linux, don't use it.
Sorry for being grumpy, but it was not response to you alone, someone else could have answerd. I bought expensive hardware to make my gaming experiens better in linux but it didn't work out at the time. I posted in nvnews forum and solved my problem. The driver wasen't installed properly and the gfx was rendering in software mode (strange since there was no errors what I could see when I installed the drivers). Anyway it's solved now, and once again, I'm sorry (I was just so mad...no excuse for my behavior, but a reason)
Eazy
hw-tph
April 19th, 2006, 07:35 AM
METHOD 2
(snip)
3) sudo passwd root
(and set the root password which you will need later)
Why encourage users to set a root password? This is going against the Ubuntu sudo philosophy and could be potentially dangerous (users setting easily guessed passwords and so on). sudo -i will get the job done just as well as logging in as root.
One could argue that not installing the drivers as debs is going against Debian/Ubuntu philisophy as well but I digress.
Hĺkan
tseliot
April 19th, 2006, 11:25 AM
Why encourage users to set a root password? This is going against the Ubuntu sudo philosophy and could be potentially dangerous (users setting easily guessed passwords and so on). sudo -i will get the job done just as well as logging in as root.
I know even a better method (for that particular case) and I'm planning to update the guide.
Thanks for the suggestion, anyway :wink:
One could argue that not installing the drivers as debs is going against Debian/Ubuntu philisophy as well but I digress.
Hĺkan
If the developers made available the documentation I would make my debs and set up a repository or, even better, I would make a script which compiles the debs automatically and satisfies the dependecies (PCLinux OS already has that!).
BTW Debian and Ubuntu's deb of the nvidia drivers are based on the Nvidia installer.
Debian and Ubuntu's philosophies are meant to guarantee the quality of the package, I know that. But the drivers are supposed to improve compatibility and add the support for new cards. This is the reason for which not everybody stick with the drivers in the repos.
My 2 cents
hw-tph
April 19th, 2006, 04:27 PM
I didn't mean to jump on you, the only thing that I actually had a problem with was the setting of a superuser password.
I have had a brief look at the structure of the nvidia-kernel-source package to see how it is put together, but I haven't really seen any documentation on how it is properly created. It would really be nice to know what procedures are involved. I haven't even found any info on the mailing lists.
Hĺkan
Rasymas
April 21st, 2006, 10:51 AM
Tseliot, you are not gonna believe what happened..
I have partitioned my hdd and reinstalled Ubuntu... After that.. I managed to install video drivers !! :) Everything was extremely smooth.. Thank you for creating this HOW TO, it helped a lot.. And I'm sorry for what I had said about your guides before... ;)
Thanks again ;)
takayuki
April 23rd, 2006, 09:34 AM
tseliot,
thanks for the howto. i printed out your "method 1" instructions and just installed an nvidia geforce4 card.
tuxracer, quake, woo hooo!
jms830
April 26th, 2006, 05:24 PM
so then... does the new 8756 version of nvidia drivers work with breezy or only with dapper? and could i install them using method 2 in this thread?
tseliot
April 26th, 2006, 07:20 PM
so then... does the new 8756 version of nvidia drivers work with breezy or only with dapper? and could i install them using method 2 in this thread?
Yes, it works on both Breezy and Dapper
bugnot
April 26th, 2006, 07:54 PM
Hi there,
Just installed Ubuntu Breezy today. I used automatix to install everything I needed, including nvidia drivers for my AGP GeForce MX 440. The card does WORK, but as described in the HOWTO, the system seems to freeze intermittently for 3-4 seconds (however i can still move the mouse).
I tried editing xorg.conf and adding the lines that were suggested i.e.
Option "NvAGP" "0". However, when I add these lines, I get no display on the monitor when xserver starts...When I remove them, everything works fine again (with the exception of the freezing). Commenting every line but Option "NvAGP" "0" out causes the same problem. I'm completely new to linux so it's quite possible I've missed something obvious...
Any suggestions you have would be greatly appreciated!
Neil
ubuntuross
April 26th, 2006, 08:32 PM
I have a GeForce MX 440 card in my Linux box. I tried using Method 1 of this guide and then my x-server couldn't start.
Fortunately, before I started Method 1, I downloaded NVIDIA-Linux-x86-1.0-8756-pkg1.run from Nvidia's website. So I just ran that form the console and it downloaded and built something to match directly to my kernel. Then I rebooted the machine and "presto"...things were working just fine again.
However, my resolution is still limited to a max of 1024x768 (just like it was before). Any ideas on how I can get my resolutoin up to something like 1200x(whatever this number is...I can't remember). It goes up to higher resolutions in Windows just fine (I know...this isn't Windows...but I want higher resolution).
Any suggestions/help would be much appreciated. Thanks.
jms830
April 26th, 2006, 08:59 PM
However, my resolution is still limited to a max of 1024x768 (just like it was before). Any ideas on how I can get my resolutoin up to something like 1200x(whatever this number is...I can't remember). It goes up to higher resolutions in Windows just fine (I know...this isn't Windows...but I want higher resolution).
Any suggestions/help would be much appreciated. Thanks.
sudo gedit /etc/X11/xorg.conf
find this sections and add the resolutions you want like the example below
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
tseliot
April 27th, 2006, 03:01 AM
Hi there,
Just installed Ubuntu Breezy today. I used automatix to install everything I needed, including nvidia drivers for my AGP GeForce MX 440. The card does WORK, but as described in the HOWTO, the system seems to freeze intermittently for 3-4 seconds (however i can still move the mouse).
I tried editing xorg.conf and adding the lines that were suggested i.e.
Option "NvAGP" "0". However, when I add these lines, I get no display on the monitor when xserver starts...When I remove them, everything works fine again (with the exception of the freezing). Commenting every line but Option "NvAGP" "0" out causes the same problem. I'm completely new to linux so it's quite possible I've missed something obvious...
Any suggestions you have would be greatly appreciated!
Neil
Have you got a AMD64?
bugme
April 27th, 2006, 04:32 AM
Nope, athlon 1700
tseliot
April 27th, 2006, 04:42 AM
Nope, athlon 1700
Does that "freezing" take place also when the driver is set to "nv" in your /etc/xorg.conf?
bugme
April 27th, 2006, 05:16 AM
I don't know, I'll give it a shot tonight and let you know. Thanks :)
bugme
April 27th, 2006, 08:21 AM
Yup it doesn't freeze when i change it to nv. However, when i go into nvidia settings configuration, all the options are gone. The reason i needed the drivers and those settings was because my monitor itself is quite dark, even when the brightness knob is turned right up. I was only able to further adjust the brightness through the driver settings, which are now no longer there ](*,)
Am i screwed? Even if there is no option other than to keep it set to nv, is there a 3rd party app of some kind that would let me adjust these settings?
Thanks again for your time :)
Neil
MrGreen
April 27th, 2006, 08:47 AM
Hi,
I have just installed Dapper Drake (64) ... trying now to get nvidia drivers working
followed wiki guide & your thread guide but I get
mrgreen@dhcppc0:~$ nvidia-settings
ERROR: NV-CONTROL extension not found on this Display.
ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.
ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.
mrgreen@dhcppc0:~$ glxgears
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 148 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 20
Current serial number in output stream: 22
mrgreen@dhcppc0:~$
module nvidia is loaded & xorg.conf has been changed ...
Any idea whats going on ?
TIA
/me keeps searching for answer
If you need any more output then please let me know ;-)
Giga
April 27th, 2006, 10:36 AM
Tseliot,
i read your post.. correct me if im wrong please
i have a Geforce 6200 and CPU amd64bits (thus, method 2)
i download the correct file
question: Why i just can´t run like nvidia site said instead to do your steps?
i.e
code:
sudo sh NVIDIA-Linux-x86_64-1.0-8756-pkg2.run
in fact, i did this and i get a wrong message.. saying it lacks the "LB" or "LD"
shoud be a library or something?
im using 5.10 Ubuntu
Thanks
tseliot
April 27th, 2006, 01:26 PM
Hi,
I have just installed Dapper Drake (64) ... trying now to get nvidia drivers working
followed wiki guide & your thread guide but I get
mrgreen@dhcppc0:~$ nvidia-settings
ERROR: NV-CONTROL extension not found on this Display.
ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.
ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.
mrgreen@dhcppc0:~$ glxgears
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 148 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 20
Current serial number in output stream: 22
mrgreen@dhcppc0:~$
module nvidia is loaded & xorg.conf has been changed ...
Any idea whats going on ?
TIA
/me keeps searching for answer
If you need any more output then please let me know ;-)
This guide is for Breezy.
You should follow this guide of mine for Dapper:
http://www.ubuntuforums.org/showthread.php?t=139264
tseliot
April 27th, 2006, 01:29 PM
Yup it doesn't freeze when i change it to nv. However, when i go into nvidia settings configuration, all the options are gone. The reason i needed the drivers and those settings was because my monitor itself is quite dark, even when the brightness knob is turned right up. I was only able to further adjust the brightness through the driver settings, which are now no longer there ](*,)
Am i screwed? Even if there is no option other than to keep it set to nv, is there a 3rd party app of some kind that would let me adjust these settings?
Thanks again for your time :)
Neil
I must admit that I don't know what can be causing the problem.
Automatix installed driver 7667.
Perhaps you can use Method 2 to install the latest driver so as to see if it works better.
tseliot
April 27th, 2006, 01:32 PM
Tseliot,
i read your post.. correct me if im wrong please
i have a Geforce 6200 and CPU amd64bits (thus, method 2)
i download the correct file
You have got a AMD64 CPU but the question is: Are you using Ubuntu 32bit (x86) or Ubuntu 64bit (AMD64)?
If you don't know the answer, can you post the output of this command?
uname -a
MrGreen
April 27th, 2006, 01:42 PM
Thanks very much, after going through install instructions again Nvidia is working now.....:p
/me goes to try out Xgl ;-)
Giga
April 28th, 2006, 02:22 PM
Tseliot,
your method 2 works flawsless. Thank you very much ::mrgreen:
GPU: Geforce 6200 TC 256MB
ps: no need to comment " load dri" and " load glcore" cause they weren't there.
load glx was already without # here.
Ps: Why the video card doesn't show up in Device Manager???
Thanks
tseliot
April 28th, 2006, 02:58 PM
Ps: Why the video card doesn't show up in Device Manager???
I'm sure it's there but it's hidden.
For example, mine is under "VT8237 PCI bridge [K8T800/K8T890" and NV34 [GeForce FX 5500]
Paul Chang
April 28th, 2006, 08:30 PM
Just got a new card "XFX Geforce 6800 XT". Exactly following the metohd 2 of the how-to, intalled the lastest driver 8756 downloaded from www.nvidia.com, however the X cannot be started. Part of the xorg.0.log files is shown as follows:
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
...........
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
Could any gurus help me to fix the problem?
BTW, I have to use "nv" driver right now. Although "nv" works, I want to get TV-out of "6800 XT" work.
Thanks in advance.
tseliot
April 29th, 2006, 03:47 AM
Just got a new card "XFX Geforce 6800 XT". Exactly following the metohd 2 of the how-to, intalled the lastest driver 8756 downloaded from www.nvidia.com, however the X cannot be started. Part of the xorg.0.log files is shown as follows:
Could any gurus help me to fix the problem?
BTW, I have to use "nv" driver right now. Although "nv" works, I want to get TV-out of "6800 XT" work.
Thanks in advance.
Try this:
sudo gedit /etc/X11/xorg.conf
and set the driver to nvidia.
Then log out and press CTRL+ALT+F1
Stop the xserver:
sudo /etc/init.d/gdm stop (or kdm stop, if you use KDM)
Then:
sudo depmod -A
sudo modprobe nvidia
Restart the xserver:
sudo /etc/init.d/gdm start (or kdm start, if you use KDM)
Paul Chang
April 29th, 2006, 08:19 AM
Thanks, tseliot.
Tried "sudo depmod -A", "sudo modprobe nvidia". The nvidia module does show in "lsmod". But when I restarted X, the screen flashes twice or three times, and show a message "Failed to start X server .......".
Also, a very strange problem: if the card connected to a TV, I even cannot start GRUB, and I got an error message "Error 21". I have to unplug the s-video cable and reset the computer. Is this the problem of the video card or just because of the OS (I am using Breezy)? If it is the card problem, I'll return it and get another one.
tseliot
April 29th, 2006, 08:36 AM
Thanks, tseliot.
Tried "sudo depmod -A", "sudo modprobe nvidia". The nvidia module does show in "lsmod". But when I restarted X, the screen flashes twice or three times, and show a message "Failed to start X server .......".
I need to diagnose the error.
Type:
Set the driver to "nvidia" in your /etc/X11/xorg.conf
then log out and press CTRL+ALT+F1
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then:
startx -- -verbose 5 -logverbose 5
You will see several lines with the same error.
Then if you can't get to the command line press CTRL+ALT+F1 or CTRL+C (select NO if it asks you if you want to see the output of the error or something like that)
Then type this in order to copy the output of the error to your home folder:
sudo cp /var/log/Xorg.0.log /home/your_username/Xorg.0.log
(Of course you have to replace "your_username" with your username)
Access the GNOME or KDE again in the following way:
sudo nano /etc/X11/xorg.conf
Set the driver back to "nv" instead of "nvidia"
CTRL+O to save
CTRL+X to exit
sudo /etc/init.d/gdm stop (if you use GDM)
OR
sudo /etc/init.d/kdm stop (if you use KDM)
Then
sudo /etc/init.d/gdm start (if you use GDM)
OR
sudo /etc/init.d/kdm start (if you use KDM)
Post the content of that file (which you can find under /home/your_username/Xorg.0.log )
Also, a very strange problem: if the card connected to a TV, I even cannot start GRUB, and I got an error message "Error 21". I have to unplug the s-video cable and reset the computer. Is this the problem of the video card or just because of the OS (I am using Breezy)? If it is the card problem, I'll return it and get another one.
That thing is not normal and I don't know what can be causing that problem.
Anyhow, you shouldn't turn on your computer with you s-video cable plugged in (you should plug it in later, after Ubuntu has booted).
Paul Chang
April 29th, 2006, 09:13 AM
Thanks, tseliot.
The first part from the output of "startx -- -verbose 5 -lgoverbose 5":
X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux ubuntu 2.6.12-10-386 #1 Sat Mar 11 16:13:17 UTC 2006 i686
Build Date: 10 October 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-10-386 (buildd@terranova) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8.1)) #1 Sat Mar 11 16:13:17 UTC 2006 T
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: Sat Apr 29 08:59:25 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "DELL LCD" (0)
(**) | |-->Monitor "DELL E173FP"
(**) | |-->Device "NVIDIA Corporation NVIDIA Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org 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="X.Org Foundation"
compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1019,1b51 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1019,1b51 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1019,1b51 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1019,1b51 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1019,1b51 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1019,1b51 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1019,1b51 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1019,1b51 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 10de,cb84 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1019,1b51 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 05:00:0: chip 10de,00c3 card 1682,2177 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfe700000 - 0xfe7fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfe600000 - 0xfe6fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfe500000 - 0xfe5fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfe400000 - 0xfe4fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfe300000 - 0xfe3fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 5 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xa0000000 - 0xdfffffff (0x40000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x00c3) rev 162, Mem @ 0xfc000000/24, 0xa0000000/29, 0xfd000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
Paul Chang
April 29th, 2006, 09:18 AM
Just forgot: the entire file is attached to the previous post.
tseliot
April 29th, 2006, 09:52 AM
Just forgot: the entire file is attached to the previous post.
1) Do you use Ubuntu Breezy or Dapper?
2) can you post the output of this command?
locate glx
Paul Chang
April 29th, 2006, 12:45 PM
I am using Breezy 5.10. The output related to glx from "locate glx" is as follows:
/var/lib/dpkg/info/rss-glx.md5sums
/var/lib/dpkg/info/rss-glx.list
/var/cache/apt/archives/nvidia-glx_1.0.7667-0ubuntu25.1_i386.deb
/usr/share/doc/rss-glx
/usr/share/doc/rss-glx/README.xscreensaver
/usr/share/doc/rss-glx/README.gz
/usr/share/doc/rss-glx/changelog.Debian.gz
/usr/share/doc/rss-glx/copyright
/usr/share/texmf/fonts/source/public/cbgreek/glxc.mf
/usr/share/texmf/fonts/source/public/cbgreek/glxi.mf
/usr/share/texmf/fonts/source/public/cbgreek/glxn.mf
/usr/share/texmf/fonts/source/public/cbgreek/glxo.mf
/usr/share/texmf/fonts/source/public/cbgreek/glxu.mf
/usr/bin/glxdemo
/usr/bin/glxgears
/usr/bin/glxheads
/usr/bin/glxinfo
/usr/bin/rss-glx_install.pl
/usr/include/GL/glx_mangle.h
/usr/include/GL/glxint.h
/usr/include/GL/glxmd.h
/usr/include/GL/glxproto.h
/usr/include/GL/glxtokens.h
/usr/include/GL/glx.h
/usr/include/GL/glxext.h
tseliot
April 29th, 2006, 01:10 PM
I am using Breezy 5.10. The output related to glx from "locate glx" is as follows:
Try my script that will install the driver automatically for you:
1) Download my script for Breezy which is for Ubuntu 32bit (let me know if you need one for Ubuntu 64bit):
wget http://www.webalice.it/albertomilone/ubuntu/nvidia/nvidia_script_8756_32_breezy
2) Log out and press CTRL+ALT+F1 (so as to get out of the Desktop Environment, i.e. you'll see ONLY the command line)
3) Log in (if required)
4) Make the script executable:
cd /home/your_username/path_to_the_file_you_downloaded
sudo chmod a+x name_of_the_file_you_downloaded
5) Run the script:
sudo ./name_of_the_file_you_downloaded
Then answer the questions (very few).
Paul Chang
April 29th, 2006, 01:34 PM
OK, tried your script file. At the end after I run your script file, I got the following:
Error: Module nvidia does not exist in /proc/modules
I checked /proc/modules (the "modules" file also attached to this post), nvidia module IS there. Kind of strange.
Also, are you using "kdm" in your script file?
(you are so kind to help the other people. Really appreciate that!)
tseliot
April 29th, 2006, 02:47 PM
OK, tried your script file. At the end after I run your script file, I got the following:
...
I checked /proc/modules (the "modules" file also attached to this post), nvidia module IS there. Kind of strange.
I've never seen a problem of that kind. But that's because of my limited experience.
I think you should ask for help on the Unofficial Nvidia Forum (the nvidia staff will help you there):
http://www.nvnews.net/vbulletin/forumdisplay.php?f=14
Also, are you using "kdm" in your script file?
I'm using both kdm and gdm
Paul Chang
April 29th, 2006, 04:07 PM
Thanks. I'll go to Unofficial Nvidia Forum to try some luck.
Paul Chang
May 1st, 2006, 09:43 PM
OK, I didn't get any luck from the Unofficial Nvidia Forum. My question was even not answered after two days.
I re-checked my Xorg.0.log file very carefully, and noticed that my module parth was set to be "/usr/X11R6/lib/modules", however my nvidia driver is in directory "/usr/lib/xorg/modules/drivers", and glx is in directory "/usr/lib/xorg/modules/extensions". So I made two links in directory "/usr/X11R6/lib/modules", i.e.
ln -s /usr/lib/xorg/modules/drivers/nvidia_drv.o /usr/X11R6/lib/modules/nvidia_drv.o
ln -s /usr/lib/xorg/modules/drivers/libglx.so /usr/X11R6/lib/modules/libglx.so
Then, I log out and press CTRL+ALT+F1 to go to the terminal, and stop the GDM by "sudo /etc/init.d/gmd stop", modify the xorg.conf (i.e. change the "nv" driver to "nvidia", and disable "GLcore" and "DRI"), restart the GDM. Now, everything is fine.
However, I also noticed another problem in my Xorg.0.log file, which is shown as follows:
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x00c3) rev 162, Mem @ 0xfc000000/24, 0xa0000000/29, 0xfd000000/24
Why is the chipset unknown? It should be "Geforce 6800 XT".
Next, I need to get TV-out work. This is the only reason I dumped my ATI All-in-Wonder, and get this card, since most of the people in many forums said that Nvidia has a better support for Linux. Hopefully, I can get some help from here in tv-out stuff.
tseliot
May 2nd, 2006, 11:14 AM
Why is the chipset unknown? It should be "Geforce 6800 XT".
Don't worry, that's absolutely normal.
Lude
May 6th, 2006, 04:10 PM
I tried Method 2 manually and the script you provided, both of which i encountered the same problem. Everything went fine, it downloaded and everything, then:
ERROR: Installation has failed. See file '/var/log/nvidia-installer.log' for details
cp: cannot stat 'usr/lib/xorg/lib/libX*': No such file or directory
cp: cannot stat 'usr/lib/xorg/lib/modules/drivers/*': No such file or directory
cp: cannot stat 'usr/lib/xorg/lib/modules/extentions/*': No such file or directory
Right after that is the message that asks if i want to automaticlly update my xconf file or something, then the other that asks if i want to start xserver.
I just cant get these drivers installed to save my life. I just want to use my videocard (7600gt) instead of an old 5200fx i had to throw in so it would install and work. Thanks.
macoxp
May 6th, 2006, 09:35 PM
Hi i was following you instructions for method 2 and when i got to the uname -r it outputed 2.6.12-amd64-generic. and i cant get any further the next step wont work useing this output.
tseliot
May 7th, 2006, 04:02 AM
I tried Method 2 manually and the script you provided, both of which i encountered the same problem. Everything went fine, it downloaded and everything, then:
ERROR: Installation has failed. See file '/var/log/nvidia-installer.log' for details
cp: cannot stat 'usr/lib/xorg/lib/libX*': No such file or directory
cp: cannot stat 'usr/lib/xorg/lib/modules/drivers/*': No such file or directory
cp: cannot stat 'usr/lib/xorg/lib/modules/extentions/*': No such file or directory
Right after that is the message that asks if i want to automaticlly update my xconf file or something, then the other that asks if i want to start xserver.
I just cant get these drivers installed to save my life. I just want to use my videocard (7600gt) instead of an old 5200fx i had to throw in so it would install and work. Thanks.
This guide is for Breezy but you're using the script for Dapper. Which version of Ubuntu do you use?
tseliot
May 7th, 2006, 04:05 AM
Hi i was following you instructions for method 2 and when i got to the uname -r it outputed 2.6.12-amd64-generic. and i cant get any further the next step wont work useing this output.
Do you refer to this command?
sudo apt-get --purge remove linux-restricted-modules-`uname -r`
BTW you have to type it as it is (do not replace `uname -r` with the result of the command uname -r)
If apt-get doesn't find that package you can go ahead (it means that you hadn't installed it before).
Slavus
May 9th, 2006, 04:17 PM
im sorry, I'm newb and I dont know how to read.
Is a geforce 6800 either of
GeForce 256 0x0100
GeForce DDR 0x0101
?? I want to know if I need the legacy or regular drivers
Thanks
tseliot
May 9th, 2006, 04:27 PM
im sorry, I'm newb and I dont know how to read.
Is a geforce 6800 either of
GeForce 256 0x0100
GeForce DDR 0x0101
?? I want to know if I need the legacy or regular drivers
Thanks
Geforce 6800 doesn't need the legacy driver. It's a recent card therfore you might want to use the latest driver.
Slavus
May 9th, 2006, 05:28 PM
Ok I followed both step 1 and step 2 using drivers from Nvidia.com, how do I know which one to download though? I tried the 32bit one, and it installed fine but still doesnt work--
How do I check whether i need the
Linux IA32
Linux IA64 or
Linux AMD64/EM64T
drivers?
Sorry if these questions are irritatingly newb, but its my second day
tseliot
May 10th, 2006, 05:07 AM
Ok I followed both step 1 and step 2 using drivers from Nvidia.com, how do I know which one to download though? I tried the 32bit one, and it installed fine but still doesnt work--
How do I check whether i need the
Linux IA32
Linux IA64 or
Linux AMD64/EM64T
drivers?
Sorry if these questions are irritatingly newb, but its my second day
Linux IA32 if you use Ubuntu 32bit
tseliot
May 10th, 2006, 06:21 AM
UPDATE: My scripts are available also for Breezy.
Use'em, love'em ;)
EDIT: I fixed a typo in my script.
KillrBuckeye
May 11th, 2006, 08:35 AM
I tried your script for Breezy, but it did not work. It downloaded the installer and seemed to install okay, but it failed to start the X server. The errors are:
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available.
To give a little more background, I am able to manually install the nVidia drivers myself using the 8756 installer package. This will allow me to start up GDM just fine and everything appears to be good. The problem is that when I restart, something changes and X can no longer start. The error message says:
"Failed to initialize the NVIDIA kernel module!"
At this point, I can manually reinstall the driver and everything is fine again... What is going on? I've even had some of my friends on IRC try to help me out, but they have run out of ideas.
EDIT: Issue resolved! Thank you tseliot!
http://www.ubuntuforums.org/showthread.php?p=1005011#post1005011
JMO707
May 11th, 2006, 12:43 PM
I recently made a full migration from Windows to Linux, choosing Ubuntu because of is "friendliness", thing that I would need in the beggining.
Im becoming a little frustated with the installation of this drivers. The nv driver work perfectly, the same with nvidia-glx, but I cant get ride of the multiple problems for install the latest.
Now, the installer said me that it cant find the "kernel.h" module, that I should especify the path to it. The thing is that for what Ive seen to this point, Ubuntu doesnt handle the kernel exactly like other distributions.
I tried to compile a clean kernel, unsuccesfuly. Errors and lot of modules loaded by default. Argh, this is confusing.
What should I do?
tseliot
May 11th, 2006, 03:02 PM
I recently made a full migration from Windows to Linux, choosing Ubuntu because of is "friendliness", thing that I would need in the beggining.
Im becoming a little frustated with the installation of this drivers. The nv driver work perfectly, the same with nvidia-glx, but I cant get ride of the multiple problems for install the latest.
Now, the installer said me that it cant find the "kernel.h" module, that I should especify the path to it. The thing is that for what Ive seen to this point, Ubuntu doesnt handle the kernel exactly like other distributions.
I tried to compile a clean kernel, unsuccesfuly. Errors and lot of modules loaded by default. Argh, this is confusing.
What should I do?
Try my script, please:
http://www.albertomilone.eu/europeo/nvidia_scripts1.html
JMO707
May 11th, 2006, 04:47 PM
I tryed it. Its says something similar, that there is no "/usr/src/kernel-2.6.12-10-386" or something like that.
As I said, I make several attemps to compile a kernel, because simply decompressing the kernel source didnt work neither. It says that it isnt configured. Well, the problem is that I cant compile a kernel in a clean way. It seems that every one that I tryed had came already "customized", via apt-get and via kernel.org too. Dont know why.
archis
May 12th, 2006, 12:40 AM
Just in case you're seeing this problem after the last round of X.org updates:
x server crashes when screensaver kicks in (http://www.ubuntuforums.org/printthread.php?t=172188)
-> time to reinstall or rather update your nvidia drivers, kids. :cool:
JMO707
May 12th, 2006, 01:19 AM
Now, this is unheard of. I decide to use the nvidia-glx drivers because Im tired of tryng, and now, when the X server start with them, the screen blinks 3 times and then the system crash with the black screen. They WORKED before I wanted to use them... -_-
t0bb3
May 12th, 2006, 03:31 AM
I believe the NVidia driver package also included the NVidia Settings program as I was able to run 'nvidia-settings' without installing it. I look in Synaptic and it is clearly not installed.
Yep, that's true for driver 8174 or higher.
You might want to mention that there's no need to install nvidia-settings in the HOWTO. You say that there's no need to edit the xorg.conf file, but you don't say anything about nvidia-settings.
tseliot
May 12th, 2006, 03:49 AM
I tryed it. Its says something similar, that there is no "/usr/src/kernel-2.6.12-10-386" or something like that.
It's not an error if you're not using a recompiled kernel.
BUT if you're using a recompiled kernel (i.e. you compiled the kernel) then you might not have the kernel headers installed.
As I said, I make several attemps to compile a kernel, because simply decompressing the kernel source didnt work neither. It says that it isnt configured. Well, the problem is that I cant compile a kernel in a clean way. It seems that every one that I tryed had came already "customized", via apt-get and via kernel.org too. Dont know why.
I don't understand what you're saying.
If you need to recompile your kernel, please follow (EVERY STEP of) this guide of mine:
HOWTO: Kernel Compilation for Newbies (http://www.ubuntuforums.org/showthread.php?t=85064)
tseliot
May 12th, 2006, 04:13 AM
You might want to mention that there's no need to install nvidia-settings in the HOWTO. You say that there's no need to edit the xorg.conf file, but you don't say anything about nvidia-settings.
Ok, I forgot that I have to make clear also what users should not do (that would be quite a long list though ;) )
EDIT: I've made that quite clear now
KillrBuckeye
May 12th, 2006, 11:09 PM
hi tseliot. After I downloaded some kernal updates, I needed to reinstall the nVidia module, so I tried running your script again. The installation failed and I checked the log to find the reason. It was because the compiler was not set to gcc-3.4. In my case, I was simply able to do a “CC=gcc-3.4” and “export CC”, but the 3.4 compiler does not come installed by default (at least with Ubuntu Breezy 5.10). So maybe you could add some lines in your script to check whether gcc-3.4 is installed, download and install it if necessary, and set it as the current compiler? This would really help newbs like me! Just a suggestion.
tseliot
May 13th, 2006, 12:32 AM
hi tseliot. After I downloaded some kernal updates, I needed to reinstall the nVidia module, so I tried running your script again. The installation failed and I checked the log to find the reason. It was because the compiler was not set to gcc-3.4. In my case, I was simply able to do a “CC=gcc-3.4” and “export CC”, but the 3.4 compiler does not come installed by default (at least with Ubuntu Breezy 5.10). So maybe you could add some lines in your script to check whether gcc-3.4 is installed, download and install it if necessary, and set it as the current compiler? This would really help newbs like me! Just a suggestion.
Thanks for making me notice. The script for Breezy only installed gcc-4.0.
EDIT: Ok, now it should set the right gcc
russ_armst
May 13th, 2006, 01:52 PM
Thought I would post the solution to the problem I've been having with installing the latest 8756 NVIDIA drivers I downloaded from www.nvidia.com (http://www.nvidia.com) on a new install of Dapper (Beta 2).
After the installer sucessfully built and installed everything X could not be restarted, the xorg.0.log file shows:
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
...........
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
After a few days of trawling various forums, hair pulling, hacking ](*,) etc I began to suspect that the files had been installed to the wrong dirs. I stumbled across this post about an hour ago:
http://www.nvnews.net/vbulletin/showthread.php?t=70112
It seems that the NVIDIA installer requires the xserver-xorg-dev package to determine were to put the files. So i did the folowing:
sudo apt-get install xserver-xorg-dev
sudo sh NVIDIA-Linux-x86-1.0-8756-pkg1.run
sudo reboot
Et voila... one spanking new NVIDIA X Server up and running. This worked for me on Dapper (Beta 2) and hopefully this this post will save others the frustration and hair loss. Sorry but I can't offer any other advice as I'm a 2 day old Ubuntu (and llinux) newbie. A very chuffed newbie though :D
Hope this helps someone.
Russ
JMO707
May 14th, 2006, 12:14 AM
Well, I just wanna say that finally I got it, hehe.
I compiled a new kernel (2.6.16ck10) using this (http://www.ubuntuforums.org/showthread.php?t=157560) guide, and then used the script that you posted tseliot. Fantastic. The only thing that seems strange is that after I enabled the FastWrite and SideBandAdressing, via glxgears the FPS had decresead in 5 or 6 :s
Anyway, Im happy and not angry now ^^
Thanks.
GTroy
May 14th, 2006, 03:42 AM
tseliot, I hope you can help...I followed method two with no problems, and I setup a dual head configuration, but I've got no glx. I've tried commenting out glx, and dri. any help would be appreciated!!!
here's my xorg.conf file: http://paste.ubuntu-nl.org/13975
here's glxinfo:
name of 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".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x23 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x24 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x25 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x26 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
tseliot
May 14th, 2006, 04:11 AM
tseliot, I hope you can help...I followed method two with no problems, and I setup a dual head configuration, but I've got no glx. I've tried commenting out glx, and dri. any help would be appreciated!!!
here's my xorg.conf file: http://paste.ubuntu-nl.org/13975
here's glxinfo:
name of 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".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x23 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x24 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x25 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x26 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
1) are you using Ubuntu Breezy ir Dapper?
2) why did you use "NvAGP" and "RenderAccel" "1"?
GTroy
May 14th, 2006, 05:41 AM
I'm in breezy, I used renderaccel "1" to try to turn it on.
I used NvAGP because I'm using an agp 6200 nvidia card
I'm glad you got back to me!!
I edited out NvAGP, and renderAccel with no difference
my nvidia-glx is for 7667 driver and my installed nvidia driver is the newest one
(don't know if that helps)
tseliot
May 14th, 2006, 08:28 AM
I'm in breezy, I used renderaccel "1" to try to turn it on.
I used NvAGP because I'm using an agp 6200 nvidia card
I'm glad you got back to me!!
I edited out NvAGP, and renderAccel with no difference
my nvidia-glx is for 7667 driver and my installed nvidia driver is the newest one
(don't know if that helps)
1) Can you post the output of this command?
lspci
2) can you try my script to install the latest version of the driver? (you can find the link on the 1st page of this thread)
wog
May 14th, 2006, 02:47 PM
I'm following the instructions for Method 1, but I hit a snag...
What do I do if I get this error?
(gedit:7412): GtK-WARNING **: cannot open display
...although apparently Ubuntu came right up when I rebooted. :)
brm
May 14th, 2006, 06:26 PM
I suspect that an update to Dapper sometime between Wed May 10 and Sat May 13 has clobbered X. I cannot begin an X session with either the nv or nvidia drivers.
I have run tseliot's script for 32-bit Dapper. It ran perfectly. There appears, however, to be no progress on the problem. When kdm starts (or restarts), I get the kdm logo on console 7. It hangs. From the hung console, I can switch to a virtual console (1 through 6) and do a warm reboot (Ctl-Alt-Del); that is all. The symptoms are the same whether I run the nv or nvidia drivers. The difference between the two xorg.conf files:
48,50c48
< # Load "glx"
< Load "dri"
< Load "GLcore"
---
> Load "glx"
118c116
< Driver "nv"
---
> Driver "nvidia"
Here are the final 35 lines of /var/log/kdm.log with the nv driver:
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12 i686
Current Operating System: Linux Herodotus 2.6.15-22-686 #1 SMP PREEMPT Sun May 7 16:37:57 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: Sun May 14 14:34:04 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "GLcore" (module does not exist, 0)
error opening security policy file /etc/X11/xserver/SecurityPolicy
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
Fatal server error:
could not open default cursor font 'cursor'
Comment 1: I do not have and have never had a wacom tablet. The wacom driver is enabled as a module in the default Dapper kernel configuration.
Comment 2: The library providing GLcore is in the package xserver-xorg-core. I have confirmed that it is properly installed.
Comment 3: I do not understand the error about "default cursor font 'cursor'
I would welcome comments, advice or further tests to run.
GTroy
May 14th, 2006, 08:15 PM
I've installed your script, and run it over and over again...removing and installing..I can't get any X to start with any xorg.conf files....
(EE)Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available
lspci shows
0000:00:01.0 PCI bridge: VIA technologies, Inc. VT8363/8365 [KT133/km133 AGP]
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0221 (rev a1)
GTroy
May 14th, 2006, 08:34 PM
I got my system to run in clone mode by commenting out glx, and switching to the vesa driver in xorg.conf
GTroy
May 15th, 2006, 04:51 AM
problem solved...I can't use the newest driver when I only have a 4x apg (I think)
dual head and games work fine with 8174
tseliot
May 15th, 2006, 04:57 AM
I'm following the instructions for Method 1, but I hit a snag...
What do I do if I get this error?
(gedit:7412): GtK-WARNING **: cannot open display
...although apparently Ubuntu came right up when I rebooted. :)
That's nothing to worry about.
tseliot
May 15th, 2006, 05:02 AM
I suspect that an update to Dapper sometime between Wed May 10 and Sat May 13 has clobbered X. I cannot begin an X session with either the nv or nvidia drivers.
I have run tseliot's script for 32-bit Dapper. It ran perfectly. There appears, however, to be no progress on the problem. When kdm starts (or restarts), I get the kdm logo on console 7. It hangs. From the hung console, I can switch to a virtual console (1 through 6) and do a warm reboot (Ctl-Alt-Del); that is all. The symptoms are the same whether I run the nv or nvidia drivers. The difference between the two xorg.conf files:
48,50c48
< # Load "glx"
< Load "dri"
< Load "GLcore"
---
> Load "glx"
118c116
< Driver "nv"
---
> Driver "nvidia"
Here are the final 35 lines of /var/log/kdm.log with the nv driver:
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12 i686
Current Operating System: Linux Herodotus 2.6.15-22-686 #1 SMP PREEMPT Sun May 7 16:37:57 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: Sun May 14 14:34:04 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "GLcore" (module does not exist, 0)
error opening security policy file /etc/X11/xserver/SecurityPolicy
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
Fatal server error:
could not open default cursor font 'cursor'
Comment 1: I do not have and have never had a wacom tablet. The wacom driver is enabled as a module in the default Dapper kernel configuration.
Comment 2: The library providing GLcore is in the package xserver-xorg-core. I have confirmed that it is properly installed.
Comment 3: I do not understand the error about "default cursor font 'cursor'
I would welcome comments, advice or further tests to run.
Try this:
sudo nano -w /etc/X11/xorg.conf
and set the driver to "vesa" (instead of "nv" or "nvidia")
Then exit, save, and type:
sudo /etc/init.d/kdm restart
Then you should be able to enter the graphical environment therefore you can post the content of your xorg.conf here
woot
May 15th, 2006, 06:13 AM
Its probably not the habit of posting a problem 2 times on the same forum but im kinda desperate... I dont really know if its a twinview or a nvidia driver problem...
my problem:
http://ubuntuforums.org/showpost.php?p=1008394&postcount=73
Im coding quit much lately for my thesis and its annoying me terribly i lose so much space on my 2nd screen. To be more specific its like the screen height is ok but the width is just pushed a little bit toghter (3cm to be precise, 6 was to much actually)
and as an addition: my Xorg.0.log file
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 i686
Current Operating System: Linux patrick 2.6.15-22-386 #1 PREEMPT Sun May 7 15:49:09 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: Mon May 15 12:07:01 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation NV17 [GeForce4 440 Go]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
(==) RgbPath set to "/etc/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 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:2: chip 8086,2487 card 8086,4541 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 14f1,5421 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0174 card 1028,00d4 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,00d4 rev 78 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac42 card e000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,ac42 card e800,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:01:2: chip 104c,8027 card 1028,00d4 rev 00 class 0c,00,10 hdr 80
(II) PCI: 07:00:0: chip 1033,0035 card 14c2,0105 rev 43 class 0c,03,10 hdr 80
(II) PCI: 07:00:1: chip 1033,0035 card 14c2,0105 rev 43 class 0c,03,10 hdr 00
(II) PCI: 07:00:2: chip 1033,00e0 card 14c2,0205 rev 04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xe7ffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[4] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[5] -1 0 0x0000f400 - 0x0000f4ff (0x100) IX[B]
[6] -1 0 0x0000f800 - 0x0000f8ff (0x100) IX[B]
[7] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x34ffffff (0x5000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0x32000000 - 0x33ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 440 Go] rev 163, Mem @ 0xfc000000/24, 0xe0000000/27, 0xdff80000/19, BIOS @ 0x80000000/17
(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 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf6002000 - 0xf60020ff (0x100) MX[B]
[1] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[2] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[3] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[4] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[5] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[6] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[9] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[10] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[13] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[15] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[16] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf6002000 - 0xf60020ff (0x100) MX[B]
[1] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[2] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[3] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[4] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[5] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[6] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[9] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[10] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[13] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[15] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[16] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[23] -1 0 0x0000bf80 - 0x0000bf9f (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 - 0x34ffffff (0x34f00000) 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 - 0x34ffffff (0x34f00000) 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 0xf6002000 - 0xf60020ff (0x100) MX[B]
[6] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[7] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[8] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[9] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[10] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[11] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[14] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[21] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[22] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[30] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(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: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8756
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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: "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: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8756
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
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 6.99.99.904, module version = 1.0.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA X Driver 1.0-8756 Wed Mar 29 14:29:06 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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 - 0x34ffffff (0x34f00000) 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 0xf6002000 - 0xf60020ff (0x100) MX[B]
[6] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[7] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[8] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[9] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[10] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[11] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[14] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[21] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[22] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[30] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x34ffffff (0x34f00000) 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 0xf6002000 - 0xf60020ff (0x100) MX[B]
[6] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[7] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[8] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[9] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[10] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[11] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[14] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfc000000 - 0xfcffffff (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 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[23] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[24] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[25] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[26] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[28] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[29] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[33] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 0 0 0x000003c0 - 0x000003df (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): Option "NoLogo" "1"
(**) NVIDIA(0): Option "IgnoreEDID" "true"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "TwinViewOrientation" "LeftOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "28-80"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "43-60"
(**) NVIDIA(0): Option "MetaModes" "1280x1024,1600x1200; 1600x1200"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): TwinView enabled
(WW) NVIDIA(0):
(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated. The
(WW) NVIDIA(0): NVIDIA X driver makes use of a display device's EDID
(WW) NVIDIA(0): during construction of its modePool. It is recommended
(WW) NVIDIA(0): that you allow the X driver to make use of any available
(WW) NVIDIA(0): EDID. If, however, you know what you are doing and have
(WW) NVIDIA(0): good reason to do so, you can disable the X driver's use
(WW) NVIDIA(0): of EDIDs by setting the "UseEDID" X configuration option
(WW) NVIDIA(0): to FALSE; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDID" "FALSE"
(WW) NVIDIA(0):
(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,
(WW) NVIDIA(0): you can individually disable each particular use of the
(WW) NVIDIA(0): EDID; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDIDFreqs" "FALSE"
(WW) NVIDIA(0): Option "UseEDIDDpi" "FALSE"
(WW) NVIDIA(0): Option "ModeValidation" "NoEdidModes"
(WW) NVIDIA(0):
(WW) NVIDIA(0): See the README for details on each of these options.
(WW) NVIDIA(0):
(II) NVIDIA(0): NVIDIA GPU GeForce4 440 Go at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.55.c1
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 440 Go at PCI:1:0:0:
(--) NVIDIA(0): Arnos Instruments F-417 (CRT-0)
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0)
(--) NVIDIA(0): Arnos Instruments F-417 (CRT-0): 350 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0): 224 MHz maximum pixel
(--) NVIDIA(0): clock
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Devices: CRT-0, DFP-0
(WW) NVIDIA(0): No valid modes for "1600x1200"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024,1600x1200"
(II) NVIDIA(0): Virtual screen size determined to be 2880 x 1200
(--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config 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 0xdff80000 - 0xdfffffff (0x80000) MX[B]
[1] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
[2] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0 0x00100000 - 0x34ffffff (0x34f00000) 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 0xf6002000 - 0xf60020ff (0x100) MX[B]
[9] -1 0 0xf6001000 - 0xf6001fff (0x1000) MX[B]
[10] -1 0 0xf6000000 - 0xf6000fff (0x1000) MX[B]
[11] -1 0 0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]
[12] -1 0 0xf8fff000 - 0xf8fff7ff (0x800) MX[B]
[13] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
[14] -1 0 0x35000000 - 0x350003ff (0x400) MX[B]
[15] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[16] -1 0 0xd8000000 - 0xd801ffff (0x20000) MX[B](B)
[17] -1 0 0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
[18] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[19] -1 0 0xfc000000 - 0xfcffffff (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 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[26] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[27] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[28] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[30] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[31] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[32] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[33] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[35] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]
[36] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024,1600x1200"
(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
(II) Loading extension XINERAMA
(WW) NVIDIA(0): Option "IgnoreEdidFreqs" is not used
(WW) NVIDIA(0): Option "GenerateRTList" is not used
(WW) NVIDIA(0): Option "OverridePolarity" is not used
(==) 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 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
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) Synaptics touchpad driver version 0.14.3
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad touchpad found
Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID, removing from list!
ProcXCloseDevice to close or not ?
tseliot
May 15th, 2006, 06:48 AM
Its probably not the habit of posting a problem 2 times on the same forum but im kinda desperate... I dont really know if its a twinview or a nvidia driver problem...
my problem:
http://ubuntuforums.org/showpost.php?p=1008394&postcount=73
Im coding quit much lately for my thesis and its annoying me terribly i lose so much space on my 2nd screen. To be more specific its like the screen height is ok but the width is just pushed a little bit toghter (3cm to be precise, 6 was to much actually)
and as an addition: my Xorg.0.log file
I'm not sure it works (I don't use twinview but I can help you with the driver) but I guess it's worth trying:
Add this to the Section Device of your xorg.conf:
Option "ModeValidation" "NoMaxPClkCheck;NoEdidMaxPClkCheck"
Then
sudo nano -w /etc/modprobe.conf
and set it like this
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=4
Save and exit
then log out and press CTRL+ALT+Backspace.
Let me know if it works.
woot
May 15th, 2006, 07:43 AM
sudo nano -w /etc/modprobe.conf
and set it like this
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=4
i tried, all in vain.
Though i must say i normally have the Nvreg_mobile set to 1 and this is not in the modprobe.conf file (which i dont have) but in the /etc/modprobe.d/options file.
I tried changing it in the options file and aswell with adding the modprobe.conf file. restarted gdm but no succes...
thnx for trying
brm
May 15th, 2006, 03:18 PM
tseliot,
Thank you for taking an interest in my problem. Changing the video driver to "vesa" and restarting kdm has not helped. I have installed Breezy to another partition and am monitoring updates to Dapper in case whatever caused this problem gets fixed again.
Here is the current xorg.conf from the no longer usable Dapper setup. The monitor, BTW, is a Dell 2405FPW whose optimal setting is 1920x1200@60Hz:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Mar 29 14:43:26 PST 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
# Load "glx"
Load "dri"
Load "GLcore"
Load "int10"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 75.0
VertRefresh 30.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
tseliot
May 16th, 2006, 03:00 AM
tseliot,
Thank you for taking an interest in my problem. Changing the video driver to "vesa" and restarting kdm has not helped. I have installed Breezy to another partition and am monitoring updates to Dapper in case whatever caused this problem gets fixed again.
Here is the current xorg.conf from the no longer usable Dapper setup. The monitor, BTW, is a Dell 2405FPW whose optimal setting is 1920x1200@60Hz:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Mar 29 14:43:26 PST 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
# Load "glx"
Load "dri"
Load "GLcore"
Load "int10"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 75.0
VertRefresh 30.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Try this command:
sudo apt-get install xserver-xorg xserver-xorg-core install xserver-xorg-driver-nv
tseliot
May 16th, 2006, 08:41 AM
SCRIPT UPDATED to Version 0.033a
*Added a Reinstall function that doesn't download the Nvidia installer every time you need to reinstall it
*Added a control of the integrity of the Nvidia installer (md5sum)
*Added the development package for the Xserver (Dapper's scripts only).
*Fixed a typo in the scripts for Breezy
Please, let me know of any bugs you find.
m4gnesium
May 16th, 2006, 08:37 PM
Quick question:
Should I let the nvidia installer automatically edit the X configuration file? The defualt is no...
tseliot
May 17th, 2006, 04:19 AM
Quick question:
Should I let the nvidia installer automatically edit the X configuration file? The defualt is no...
Is your xorg.conf already configure for the nvidia driver?
The choice is down to you
tseliot
May 17th, 2006, 04:20 AM
UPDATE: I've corrected a typo that caused the script not to work
blknit
May 17th, 2006, 08:32 AM
I have a m/b (MS-7168 with RS480 chipset) affected from the 'double clock speed problem' . I resolved the problem with the "noapictimer irqpoll" (thanks Tseliot !) option at boot but... (yes there is a but..) recently bought a new graphic card (Nvidia 7300GS PCIE), installed the drivers and each time launch glxgears AND try to move the window my kubuntu breezy immediatly stop responding.
Booting my pc with the option "noapictimer irqpoll acpi=off" glxgear (and UT2004 :) ) runs fine but I lose the network card !! . ](*,)
If I boot disabling noapic the system hangs after loading the kernel.
The m/b bios is updated at the latest version (April 2006).
Could someone help me please ???
tseliot
May 17th, 2006, 11:26 AM
I have a m/b (MS-7168 with RS480 chipset) affected from the 'double clock speed problem' . I resolved the problem with the "noapictimer irqpoll" (thanks Tseliot !) option at boot but... (yes there is a but..) recently bought a new graphic card (Nvidia 7300GS PCIE), installed the drivers and each time launch glxgears AND try to move the window my kubuntu breezy immediatly stop responding.
Booting my pc with the option "noapictimer irqpoll acpi=off" glxgear (and UT2004 :) ) runs fine but I lose the network card !! . ](*,)
If I boot disabling noapic the system hangs after loading the kernel.
The m/b bios is updated at the latest version (April 2006).
Could someone help me please ???
I had the same motherboard (and the same problem) as yours.
Get to the BIOS and switch the graphical adapter to PCI-E instead of PCI.
Then save and exit.
idea
May 17th, 2006, 12:58 PM
hi, alberto?how are you?i'm fine.i have just finished the examen(English II)!i have taken 27!see you soon....i think if you want!!!kisses...
your work is great and good...bravo!
tseliot
May 17th, 2006, 03:36 PM
hi, alberto?how are you?i'm fine.i have just finished the examen(English II)!i have taken 27!see you soon....i think if you want!!!kisses...
your work is great and good...bravo!
Thanks. You had GREAT results, I'm very happy for you.
I have the English written exam next wednesday.
See you soon
datacanary
May 17th, 2006, 04:56 PM
](*,) Hi there, I tried editing the x11 config file (per your advice,](*,) , did that ever go south.........now I have GDM _x11 boot failure.
Can you help? I am running 5.10, GDM says "parse error on line 68, of section Device, "NoLogo" is not a valid keyword.
Should I edit out the NoLogo bit in the config file or is there a simpler way to do this?
Is anybody else having similar problems with that bit of advice you gave, ifso perhaps we should modify file?
tseliot
May 17th, 2006, 05:33 PM
](*,) Hi there, I tried editing the x11 config file (per your advice,](*,) , did that ever go south.........now I have GDM _x11 boot failure.
Can you help? I am running 5.10, GDM says "parse error on line 68, of section Device, "NoLogo" is not a valid keyword.
Should I edit out the NoLogo bit in the config file or is there a simpler way to do this?
Is anybody else having similar problems with that bit of advice you gave, ifso perhaps we should modify file?
Try to comment it out (i.e. put a # before it)
I would like to see the entire xorg.conf
blknit
May 18th, 2006, 01:37 AM
I had the same motherboard (and the same problem) as yours.
Get to the BIOS and switch the graphical adapter to PCI-E instead of PCI.
Then save and exit.
There is no such setting in the bios.
I changed "Internal Graphics Mode" setting from UMA to disabled and leaved the "Primary Display" setting unchanged (Auto = PCIE, internal, PCI). The other setting, "Internal" prioritize the internal video card (Xpress200).
If you can take a look here : http://support.packardbell.com/uk/item/index.php?i=instr_bios_orion&pi=platform_honeymoon_ixtreme
tseliot
May 18th, 2006, 03:18 AM
There is no such setting in the bios.
I changed "Internal Graphics Mode" setting from UMA to disabled and leaved the "Primary Display" setting unchanged (Auto = PCIE, internal, PCI). The other setting, "Internal" prioritize the internal video card (Xpress200).
If you can take a look here : http://support.packardbell.com/uk/item/index.php?i=instr_bios_orion&pi=platform_honeymoon_ixtreme
Set it up in this way:
Plug & Play OS NO
Internal Graphics Mode Disabled
tseliot
May 18th, 2006, 03:39 AM
SCRIPT UPDATED:
I've fixed a bug in the Reinstall function that didn't allow you to leave your xorg.conf unconfigured.
blknit
May 18th, 2006, 03:45 AM
Set it up in this way:
Plug & Play OS NO
Internal Graphics Mode Disabled
Will try with "Plug & Play OS=NO"
Thanks
tseliot
May 22nd, 2006, 04:45 PM
UPDATE: Now my scripts support Driver 8762
Enjoy!
EDIT: WARNING that version seems to break my Nvidia TV-OUT!
way2evil
May 22nd, 2006, 08:44 PM
hey can someone help me i have problems with xserver it wont load the GUI see here. thank you
http://www.ubuntuforums.org/showthread.php?t=180665
tseliot
May 27th, 2006, 06:33 PM
A new version of my script is now available (0.34a)
I have polished the "uninstall" function a bit and improved several things
Mohammad Ansarin
May 29th, 2006, 02:20 AM
hi.
i don't understand any of the above, and i have a FX5500. i want to know if it works with the drivers u listed. and most importantly, my linux live doesn't work with my card and shows colorful vertical lines. is something wrong with my driver, or do i have to upgrade it to one which can work on ubuntu linux?
bye and thanx
m a
tseliot
May 29th, 2006, 02:39 AM
hi.
i don't understand any of the above, and i have a FX5500. i want to know if it works with the drivers u listed. and most importantly, my linux live doesn't work with my card and shows colorful vertical lines. is something wrong with my driver, or do i have to upgrade it to one which can work on ubuntu linux?
bye and thanx
m a
If it "shows colorful vertical lines" it means that your card is not supported by the open source driver ("nv") which comes by default with Ubuntu.
You have to install Nvidia's proprietary driver ("nvidia") by following this guide or using my scripts.
tseliot
May 29th, 2006, 03:41 AM
My script has a name now: Envy
A new version is out: 0.35 (It's a bit more polished than before)
Michelangelo
May 29th, 2006, 04:54 PM
My script has a name now: Envy
A new version is out: 0.35 (It's a bit more polished than before)
I´ve tried your 0.34a version on my Ubuntu 6.06 LTS latest release, with nvidia scritps 8762... and suddenly my X doesn´t start anymore
It says something that GLX modules are unavailable...
(had nvidia-glx drivers installed from ubuntu and worked fine...)
--------------------
also... I´ve been trying with your scripts to update nvidia drivers because I´ve tried a zillion times to get Xgl + compiz running on my box..
and never got it working...
I get always the same results..after following the guides posted here carefully..
x starts... and if I choose to start compiz... the bars of the windows dissapear, and I cant move none of them or resize..or nothing (until I use metacity --replace)
And that is from the best results I got..
the error is always the same:
compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0
believe me I´ve tried everything...
checked the LD_LIBRARY_PATH=/opt/mesa/lib.
then tried to check with glxinfo..but got "badalloc" errors or something..
also tried to resolve the libx"something".so.1 thing...
also installed from 0.... ](*,)
I´m not sure...but I really think that mesa is doing some troubles on amd64.... because on my work I got it working using an intel 915 card and ubuntu I386
please...can you help me?
thanks anyway..
Mich
tseliot
May 30th, 2006, 02:57 AM
I´ve tried your 0.34a version on my Ubuntu 6.06 LTS latest release, with nvidia scritps 8762... and suddenly my X doesn´t start anymore
It says something that GLX modules are unavailable...
(had nvidia-glx drivers installed from ubuntu and worked fine...)
--------------------
also... I´ve been trying with your scripts to update nvidia drivers because I´ve tried a zillion times to get Xgl + compiz running on my box..
and never got it working...
I get always the same results..after following the guides posted here carefully..
x starts... and if I choose to start compiz... the bars of the windows dissapear, and I cant move none of them or resize..or nothing (until I use metacity --replace)
And that is from the best results I got..
the error is always the same:
compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0
believe me I´ve tried everything...
checked the LD_LIBRARY_PATH=/opt/mesa/lib.
then tried to check with glxinfo..but got "badalloc" errors or something..
also tried to resolve the libx"something".so.1 thing...
also installed from 0.... ](*,)
I´m not sure...but I really think that mesa is doing some troubles on amd64.... because on my work I got it working using an intel 915 card and ubuntu I386
please...can you help me?
thanks anyway..
Mich
1) about my script: make sure all your repositories are enabled. If you don't know how to do that you can post the content of your /etc/apt/sources.list
2) to access the Graphical interface again:
sudo nano -w /etc/X11/xorg.conf
and set the driver to "nv" (or "vesa") instead of "nvidia" in the Section Device of your xorg.conf
CTRL+X to exit (save the file)
then type:
sudo /etc/init.d/gdm restart (or "kdm restart" if you use KDM)
3) I don't use XGL therefore I think you should ask the ones who wrote the guides about it.
Just for now, please remove XGL otherwise the nvidia driver might not work.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.