#Section "ServerFlags" # Option "AutoAddDevices" "off" #EndSection Section "ServerLayout" Identifier "Default" Screen 0 "Screen0" 0 0 #InputDevice "Mouse0" "CorePointer" #InputDevice "Keyboard0" "CoreKeyboard" InputDevice "EvdevMouse" "CorePointer" InputDevice "EvdevKeyboard" "CoreKeyboard" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" #InputDevice "cursor" "SendCoreEvents" # For non-tablets #InputDevice "pad" EndSection #Section "ServerLayout" # Identifier "Tall" # Screen 0 "TallScreen" 0 0 # InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" "CoreKeyboard" # # InputDevice "stylus" # InputDevice "eraser" # #InputDevice "stylus" "SendCoreEvents" # #InputDevice "eraser" "SendCoreEvents" # #InputDevice "cursor" "SendCoreEvents" # For non-tablets # #InputDevice "pad" #EndSection Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" #FontPath "/usr/share/fonts/freefont" #FontPath "/usr/share/fonts/sharefonts" #FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/encodings" FontPath "/usr/share/fonts/util" EndSection Section "Module" Load "evdev" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" # For allowing the physical display to be exported by vnc Load "vnc" # From pete storms xorg.conf #Load "i2c" #Load "bitmap" #Load "ddc" #Load "int10" #Load "vbe" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" "True" EndSection Section "InputDevice" Identifier "EvdevKeyboard" Driver "evdev" Option "Path" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" Option "XkbLayout" "evdev" Option "XkbRules" "xorg" Option "XkbModel" "pc105" #Option "XkbOptions" "lv3:rwin_switch" EndSection Section "InputDevice" Identifier "EvdevMouse" Driver "evdev" #Option "Protocol" "Auto" Option "Path" "/dev/input/by-path/platform-i8042-serio-4-event-mouse" Option "Emulate3Buttons" "True" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY #Option "BaudRate" "19200" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY #Option "BaudRate" "19200" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection # This section is for Intuos3, Cintiq 21UX, Graphire4, or Bamboo Section "InputDevice" Driver "wacom" Identifier "pad" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "pad" Option "ForceDevice" "ISDV4" EndSection Section "Monitor" #DisplaySize 260 160 # mm Identifier "Monitor0" VendorName "BOE" ModelName "89b" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" "True" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" "True" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile Integrated Graphics Controller" BusID "PCI:0:2:0" Option "AccelMethod" "UXA" # XAA / EXA / UXA #2009-05-01: Kernel bug. Fixed in 2.6.30 Option "Tiling" "False" EndSection Section "Device" Identifier "TallCard" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile Integrated Graphics Controller" BusID "PCI:0:2:0" # Can't do rotation with DRI Option "DRI" "False" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 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 #Virtual 2560 1280 # For two monitors side by side. Virtual 1920 1280 # Bigass dell monitor EndSubSection EndSection Section "Screen" Identifier "TallScreen" Device "TallCard" Monitor "Monitor0" DefaultDepth 24 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 Virtual 1280 1280 EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection # vim: set ft=xf86conf: