Eu tenho o Scientific Linux 6.5 (2.6.32-431.11.2.el6.x86_64) instalado em um Dell OptiPlex 760 com uma placa de vídeo Radeon HD 3470 e dois monitores conectados a ele. Estou tendo dificuldades em definir resoluções apropriadas para os monitores e fazer com que os dois monitores não mostrem a mesma tela. Eu não sou um especialista em configuração do Xorg e gostaria de receber ajuda para fazer as coisas funcionarem.
A lista de dispositivos PCI ( lspci | grep VGA
) para a placa gráfica é a seguinte:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV620 PRO [Radeon HD 3470]
Uma listagem mais detalhada ( lspci -v -s $(lspci | awk '/VGA/{print $1}')
) é a seguinte:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV620 PRO [Radeon HD 3470] (prog-if 00 [VGA controller])
Subsystem: Dell Device 3243
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at fe9f0000 (64-bit, non-prefetchable) [size=64K]
I/O ports at dc00 [size=256]
Expansion ROM at fea00000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel modules: radeon
O resultado de uma consulta xrandr
( xrandr -q
) é o seguinte:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 400, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1152x864 0.0
1024x768 0.0
800x600 0.0
640x480 0.0
720x400 0.0
A modelagem retornada pelo utilitário de tempo de vídeo coordenado cvt
para a maior resolução possível pelo monitor principal (1680 x 1050) é a seguinte:
cvt 1680 1050
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
Se eu tentar usar isso com xrandr
, obtenho o seguinte:
xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
xrandr: Failed to get size of gamma for output default
Todo o conteúdo do arquivo /etc/X11/xorg.conf
é o seguinte:
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Não sei o que fazer a seguir para obter as resoluções apropriadas definidas e para obter as duas exibições funcionando como duas exibições separadas (em vez de ter o comportamento de espelhamento).
UPDATE: Eu tentei instalar um driver para esta configuração gráfica ( fglrx64_p_i_c-8.97.100.7-1.x86_64.rpm
), mas tive dificuldades em relação ao símbolo indefinido noXfree86driextension
. O conteúdo final do arquivo Xorg.0.log
é o seguinte:
[ 39.312] Initializing built-in extension XVideo
[ 39.312] Initializing built-in extension XVideo-MotionCompensation
[ 39.312] Initializing built-in extension SELinux
[ 39.312] Initializing built-in extension XFree86-VidModeExtension
[ 39.312] Initializing built-in extension XFree86-DGA
[ 39.312] Initializing built-in extension XFree86-DRI
[ 39.312] Initializing built-in extension DRI2
[ 39.312] (II) "glx" will be loaded by default.
[ 39.312] (II) LoadModule: "glx"
[ 39.338] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 39.358] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 39.358] compiled for 6.9.0, module version = 1.0.0
[ 39.365] Loading extension GLX
[ 39.366] (II) LoadModule: "fglrx"
[ 39.366] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
[ 39.520] (EE) Failed to load /usr/lib64/xorg/modules/drivers/fglrx_drv.so: /usr/lib64/xorg/modules/drivers/fglrx_drv.so: undefined symbol: noXFree86DRIExtension
[ 39.520] (II) UnloadModule: "fglrx"
[ 39.520] (II) Unloading fglrx
[ 39.520] (EE) Failed to load module "fglrx" (loader failed, 7)
[ 39.520] (EE) No drivers available.
[ 39.520]
Fatal server error:
[ 39.520] no screens found
[ 39.520] (EE)
Please consult the Red Hat, Inc. support
at https://www.redhat.com/apps/support/
for help.
[ 39.520] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 39.520] (EE)