LinuxSir.Org  
| 网站首页 | 注册账号 | 论坛帮助 |

欢迎来到LinuxSir.Org!
您还未登录,请登录后查看论坛,或者点击论坛上方的注册链接注册新账号。


发表新主题 回复
 
主题工具
旧 08-12-01, 17:43 第 1 帖
channon 帅哥
 
channon 的头像
 
 
注册会员  
  注册日期: Jan 2008
  我的住址: 上海
  帖子: 204
  精华: 0
 

标题: 小结xorg1.5.3升级


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

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

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

代码:
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" # InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "PS/2 Mouse" "CorePointer" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" # Option "AutoAddDevices" "False" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/PEX" # Additional fonts: Locale, Gimp, TTF... FontPath "/usr/share/fonts/cyrillic" # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi" # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi" # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig! FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/ttf/western" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/latex-ttf-fonts" FontPath "/usr/share/fonts/defoma/CID" FontPath "/usr/share/fonts/defoma/TrueType" FontPath "/usr/share/fonts/wqy-unibit" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" # bitmap-fonts Load "type1" Load "freetype" Load "record" # Load "synaptics" EndSection # Auto-generated by Archie mkxcfg #Section "InputDevice" # Identifier "Keyboard0" # Driver "keyboard" # Option "CoreKeyboard" # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" #EndSection #Section "InputDevice" # Identifier "Serial Mouse" # Driver "mouse" # Option "Protocol" "Microsoft" # Option "Device" "/dev/ttyS0" # Option "Emulate3Buttons" "true" # Option "Emulate3Timeout" "70" # Option "SendCoreEvents" "true" #EndSection #Section "InputDevice" # Identifier "PS/2 Mouse" # Driver "mouse" # Option "Protocol" "auto" # Option "ZAxisMapping" "4 5" # Option "Device" "/dev/psaux" # Option "Emulate3Buttons" "true" # Option "Emulate3Timeout" "70" # Option "SendCoreEvents" "true" #EndSection #Section "InputDevice" # Identifier "USB Mouse" # Driver "mouse" # Option "Device" "/dev/input/mice" # Option "SendCoreEvents" "true" # Option "Protocol" "IMPS/2" # Option "ZAxisMapping" "4 5" # Option "Buttons" "5" #EndSection Section "Device" Identifier "Intel Integrated Graphics Controller" Driver "intel" # BusID "PCI:0:2:0" # Option "No Accel" # Option "DRI" "true" # Option "monitor-VGA" "External LCD" # Option "monitor-LVDS" "Integrated LCD" EndSection #Section "Monitor" # Identifier "External LCD" # Option "DPMS" #EndSection Section "Monitor" Identifier "Integrated LCD" # Option "DPMS" # Option "LeftOf" "External LCD" EndSection # Auto-generated by Archie mkxcfg Section "Screen" Identifier "Default Screen" Device "Intel Integrated Graphics Controller" Monitor "Integrated LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Virtual 2048 768 EndSubSection EndSection

此帖于 08-12-04 16:56 被 channon 编辑. 原因: 增加了一些interskh翻译的英文,谁系统挂了可以直接复制这里的信息给他,呵呵
  channon 当前离线   回复时引用此帖
旧 08-12-01, 18:33 第 2 帖
ibearz 帅哥
 
 
 
注册会员  
  注册日期: Apr 2005
  帖子: 312
  精华: 0
 

我把xorg.conf直接给删了就好了。。。
  ibearz 当前离线   回复时引用此帖
旧 08-12-01, 19:02 第 3 帖
Archx
 
 
 
注册会员  
  注册日期: Oct 2006
  帖子: 111
  精华: 0
 

这个最省事
不过显示效果不好
  Archx 当前离线   回复时引用此帖
旧 08-12-01, 20:02 第 4 帖
xzap
 
 
 
注册会员  
  注册日期: Sep 2006
  帖子: 28
  精华: 0
 

谢谢楼主的方法,测试成功,第2点N卡不用改还是用原来的nvidia蛮好
直接删除能进x但是真的是惨不忍睹阿
  xzap 当前离线   回复时引用此帖
旧 08-12-01, 20:04 第 5 帖
32idea
 
32idea 的头像
 
 
注册会员  
  注册日期: Oct 2008
  帖子: 324
  精华: 1
 

也不知道怎么折腾的,反正是把X搞好了,下午一生气,差点把arch给删了,
  32idea 当前离线   回复时引用此帖
旧 08-12-02, 01:47 第 6 帖
逆漩
 
逆漩 的头像
 
 
注册会员  
  注册日期: Jun 2006
  帖子: 4
  精华: 0
 

