From 17e34f2243446838d79a4a42e10777c5f100de2e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Mar 2010 18:45:10 +0100 Subject: add patch from rt4ls git --- target/lemote/xorg.conf | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 target/lemote/xorg.conf (limited to 'target/lemote/xorg.conf') diff --git a/target/lemote/xorg.conf b/target/lemote/xorg.conf new file mode 100644 index 000000000..95b9dffe1 --- /dev/null +++ b/target/lemote/xorg.conf @@ -0,0 +1,61 @@ +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" + Option "AIGLX" "false" +EndSection + +Section "ServerFlags" + Option "NoTrapSignals" +EndSection + +Section "Module" + Load "vgahw" + Load "fb" + Load "exa" + Load "xaa" + Load "int10" + Load "ddc" + Load "i2c" + Load "vbe" + Disable "glx" + Disable "dri" +EndSection + +Section "Device" + Identifier "card0" + Driver "siliconmotion" + VendorName "Silicon Motion, Inc." + BoardName "SM712 LynxEM+" + BusID "PCI:0:8:0" + Option "AccelMethod" "EXA" + Option "pci_burst" "true" + Option "HWCursor" "false" + Option "SWCursor" "true" + Option "UseBIOS" "false" + Option "PanelSize" "1024x600" +# Option "DualHead" "true" +EndSection + +Section "Device" + Identifier "card1" + Driver "fbdev" + Option "UseFBDev" "true" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" "false" + HorizSync 30-70 + VertRefresh 50-80 +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "card0" + Monitor "Generic Monitor" + DefaultDepth 16 + SubSection "Display" + Modes "1024x600" + # Virtual 1824 600 + EndSubSection +EndSection -- cgit v1.2.3