Графический драйвер, показывающий VESA: Бродвей с установленным драйвером AMD Catalyst
Возможный дубликат:
Как мне узнать, какой драйвер использует аппаратное обеспечение?
Я недавно установил Ubuntu 12.04 в качестве новой установки. Я следовал за неофициальной вики, чтобы установить версию драйвера катализатора AMD 12.4 из исходного кода.
В Gnome3 в разделе "Все настройки" "Детали" "Графика" отображается "Драйвер как VESA: BROADWAY". Это правильно?
fglrxinfo показывает:
display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Mobility Radeon HD 5800 Series
OpenGL version string: 4.2.11631 Compatibility Profile Context
Xorg.conf показывает используемый драйвер fglrx:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "1680 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3360 1920
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-1"
Device "amdcccle-Device[1]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Запуск gfl_glxgears показывает вращающийся трехмерный куб. Как я могу подтвердить, что Gnome использует правильный драйвер? Любая помощь приветствуется.
1 ответ
Решение
Я уверен, что ваша установка работала правильно. У меня HD4850 один и после установки драйверов с закрытым исходным кодом получил ту же информацию.