Can't increase screen resolution in Ubuntu 8.04 I have Hardy Heron running and tried to hook up a widescreen monitor to it. For me, the ideal resolution for this screen is 1280 x 768 IIRC. Of course my only options in the "screen resolution" dialog go up to 800 x 600 max.
Tried searching and haven't found a solution. I'm not well-versed in Linux much and basically need a step-by-step recipe to get me through things, but if they are correct I can follow directions.
I read the thread regarding suse and the "sudo" command prefix thing, but I don't really grok it. This is applicable because I am not logged in as "root" so I don't have permissions to edit configuration files without further instruction.
My xorg.conf file reads: Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Any help opening up higher screen resolutions for me in Hardy Heron will be appreciated.
Thanks. |