PDA

View Full Version : HOWTO: Latest NVIDIA drivers on Ubuntu Breezy


Pages : 1 [2] 3 4 5 6 7

igor4u
November 4th, 2005, 01:57 PM
Yes it is already installed.

tseliot
November 4th, 2005, 02:01 PM
Yes it is already installed.
Sorry pal, I'll let you now if I find a solution to your problem

igor4u
November 4th, 2005, 02:16 PM
(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)

But with nvidia driver was ok!

igor4u
November 4th, 2005, 02:25 PM
tseliot

Thank you very much.
It's a pity that I couldn't decide this problem.
Sorry for time you have spent on me

tseliot
November 4th, 2005, 04:47 PM
tseliot

Thank you very much.
It's a pity that I couldn't decide this problem.
Sorry for time you have spent on me
No problem, I'm here to help :)

IronWolve
November 5th, 2005, 01:21 AM
I can not get the 7800 GT, 7676 driver to work.

1. base install
2. removed restricted
3. manually removed modules that have name nvidia
4. compile nvidia 7676 with gcc3.4, reboot
5. Lock/crash/burn...

Any ideas? Over at the nvidia forums, they say its a ubuntu issue, normally restricted modules.

tseliot
November 5th, 2005, 04:23 AM
I can not get the 7800 GT, 7676 driver to work.

1. base install
2. removed restricted
3. manually removed modules that have name nvidia
4. compile nvidia 7676 with gcc3.4, reboot
5. Lock/crash/burn...

Any ideas? Over at the nvidia forums, they say its a ubuntu issue, normally restricted modules.
Post your /etc/X11/xorg.conf and your /var/log/Xorg.0.log (after the system have crashed)

Kloschüssel
November 5th, 2005, 07:52 PM
Good evening.

I'm pretty new on this forum *g* .. please be pacient if I'm not completely etiquette-conform. Let's get to the **** part of this post.

I'm trying to get work my nVidia GeForce 7800 GTX with Dual head .. but still got some problems on configuring my xorg.conf file .. I don't exactly understand why it's not working .. may s.o. of yours can help me out. :rolleyes:

Informations about the hardware associated with:
- GeForce 7800 GTX on:
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0091 (rev a1) (still I don't understand why the latest driver release of nvidia doesn't understand the chipset of this device)
- monitor 1 (connected to the main dvi output): samsung syncmaster 913v
- monitor 2 (connected to the 2nd dvi output): samsung syncmaster 710v

Here's my conf file for who's interested in ;)

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules/extensions/nvidia"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "SAMSUNG"
ModelName "SyncMaster 913v"
DisplaySize 340 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "SAMSUNG"
ModelName "SyncMaster 710v"
DisplaySize 340 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA Geforce 7800 GTX"
Option "TwinView"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT,CRT"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "false"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

My first approach is to get it working with a simple clone and the target is to get it working with a <dual buffered> desktop environment.

I would be glad of every little help .. pretty sure about that the conf file just needs a few little changes to become working.

Kloschüssel
November 5th, 2005, 10:12 PM
hey guys

got it finally working .. here you can take a look at .. don't know where on the internet I found the clue .. peace!

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules/extensions/nvidia"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbRules" "xfree86"
Option "XkbOptions" "caps:shift_nocancel"
Option "XkbOptions" "ctrl:ctrl_aa"
EndSection

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

# MONITORS SECTION; DEFINE ALL MONITORS IN USAGE

Section "Monitor"
Identifier "Monitor0"
VendorName "SAMSUNG"
ModelName "SyncMaster 913v"
# DisplaySize 340 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "SAMSUNG"
ModelName "SyncMaster 710v"
# DisplaySize 340 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

# END OF MONITOR SECTION;

# DEVICE SECTION;

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA Geforce 7800 GTX"
Option "TwinView"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "SecondMonitorHorizSync" "31.5-64.3"
Option "SecondMonitorVertRefresh" "60-75"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "CRT, CRT"
EndSection

# END OF DEVICE SECTION;

# SCREEN SECTION

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "false"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

# END OF SCREEN SECTION

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


this version works fine for a single desktop environment. tomorrow I'm going to work on the dual-buffered desktop thing ..

comradevik
November 5th, 2005, 10:38 PM
Please help me
i have dual monitor set up
how do i get xinerama working.. all my fullscreen applications except movies open onto both screens when i want them to open on one of the screens only

tseliot
November 6th, 2005, 06:18 AM
Please help me
i have dual monitor set up
how do i get xinerama working.. all my fullscreen applications except movies open onto both screens when i want them to open on one of the screens only
I can't help you with that (I have only 1 monitor)

IronWolve
November 6th, 2005, 06:18 PM
Ok, found out my issue. The 7676 driver was crashing the system above 1600x1200 on the Nvidia 7800 card. Using the correct modelines fixed it.

I should of tried a lower resolution to test, stupid stupid...

Modelines for 24 inch Dell LCD 2405.

Option "HorizSync" "30-81"
Option "VertRefresh" "56-76"
Option "MetaModes" "1920x1200"
Modeline "1920x1200" 161.75 1920 2020 2052 2184 1200 1202 1208 1235 -hsync -vsync
Modeline "1920x1200" 154.128 1920 1968 2000 2080 1200 1203 1209 1235 -hsync -vsync

So, might want to add this to some FAQ, I've seen the same issue on many boards..

sfink01
November 7th, 2005, 09:41 AM
Please help me
i have dual monitor set up
how do i get xinerama working.. all my fullscreen applications except movies open onto both screens when i want them to open on one of the screens only

This is a function of Xinerama, depending on how your setup is you can do a number of things.

Try adding Option Xinerama "off" in the Screen section. This should allow the window manager to understand that there are two monitors and applications should maximize to only one screen. However, you will only see the panels on one screen instead of spanned across both.

