LinuxSir.cn,穿越时空的Linuxsir!

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

装上ATI驱动后的问题,不能使用glxgears

[复制链接]
发表于 2007-5-6 23:46:39 | 显示全部楼层 |阅读模式
我的是明基S73G-C40的笔记本,移动版的X1600显卡,装了FC6之后,从ATI的官网上下了驱动。版本号为8.36.5。


xorg.conf为:


# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "ddc"
        Load  "extmod"
        SubSection "extmod"
                Option            "omit xorg-dga"
        EndSubSection
        Load  "int10"
        Load  "record"
        Load  "v4l"
        Load  "vbe"
        Load  "GLcore"
EndSection

Section "ServerFlags"
        Option            "AIGLX" "off"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "auto-dev"
        Option            "Emulate3Buttons" "yes"
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            "UseInternalAGPGART" "no"
        Option            "VideoOverlay" "on"
        Option            "OpenGLOverlay" "off"
        Option            "no_accel" "no"
        Option            "no_dri" "no"
        Option            "mtrr" "off"
        Option            "Centermode" "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
                Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option            "Composite" "false"
EndSection



但是我在终端运行glxgears的时候提示“glxgears: error while loading shared libraries: /usr/lib/xorg/libGL.so.1: cannot restore segment prot after reloc: Permission denied”不知道是什么原因?是不是驱动没装好?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2007-5-7 09:02:50 | 显示全部楼层
同感。我的是1250,安装完驱动之后连图形信息都运行不了。
回复 支持 反对

使用道具 举报

发表于 2007-5-7 10:21:27 | 显示全部楼层
f7-test4默认驱动9800pro只能跑到133fps,正常不?
回复 支持 反对

使用道具 举报

发表于 2007-5-7 10:32:06 | 显示全部楼层
$ ldd `which glxgears`
        ...
        libGL.so.1 => /usr/lib/fglrx/libGL.so.1 (0xb7ebd000)

$ file /usr/lib/fglrx/libGL.so*
/usr/lib/fglrx/libGL.so:     symbolic link to `libGL.so.1.2'
/usr/lib/fglrx/libGL.so.1:   symbolic link to `libGL.so.1.2'
/usr/lib/fglrx/libGL.so.1.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped

$ cat /etc/ld.so.conf.d/fglrx-x86.conf
/usr/lib/fglrx

解决方法:
1。改变/usr/lib/xorg/libGL.so* 的连接到 /usr/lib/fglrx/libGL.so.1.2
2。在/etc/ld.so.conf中添加/usr/lib/fglrx并使其在/usr/lib/xorg之前。之后运行ldconfig
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-7 12:18:48 | 显示全部楼层
谢谢,我试试
回复 支持 反对

使用道具 举报

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

本版积分规则

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