Press enter to see results or esc to cancel.

[Linux] Ekran cozunurlugu eklemek

Eger surucu duzgun olarak yuklenmiyorsa ve ekran cozunurlukleri desteklenmiyorsa yapmaniz gerekenler asagidaki gibidir.

xrandr -q ile hangi output kullaniliyor bulunur. “LVDS1” olarak goruyorum.

murat murat # xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366×768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366×768 60.0*+
1360×768 59.8 60.0
1024×768 60.0
800×600 60.3 56.2
640×480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

1. Istenilen cozunurluk secilir ve asagidaki gibi calistirilir.

cvt 1440 900  # cozunurluk

Ornek CVT ciktisi;

murat # cvt 1440 900
# 1440×900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline “1440x900_60.00″ 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync”

2. cvt ciktisi alinarak Yeni mod eklenir

xrandr –newmode”1440x900_60.00″  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync

3. Son olarak mod eklenir.

xrandr –addmode LVDS1 1440x900_60.00