|
|
显卡ati hd2600pro
#emerge ati-drivers
..........................
..........................
.......................ld: cannot find -lGL
#ls -l /usr/lib/libGL.so.1
lrwxrwxrwx 1 root root 26 05-23 22:54 /usr/lib/libGL.so.1 -> /usr/lib/xorg/libGL.so.1.2
#ln -sf /usr/lib/libGL.so.1 /usr/lib/libGL.so
再emerge ati-drivers 成功
#fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 Pro
OpenGL version string: 2.1.7412 Release
驱动已经工作 (特存档,备查)
#fgl_fglxgears
Using GLX_SGIX_pbuffer
4222 frames in 5.0 seconds = 844.400 FPS
4766 frames in 5.0 seconds = 953.200 FPS
4840 frames in 5.0 seconds = 968.000 FPS
4871 frames in 5.0 seconds = 974.200 FPS
以上FPS不知道是否正确,请各位指正或分享你们的xorg.conf |
|