所以,我有 radeon 3850 agp 卡。根据 cpu 使用情况,似乎所有视频和图形都由 CPU 处理。所有效果都已启用并正常工作(如 compiz),但视频和 3d 非常慢且 fps 低,尽管我使用专有的 ati 驱动程序。我需要做什么才能获得正常的fps?准备回答其他问题。
所以,我认为 10.7 终于安装了,但没有任何新的事情发生。高分辨率视频仍为 0.3 fps。(视频为 1280x720,屏幕为 1920x1080)。
决定展示我的 xorg.conf:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
端部
谢谢大家,我也想问一下:大家告诉我,这个参数:
creitve@localhost:~$ glxinfo|grep render
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
OpenGL renderer string: ATI Radeon HD 3850
必须是“是”,但我没有设法启用它。我需要什么让它运行?我敢肯定,这与我的问题 100% 相关,对吧?
90% 的时间此类问题通过清除并重新安装驱动程序堆栈来解决,因为台面 GLX 驱动程序或内核驱动程序被搞砸了。 https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver
至于开源驱动程序,Lucid 中的 xserver-xorg-video-ati 支持 2D 但不支持此硬件的 3D 加速,因此根据您对“好”的定义,它可能对您来说不够用。
Maverick 即将提供 3D 支持,但仍有很多不完整的地方。请参阅http://www.x.org/wiki/RadeonFeature,了解此驱动程序对 3D 支持的详细分类。(您的卡适合 R600 列。)
请注意,对于开放的驱动程序和 AGP 硬件,有时您必须在 BIOS 中或在 xorg.conf 中(对于 -ati)调整 AGPMode。(参见“man xorg.conf”或“man radeon”)。
您是否尝试过开源驱动程序?我有一张稍新的卡(我认为),并且专有驱动程序运行缓慢、有故障且内存泄漏。开放式驱动程序完美运行。查看 xserver-xorg-video-radeonhd 软件包。