LINUX.ORG.RU

Иксы и xf86-video-ati не слушаются ModeLine


0

0

Драйвером xf86-video-ati пользуюсь давно, нареканий не было. Но вот недавно попытался перейти с 1280x1024 на 1600x1200 - и ничего не вышло %)

Для начала добавил в Section "Screen" в строчку
Modes "1280x1024" "1024x768" "800x600"
новое разрешение:
Modes "1600x1200" "1280x1024" "1024x768" "800x600"
Перезапустил иксы - имею "1280x1024".

Тогда удалил всё лишнее из Modes:
Modes "1600x1200"
Перезапустил иксы - имею "1280x1024".

Приписал в Section "Monitor" модлайн:
Modeline "1600x1200" 300.92 1600 1632 2768 2800 1200 1222 1239 1261
Перезапустил иксы - имею "1280x1024".

В логах ничего вразумительного.
Что интересно, режим 1600x1200 поддеживается - я могу переключится в него с помощью xrandr:
xrandr -s 1600x1200
даёт желаемый эффект (пока этим и обошёлся, записав в ~/.xinitrc).

Для справки:

$ xradnr
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 2048 x 1600
DVI-1 disconnected (normal left inverted right)
DVI-0 connected 1600x1200+0+0 (normal left inverted right) 350mm x 262mm
2048x1536 60.0
1920x1440 69.9
1600x1200 85.0* 85.0 75.0
1280x1024 84.8 74.9 75.0
1152x864 74.8
1024x768 84.9 75.1 70.1 60.0 43.5
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 60.0
720x400 87.8 70.1

$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "false"
EndSection

Section "Files"
...
EndSection

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "record"
Load "glx"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
...
EndSection

Section "InputDevice"
Identifier "Mouse1"
...
EndSection

Section "Monitor"
Identifier "LG920P"
DisplaySize 423 318
HorizSync 30.0 - 111.0
VertRefresh 50.0 - 200.0
Modeline "1600x1200" 300.92 1600 1632 2768 2800 1200 1222 1239 1261
Option "dpms"
EndSection

Section "Device"
Driver "radeon"
Identifier "Radeon"
Option "AccelMethod" "EXA"
Option "HWCursor" "true"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "no_accel" "no"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
Option "PseudoColorVisuals" "off"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "Radeon"
Monitor "LG920P"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "640x400"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
# Modes "1600x1200" "1280x1024" "1024x768" "800x600"
Modes "1600x1200"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1600x1200" "1280x1024" "1024x768" "800x600"
Modes "1600x1200"
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
Option "XVideo" "Enable"
EndSection

★★

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.