Hulloo!
ATI radeon 9600
Dell 2500FPW screen
These are capable of full res of 1680x1050 @ 60hz but I can only get 1280x1024.
I have tried adjusting xorg.conf following other threads , but unsuccessfully. I installed flgrx but that didnt do the trick.
After adding appropriate HorizSync and VertRefresh - incorrectly obviously, Kubutu hung on booting so I did a fresh install.
I am a competent windoze user but fairly new to Linux - loving Kubuntu!
Can anyone help me get full resolution.
Here is my xorg.conf:
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL 2005FPW"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "DELL 2005FPW"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Cheers,
ATI radeon 9600
Dell 2500FPW screen
These are capable of full res of 1680x1050 @ 60hz but I can only get 1280x1024.
I have tried adjusting xorg.conf following other threads , but unsuccessfully. I installed flgrx but that didnt do the trick.
After adding appropriate HorizSync and VertRefresh - incorrectly obviously, Kubutu hung on booting so I did a fresh install.
I am a competent windoze user but fairly new to Linux - loving Kubuntu!
Can anyone help me get full resolution.
Here is my xorg.conf:
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL 2005FPW"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "DELL 2005FPW"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Cheers,
Comment