Recent Changes · Search:

Dispense


Navigation Tips - Dritte


PmWiki

pmwiki.org

edit SideBar

T5010Laptop

Index


 Section "Device"
	Identifier	"Configured Video Device"
 EndSection

 Section "Monitor"
	Identifier	"Configured Monitor"
 EndSection

 Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
 EndSection

 Section "InputDevice"
        Driver        "wacom"
        Identifier    "stylus"
        Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
        Option        "Type"          "stylus"
        Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
 EndSection

 Section "InputDevice"
        Driver        "wacom"
        Identifier    "eraser"
        Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
        Option        "Type"          "eraser"
        Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
 EndSection

 Section "ServerLayout"
        Identifier    “Default Layout”
        Screen        “Default Screen”
        InputDevice   "stylus"  "SendCoreEvents"
        InputDevice   "eraser"  "SendCoreEvents"
 EndSection

Index

Edit - History - Print - PDF - Recent Changes - Search
Page last modified on December 13, 2008, at 11:19 AM