Решено: Поворот экарана на 90 градусов (xrandr не хочет чего-то)

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

Аватара пользователя
greak
Сообщения: 485
Статус: debian user
ОС: Debian Lenny/Sid

Решено: Поворот экарана на 90 градусов

Сообщение greak »

собсно при попытке повернуть выдает ошибку

Код: Выделить всё

vlas@vlas-debian:~/Desktop$ xrandr -o left
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  156 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Serial number of failed request:  12
  Current serial number in output stream:  12


подскажите в чем трабла?
Спасибо сказали:
Аватара пользователя
greak
Сообщения: 485
Статус: debian user
ОС: Debian Lenny/Sid

Re: Решено: Поворот экарана на 90 градусов

Сообщение greak »

проблема решена

Код: Выделить всё

Section "Screen"
    Identifier     "Default Screen"
    Device         "MX440"
    Monitor        "XAP-172i"
    DefaultDepth    24
    Option    "AddARGBGLXVisuals"  "true"
[b]    option      "RandRRotation"        "true"[/b]
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
[b]        Viewport    0 0[/b]
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Спасибо сказали: