Howdy,
I figured that it was time for me to let go of lovely, simple KDE 3.x and I upgraded to Kubuntu 9.10. I've spent plenty of time configuring everything to work properly and in the way I prefer. But, I've never had as much trouble with Nvidia's proprietary driver 173 as I am now. Please help me understand some fundamental things:
I'm using envyNG. In 8.10, the process was very easy and when I rebooted the machine, the driver was fully functioning. Now, I get options:
I'm assuming that, as with Kubuntu 8.10, 173 is the best version to install.
Didn't work; broke my X. So I tried restoring backup xorg.conf and I tried to allow dpkg to reconfigure via dexconf to no avail and finally settled on restoring the xorg.conf.failsafe and using it. Booting up---->resolution is set at 800x600 and no ability to go higher. So I took to the xorg.conf file myself and set the resolution at 1440x900.
Everything is working the way I want it to now. But I want the proprietary Nvidia driver! So please, edify me about the difference between 8.10 and 9.10 as far as Nvidia's driver is concerned.
Here's my xorg.conf in case it's called upon. It's pretty basic for now:
Thanks for any help!
I figured that it was time for me to let go of lovely, simple KDE 3.x and I upgraded to Kubuntu 9.10. I've spent plenty of time configuring everything to work properly and in the way I prefer. But, I've never had as much trouble with Nvidia's proprietary driver 173 as I am now. Please help me understand some fundamental things:
I'm using envyNG. In 8.10, the process was very easy and when I rebooted the machine, the driver was fully functioning. Now, I get options:
Code:
| Number | Candidate Version | Installed Version | Compatible | Recommended | |----------------------------------------------------------------------------| | 0 | 185.18.36-0ubuntu9 | - | - | - | |----------------------------------------------------------------------------| | 1 | 173.14.20-0ubuntu5 | - | + | + | |----------------------------------------------------------------------------| | 2 | 96.43.13-0ubuntu6 | - | + | - |
Didn't work; broke my X. So I tried restoring backup xorg.conf and I tried to allow dpkg to reconfigure via dexconf to no avail and finally settled on restoring the xorg.conf.failsafe and using it. Booting up---->resolution is set at 800x600 and no ability to go higher. So I took to the xorg.conf file myself and set the resolution at 1440x900.
Everything is working the way I want it to now. But I want the proprietary Nvidia driver! So please, edify me about the difference between 8.10 and 9.10 as far as Nvidia's driver is concerned.
Here's my xorg.conf in case it's called upon. It's pretty basic for now:
Code:
Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Configured Monitor" SubSection "Display" Modes "1440x900" EndSubSection EndSection Section "Module" Load "dri" Load "GLcore" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
Comment