如何获得 1280x1024 分辨率?

如何获得 1280x1024 分辨率?

几年后我又回到了 lubuntu。我使用的是 AMD Athlon x64,内存为 2.75 GB。我安装了 lubuntu 18.04 Alternate 64 位。我还尝试了 18.04 Desktop 64 位。

几年前,我能够获得 1280x1024 分辨率(在另一台计算机上),但这次不行。现在,我甚至对每次启动时都必须输入的命令感到满意。我知道显示器可以处理 1280x1024。

任何帮助都非常感谢。除此之外,一切都很好。

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y 
axis) 0mm x 0mm
1024x768      60.00* 
800x600       60.32    56.25  
848x480       60.00  
640x480       59.94 

以下是我目前所知道的全部内容:

规格图像捕捉

*-display
description: VGA compatible controller
product: C61 [GeForce 6150SE nForce 430]
vendor: NVIDIA Corporation
physical id: d
bus info: pci@0000:00:0d.0
version: a2
width: 64 bits
clock: 66MHz
capabilities: pm msi vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:23 memory:fd000000-fdffffff memory:d0000000-dfffffff 
memory:fc000000-fcffffff memory:c0000-dffff

这对我来说有效,但每次启动后都必须重新输入。

xrandr --newmode "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 
1025 1028 1060  -HSync +Vsync
xrandr --addmode VGA-1 1280x1024_60.00
xrandr --output VGA-1 --mode 1280x1024_60.00

像我这样的新手应该遵循这个指南:http://www.arunviswanathan.com/node/53

相关内容