Changeset 706

Show
Ignore:
Timestamp:
07/16/08 07:27:35 (4 months ago)
Author:
free
Message:

Using egalax input driver

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/themes/xorg/xorg.conf.mediastation

    r705 r706  
    7272        Option          "AccelMethod" "EXA"   
    7373        Option          "MigrationHeuristic" "always" 
     74        Option          "HWCursor" "false" 
    7475EndSection 
    7576 
     
    8485Section "Device" 
    8586        Identifier  "Video Card 3" 
    86         Driver      "nvidia" 
     87        Driver      "nv" 
    8788        VendorName  "nVidia Corporation" 
    8889        #BoardName   "NV17 [GeForce4 MX 420]" 
     
    156157Section "InputDevice" 
    157158        Identifier "touchscreen" 
    158         Driver  "evtouch" 
    159         Option  "Device"        "/dev/input/touchscreen" 
    160 #       Option          "Type"                  "cursor" 
    161 #        Option          "CorePointer" 
    162         Option  "SendCoreEvents" "On" 
    163         Option  "ReportingMode" "Raw" 
    164         Option  "Emulate3Buttons" "false" 
    165 #        Option  "Emulate3Timeout" "50" 
     159        Driver  "egalax" 
     160        Option  "Device"        "usbauto" 
     161        Option      "DebugLevel"    "0" 
     162        Option      "CorePointer" 
     163        Option      "SendCoreEvents"    "true" 
    166164#        Option          "SwapY" "true" 
    167         Option          "SwapX" "true" 
    168         Option  "Calibrate"     "1" 
    169 #        Option        "MinX"        "105" 
    170 #        Option        "MinY"        "140" 
    171 #        Option        "MaxX"        "1933" 
    172 #        Option        "MaxY"        "1915" 
    173 #        Option        "x0"        "2" 
    174 #        Option        "y0"        "-2" 
    175 #        Option        "x1"        "0" 
    176 #        Option        "y1"        "2" 
    177 #        Option        "x2"        "-3" 
    178 #        Option        "y2"        "3" 
    179 #        Option        "x3"        "2" 
    180 #        Option        "y3"        "-8" 
    181 #        Option        "x4"        "8" 
    182 #        Option        "y4"        "7" 
    183 #        Option        "x5"        "-5" 
    184 #        Option        "y5"        "11" 
    185 #        Option        "x6"        "3" 
    186 #        Option        "y6"        "-3" 
    187 #        Option        "x7"        "5" 
    188 #        Option        "y7"        "-3" 
    189 #        Option        "x8"        "-2" 
    190 #        Option        "y8"        "-5" 
    191 #        Option        "y5"        "11" 
    192 #        Option        "x6"        "3" 
    193 #        Option        "y6"        "-3" 
    194 #        Option        "x7"        "5" 
    195 #        Option        "y7"        "-3" 
    196 #        Option        "x8"        "-2" 
    197 #        Option        "y8"        "-5" 
     165#        Option          "SwapX" "true" 
    198166 
    199167EndSection