LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: channon

小结xorg1.5.3升级

[复制链接]
发表于 2008-12-3 07:57:28 | 显示全部楼层
按照楼主的方法, UP健依然被视作 SCREEN健,无奈了,
继续
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
回复 支持 反对

使用道具 举报

发表于 2008-12-3 10:13:02 | 显示全部楼层
Post by yihan189;1918162
按照楼主的方法, UP健依然被视作 SCREEN健,无奈了,
继续
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection

Me too
May be, because of the laptop's keyboard?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-3 10:17:45 | 显示全部楼层
sorry 偶没有这个问题
回复 支持 反对

使用道具 举报

发表于 2008-12-3 22:22:57 | 显示全部楼层
Post by channon;1917332


4. rc.conf中的daemons添加hal
4. add hal in daemons list in rc.conf

4 或许你还需要添加下面的配置
4. may be you also need this
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection


上面这两条是自相矛盾的,如果你不需要hotplug, 就不用在rc.conf加入hal
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-4 08:42:10 | 显示全部楼层
Post by number5;1918677
上面这两条是自相矛盾的,如果你不需要hotplug, 就不用在rc.conf加入hal


提得对,已做修改。

不过hal我认为还是使用的好,因为这样在插入usb的时候,可以自动挂载。
回复 支持 反对

使用道具 举报

发表于 2008-12-4 13:29:02 | 显示全部楼层
我还是用i810。intel从来不能用,升级了也是如此。一进X屏幕就像白炽灯一样
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-4 14:10:38 | 显示全部楼层
Post by newlycc;1918935
我还是用i810。intel从来不能用,升级了也是如此。一进X屏幕就像白炽灯一样


我怎么用不了i810了呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-4 16:51:18 | 显示全部楼层
感谢给本帖提供修改建议的各位,我就不一一点名了
回复 支持 反对

使用道具 举报

发表于 2008-12-4 22:59:58 | 显示全部楼层
雪上加霜啊,怎么我就赶上这段时间玩arch了呢?这系统还怎么装啊。。。
回复 支持 反对

使用道具 举报

发表于 2008-12-5 13:44:04 | 显示全部楼层
建议修改一下。
实在不行再试试第3点那样删除所有Section “InputDevice”

我那样搞的结果开机鼠标键盘都不能用。幸好U盘里装了Slax才把那配置文件改过来了。

PS:开了hal的

Post by channon;1917332
感谢为本帖提供修改建议的朋友,就不一一点名了。

----------------------------------------------------------------------------------------------------------

xorg.conf是通过hwd -xa生成的。

1、注释掉Section "Files"中的RgbPath项
1. remove "rgbpath" in section"files"

2、修改i810为intel(我原先用i810,现在只能用intel,根据你的自己设置)
2. change i810 to intel (if there is)

3、注释掉Section "ServerLayout"中inputdevice项
删除所有Section “InputDevice”
3 comments inputdevice in section "serverlayout" and remove all section "inputdevice"

4. rc.conf中的daemons添加hal
4. add hal in daemons list in rc.conf

5. 或许你还需要添加下面的配置 (这个是备用方案,以禁用X的hal)
5. may be you also need this

