Code Sample |
Section "ServerLayout" Identifier "VESA device" Screen 0 "Screen0" 0 0 InputDevice "MousePS2" "CorePointer" InputDevice "Penmount" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" # allowed to close X windows with ctrl+alt+backspace /PST # DontZap AllowMouseOpenFail EndSection Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" #FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" #FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "dbe" Load "extmod" # Load "fbdevhw" Load "dri" Load "glx" Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "MousePS2" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "imPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Penmount" Driver "penmount" Option "Device" "/dev/ttyS1" Option "Protocol" "Auto" Option "PMode" "1" Option "MinX" "580" Option "MaxX" "45" Option "MinY" "430" Option "MaxY" "40" EndSection Section "Device" Identifier "vesa" driver "vesa" VendorName "x" BoardName "y" EndSection Section "Monitor" Identifier "Monitor0" VendorName "x" ModelName "y" # HorizSync 31.5 - 48.5 # VertRefresh 50.0 - 70.0 # Option "dpms" EndSection Section "Screen" Identifier "Screen0" Device "vesa" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection |
Quote (pst @ Oct. 11 2005,19:24) |
Hi, I have a Geode system with a touchscreen (Penmount) that runs "successfully" on Fedora Core 3. Having experimented with DSL on other computers I was wondering if it's possible to set up a touchscreen in the X server that DSL uses? Thanks, Peter |