ti 4200显卡,更新xorg1.5.3 nv96.43.09后文字重叠,实在受不了了,现在降回1.4.2,驱动仍是96.43.09 一切又重回正常
  逆漩 当前离线   回复时引用此帖
旧 08-12-02, 02:05 第 7 帖
zhong
 
 
 
注册会员  
  注册日期: Jun 2002
  我的住址: 广东
  帖子: 1,760
  精华: 8
 

引用:
作者: 逆漩
ti 4200显卡,更新xorg1.5.3 nv96.43.09后文字重叠,实在受不了了,现在降回1.4.2,驱动仍是96.43.09 一切又重回正常
现在N卡的驱动..只有5xxx以上的卡才会没啥问题

71xx直接不支持.
96xx只是初步支持
只有173xx或最新的驱动才能很好的支持xorg7.4







__________________
人生得一物唔幸,失之唔命矣.
自由软件的良好传统是“给我代码”, 当有人指出问题, 这句话就变成“欢迎提供补丁”.
  zhong 当前离线   回复时引用此帖
旧 08-12-02, 04:56 第 8 帖
qiang_liu8183 帅哥
 
qiang_liu8183 的头像
 
 
注册会员  
  注册日期: Jan 2008
  帖子: 1,294
  精华: 0
 

我的问题也解决了~~~







__________________
每天4小时,我把青春献给四环路~~~
  qiang_liu8183 当前离线   回复时引用此帖
旧 08-12-02, 09:53 第 9 帖
rabbit407
 
rabbit407 的头像
 
 
注册会员  
  注册日期: Jan 2008
  帖子: 136
  精华: 0
 

引用:
作者: 32idea
也不知道怎么折腾的,反正是把X搞好了,下午一生气,差点把arch给删了,
我现在连x都进不去,键盘也没有,更郁闷吧,早知道不升级了。
  rabbit407 当前离线   回复时引用此帖
旧 08-12-02, 10:29 第 10 帖
channon 帅哥
 
channon 的头像
 
 
注册会员  
  注册日期: Jan 2008
  我的住址: 上海
  帖子: 204
  精华: 0
 

引用:
作者: rabbit407
我现在连x都进不去,键盘也没有,更郁闷吧,早知道不升级了。
看看错误提示是什么,顺便把你的显卡说一下
  channon 当前离线   回复时引用此帖
旧 08-12-02, 11:16 第 11 帖
hujy
 
 
 
注册会员  
  注册日期: Aug 2005
  帖子: 234
  精华: 1
 

我的貌似只能用vesa才行







__________________
Arch Debian Gentoo Slackware
  hujy 当前离线   回复时引用此帖
旧 08-12-02, 11:32 第 12 帖
doze_worm
 
doze_worm 的头像
 
 
注册会员  
  注册日期: Aug 2004
  帖子: 131
  精华: 0
 

引用:
作者: hujy
我的貌似只能用vesa才行
我的连vesa都用不了了。







__________________
HP Compaq 6530s ---- 1.8G CPU + 4G Mem + 320G HD
Arch64 (+ WinXP_sp3)
  doze_worm 当前离线   回复时引用此帖
旧 08-12-02, 11:58 第 13 帖
channon 帅哥
 
channon 的头像
 
 
注册会员  
  注册日期: Jan 2008
  我的住址: 上海
  帖子: 204
  精华: 0
 

耶,我也有置顶帖了
  channon 当前离线   回复时引用此帖
旧 08-12-02, 12:20 第 14 帖
yafeng
 
yafeng 的头像
 
 
注册会员  
  注册日期: Mar 2005
  帖子: 719
  精华: 0
 

引用:
作者: rabbit407
我现在连x都进不去,键盘也没有,更郁闷吧,早知道不升级了。
启动hal服务就ok
  yafeng 当前离线   回复时引用此帖
旧 08-12-02, 13:12 第 15 帖
来诺
 
 
 
注册会员  
  注册日期: May 2007
  帖子: 1
  精华: 0
 

我升级后,KDE4,fcitx一直崩溃,临时用着ibus。
  来诺 当前离线   回复时引用此帖
发表新主题 回复


主题工具

发帖规则
您 [不可以] 发表新主题
您 [不可以] 回复主题
您 [不可以] 上传附件
您 [不可以] 编辑您的帖子

已 [启用] BB 代码
已 [启用] 表情符号
已 [启用] IMG 代码
已 [禁用] HTML 代码
[论坛跳转…]


所有时间均为[北京时间]。现在的时间是 12:43


Powered by vBulletin 版本 3.6.8
版权所有 ©2000 - 2010, Jelsoft Enterprises Ltd.
官方中文技术支持: vBulletin 中文
版权所有 ©2002 - 2009, LinuxSir.Org