From bf6adf0c4a2d9c46d8bce8ffd3ccf4adf62d1de3 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 5 Nov 2012 22:28:47 -0700 Subject: [PATCH] Adding the xorg config --- collects/meta/drdr/xorg.conf | 89 ++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 collects/meta/drdr/xorg.conf diff --git a/collects/meta/drdr/xorg.conf b/collects/meta/drdr/xorg.conf new file mode 100644 index 0000000000..001b35cc98 --- /dev/null +++ b/collects/meta/drdr/xorg.conf @@ -0,0 +1,89 @@ +Section "ServerFlags" + option "AllowMouseOpenFail" +EndSection + +Section "ServerLayout" + Identifier "X.org Configured" + Screen 0 "Screen0" 0 0 + InputDevice "Mouse0" "CorePointer" + InputDevice "Keyboard0" "CoreKeyboard" +EndSection + +Section "Files" + ModulePath "/usr/lib/xorg/modules" + FontPath "/usr/share/fonts/X11/misc" + FontPath "/usr/share/fonts/X11/cyrillic" + FontPath "/usr/share/fonts/X11/100dpi/:unscaled" + FontPath "/usr/share/fonts/X11/75dpi/:unscaled" + FontPath "/usr/share/fonts/X11/Type1" + FontPath "/usr/share/fonts/X11/100dpi" + FontPath "/usr/share/fonts/X11/75dpi" + FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" + FontPath "built-ins" +EndSection + +Section "Module" + Load "dbe" + Load "dri" + Load "glx" + Load "record" + Load "extmod" + Load "dri2" +EndSection + +Section "InputDevice" + Identifier "Keyboard0" + Driver "void" +EndSection + +Section "InputDevice" + Identifier "Mouse0" + Driver "void" +EndSection + +Section "Monitor" + Identifier "Monitor0" + VendorName "AVO" + ModelName "Smart Cable" + HorizSync 24.0 - 61.0 + VertRefresh 56.0 - 75.0 +EndSection + +Section "Device" + Identifier "Card0" + Driver "mga" + VendorName "Matrox Graphics, Inc." + BoardName "MGA G200e [Pilot] ServerEngines (SEP1)" + BusID "PCI:30:0:0" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Card0" + Monitor "Monitor0" + SubSection "Display" + Viewport 0 0 + Depth 1 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 4 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 8 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 15 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 16 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 24 + EndSubSection +EndSection +