免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1270 | 回复: 0
打印 上一主题 下一主题

我的xorg.con配置文件 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-10-11 21:36 |只看该作者 |倒序浏览

                备份一个。acer aspire one用的。
#filename:xorg.con
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
     InputDevice    "Synaptics Mouse" "AlwaysCore"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection
Section "Module"
    Load  "dbe"
    Load  "xtrap"
    Load  "extmod"
    Load  "dri"
    Load  "record"
    Load  "freetype"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection
Section "InputDevice"
     Identifier "Synaptics Mouse"
         Driver     "synaptics"
         Option     "Device" "/dev/psaux"
         Option     "Protocol" "auto-dev"
     Option       "LeftEdge"  "1700"
       Option    "RightEdge"     "5300"
       Option    "TopEdge"       "1700"
       Option    "BottomEdge"    "4200"
       Option    "FingerLow"    "25"
       Option    "FingerHigh"    "30"
       Option    "MaxTapTime"    "180"
       Option    "MaxTapMove"    "220"
       Option    "VertScrollDelta" "100"
       Option    "MinSpeed"    "0.09"
       Option    "MaxSpeed"    "0.18"
       Option    "AccelFactor"    "0.0015"
       Option    "SHMConfig"    "on"
EndSection
Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
    #DisplaySize      200   110    # mm
    Identifier   "Monitor0"
    VendorName   "AUO"
    ModelName    "11c2"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # []
        #Option     "SWcursor"               # []
        #Option     "ColorKey"               #
        #Option     "CacheLines"             #
        #Option     "Dac6Bit"                # []
        #Option     "DRI"                    # []
        #Option     "NoDDC"                  # []
        #Option     "ShowCache"              # []
        #Option     "XvMCSurfaces"           #
        #Option     "PageFlip"               # []
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
     Option    "AccelMethod" "exa"
     Option    "MigrationHeuristic" "greedy"

EndSection
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x600" "800x600" "640x480"
        Virtual 1024 600
    EndSubSection
EndSection
Section "DRI"
     Mode        0666
EndSection


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11057/showart_1286631.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP