我打算重新安装 Ubuntu,想知道安装 ATI Catalyst Video Driver 的正确方法是什么?
这个问题有多个有效答案,跨越多个版本的 Ubuntu。为方便起见,以下各项的索引:
我经常需要检查安装了哪些软件包,我使用以下命令:
dpkg -l | grep foo
这给出了以下输出
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
ii foo <version> <description>
Run Code Online (Sandbox Code Playgroud)
ii
意思?谢谢。
我有一台配备 ATI Radeon 6770M HD Hybrid 显卡的笔记本电脑。在 Ubuntu 12.04 中,我通过“附加驱动程序”安装了 fglrx 驱动程序并且它工作正常。(我什至可以切换 GPU)。但是在新的 Ubuntu 12.10 中,安装后,Unity 不会加载。
只有鼠标和墙纸。如果我初始化设置,sudo aticonfig --initial
然后在重新启动后它会发出警告,说我处于低图形模式!如何解决这个问题?
之前我使用软件源来安装驱动程序。但是在使用终端时,我收到了这个警告:
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
Run Code Online (Sandbox Code Playgroud)
更新:在启动板中提交了错误报告:https : //bugs.launchpad.net/fglrx/+bug/1068661
升级到 12.10 quantal 后,fglrx 的打包版本不再起作用。我发现这是因为 HD 2k-4k 系列卡有一个单独的“传统”fglrx 驱动程序,但它与 12.10 上的 xorg 服务器不兼容。
这是适用于 HD 2000 到 HD 4000 系列卡的最新版本的驱动程序。您不能使用非旧版 fglrx 驱动程序,但如果您希望 WM 合成延迟且 YouTube 视频像在 Pentium MMX 系列上一样播放,则可以使用开源 radeon 驱动程序:
http://support.amd.com/us/kbarticles/Pages/catalyst126legacyproducts.aspx
通常可以通过以下方式安装此驱动程序,这是必要的,因为apt-get install fglrx
会引入非遗留驱动程序:
wget http://www2.ati.com/drivers/legacy/amd-driver-installer-12.6-legacy-x86.x86_64.zip
unzip amd-driver-installer-*
sudo sh ./amd-driver-installer-*.run --buildpkg Ubuntu/quantal
sudo dpkg -i fglrx*.deb
sudo aticonfig --initial -f
Run Code Online (Sandbox Code Playgroud)
如果您使用不同版本的 fglrx(例如,不支持这些卡的较新的 12.9),那么最终命令会给您一个错误no supported hardware detected
或类似的信息。但是,此时一切正常,您将获得合理的 xorg.conf:
... other stuff
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection
... other stuff
Run Code Online (Sandbox Code Playgroud)
此时你应该重新启动,一切都将与 fglrx …
通过软件中心安装的 Gnome shell 无法正确显示顶部工具栏面板(缺少文本和图标),并且当单击其上的图标之一(例如用户名)时,菜单弹出窗口缺少文本。同样在按下超级键后搜索应用程序时,右侧的过滤器列表也缺少随机文本字母,通常被小矩形 [] 形状替换。
编辑:它是 ATI 驱动程序(使用 Mobility Radeon 5650),但是在它被卸载后,gnome-panel 只返回到经典,并且必须重新安装系统才能让 gnome-panel 再次工作。如果未安装 ATI 驱动程序,即使输入密码时登录屏幕也会滞后。此外,ATI(发布后)驱动程序永远不会正确安装,但标准会安装。
有没有人在 gnome 3.2 环境中遇到过一些问题,比如 shell 中的问题?
我该如何解决?
我做了一个测试,如果图形有问题,但一切似乎都很好:
我使用的是 HP Envy 14,我应该使用的正确分辨率是 1366x768。这不是一个选项,我被困在 1024x768 上。我正在使用 Linux 12.04。
lspci | grep VGA:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series]
Run Code Online (Sandbox Code Playgroud)
我试图将分辨率添加为一种模式,xorg.conf
但这不起作用。请任何帮助将不胜感激。我是 Linux 新手,刚刚让我的双启动正常工作,但这个解决问题让我很沮丧。
我只是尝试使用以下xrandr
命令:
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
Run Code Online (Sandbox Code Playgroud)
但我收到一个错误:
xrandr: Failed to get size of gamma for output default
Run Code Online (Sandbox Code Playgroud)
lsmod
返回以下内容:
Module Size Used by …
Run Code Online (Sandbox Code Playgroud)