Changeset 820

Show
Ignore:
Timestamp:
09/09/08 14:36:59 (3 months ago)
Author:
free
Message:

* Re-calibration against the standard egalax driver

Location:
mediastation/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r817 r820  
    1 mediastation (2.0.8.13) 64studio; urgency=low 
     1mediastation (2.0.8.14) 64studio; urgency=low 
    22 
    33  * Run cdd-config limits 
     
    1616  * Use 16 bit for siliconmotion 
    1717  * Disable mediastation-apps autostart for now 
     18  * Re-calibration against the standard egalax driver 
    1819 
    1920 -- Free Ekanayaka <freee@debian.org>  Sat, 05 Jul 2008 14:27:05 +0100 
  • mediastation/trunk/themes/xorg/xorg.conf.mediastation

    r738 r820  
    6262#       Option          "SendCoreEvents"        "true" 
    6363        Option        "CorePointer" 
    64         Option          "Device"                "/dev/input/mouse1" 
     64        Option          "Device"                "/dev/input/mice" 
    6565        Option          "Protocol"              "ImPS/2" 
    6666        Option          "ZAxisMapping"          "4 5" 
     
    7070        Identifier      "Generic Video Card" 
    7171        Driver          "siliconmotion" 
    72 #        BusID           "PCI:2:7:0" 
     72#        BusID           "PCI:2:10:0" 
    7373        Option          "AccelMethod" "EXA"   
    7474        Option          "MigrationHeuristic" "always" 
     
    119119EndSection 
    120120 
    121 Section "Screen" 
    122         Identifier "Screen 2" 
    123         Device     "Video Card 2" 
    124         Monitor    "Monitor 2" 
    125         DefaultDepth 24 
    126 EndSection 
     121#Section "Screen" 
     122#       Identifier "Screen 2" 
     123#       Device     "Video Card 2" 
     124#       Monitor    "Monitor 2" 
     125#        DefaultDepth 24 
     126#EndSection 
    127127 
    128 Section "Screen" 
    129         Identifier      "Screen 3" 
    130         Device          "Video Card 3" 
    131         Monitor         "Monitor 3" 
    132         DefaultDepth    16 
    133         Option          "TVStandard" "PAL-B" 
    134         Option          "TVOutFormat" "SVIDEO" 
    135         Option          "ConnectedMonitor" "TV" 
    136         SubSection "Display" 
    137                 Depth     16 
    138                 Modes    "800x600" 
    139         EndSubSection 
    140 EndSection 
     128#Section "Screen" 
     129#       Identifier      "Screen 3" 
     130#       Device          "Video Card 3" 
     131#       Monitor         "Monitor 3" 
     132#       DefaultDepth    16 
     133#       Option          "TVStandard" "PAL-B" 
     134#       Option          "TVOutFormat" "SVIDEO" 
     135#        Option         "ConnectedMonitor" "TV" 
     136#       SubSection "Display" 
     137#               Depth     16 
     138#               Modes    "800x600" 
     139#       EndSubSection 
     140#EndSection 
    141141 
    142142Section "ServerLayout" 
    143143        Identifier      "Default Layout" 
    144         Screen        0 "Default Screen" 0 0 
    145         Screen        1 "Screen 2" RightOf "Default Screen" 
    146         Screen        2 "Screen 3" RightOf "Screen 2" 
     144        Screen         "Default Screen 
     145#" 0 0 
     146#       Screen        1 "Screen 2" RightOf "Default Screen" 
     147#       Screen        2 "Screen 3" RightOf "Screen 2" 
    147148        Option "AllowMouseOpenFail" "true" 
    148149