If this does not give you the desired results, please post your xorg.conf and I'll take a look.

Kloschüssel
November 7th, 2005, 11:55 AM
Xinerama by default clones your first screen to the second screen. Disable Xinerama and it should work.

Another question:

Anyone who may got working a double frame buffer for nVidia driver in order to have 2 desktops running and sharing the memory of the single graphiccard?

As posted a few posts before I'm trying to get this done, but until now I was only able to enable my second monitor by using the nvidia driver build in configuration options shown below.

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA Geforce 7800 GTX"
BusID "PCI:1:0:0"
# advanced options
Option "SecondMonitorHorizSync" "31.5-64.3"
Option "SecondMonitorVertRefresh" "60-75"
Option "TwinView" "true"
Option "ConnectedMonitor" "CRT-0, CRT-1"
Option "MetaModes" "CRT-0:1280x1024, CRT-1:1280x1024"
Option "TwinViewOrientation" "RightOf"
# xinerama running or not, the second screen works fine :-)
Option "Xinerama" "on"
EndSection

theoretically it should be possible to declare 2 videodevices, each of them pointing to the same device but different output channels. most ati cards have to be configurated as such.

really kewl would it be if it was possible to just tell the x server by a code like Option "TwinViewOrientation" "dualbuffer" that there are 2 different screens and he has to load 2 independent desktops. :rolleyes: would be an idea to send to nvidia's driver developers :D

awaiting your ideas :rolleyes:

Voodoodude
November 7th, 2005, 02:30 PM
I just tried Shabba's install method on an Nvidia 5700 Ultra. Worked pretty good except that it did not recognize the "sudo nvidia-glx-config-enable" command
and it confused me when the nano opened up both the new and the backup version of "xorg.conf". He probably just wanted to make a new backup before the mod. But hey, I just got ubuntu yesterday, and I finally have a working video card! :) Thanks so much all.

tseliot
November 7th, 2005, 04:54 PM
Xinerama by default clones your first screen to the second screen. Disable Xinerama and it should work.

Another question:

Anyone who may got working a double frame buffer for nVidia driver in order to have 2 desktops running and sharing the memory of the single graphiccard?

As posted a few posts before I'm trying to get this done, but until now I was only able to enable my second monitor by using the nvidia driver build in configuration options shown below.

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA Geforce 7800 GTX"
BusID "PCI:1:0:0"
# advanced options
Option "SecondMonitorHorizSync" "31.5-64.3"
Option "SecondMonitorVertRefresh" "60-75"
Option "TwinView" "true"
Option "ConnectedMonitor" "CRT-0, CRT-1"
Option "MetaModes" "CRT-0:1280x1024, CRT-1:1280x1024"
Option "TwinViewOrientation" "RightOf"
# xinerama running or not, the second screen works fine :-)
Option "Xinerama" "on"
EndSection

theoretically it should be possible to declare 2 videodevices, each of them pointing to the same device but different output channels. most ati cards have to be configurated as such.

really kewl would it be if it was possible to just tell the x server by a code like Option "TwinViewOrientation" "dualbuffer" that there are 2 different screens and he has to load 2 independent desktops. :rolleyes: would be an idea to send to nvidia's driver developers :D

awaiting your ideas :rolleyes:

I think you should ask in the Unofficial Nvidia forum, the developers of the driver (and some Linux geeks) can help you there:
http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

sfink01
November 7th, 2005, 06:13 PM
From my humble knowledge, TwinView and Xinerama are two totally separate things. TwinView is a function of the nVidia Driver and Xinerama is an extention to X.

The line you show in your Device section "Option Xinerama on" is not a vaild Option for the Device, that line should be under the ServerLayout section to control X. See http://www.ublug.org/nvidia/twinview/nvidia-device-options.txt for the valid options.

The only valid option for the Device about Xinerama is:
Option "NoTwinViewXineramaInfo" "boolean"

This option will turn on and off Xinerama Info being sent back to X to then be delivered to the Window Manager.

From what I understand, you can place any of the Device options under either the Device or ServerLayout section ( I like to put them where they control because it's easier for me to keep track of them), but a ServerLayout only option cannot go under Device.

The option Xinerama on in the ServerLayout section would give you a desktop that spans the entire MetaMode ie 2560x1024 on two monitors @1280x1024 with a top panel with a Main Menu on the Left (by default) and the clock on the second monitor on the right, with the taskbar all the way across the bottom and if you maximize an application it will span across both monitors. This is of course assuming your TwinViewOrientation is anything but clone.

Having NoTwinViewXineramaInfo off (0, false, no) or not there at all would return Xinerama info from the Device back to the Window Manager and allow the Window Manager to interpret the info as it sees fit. If the ServerLayout section has Xinerama off and TwinViewOrientation is not clone there will be two 1280x1024 areas joined together and allow you to maximize an application to just one monitor and have the top and bottom panels on the first monitor only. When a new application is opened it will go to the 1280x1024 area not in use and apps can be dragged back and forth.

There are of course many, many exceptions to this, you can mix and match the Options to get any combination of results, these are just the most commonly used.

Once again, this is my limited knowledge and understanding, Hope that helps.

rjwood
November 8th, 2005, 06:53 AM
tseliot, just wondering.

Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "RenderAccel" "true"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Offnvidia"
Option "AllowGLXWithComposite" "true"
Option "UseFBDev" "true"
EndSection

as you see 'BusID' is "PCI:2:0:0" is that ok even though I have only one pci slot for my nvidia card??
maybe dumb question. :rolleyes:

23meg
November 8th, 2005, 07:15 AM
It's ok, it's just the number given to the slot your card is plugged into by the system.

rjwood
November 8th, 2005, 07:22 AM
It's ok, it's just the number given to the slot your card is plugged into by the system.
thank you!!

sfink01
November 8th, 2005, 09:01 AM
tseliot, just wondering.

Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "RenderAccel" "true"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "NoRenderExtension" "Off"
Option "Accel" "Offnvidia"
Option "AllowGLXWithComposite" "true"
Option "UseFBDev" "true"
EndSection

as you see 'BusID' is "PCI:2:0:0" is that ok even though I have only one pci slot for my nvidia card??
maybe dumb question. :rolleyes:

This setting is the address of your PCI card and where the driver can find it.

You can check your address by doing:

lspci | grep nVidia

and reading the output mine is:

sfink@pulsar:~$ lspci|grep nVidia
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 00cc (rev a2)

see the 0000:01:00.0 that means in my xorg.conf I need to put:

BusID "PCI:1:0:0"

Hope that helps!

iltofa
November 8th, 2005, 10:31 AM
I just want to let you know that I tried the first method suggested by tseliot, the one written in the Gnome documentation, and it works.

I have a HP notebook nx9105 - Ubuntu Breezy.

Bye

linkunderscore
November 9th, 2005, 08:10 PM
bump because i hate having to search for this thread and...


it compiled my new nvidia kernel according to method 2 but its not starting...

rochester39
November 9th, 2005, 08:24 PM
Finally after much gnashing of teeth and rending of cloth, I managed to make my nVidia FX 5500 behave. If you are suffering from black screen syndome, this may help.

I used tseliot's methodologies (all of 'em) and nothing worked. I finally found an obscure reference to removing the default AGP driver. This worked. So, with a cleanly installed system (Breezy/AMD64 (running 32bit)/1G/FX5500) I followed Method 1 which basically installs the driver from Synaptic. Then I added two lines to the end of the file /etc/hotplug/blacklist :

