| Can't change screen resolution from 800x600 on a new installation I am new to Ubuntu and installed v8.04. My computer has a nvidia GeForce 7300GT Graphic card and a Iiama Vision Master Pro 454 Monitor. The screen resolution only gives me a choice of 800x600 and 640x480 which are far too large. Here is a copy of the original xorg.conf file:-
------------------------------------------------------------------------------------------------------
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
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
---------------------------------------------------------------------------------
I guess these are the default settings, so after a quick scan through the forum, I made the following changes to the file, but it had no effect:-
-----------------------------------------------------------------------------------
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Viewport 0 0
Modes "1280x800" "1024x768" "800x600"
Depth 24
EndSubSection
EndSection
---------------------------------------------------------------------------------------
Could someone give me an edited version of xorg.conf that at least initially will give me a more usable screen resolution, and ideally changes that would take full advantage of my hardware.
Many thanks in advance,
Colin |