Hi
I have not been able to get the nvidia drivers to work on Kubuntu 7.10 ( 32-bit ). I unfortuneately do not have the exact error messages.
Note: The following was performed after installing all the updates available as of this past Monday.
I first tried using the restricted drivers manager to install nvidia-glx-new and I did not encounter any error messages during the install and rebooted. My desktop loaded ok after the reboot and I then ran kdesu nvidia-settings. I tried to have it detect my monitor and it did not detect anything so I selected it manually in the list and tried to save it to my xorg.conf file and it returned an error message stating that it could not be copied / saved. The same thing happens when I try to adjust any other settings such as refresh rate.
In order to make sure there were no traces of the rdm install I did a clean install again and applied all system updates and tried Envy. I installed the missing dependencies ( dkms ) and it downloaded and installed the latest driver from nvidia and rebooted. When trying to change settings in nvidia-settings I get a screen with several items that could not be applied / updated , xinerama was one of those I think.
Not being one to give up I did a clean install of Ubuntu 7.10 ( Gnome ) and applied all updates and then used the rdm to install the latest nvidia drivers and everything worked properly and no error messages and problems saving settings in nvidia-settings. I then installed the kubuntu-desktop package and kubuntu loads ok and I can adjust and save settings in nvidia-settings without any problems while in kde/ kubuntu .
Although I can handle having the kubuntu-desktop package I would really prefer not to have gnome and have a clean kubuntu.
What is my best option at this point ?
Use the rdm and replace xorg.conf with the current contents of my xorg.conf file ( Ubuntu w/ kubuntu-desktop ) and see if that works.
Manually install the drivers from nvidia website. I would appreciate detailed instructions on the manual procedure or link to them. I am not afraid of the terminal.
Install the nvidia-glx drivers instead of the nvidia-glx-new drivers.
Use Envy to install the latest drivers making sure to write down all error messages etc in case it does the same thing as before.
Here is my current xorg.conf with Ubuntu + Kubuntu desktop.
Section "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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" "false"
Option "ButtonMapping" "1 2 3 6 7 4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Acer AL1913"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer AL1913"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
Identifier "nVidia Corporation NV44A [GeForce 6200]"
Driver "nvidia"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "Acer AL1913"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_60 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Any recommendations as to how to resolve this would be greatly appreciated !
Dale
I have not been able to get the nvidia drivers to work on Kubuntu 7.10 ( 32-bit ). I unfortuneately do not have the exact error messages.
Note: The following was performed after installing all the updates available as of this past Monday.
I first tried using the restricted drivers manager to install nvidia-glx-new and I did not encounter any error messages during the install and rebooted. My desktop loaded ok after the reboot and I then ran kdesu nvidia-settings. I tried to have it detect my monitor and it did not detect anything so I selected it manually in the list and tried to save it to my xorg.conf file and it returned an error message stating that it could not be copied / saved. The same thing happens when I try to adjust any other settings such as refresh rate.
In order to make sure there were no traces of the rdm install I did a clean install again and applied all system updates and tried Envy. I installed the missing dependencies ( dkms ) and it downloaded and installed the latest driver from nvidia and rebooted. When trying to change settings in nvidia-settings I get a screen with several items that could not be applied / updated , xinerama was one of those I think.
Not being one to give up I did a clean install of Ubuntu 7.10 ( Gnome ) and applied all updates and then used the rdm to install the latest nvidia drivers and everything worked properly and no error messages and problems saving settings in nvidia-settings. I then installed the kubuntu-desktop package and kubuntu loads ok and I can adjust and save settings in nvidia-settings without any problems while in kde/ kubuntu .
Although I can handle having the kubuntu-desktop package I would really prefer not to have gnome and have a clean kubuntu.
What is my best option at this point ?
Use the rdm and replace xorg.conf with the current contents of my xorg.conf file ( Ubuntu w/ kubuntu-desktop ) and see if that works.
Manually install the drivers from nvidia website. I would appreciate detailed instructions on the manual procedure or link to them. I am not afraid of the terminal.
Install the nvidia-glx drivers instead of the nvidia-glx-new drivers.
Use Envy to install the latest drivers making sure to write down all error messages etc in case it does the same thing as before.
Here is my current xorg.conf with Ubuntu + Kubuntu desktop.
Section "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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" "false"
Option "ButtonMapping" "1 2 3 6 7 4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Acer AL1913"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer AL1913"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
Identifier "nVidia Corporation NV44A [GeForce 6200]"
Driver "nvidia"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "Acer AL1913"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_60 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Any recommendations as to how to resolve this would be greatly appreciated !
Dale
Comment