Section "ServerFlags"
Option "AllowEmptyInput" "False"
Option "AutoAddDevices" "False"
EndSection


  1. Section "ServerLayout"
  2.         Identifier   "Default Layout"
  3.         Screen          "Default Screen"

  4. #        InputDevice  "Keyboard0" "CoreKeyboard"
  5. #        InputDevice  "PS/2 Mouse" "CorePointer"
  6. EndSection

  7. Section "ServerFlags"
  8.         Option          "AllowMouseOpenFail"  "true"       
  9. #        Option          "AutoAddDevices" "False"
  10. EndSection

  11. Section "Files"
  12.         ModulePath   "/usr/lib/xorg/modules"
  13.         FontPath     "/usr/share/fonts/misc:unscaled"
  14.         FontPath     "/usr/share/fonts/misc"
  15.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  16.         FontPath     "/usr/share/fonts/75dpi"
  17.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  18.         FontPath     "/usr/share/fonts/100dpi"
  19.         FontPath     "/usr/share/fonts/PEX"
  20. # Additional fonts: Locale, Gimp, TTF...
  21.         FontPath     "/usr/share/fonts/cyrillic"
  22. #        FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
  23. #        FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
  24. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  25.         FontPath     "/usr/share/fonts/Type1"
  26.         FontPath     "/usr/share/fonts/ttf/western"
  27.         FontPath     "/usr/share/fonts/ttf/decoratives"
  28.         FontPath     "/usr/share/fonts/truetype"
  29.         FontPath     "/usr/share/fonts/truetype/openoffice"
  30.         FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  31.         FontPath     "/usr/share/fonts/latex-ttf-fonts"
  32.         FontPath     "/usr/share/fonts/defoma/CID"
  33.         FontPath     "/usr/share/fonts/defoma/TrueType"
  34.         FontPath     "/usr/share/fonts/wqy-unibit"
  35. EndSection

  36. Section "Module"
  37.         Load  "ddc"  # ddc probing of monitor
  38.         Load  "dbe"
  39.         Load  "dri"
  40.         Load  "extmod"
  41.         Load  "glx"
  42.         Load  "bitmap" # bitmap-fonts
  43.         Load  "type1"
  44.         Load  "freetype"
  45.         Load  "record"
  46. #        Load  "synaptics"
  47. EndSection

  48. # Auto-generated by Archie mkxcfg

  49. #Section "InputDevice"
  50. #        Identifier  "Keyboard0"
  51. #        Driver      "keyboard"
  52. #     Option      "CoreKeyboard"
  53. #        Option "XkbRules" "xorg"
  54. #        Option "XkbModel" "pc105"
  55. #        Option "XkbLayout" "us"
  56. #        Option "XkbVariant" ""
  57. #EndSection

  58. #Section "InputDevice"
  59. #        Identifier  "Serial Mouse"
  60. #        Driver      "mouse"
  61. #        Option      "Protocol" "Microsoft"
  62. #        Option      "Device" "/dev/ttyS0"
  63. #        Option      "Emulate3Buttons" "true"
  64. #        Option      "Emulate3Timeout" "70"
  65. #        Option        "SendCoreEvents"  "true"
  66. #EndSection

  67. #Section "InputDevice"
  68. #        Identifier  "PS/2 Mouse"
  69. #        Driver      "mouse"
  70. #        Option      "Protocol" "auto"
  71. #        Option      "ZAxisMapping"          "4 5"
  72. #        Option      "Device" "/dev/psaux"
  73. #        Option      "Emulate3Buttons" "true"
  74. #        Option      "Emulate3Timeout" "70"
  75. #        Option        "SendCoreEvents"  "true"
  76. #EndSection

  77. #Section "InputDevice"
  78. #        Identifier      "USB Mouse"
  79. #        Driver          "mouse"
  80. #        Option          "Device"                "/dev/input/mice"
  81. #           Option                 "SendCoreEvents"        "true"
  82. #        Option          "Protocol"              "IMPS/2"
  83. #        Option          "ZAxisMapping"          "4 5"
  84. #        Option          "Buttons"               "5"
  85. #EndSection

  86. Section "Device"
  87.         Identifier  "Intel Integrated Graphics Controller"
  88.         Driver      "intel"
  89. #        BusID       "PCI:0:2:0"

  90. #        Option        "No Accel"
  91. #        Option        "DRI" "true"

  92. #        Option      "monitor-VGA"  "External LCD"
  93. #        Option      "monitor-LVDS" "Integrated LCD"
  94. EndSection

  95. #Section "Monitor"
  96. #        Identifier   "External LCD"
  97. #        Option         "DPMS"
  98. #EndSection

  99. Section "Monitor"
  100.         Identifier   "Integrated LCD"
  101. #        Option         "DPMS"
  102. #        Option          "LeftOf"  "External LCD"
  103. EndSection

  104. # Auto-generated by Archie mkxcfg

  105. Section "Screen"
  106.         Identifier          "Default Screen"
  107.         Device       "Intel Integrated Graphics Controller"
  108.         Monitor      "Integrated LCD"
  109.         DefaultDepth 24

  110.         SubSection "Display"
  111.                 Depth          24
  112.                 Modes   "1024x768"
  113.                 Virtual 2048 768
  114.         EndSubSection

  115. EndSection

复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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