diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 12:50:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 12:50:25 +0200 |
commit | a8c14536161a7f62f06beb5928acfd78691bef78 (patch) | |
tree | adeaed5057b137598c625e1fc6f8054d2cd9bfa7 /target/mips64el/xorg.conf | |
parent | ce64829c0d165fe0f25c861117a359b05293ec51 (diff) |
make arm/mips architectures more configurable in a simpler way
Diffstat (limited to 'target/mips64el/xorg.conf')
-rw-r--r-- | target/mips64el/xorg.conf | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/target/mips64el/xorg.conf b/target/mips64el/xorg.conf deleted file mode 100644 index c9c9388f2..000000000 --- a/target/mips64el/xorg.conf +++ /dev/null @@ -1,53 +0,0 @@ -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" -EndSection - -Section "Monitor" - Identifier "Generic Monitor" - Option "DPMS" "true" - HorizSync 30-70 - VertRefresh 50-80 -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "card0" - Monitor "Generic Monitor" - DefaultDepth 16 - SubSection "Display" - Modes "1024x600" - EndSubSection -EndSection |