LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: pxbfeiniao

hal-0.5.12 rc1出来了,不过。。。

[复制链接]
发表于 2009-3-11 15:33:28 | 显示全部楼层
哪个老大呀。。。 我可不是老大,HEHE

我的HAL没有问题,policy只有控制触摸板的,晚上帖给你看看吧
回复 支持 反对

使用道具 举报

发表于 2009-3-11 15:37:00 | 显示全部楼层
Post by trasher;1959267
哪个老大呀。。。 我可不是老大,HEHE

我的HAL没有问题,policy只有控制触摸板的,晚上帖给你看看吧


好的,谢谢,呵呵
回复 支持 反对

使用道具 举报

发表于 2009-3-11 16:28:48 | 显示全部楼层
Post by 独钓寒江雪;1959247
我在arch上也同样的办法轻松搞定,gentoo没搞定

能不能麻烦老大把/etc/hal/fdi/policy/下的文件传一份,我看看和我的一样不一样


我也不是老大...

不过我的/etc/hal/fdi/policy/ 下是空的 ,什么都没有... 寒
回复 支持 反对

使用道具 举报

发表于 2009-3-11 17:11:14 | 显示全部楼层
解决了,竟然是因为
ServerFlags里面加了
AllowEmptyInput false的原因,反正我把这句注释掉就好了
AutoAddDevice true
汗吧~~
郁闷的紧
回复 支持 反对

使用道具 举报

发表于 2009-3-11 18:29:46 | 显示全部楼层
http://dev.gentoo.org/~compnerd/temp/hal-config-examples/

作个参考吧~

我的hal policy
  1. kim@Boxer ~ $ cat /etc/hal/fdi/policy/11-x11-synaptics.fdi
  2. <?xml version="1.0" encoding="ISO-8859-1"?>
  3. <deviceinfo version="0.2">
  4.   <device>
  5.       <match key="info.capabilities" contains="input.touchpad">
  6.               <merge key="input.x11_driver" type="string">synaptics</merge>
  7.               <merge key="input.x11_options.SHMConfig" type="string">true</merge>
  8.               <merge key="input.x11_options.AlwaysCore" type="string">true</merge>
  9.               <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
  10.               <merge key="input.x11_options.TapButton1" type="string">1</merge>
  11.       </match>
  12.   </device>
  13. </deviceinfo>
复制代码

我的xorg.conf .. 正在调整中~
  1. kim@Boxer ~ $ cat /etc/X11/xorg.conf
  2. Section "ServerLayout"
  3.     Identifier     "Layout0"
  4.     Screen      0  "Screen0" 0 0
  5. EndSection
  6. Section "Monitor"
  7.     Identifier     "Monitor0"
  8.     Option         "DPMS"
  9. EndSection
  10. Section "Device"
  11.     Identifier     "Device0"
  12.     Driver         "nvidia"
  13.     VendorName     "NVIDIA Corporation"
  14.     BoardName           "GeForce 8600M GT"
  15.     Option         "NoLogo" "True"
  16. #-------2009/3/8 add----------
  17.     Option           "RenderAccel" "True"
  18.     Option           "ConnectedMonitor" "DFP" # 数字平板
  19.     Option           "TripleBuffer" "True"
  20.     Option           "RegistryDwords" "PowerMizerEnable=0x1;PerfLevelSrc=0x2233;PowerMizerDefault=0x3"        # 电池-最省电, 交流电-自适应
  21.     Option           "OnDemandVBlankInterrupts" "True"  # Disable vblank (for laptop)
  22. #-------2009/3/8 end----------
  23. EndSection
  24. Section "Screen"
  25.     Identifier     "Screen0"
  26.     Device         "Device0"
  27.     Monitor        "Monitor0"
  28.     Option           "DPI" "98 x 98"
  29.     SubSection     "Display"
  30.         Depth       24
  31.         Modes      "1280x800"
  32.     EndSubSection
  33. EndSection
  34. Section "Extensions"
  35.         Option        "Composite" "Enable"
  36. EndSection
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表