agpgart
sis_agp

(I have a SiS motherboard -- YMMV, could be intel_agp, whatever). This keeps these drivers from loading.

Anyway, this fixed the problem. Reboot, I finally see the nVidia logo and get about 2500 fps out of glxgears. Yow!

linkunderscore
November 9th, 2005, 08:37 PM
Finally after much gnashing of teeth and rending of cloth, I managed to make my nVidia FX 5500 behave. If you are suffering from black screen syndome, this may help.

I used tseliot's methodologies (all of 'em) and nothing worked. I finally found an obscure reference to removing the default AGP driver. This worked. So, with a cleanly installed system (Breezy/AMD64 (running 32bit)/1G/FX5500) I followed Method 1 which basically installs the driver from Synaptic. Then I added two lines to the end of the file /etc/hotplug/blacklist :

agpgart
sis_agp

(I have a SiS motherboard -- YMMV, could be intel_agp, whatever). This keeps these drivers from loading.

Anyway, this fixed the problem. Reboot, I finally see the nVidia logo and get about 2500 fps out of glxgears. Yow!

none of theisr are working for me...its annoying because this was one thing I hadn't even thought would cause me this much crap after the upgrade. His hoary How To worked amazingly well--THE FIRST TIME!

I got it to make the kernel and everything but after that.....:confused: :confused: :confused:

linkunderscore
November 9th, 2005, 09:27 PM
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


DOH!

linkunderscore
November 10th, 2005, 01:05 AM
nothing is working to fix this....

:(

tseliot
November 10th, 2005, 07:05 AM
none of theisr are working for me...its annoying because this was one thing I hadn't even thought would cause me this much crap after the upgrade. His hoary How To worked amazingly well--THE FIRST TIME!

I got it to make the kernel and everything but after that.....:confused: :confused: :confused:
Tell me which method you have followed to install the drivers after the upgrade from Hoary to Breezy. Please I need every detail in order to help you.

linkunderscore
November 10th, 2005, 10:07 AM
Tell me which method you have followed to install the drivers after the upgrade from Hoary to Breezy. Please I need every detail in order to help you.

Hey tseliot. I was using method 2--it finally worked after I, in complete frustration, opened up synaptic and removed anything that said nvidia (including the kernel I compiled previously). Then I followed method 2 again and it worked.

I guess you could add "Open Synaptic and remove any remnence of your old nvidia kernel and nvidia-settings" to your How To. I know thats what fixed it for me.

I dont know what I removed that finally allowed it to work properly, but I know I didn't have nvidia-glx or /etc/init.d/nvidia-* SO it had to be something else causing the problem. I removed the nvidia kernel, nvidia-settings, and everything that went with the nvidia kernel (a complete removal). My guess is that one or both of those things were screwing up my installation somewhere in the process.

Thanks for your HowTo's :)

tseliot
November 10th, 2005, 11:39 AM
Hey tseliot. I was using method 2--it finally worked after I, in complete frustration, opened up synaptic and removed anything that said nvidia (including the kernel I compiled previously). Then I followed method 2 again and it worked.

I guess you could add "Open Synaptic and remove any remnence of your old nvidia kernel and nvidia-settings" to your How To. I know thats what fixed it for me.

I dont know what I removed that finally allowed it to work properly, but I know I didn't have nvidia-glx or /etc/init.d/nvidia-* SO it had to be something else causing the problem. I removed the nvidia kernel, nvidia-settings, and everything that went with the nvidia kernel (a complete removal). My guess is that one or both of those things were screwing up my installation somewhere in the process.

Thanks for your HowTo's :)
Thanks for the feedback. I'll add it to the guide.

proxess
November 11th, 2005, 11:25 AM
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
mousedev
psmouse
nvidia




# /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 "bitmap"
Load "dbe"
Load "ddc"
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" "pt"
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 NV28 [GeForce4 Ti 4800 SE]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Samsung SyncMaster 710N"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Monitor "Samsung SyncMaster 710N"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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


if i use the nvidia drivers gdm wont start

tseliot
November 11th, 2005, 12:39 PM
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
mousedev
psmouse
nvidia




# /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 "bitmap"
Load "dbe"
Load "ddc"
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" "pt"
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 NV28 [GeForce4 Ti 4800 SE]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Samsung SyncMaster 710N"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Monitor "Samsung SyncMaster 710N"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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


if i use the nvidia drivers gdm wont start

Use method 2 and please make the Section "Module" (in your xorg.conf) look like mine


Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
#Load “GLcore”
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"

proxess
November 13th, 2005, 07:35 AM
i done that, didnt work *sighs* when i put nvidia drivers gdm didnt start again, i dont think its because of the modules. I'll just format i guess, i wont lose much.
I aint gonna give up tho, i want to lose windows! Just missing in two things, the graphics and writing to ntfs. Thanks for all the help anyhow!

tseliot
November 13th, 2005, 01:01 PM
i done that, didnt work *sighs* when i put nvidia drivers gdm didnt start again, i dont think its because of the modules. I'll just format i guess, i wont lose much.
I aint gonna give up tho, i want to lose windows! Just missing in two things, the graphics and writing to ntfs. Thanks for all the help anyhow!

BTW you could try METHOD 3 of this guide or ask in the unofficial nvidia forums

Darth Tux
November 13th, 2005, 04:54 PM
I have tried all 3 ways to get it to work but my computer locks up everytime. I even tried what you said in the troubleshooting. Here is my xorg.conf config:

# /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 "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" "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 "NVIDIA Corporation NV36 [GeForce FX 5700 LE]"
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

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-72
VertRefresh 50-135
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36 [GeForce FX 5700 LE]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

xbaez
November 14th, 2005, 08:49 AM
I have linux-restricted modules for 2.6.11 and 2.6.10, however after installing Breezy they stop working (as well as alsa, no sound in kernels previous 2.6.12). The Nvidia errors were related to a mismatch (nvidia kernels were compiled with software version x.xx while xorg was compiled with other version).

I'll appreciate suggestions

tseliot
November 14th, 2005, 08:58 AM
[QUOTE=Darth Tux]I have tried all 3 ways to get it to work but my computer locks up everytime. I even tried what you said in the troubleshooting. Here is my xorg.conf config:/QUOTE]

