LinuxSir.cn,穿越时空的Linuxsir!

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

livna源里的kmod-fglrx xorg-x11-drv-fglrx驱动是ATI的官方驱动吗?

[复制链接]
发表于 2006-11-30 20:19:25 | 显示全部楼层 |阅读模式
我yum安装了kmod-fglrx  xorg-x11-drv-fglrx,重启后输入fglrxinfo还是显示mesa,在ATI CONTROL SETTINGS里也是mesa,屏幕是偏的,执行aticonfig --initial后,屏幕正常了,可是还是显示是mesa驱动,glxgears只有200多,窗口最小化的过程中那个窗口是黑的,不知道怎么办
 楼主| 发表于 2006-11-30 20:26:17 | 显示全部楼层
我的是FC6
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-30 20:26:51 | 显示全部楼层
我的是FC6
回复 支持 反对

使用道具 举报

发表于 2006-11-30 20:47:59 | 显示全部楼层
你配置好你的xorg.conf文件没有???
装了这个包,还要用aticonfig这个命令来配置你的xorg.conf文件
用aticonfig --help来看具体怎么用。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-30 20:54:25 | 显示全部楼层
我就执行了aticonfig --initial
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-30 21:04:49 | 显示全部楼层
各位大哥帮帮我吧,我已经搞了2天了,重装了两遍了
回复 支持 反对

使用道具 举报

发表于 2006-11-30 21:49:54 | 显示全部楼层
http://forums.fedoraforum.org/showthread.php?t=127305
根据这个文档
su -
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm
yum install kmod-fglrx xorg-x11-drv-fglrx
yum update kmod-fglrx xorg-x11-drv-fglrx
service ati-fglrx restart
ati-fglrx-config-display enable
setsebool -P allow_execstack=1
setsebool -P allow_execmod=1

似乎还需要

aticonfig --initial

然后编辑 /etc/X11/xorg.conf
加入
Section "Extensions"
     Option "Composite" "False"
EndSection

然后 reboot 应该就行了

但是,fc6真的NB删除了xorg.conf还可以正常运行。。都弄好了也打不开xv
将就着用gl看电影

那位高手在fc6用fglrx打开xv的,希望贴出方法

btw
楼主弄坏了也不需要重装,什么都进不去了弄了liveCD删了xorg.conf就行了。
回复 支持 反对

使用道具 举报

发表于 2006-11-30 22:26:26 | 显示全部楼层
en 问题解决了 xv 和 dri 同时打开了



# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
#这几个是一个要点,要添加
        Load "dbe"
        Load "extmod"
        Load "fbdevhw"
        Load "glx"
        Load "record"
        Load "freetype"
        Load "type1"
        Load "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection


Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
#后面两句是第二个要点,要添加
        Option            "VideoOverlay" "on"
        Option            "OpenGLOverlay" "off"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
#后面是第三个要点,要添加
Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option            "Composite" "False"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-30 23:08:17 | 显示全部楼层
谢谢楼上两位,试试看一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-30 23:09:58 | 显示全部楼层
晕,应该是一位
回复 支持 反对

使用道具 举报

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

本版积分规则

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