Quote:
|
Originally Posted by crazyjedi
i've tried that but the out of range message persists
any other ideas??
|
Find out the horizontal and vertical refesh rates for the monitor (from the manual or google search) and edit your xorg.conf file (su - to log in as root and type gedit /etc/X11/xorg.conf). You need to edit the section that looks something like this:
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
But with your values. Aso make sure that the default setup shows 1024x768. e.g.
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
Update: You can find the details about your monitor here:
http://www.dealtime.co.uk/xPF-Aries_...Monitor_Silver
So according to this the horizonatal and vertical sync values would be:
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 75.0
The recommended resolution for your monitor is only 800x600 but it will support 1024x768 - and as long as you enter this as in the above example everything should work.