设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Gentoo Linux
›
请大家贴下xorg.conf 中有关 Synaptics 的配置 ...
返回列表
查看:
770
|
回复:
4
请大家贴下xorg.conf 中有关 Synaptics 的配置
[复制链接]
robinswan
robinswan
当前离线
积分
866
IP卡
狗仔卡
发表于 2009-3-16 18:42:59
|
显示全部楼层
|
阅读模式
`xorgcfg` 命令并不能自动配置 Synaptics 触摸板,哪位 synaptics 配得好的兄弟贴一下。
主要是右边缘的滑动滚屏功能,其他还有什么好玩的大家也无妨聊聊。前几天有个这里有个帖子说到似乎开始支持多点触摸功能了。
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
zrael
zrael
当前离线
积分
187
IP卡
狗仔卡
发表于 2009-3-16 18:53:17
|
显示全部楼层
xorg.conf 我有边滑动滚屏也不行。。刚没注意看,不好意思
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "true"
Option "SendCoreEvents"
Option "LeftEdge" "80"
Option "RightEdge" "940"
Option "TopEdge" "130"
Option "BottomEdge" "700"
Option "MinSpeed" "000.8"
Option "MaxSpeed" "001"
Option "AccelFactor" "0.010"
Option "SHMConfig" "true"
Option "CircScrollDelta" "0.05"
Option "VertEdgeScroll" "true"
Option "VertScrollDelta" "100"
Option "RTCornerButton" "3"
EndSection
Section "Monitor"
#DisplaySize 260 160 # mm
Identifier "Monitor0"
VendorName "LCD"
ModelName "58eb"
Option "DPMS"
HorizSync 49.68-83.46
VertRefresh 60.0-60.0
Modeline "1280x800_60.0" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
section "Extensions"
Option "Composite" "Enable"
Endsection
复制代码
回复
支持
反对
使用道具
举报
显身卡
ltwan2001
ltwan2001
当前离线
积分
165
IP卡
狗仔卡
发表于 2009-3-16 19:24:43
|
显示全部楼层
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents"
Option "
rotocol" "auto-dev"
Option "SHMConfig" "on"
EndSection
回复
支持
反对
使用道具
举报
显身卡
acevery
acevery
当前离线
积分
1208
IP卡
狗仔卡
发表于 2009-3-16 20:09:09
|
显示全部楼层
xorg.conf中不需要放,我所有输入设备都由hal处理了,其中synaptics的是这样的,
11-x11-synaptics.fdi:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<!-- Switch on shared memory, enables the driver to be configured at runtime -->
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
<!--merge key="input.x11_options.ZAxisMapping" type="strlist">4:5</merge>
<merge key="input.x11_options.UpDownScrolling" type="string">on</merge-->
<merge key="input.x11_options.LeftEdge" type="string">1700</merge>
<merge key="input.x11_options.RightEdge" type="string">5300</merge>
<merge key="input.x11_options.TopEdge" type="string">1700</merge>
<merge key="input.x11_options.ButtomEdge" type="string">4200</merge>
<merge key="input.x11_options.Finger" type="strlist">25:30</merge>
<merge key="input.x11_options.MaxTapTime" type="string">180</merge>
<merge key="input.x11_options.MaxTapMove" type="string">220</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">75</merge>
<merge key="input.x11_options.MinSpeed" type="string">1</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.0015</merge>
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
</match>
</device>
</deviceinfo>
复制代码
回复
支持
反对
使用道具
举报
显身卡
xiaorui
xiaorui
当前离线
积分
933
IP卡
狗仔卡
发表于 2009-3-17 11:32:03
|
显示全部楼层
最近好多人升级xorg后鼠标键盘不好用了.
有机会的话.大家看看ubuntu.现在都在学习这个发现版本.
所以出现问题是驱动和服务没有启动所致.现在系统都把这些硬件识别都放给了hald.这样启动的时候都会加载模块.启动x也一样会识别这些了.
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
服务器架设、应用、维护
SuSE Linux
Debian Linux
LFS(LinuxfromScratch)
Redhat/Fedora/CentOS Linux
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表