пятница, 30 декабря 2016 г.

Разрешение экрана Linux





xrandr
gtf 1600 900 60
 
~/.profile:
xrandr --newmode "1600x900_60" 119.00  1600 1696 1864 2128  900 901 904 932  -HSync +Vsync
xrandr --addmode HDMI1 1600x900_60
xrandr --output HDMI1 --mode 1600x900_60
 
/etc/X11/xorg.conf:
Section "Monitor"
    Identifier "HDMI1"
    Modeline "1600x900_60.00"  119.00  1600 1696 1864 2128  900 901 904 932  -HSync +Vsync
    Option "PreferredMode" "1600x900_60.00"
EndSection
 
Section "Screen"
    Identifier "Screen0"
    Monitor "HDMI1"
    DefaultDepth 24
    SubSection "Display"
    Modes "1600x900_60.00"
    EndSubSection
EndSection


Комментариев нет:

Отправить комментарий