joh*_*han 5 multiple-monitors 12.04
我使用的是 ubuntu 12.04,我的显卡是 ATI Radeon 5000。我不能使用双屏(扩展版)。我收到这个错误
无法应用所选的显示器配置 CRTC 148 请求的位置/大小超出允许的限制:位置=(1280, 0), >size=(1280, 768), maximum=(1440, 1440)
我尝试了所有显示设置,但它不起作用。
系统设置的一些输出:
root@ubuntu:~# lshw -C display
*-display
description: VGA compatible controller
product: Madison [Radeon HD 5000M Series]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=fglrx_pci latency=0
resources: irq:46 memory:e0000000-efffffff memory:f0020000-f003ffff ioport:d000(size=256) memory:f0000000-f001ffff
root@ubuntu:~# aticonfig --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.original-0
root@ubuntu:~# cat /etc/X11/xorg.conf
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 "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
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
EndSection
Run Code Online (Sandbox Code Playgroud)
我将不胜感激如何解决问题的任何建议。谢谢
实际上正在尝试在错误的地方修复此问题转到终端并键入
sudo amdcccle
它将打开AMD催化剂中心窗口,您可以在那里显示,检查显示器的正确分辨率,然后重新启动。一切都会像魅力一样工作!
瞧!