Section "ServerLayout" # "SendCoreEvents". Identifier "Simple Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 # Screen 0 "Screen 1" 0 0 # InputDevice "Touchpad" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "touch" "SendCoreEvents" # InputDevice "stylus" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" # InputDevice "touchscreen" "SendCoreEvents" EndSection Section "InputDevice" Identifier "touchscreen" Driver "evtouch" Option "Device" "/dev/input/event9" Option "DeviceName" "touchscreen" Option "MinX" "0" Option "MinY" "0" Option "MaxX" "1024" Option "MaxY" "768" Option "ReportingMode" "Raw" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" Option "SendCorEvents" "On" EndSection #Section "ServerFlags" # Option "AutoAddDevices" "False" ## can set global dpms stuff here #EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" # This loads the DBE extension module. # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. # This loads the font modules # Load "type1" # This loads the GLX module # Load "glx" # This loads the DRI module Load "dri" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" # Load "xtt" EndSection Section "InputDevice" # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # 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" "pc105" # 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" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbOptions" "eurosign:e" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/input/event1" Option "Protocol" "event" Option "SpecialScrollAreaRight" "True" Option "VertEdgeScroll" "True" Option "PalmDetect" "True" Option "Emulate3Buttons" # Option "MaxTapTime" "180" # Option "EmulateMidButtonTime" "75" EndSection # worked fine in xorg 7.3 but buggered in 7.4 see above #Section "Inputdevice" # Identifier "Mouse1" # Driver "mouse" # Option "Protocol" "Auto" # Auto detect # Option "Device" "/dev/input/mouse0" #ice" # Option "Device" "/dev/gpmdata" # Mouse-speed setting for PS/2 mouse. ### Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Option "Emulate3Buttons" #EndSection Section "InputDevice" # Option "TopX" "0" # Option "TopY" "0" # Option "BottomX" "1024" # Option "BottomY" "768" Identifier "stylus" Driver "wacom" Option "type" "stylus" Option "device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-wacom" Option "USB" "on" Option "ForceDevice" "ISDV4" Option "SendCoreEvents" "True" # Make the stylus button a right-click Option "Button2" "3" # Calibration for the touch screen. Yours may vary. EndSection Section "InputDevice" # Option "TopX" "0" # Option "TopY" "0" # Option "BottomX" "1024" # Option "BottomY" "768" Identifier "eraser" Driver "wacom" Option "type" "eraser" Option "device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-wacom" Option "USB" "on" Option "SendCoreEvents" "true" Option "ForceDevice" "ISDV4" # Calibration for the touch screen. Yours may vary. EndSection Section "InputDevice" # Option "TopX" "0" # Option "TopY" "0" # Option "BottomX" "160" # Option "BottomY" "120" Identifier "touch" Driver "wacom" Option "type" "touch" Option "device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.1-wacom" Option "USB" "on" Option "ForceDevice" "ISDV4" Option "SendCoreEvents" "true" # Calibration for the touch screen. Yours may vary. EndSection Section "Monitor" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. Identifier "LCD" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 70.0 EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "VESA" Driver "vesa" EndSection Section "Device" # ati # unsupported card # Insert Clocks lines here if appropriate Identifier "AtiRadeonHD3200" ## radeonhd ... does not detect card ## radeon ... does find card, but crash after few secs of usage Driver "radeonhd" Option "AccelMethod" "xaa" VideoRam 262144 EndSection Section "Device" ## Driver / Performance Options # Option "DesktopSetup" "clone" # Option "EnableMonitor" "crt1,lvds" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "XAANoOffscreenPixmaps" "true" # Option "TexturedVideo" "On" ### Set to 1 - better , set to 2 for compability, and 0 for basic Option "UseFastTLS" "1" ### Experimental # Option "Textured2D" "on" # Option "TexturedXRender" "on" # Option "BackingStore" "on" ### forced turned off so TextureVideo is used ?? -- turned it off cuz dont' see the point (LV) # Option "VideoOverlay" "off" # Option "OpenGLOverlay" "on" ## Desktop Setup # Option "Capabilities" "0x00000800" # Option "PseudoColorVisuals" "on" BusID "PCI:1:5:0" # VideoRam "262144" EndSection Section "Screen" Identifier "Screen 1" Device "VESA" # Device "ATIRadeonHD3200" Monitor "LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection