### xorg.conf ### generated by Xorg -configure and vxconf # # This is a working xorg.conf that can be configured by vxconf # Items that might be modified are marked like this # item value ## ITEM_MARKING # Please, do not play with the marking. Anything else is your's. # Thanks # # Eko M. Budi, for Vector Linux # Section "ServerLayout" Identifier "X.org Configured" Screen "Screen[0]" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/X11R6/lib/X11/fonts" EndSection Section "Module" Load "record" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "xtrap" Load "freetype" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" ## KEYBOARD_DRIVER Option "CoreKeyboard" Option "XkbModel" "pc101" ## KEYBOARD_MODEL Option "XkbLayout" "us" ## KEYBOARD_LAYOUT Option "XkbVariant" "" ## KEYBOARD_VARIANT # Option "XkbOptions" "" ## KEYBOARD_OPTIONS EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/mouse" # On platforms where PnP mouse detection is supported the following # protocol setting can be used when using auto. # Otherwise set it manually to: # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2 # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2 # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse # ThinkingMouse ThinkingMousePS/2 Xqueue Option "Protocol" "PS/2" ## MOUSE_PROTOCOL # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" ## MOUSE_E3BUTTONS # Option "Emulate3Timeout" "50" # Settings for newer IMPS/2 mouse (with wheel) # Option "ZAxisMapping" "" ## MOUSE_ZAXISMAPPING # Option "Buttons" "" ## MOUSE_BUTTONS # Option "SendCoreEvents" ## MOUSE_SENDCOREEVENTS EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 250 188 HorizSync 34.88 Identifier "Monitor[0]" ModelName "7CM5279" VendorName "PHILIPS" VertRefresh 56.54 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "800x600" 36.00 800 856 928 1032 600 601 603 617 EndSection Section "Device" BoardName "MGA G200 AGP" BusID "1:0:0" Driver "mga" Identifier "Device[0]" Screen 0 Option "Rotate" "off" VendorName "Matrox" EndSection Section "Screen" DefaultDepth 16 SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection SubSection "Display" Depth 32 Modes "800x600" EndSubSection SubSection "Display" Depth 8 Modes "800x600" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection # DRI enabled by default # if the card does not capable, X simply ignores this, hopefully ;-) Section "DRI" Group "video" Mode 0660 EndSection