小编Nox*_*nc.的帖子

Xubuntu 14.04:屏幕分辨率 1440x900,没有 xorg.conf 或 lightdm.conf

所以我现在很困惑,因为我阅读了许多针对屏幕分辨率问题的不同解决方案,但没有一个适用于我的情况(我认为)。

所以我运行的是 Xubuntu 14.04 x64 并且无法让我的 LG Flatron W1934S 适合该系统。

cvt输出:

linuxdev@linux-dev-pc:~$ cvt 1440 900
# 1440x900 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
Run Code Online (Sandbox Code Playgroud)

现在,通过使用以下几行,屏幕可以完美工作

$: xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
$: xrandr --addmode VGA1 1440x900_60.00
$: xrandr --output VGA1 --mode 1440x900_60.00
Run Code Online (Sandbox Code Playgroud)

在目前的情况下:

linuxdev@linux-dev-pc:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1440 x …
Run Code Online (Sandbox Code Playgroud)

resolution display-manager display-resolution

5
推荐指数
1
解决办法
3万
查看次数