ProggyBS
June 13th, 2009, 02:56 AM
Hello,
I'm fairly new with Linux but I'm experiencing some issues with my video cards in Jaunty.
I have 2 NVidia Geforce 6800s running in SLI and I'm currently using the 180 NVidia driver.
My first problem was after upgrading Ubuntu to Jaunty, XServer was unable to start because it didn't register my SLI properly so after a manual edit of xorg.conf to read the BusID, I am able to run GDM.
My problem now is my lack of resolution choices. I am currently limited to a max resolution of 640x480 with a 60hz refresh rate. I've played around with some changes to xorg.conf to try to force other resolutions but I am unable to reach my desired resolution of 1280x1024 with a 75hz refresh rate (Windows Capable).
I'm sure it is just a configuration issue and any help would be appreciated. I have added a copy of my current xorg.conf below. Also, I'm not sure of my monitor's capable Horizontal and Vertical rates. I am unable to find the information online but my monitor is a 19' HP 9500.
Here is xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
ModeLine "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "SLI"
BusId "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
I'm fairly new with Linux but I'm experiencing some issues with my video cards in Jaunty.
I have 2 NVidia Geforce 6800s running in SLI and I'm currently using the 180 NVidia driver.
My first problem was after upgrading Ubuntu to Jaunty, XServer was unable to start because it didn't register my SLI properly so after a manual edit of xorg.conf to read the BusID, I am able to run GDM.
My problem now is my lack of resolution choices. I am currently limited to a max resolution of 640x480 with a 60hz refresh rate. I've played around with some changes to xorg.conf to try to force other resolutions but I am unable to reach my desired resolution of 1280x1024 with a 75hz refresh rate (Windows Capable).
I'm sure it is just a configuration issue and any help would be appreciated. I have added a copy of my current xorg.conf below. Also, I'm not sure of my monitor's capable Horizontal and Vertical rates. I am unable to find the information online but my monitor is a 19' HP 9500.
Here is xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
ModeLine "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "SLI"
BusId "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection