Section "Module" Load "dbe" Load "extmod" Load "freetype" Load "glx" Load "wacom" EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" EndSection Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "mouse" Driver "evdev" Option "Name" "Logitech USB Receiver" #Option "Device" "/dev/input/event1" EndSection Section "InputDevice" Driver "wacom" Identifier "wmouse" Option "Device" "/dev/input/wacom" Option "InputFashion" "Tablet" Option "Mode" "Relative" Option "Name" "Graphire4" Option "SendCoreEvents" "on" Option "Type" "cursor" Option "USB" "on" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "InputFashion" "Tablet" Option "Mode" "Absolute" Option "SendCoreEvents" "on" Option "Type" "cursor" Option "USB" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "InputFashion" "Pen" Option "Mode" "Absolute" Option "Protocol" "Auto" Option "SendCoreEvents" "on" Option "Type" "stylus" Option "USB" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "InputFashion" "Eraser" Option "Mode" "Absolute" Option "Protocol" "Auto" Option "SendCoreEvents" "on" Option "Type" "eraser" Option "USB" "on" EndSection Section "Monitor" Identifier "philips" HorizSync 30-96 VertRefresh 50-160 Option "dpms" EndSection Section "Device" Identifier "twin" Driver "nvidia" Option "DPI" "75x75" Option "NoLogo" "true" Option "RenderAccel" "true" Option "UseEDID" "false" Option "TwinView" Option "TwinViewOrientation" "Clone" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "MetaModes" "1600x1200,800x600; 800x600,800x600" Option "ConnectedMonitor" "CRT, TV" Option "TVStandard" "NTSC-M" EndSection Section "Screen" Identifier "Screen Clone" Device "twin" Monitor "philips" DefaultDepth 24 Subsection "Display" Depth 24 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Layout" Screen "Screen Clone" InputDevice "mouse" "CorePointer" InputDevice "keyboard" "CoreKeyboard" InputDevice "wmouse" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection #Section "DRI" # Group "users" # Mode 0660 #EndSection