LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 628|回复: 1

我的2008.06不能升级,同时请教装低级版本的xorg办法。

[复制链接]
发表于 2009-4-11 11:12:59 | 显示全部楼层 |阅读模式
我是刚刚开始用archlinux,用硬盘安装了2008.06(不知道2009.02的硬盘安装方案)源用的是163.lupa以及官方的。
Server = http://mirrors.163.com/archlinux/$repo/os/i686
Server = http://mirros.lupaworld.com/archliunx/$repo/os/i686
Server = http://public.gooth.cn/archlinux/$repo/os/i686
执行 pacman -Syu后提示:
错误:无法提交处理 (有冲突的文件)
klibc: 文件系统中已存在 /usr/lib/klibc/include/asm/Kbuild
。。。。。。。。。。。。。。。。。。。。。。。


另外我的xorg设置也是好不容易才搞定的,用hwd -x产生配置文件替代进xorg.conf.可是分辨率低得让人掉泪(1024*768),后来看到某位大哥说吧xorg.conf删掉也能搞定,我半信半疑的以死马当活马以的心态试了一试,我的分辨率成功的实现了1600*1200了,新的问题又来了。我听说过xorg7.5和xorg-server1.5.3对intel82845g集成显卡支持不好(我在试redflag6.2是就是这个问题,当时还搞不定分辨率)。vesa驱动当然没有i810的好,不知道有什么办法搞定?
       用低级版本的xorg和xorg-server?我不知道怎样降级,是不是能把源设置成锁定低级版本的?
发表于 2009-4-11 13:26:31 | 显示全部楼层
新版 一般都会比旧版好点特别是驱动方面。。一般都是设置问题。
像我用ETCH搞了两三天才搞好我的3850显卡,而用LENNY只用了一个小时就搞好了。而且之所以用了这么多时间,还在于我在编译 ATI驱动时将Debian/lenny写成debian/lenny.我的意思是说新版本照事物发展来讲会比旧的好。当然你这个问题会不会是例外,不知道了。毕竟我没用ARCHLINUX。
再说现在XORG的配置越来越简单化了。若你将它写复杂了,有时候反而会意外。(个人认为别拍我)
Section "Files"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
        Option            "Xinerama" "off"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option            "XkbRules" "xorg"
        Option            "XkbModel" "pc104"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
EndSection

Section "Monitor"
        Identifier   "Configured Monitor"
EndSection

Section "Device"
        Identifier  "Configured Video Device"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor    "Configured Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection
够简单吧。
回复 支持 反对

使用道具 举报

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

本版积分规则

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