### ### Server Layout ### Section "ServerLayout" Identifier "Default Layout" Screen "MyScreen" InputDevice "WACOM_Stylus" InputDevice "WACOM_Eraser" InputDevice "WACOM_Mouse" EndSection ### ### Files ### #Section "Files" # FontPath "/usr/share/fonts/misc:unscaled" # FontPath "/usr/share/fonts/TTF" # FontPath "/usr/share/fonts/OTF" # FontPath "/usr/share/fonts/Type1" # FontPath "/usr/share/fonts/corefonts" # FontPath "/usr/share/fonts/freefonts" # FontPath "/usr/share/fonts/ttf-bitstream-vera" # FontPath "/usr/share/fonts/cyrillic" # FontPath "/usr/share/fonts/100dpi:unscaled" # FontPath "/usr/share/fonts/75dpi:unscaled" #EndSection ### ### Module ### Section "Module" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection ### ### DRI ### Section "DRI" Group "video" Mode 0660 EndSection ### ### Device ### Section "Device" Identifier "ATI Mobility x1400" Driver "radeonhd" Option "AccelMethod" "EXA" Option "DRI" "True" Option "RROutputOrder" "PANEL" # Option "ScaleType" "scale_keep_aspect_ratio" EndSection ### ### Screen ### Section "Screen" Identifier "MyScreen" Device "ATI Mobility x1400" DefaultDepth 24 # SubSection "Display" # Virtual 3000 2250 # EndSubSection EndSection ### ### Input Devices ### Section "InputDevice" Identifier "WACOM_Stylus" Driver "wacom" Option "SendCoreEvents" "true" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "USB" "on" EndSection Section "InputDevice" Identifier "WACOM_Eraser" Driver "wacom" Option "SendCoreEvents" "true" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "USB" "on" EndSection Section "InputDevice" Identifier "WACOM_Mouse" Driver "wacom" Option "SendCoreEvents" "true" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "USB" "on" EndSection