1) Please post:

the model of your graphic card

your /var/Xorg.O.log after your computer locked up


2) Does your computer lock up completely or does it just get you to the command line(without showing you the graphical interface)?

tseliot
November 14th, 2005, 09:03 AM
I have linux-restricted modules for 2.6.11 and 2.6.10, however after installing Breezy they stop working (as well as alsa, no sound in kernels previous 2.6.12). The Nvidia errors were related to a mismatch (nvidia kernels were compiled with software version x.xx while xorg was compiled with other version).

I'll appreciate suggestions

I'm not sure to get what your problem is.

You should uninstall (i.e. mark them for Complete removal in Synaptic) the restricted modules.

Then install kernel 2.6.12 (install linux-image-386 or install linux-image-k7 or linux-image-686, etc.)

Then follow method 1 of my guide

Everything should work then.

Darth Tux
November 15th, 2005, 12:25 AM
tseliot, I have a GeForce FX 5700 LE AGP. I tried method 3 again, in combonation with method 2, but no luck. Here is my xorg.conf now and my Xorg log from after a crash. I had to condense the Xorg log a bit so that i could attach it. It locks up completely only when I try to do something with OpenGL. thanks for the help.

tseliot
November 15th, 2005, 02:54 PM
tseliot, I have a GeForce FX 5700 LE AGP. I tried method 3 again, in combonation with method 2, but no luck. Here is my xorg.conf now and my Xorg log from after a crash. I had to condense the Xorg log a bit so that i could attach it. It locks up completely only when I try to do something with OpenGL. thanks for the help.

I need to know the following things:

1) Do you also have an integrated graphic card (in your motherboard)?

2) I've noticed that you have installed nvidia driver version 7676. I usually suggest NOT to use it. Could you try 7667 please?

3) Which OpenGL application do you use before the computer freezes?

Darth Tux
November 15th, 2005, 05:27 PM
I have tried 7676, 7667, and 7154...or which ever one the legacy was, all do the same thing. I will go ahead and switch back to 7667. I don't have integrated video card on my motherboard, and the programs that lock me up are any OpenGL screen savers, and glxgears. I haven't tried much else. Would you like a pic of what it looks like when it locks up? I dont know if that will help or not.

belton
November 16th, 2005, 03:33 AM
hello! first post in these forums for me... I must give credits to tseliot.. excellent howto.. i tried almost everything with no luck and was givin it up until i found method 2..

I am sooo happy now! :) Thank you!

tseliot
November 16th, 2005, 08:47 AM
Would you like a pic of what it looks like when it locks up? I dont know if that will help or not.

I guess it might help me to figure out the problem.

tseliot
November 16th, 2005, 08:48 AM
hello! first post in these forums for me... I must give credits to tseliot.. excellent howto.. i tried almost everything with no luck and was givin it up until i found method 2..

I am sooo happy now! :) Thank you!

First off WELCOME! Second, thanks :)

xbaez
November 16th, 2005, 06:03 PM
what is method 2?

really all I do (GeForce FX 5200) is

#apt-get linux-restricted-modules
#nvidia-glx-settings enable
#/etc/init.d/gdm restar

That's about all I do to get Nvidia drivers working
in my toshiba, I add this to the 'Device' section
IgnoreEDID "true"

tseliot
November 17th, 2005, 09:51 AM
what is method 2?

really all I do (GeForce FX 5200) is

#apt-get linux-restricted-modules
#nvidia-glx-settings enable
#/etc/init.d/gdm restar

That's about all I do to get Nvidia drivers working
in my toshiba, I add this to the 'Device' section
IgnoreEDID "true"

If you read my guide carefully you will see that method 2 is the manual installation of the drivers by means of nvidia installers

proxess
November 17th, 2005, 10:29 AM
As soon as i formated, i tried method 3, and well... once again... gdm didnt work. Maybe its just me? I dont know what to do. The nvidia-glx (7676 i think) ones just dont work right with my gpu, and all the other ones just dont work.

tseliot
November 17th, 2005, 10:44 AM
As soon as i formated, i tried method 3, and well... once again... gdm didnt work. Maybe its just me? I dont know what to do. The nvidia-glx (7676 i think) ones just dont work right with my gpu, and all the other ones just dont work.

Try this last trick:

sudo rmmod nvidia

sudo modeprobe nvidia

Then set the driver to "nvidia" in your xorg.conf

Log out

Press:

CTRL+ALT+BACKSPACE

I this doesn't solve the problem you should ask for help in the Unofficial nvdia forum http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

Darth Tux
November 19th, 2005, 06:35 PM
here are the pics.

tseliot
November 20th, 2005, 03:56 AM
here are the pics.
sudo nano /etc/X11/xorg.conf

Find the following section and add the line in red:

Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "Off"

CTRL+O to overwrite the file
CTRL+X to exit

Then log out

Press CTRL+ALT+BACKSPACE

Tell me if it works

Peksi
November 20th, 2005, 06:21 AM
I still got the same error.
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' commandline option.
ERROR: Installation has failed. Please see the file
I've installed all needed files and so on, but still the same error. I've tried also install it like method 1, but it won't work. I've got nvidia GeForce FX5500.

tseliot
November 20th, 2005, 09:29 AM
I still got the same error.
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' commandline option.
ERROR: Installation has failed. Please see the file
I've installed all needed files and so on, but still the same error. I've tried also install it like method 1, but it won't work. I've got nvidia GeForce FX5500.
Ok, try this:

Type:

cd /usr/src
ls

you will see this file "linux-source-2.6.12.tar.bz2"

Type:

sudo tar --bzip2 -xvf linux-source-2.6.12.tar.bz2

sudo ln -s /usr/src/linux-source-2.6.12 /usr/src/linux

cd /usr/src/linux

Then try the installer again.

Darth Tux
November 20th, 2005, 03:57 PM
sorry, didn't work. It still freaked out. Ive looked on the nvidia forums also but there was nothing there of the like. But I'll tell you what did help. a few pages back when you told that guy to type in "sudo rrmod nvidia" and "sudo modprobe nvidia". glxgears ran really slowly, but it did run...then after about a minute it would freak out again.

23meg
November 20th, 2005, 04:04 PM
I'm having a severe 2d problem after reinstalling the driver, with both 7676 and 7667: Gnome desktop icons take about a second to get repainted when switching workspaces and overall 2d performance is worse than it used to be. I had this exact problem upon first install but with some fiddling around (I don't remember what exactly) it had magically disappeared. Now it's back again and I'd appreciate any help on it.

The present state of my xorg.conf Device section follows
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce Go 6600 TE/6200 TE]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "Accel" "on"
Option "RenderAccel" "on"
# Option "AllowGLXWithComposite" "true"
Option "NvAGP" "0"
Option "HWCursor" "on"
Option "RandRRotation" "on"
Option "EnablePageFlip" "True"
# Option "NoRenderExtension" "off"
# Option "IgnoreDisplayDevices" "TV"
# Option "UseFBDev" "true"
# Option "SWCursor" "on"
Option "UseInternalAGPGART" "no"

Mine is a PCI-E Geforce Go6200 chip on a laptop. I've blacklisted the intel_agp kernel module but that didn't help either.

tseliot
November 20th, 2005, 04:05 PM
I'm having a severe 2d problem after reinstalling the driver, with both 7676 and 7667: Gnome desktop icons take about a second to get repainted when switching workspaces and overall 2d performance is worse than it used to be. I had this exact problem upon first install but with some fiddling around (I don't remember what exactly) it had magically disappeared. Now it's back again and I'd appreciate any help on it.

The present state of my xorg.conf Device section follows
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce Go 6600 TE/6200 TE]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "Accel" "on"
Option "RenderAccel" "on"
# Option "AllowGLXWithComposite" "true"
Option "NvAGP" "0"
Option "HWCursor" "on"
Option "RandRRotation" "on"
Option "EnablePageFlip" "True"
# Option "NoRenderExtension" "off"
# Option "IgnoreDisplayDevices" "TV"
# Option "UseFBDev" "true"
# Option "SWCursor" "on"
Option "UseInternalAGPGART" "no"
Try Option"RenderAccel" "off"

23meg
November 20th, 2005, 04:08 PM
Try Option"RenderAccel" "off"
I did, and it didn't help. I had it set to "on" the whole time after the magical fix and was having no problems with it anyway.

tseliot
November 20th, 2005, 04:26 PM
I did, and it didn't help. I had it set to "on" the whole time after the magical fix and was having no problems with it anyway.
What happens if you delete all the options you have put there?

I refer to:
Option"Accel" "on"
Option"RenderAccel" "on"
#Option"AllowGLXWithComposite" "true"
Option"NvAGP" "0"
Option "HWCursor" "on"
Option "RandRRotation" "on"
Option"EnablePageFlip" "True"
# Option "NoRenderExtension" "off"
#Option"IgnoreDisplayDevices" "TV"
#Option"UseFBDev" "true"
# Option "SWCursor" "on"
Option "UseInternalAGPGART" "no"

I had a Geforce 6200 PCI-E and it worked fine without setting any options

tseliot
November 20th, 2005, 04:44 PM
sorry, didn't work. It still freaked out. Ive looked on the nvidia forums also but there was nothing there of the like. But I'll tell you what did help. a few pages back when you told that guy to type in "sudo rrmod nvidia" and "sudo modprobe nvidia". glxgears ran really slowly, but it did run...then after about a minute it would freak out again.
Sorry but I can't find anything useful. I think you should post in the Unofficial Nvidia forums: the developers of the drivers will answer you there.

