[Openchrome-users] Xorg & 1440x900 WXGA
John Robinson
john.robinson
Wed Sep 20 02:11:09 PDT 2006
On 19/09/2006 19:55, potvx wrote:
> Xorg & 1440x900 WXGAhello people, I?m a newbie in linux world
> I guess my problem may be easy to solve, so I hope you can hel me!?
>
> I would like to use my 1440x900 LCD Monitor with linux but I just don?t know how (even old topics couldn?t help me by now) now i?m useing 1280x768 (picture isn?t clear) with 60 hz because I can?t change this value in gnome (why?).
[...]
OK, try the following in your xorg.conf instead, replacing the similar
sections you posted earlier:
Section "Device"
Identifier "Standardgrafikkarte"
Driver "via"
Option "EnableAGPDMA" "true"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
# HorizSync 55
# VertRefresh 60
# Modeline "1280x800_50.00_rb"
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932
-HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Standardgrafikkarte"
Monitor "Standardbildschirm"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1440x900" "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1152x864" "1024x768"
EndSubSection
EndSection
More information about the Openchrome-users
mailing list