Czy ktoś może mi pomóc w konfiguracji monitorów z dwoma ekranami pod kątem rotacji? Mam Xrandr 1.1. Próbowałem różnych podejść, nic nie potrzeba. Nie mogę nawet wyświetlić opcji xrandr w panelu sterowania Wyświetlacza KDE. Dzięki 1
Mój wynik lspci:
03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
Mój obecny xorg.conf (działa, minus obrót ekranu):
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 2407WFP (Digital)"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "vesa"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1920x1200" "1280x1024" "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1280x1024" "800x600"
EndSubSection
EndSection
Odpowiedzi:
Przejdź do domyślnego sterownika typu open source. Ma akcelerację 3D dla twojej karty i dobrze współpracuje z xrandr.
źródło
fglrx obecnie nie działa dobrze z xrandr. masz dwie bezpieczne opcje:
Zastrzeżony sterownik Radeon jest wyposażony w centrum sterowania znane jako Catalyst Control Center (ccc) , ma opcje obracania ekranów. Ustawienia są proste, więc spróbuj je najpierw zagrać przed usunięciem sterowników. Na moim Xubuntu ccc znajduje się w Menu> Ustawienia .
Usuń zastrzeżone sterowniki i zainstaluj sterowniki typu open source. (Są bardzo stabilne, doskonałe przyspieszenie 2D, 3D wciąż się poprawia). Zajrzyj na tę wiki, aby uzyskać informacje na temat usuwania fglrx i instalowania sterowników open source.
źródło