23meg
November 20th, 2005, 05:31 PM
What happens if you delete all the options you have put there?

Nothing changes.

teaker1s
November 21st, 2005, 06:37 AM
with method 1 you may be wise to suggest checking this-


from personal experience of changing from kernels if you get to the point that you have an nvidia control panel but few functions or it won't boot gui then you would be wise to check you have installed the correct linux restricted module using synaptic.
as it will boot perfectly METHOD 1 open gl won't work an easy check install supertux with synaptic if you select options and open gl and it crashes then you have a open gl problem
also method 1 xorg.conf didn't get changed from nv to nvidia

after those little problems it works great

Peksi
November 21st, 2005, 10:30 AM
w00t, I don't find linux-source-2.6.12 -pack in /usr/src/ and not even apt-get find it.. and yes I update it, maybe my source.list is wrong or something.. Can anyone copy-paste source.list here so I can change mine.

tseliot
November 21st, 2005, 10:33 AM
w00t, I don't find linux-source-2.6.12 -pack in /usr/src/ and not even apt-get find it.. and yes I update it, maybe my source.list is wrong or something.. Can anyone copy-paste source.list here so I can change mine.
Post yours and I will correct it.

Peksi
November 21st, 2005, 10:40 AM
and here we go:
eb http://fi.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu hoary main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fi.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu hoary-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://fi.archive.ubuntu.com/ubuntu hoary universe
deb-src http://fi.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu hoary-backports main universe multiverse restricted
I got it from my friend so it might suck..

tseliot
November 21st, 2005, 04:17 PM
and here we go:
...
I got it from my friend so it might suck..

I thought you were using Ubuntu Breezy. You use Hoary, don't you? In this case you won't find linux source 2.6.12 in the repositories.

Use this command:

sudo apt-get install linux-source-'uname -r'

And you will get the source for your kernel (which I suppose to be 2.6.10 or 2.6.11 if you use Hoary)

Then you should be able to find the source under /usr/src.

If this doesn't happen, please post the output of the following command:
uname -r

Peksi
November 22nd, 2005, 06:07 AM
i've already posted it, but here is again: 2.6.12-9-386
so that means I'm using Breezy ? I don't realy know which I'm using..

Edit: Maybe my friend using hoary and I'm breezy? because i've got that sources list from my friend.. I'm not sure which one is my version..

tseliot
November 22nd, 2005, 07:13 AM
Make your repositories look like this:
deb http://fi.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fi.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu breezy-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://fi.archive.ubuntu.com/ubuntu breezy universe
deb-src http://fi.archive.ubuntu.com/ubuntu breezy universe

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe

deb [url]deb http://archive.ubuntu.com/ubuntu/ breezy universe main restricted multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

23meg
November 22nd, 2005, 07:25 AM
I've made a detailed post about my 2D performance problem that occured after reinstalling the driver here (http://www.nvnews.net/vbulletin/showthread.php?t=60317). Any help still appreciated.

Peksi
November 22nd, 2005, 09:50 AM
Thanks for your help, it works at last..

tseliot
November 22nd, 2005, 10:10 AM
I've made a detailed post about my 2D performance problem that occured after reinstalling the driver here (http://www.nvnews.net/vbulletin/showthread.php?t=60317). Any help still appreciated.
I really would like to help you but I have never had a GeforceGo, I hope the Nvidia staff can help you.

23meg
November 22nd, 2005, 10:20 AM
I really would like to help you but I have never had a GeforceGo, I hope the Nvidia staff can help you.
It's probably not a chip specific problem, but one with the kernel module, since I've had it working fine for about six weeks and it only broke after reinstall..

23meg
November 22nd, 2005, 10:33 AM
BTW, just checked and "dmesg |grep nvidia" returns nvidia: module license 'NVIDIA' taints kernel.

tseliot
November 22nd, 2005, 11:57 AM
BTW, just checked and "dmesg |grep nvidia" returns
Same here:
[ 56.477810] nvidia: module license 'NVIDIA' taints kernel

fabs0028
November 22nd, 2005, 01:35 PM
BTW, just checked and "dmesg |grep nvidia" returns
hello,
it is nothing to worry about, it is just a notice from the kernel because you are inserting proprietary code in the kernel so it indicates that the non-free module is "polluting" the kernel

Human Prototype
November 25th, 2005, 01:25 PM
this is a quotation from the Starter guide you can find (if you use GNOME) by clicking on System/Help/Ubuntu 5.10 Starter Guide/hardware 


Restart GNOME or reboot the computer
Is it possible to replace the image with one of your own devising?

Thanks for the guide - it let me get my resolution up and hopefully quake will actually work...

Darth Tux
November 25th, 2005, 02:06 PM
heres something weird. I did a fresh install, did method 1. And glxgears and some of the screensavers that require rendering are working now. They work for a few minutes then crash. But anything like GLblur crashes immedietly. Any more ideas?

tseliot
November 26th, 2005, 08:50 AM
Is it possible to replace the image with one of your own devising?
Yes, I can do it when I have some free time. It's a good idea

tseliot
November 26th, 2005, 09:10 AM
heres something weird. I did a fresh install, did method 1. And glxgears and some of the screensavers that require rendering are working now. They work for a few minutes then crash. But anything like GLblur crashes immedietly. Any more ideas?
Could you try this method?

sudo nano /etc/X11/xorg.conf


Find the "Section "Device"" add the line in red:


Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseInternalAGPGART" "no"
EndSection

CTRL+O to overwrite the file
CTRL+X to exit

Then Log out
CTRL+ALT+BACKSPACE

And test it.

Let me know if it works

Vlammend
November 26th, 2005, 02:07 PM
HELP :confused:

I could not get the Nvidia drivers to work, not under Warty, Hoary and now also not under Breezy. And I would really like my dual monitor setup to work under Linux too.

I have tried option number 1, number 2 and tried trouble section number 6.
I have read lots of posts about problems, but I did not find the answer to my problem.

I have a XFX Geforce 5700 FX Ultra and two Philips 170B4 17" tft monitors.
AMD64 3000+
An MSI Nvidia Nforce motherboard.
I use Ubuntu for AMD64-release.

All the methods and troubleshooting had the same results, after restarting the GUI, my monitor goes into standby. I can then still restart the GDM again with CTRL-ALT-Backspace, but then my monitor jumps on, staus black and goes back to standbye

My :0.log:

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174819 root@crested.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.8.1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.12-10-amd64-generic #1 Fri Nov 18 11:51:07 UTC 2005 x86_64
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-amd64-generic (buildd@king) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Fri Nov 18 11:51:07 UTC 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: Sat Nov 26 19:49:02 2005
(==) Using config file: "/etc/X11/xorg.conf"
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
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!
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
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


:0.log.1:

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174819 root@crested.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.8.1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.12-10-amd64-generic #1 Fri Nov 18 11:51:07 UTC 2005 x86_64
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-amd64-generic (buildd@king) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Fri Nov 18 11:51:07 UTC 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: Sat Nov 26 19:46:42 2005
(==) Using config file: "/etc/X11/xorg.conf"
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
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


I am quite a n00bie to Linux, but I do hope the answer is out there!!!

tseliot
November 26th, 2005, 03:42 PM
HELP :confused:

I could not get the Nvidia drivers to work, not under Warty, Hoary and now also not under Breezy. And I would really like my dual monitor setup to work under Linux too.

I have tried option number 1, number 2 and tried trouble section number 6.
I have read lots of posts about problems, but I did not find the answer to my problem.

I have a XFX Geforce 5700 FX Ultra and two Philips 170B4 17" tft monitors.
AMD64 3000+
An MSI Nvidia Nforce motherboard.
I use Ubuntu for AMD64-release.

All the methods and troubleshooting had the same results, after restarting the GUI, my monitor goes into standby. I can then still restart the GDM again with CTRL-ALT-Backspace, but then my monitor jumps on, staus black and goes back to standbye

My :0.log:

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174819 root@crested.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.8.1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.12-10-amd64-generic #1 Fri Nov 18 11:51:07 UTC 2005 x86_64
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-amd64-generic (buildd@king) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Fri Nov 18 11:51:07 UTC 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: Sat Nov 26 19:49:02 2005
(==) Using config file: "/etc/X11/xorg.conf"
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
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!
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
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


:0.log.1:

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174819 root@crested.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.8.1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.12-10-amd64-generic #1 Fri Nov 18 11:51:07 UTC 2005 x86_64
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-amd64-generic (buildd@king) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Fri Nov 18 11:51:07 UTC 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: Sat Nov 26 19:46:42 2005
(==) Using config file: "/etc/X11/xorg.conf"
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
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


I am quite a n00bie to Linux, but I do hope the answer is out there!!!
1) Post the content of your /etc/X11/xorg.conf:
sudo gedit /etc/X11/xorg.conf
OR
sudo nano /etc/X11/xorg.conf

2) Post the output of the following command:
lsmod

3) Which method did you use last time (I mean the very last time)?

Vlammend
November 26th, 2005, 04:05 PM
Thank you for the response.

Last method i tried was method 2, with trouble-section number 6 after it:

Output lsmod:
Module Size Used by
visor 20108 0
usbserial 31728 1 visor
rfcomm 37168 0
l2cap 24328 5 rfcomm
bluetooth 48964 4 rfcomm,l2cap
cpufreq_userspace 5584 0
cpufreq_stats 5896 0
freq_table 5384 1 cpufreq_stats
cpufreq_powersave 2432 0
cpufreq_ondemand 7212 0
cpufreq_conservative 8236 0
video 17416 0
tc1100_wmi 8200 0
sony_acpi 6296 0
pcc_acpi 13696 0
hotkey 10696 0
dev_acpi 14980 0
i2c_acpi_ec 6528 0
button 7968 0
battery 10760 0
container 5248 0
ac 5768 0
ipv6 246400 6
af_packet 22668 2
tsdev 8960 0
floppy 62840 0
pcspkr 4176 0
usblp 13568 0
ohci1394 32844 0
shpchp 87976 0
pci_hotplug 28008 1 shpchp
snd_intel8x0 34816 1
snd_ac97_codec 87000 1 snd_intel8x0
snd_pcm_oss 51232 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 91020 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 24200 1 snd_pcm
snd 55784 8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_ oss,snd_pcm,snd_timer
soundcore 10912 1 snd
snd_page_alloc 11408 2 snd_intel8x0,snd_pcm
i2c_nforce2 7808 0
i2c_core 22936 2 i2c_acpi_ec,i2c_nforce2
nls_utf8 2688 1
nls_cp437 7424 1
vfat 14080 1
fat 51504 1 vfat
dm_mod 54904 1
evdev 10496 0
nvidia 4384228 0
sr_mod 17188 0
sbp2 24328 0
ieee1394 101880 2 ohci1394,sbp2
rtc 13448 0
psmouse 27908 0
mousedev 12260 1
parport_pc 36328 1
lp 13576 0
parport 38540 2 parport_pc,lp
md 43904 0
ext3 127632 3
jbd 54960 1 ext3
thermal 15120 0
processor 25684 1 thermal
fan 5384 0
usbhid 32416 0
8139too 26496 0
8139cp 21248 0
mii 6144 2 8139too,8139cp
ehci_hcd 31752 0
ohci_hcd 20228 0
ide_cd 40608 0
cdrom 36520 2 sr_mod,ide_cd
ide_disk 17152 6
ide_generic 1920 0
sata_nv 10756 0
libata 52744 1 sata_nv
scsi_mod 143984 3 sr_mod,sbp2,libata
amd74xx 15024 1
ide_core 148932 4 ide_cd,ide_disk,ide_generic,amd74xx
unix 28728 960
fbcon 36480 0
tileblit 2944 1 fbcon
font 9216 1 fbcon
bitblit 5760 1 fbcon
vesafb 9252 0
cfbcopyarea 4352 1 vesafb
cfbimgblt 3200 1 vesafb
cfbfillrect 4736 1 vesafb
softcursor 2944 1 vesafb
capability 6152 0
commoncap 8448 1 capability


I will have to make a new attempt to backup the xorg.conf while it is failing. Will do that, after a download which is currently active, has finished. I will also list the method with which the failing setting has been made.

PenguinZdravko
November 26th, 2005, 04:42 PM
Hi! I have a problem. I followed method 1, but when I enter "sudo nvidia-glx-config enable", it prints the error that my xorg.conf is altered. I manually edit xorg.conf, change the drivers to nvidia and comment "Load "dri"" and "Load "GLCore"". But when I restart X, I see the nVidia splashscreen and in that moment the system freezes. What should I do?

tseliot
November 26th, 2005, 04:51 PM
Hi! I have a problem. I followed method 1, but when I enter "sudo nvidia-glx-config enable", it prints the error that my xorg.conf is altered. I manually edit xorg.conf, change the drivers to nvidia and comment "Load "dri"" and "Load "GLCore"". But when I restart X, I see the nVidia splashscreen and in that moment the system freezes. What should I do?
Turn on your computer and keep pressing ESC until the GRUB menu shows up.

Select "Recovery Mode"

It will boot to the command line

then try this:

Type:

sudo nano /etc/X11/xorg.conf

Find the section Device and make sure the word I put in red is “nv”:

Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]"
Driver "nv"
BusID "PCI:1:0:0"


CTRL+O to save (yes, use the same name and overwrite the file)
CTRL+X to exit

Then type:
sudo startx

And the Graphical interface should start.

then try this:

sudo nano /etc/X11/xorg.conf

Add the lines in red at this section of the file:

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 "AllowGLXWithComposite" “Off”

EndSection

CTRL+O to save (yes, use the same name and overwrite the file)
CTRL+X to exit

Vlammend
November 26th, 2005, 05:12 PM
Ok this time I tried method 1 again:
Inthe meantime I also updated alot due to the universe repository.

failing xorg.conf:
# /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 "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" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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


I also tried this file with:
GLcore and dri not commented out and with glx commented out. As well as with everything not commented out in the Module section.

tseliot
November 26th, 2005, 05:21 PM
Ok this time I tried method 1 again:
Inthe meantime I also updated alot due to the universe repository.

failing xorg.conf:
# /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 "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" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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


I also tried this file with:
GLcore and dri not commented out and with glx commented out. As well as with everything not commented out in the Module section.

try this:

sudo nano /etc/X11/xorg.conf

Add the lines in red at this section of the file:

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 "AllowGLXWithComposite" “Off”

EndSection

CTRL+O to save (yes, use the same name and overwrite the file)
CTRL+X to exit

Then log out and press CTRL+ALT+BACKSPACE

Vlammend
November 26th, 2005, 05:39 PM
No does not work, unfortunatly.

Here is the corresponding log (should be): (part1)

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174819 root@crested.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.8.1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.12-10-amd64-generic #1 Fri Nov 18 11:51:07 UTC 2005 x86_64
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-amd64-generic (buildd@king) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Fri Nov 18 11:51:07 UTC 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: Sat Nov 26 23:28:08 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
(**) |-->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 10de,00e1 card 1462,0300 rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1462,0300 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1462,0300 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1462,0300 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,00ea card 1462,7585 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1462,0300 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,00ee card 1462,0300 rev a2 class 01,01,85 hdr 00
(II) PCI: 00:0a:0: chip 10de,00e3 card 1462,0300 rev a2 class 01,01,85 hdr 00
(II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 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: 01:00:0: chip 10de,0341 card 1682,2060 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:09:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:0c:0: chip 1106,3044 card 0574,086c rev 46 class 0c,00,10 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0206 (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 0xea000000 - 0xeaffffff (0x1000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,2), 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 (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,2), 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 (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,2), 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 (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,2), 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 (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation GeForce FX 5700 Ultra rev 161, Mem @ 0xe8000000/24, 0xd0000000/28
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xea001000 - 0xea0017ff (0x800) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
[3] -1 0 0xeb004000 - 0xeb0040ff (0x100) MX[B]
[4] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
[5] -1 0 0xeb002000 - 0xeb002fff (0x1000) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x00009400 - 0x0000947f (0x80) IX[B]
[10] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[11] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[12] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[13] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[14] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[15] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[16] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[17] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[18] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[28] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xea001000 - 0xea0017ff (0x800) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
[3] -1 0 0xeb004000 - 0xeb0040ff (0x100) MX[B]
[4] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
[5] -1 0 0xeb002000 - 0xeb002fff (0x1000) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x00009400 - 0x0000947f (0x80) IX[B]
[10] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[11] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[12] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[13] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[14] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[15] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[16] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[17] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[18] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[28] -1 0 0x0000e800 - 0x0000e81f (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 0xea001000 - 0xea0017ff (0x800) MX[B]
[6] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[7] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
[8] -1 0 0xeb004000 - 0xeb0040ff (0x100) MX[B]
[9] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
[10] -1 0 0xeb002000 - 0xeb002fff (0x1000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00009400 - 0x0000947f (0x80) IX[B]
[17] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[18] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[19] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[24] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[25] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[26] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[27] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[28] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[29] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[30] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[31] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B]
[32] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[33] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[34] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[35] -1 0 0x0000e800 - 0x0000e81f (0x20) 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:16:27 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 afte