在 Lubuntu 16.04 中创建新分辨率时出现问题

在 Lubuntu 16.04 中创建新分辨率时出现问题

我正在尝试在 Lubuntu 16.04 中创建视频的新分辨率。

我试过:

生成“模式行”

cvt 1024 768 60
output: Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync

创建新模式

xrandr --newmode "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
output: xrandr: Failed to get size of gamma for output default

视频名称是default

然后

 sudo xrandr --addmode default 1024x768_60.00

新的分辨率出现在列表中,但是它不起作用,当我单击“应用”时什么也没有发生。

我通过运行 xrandr 命令注意到最大限制和最小限制相等。

Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
   640x480       73.00* 
   1024x768_60.00  59.92

我认为这就是问题所在...

我怎样才能改变最大分辨率值?

输出硬件信息

lshw -C video
output:  *-display UNCLAIMED     
       description: VGA compatible controller
       product: 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
       vendor: Silicon Integrated Systems [SiS]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 00
       width: 32 bits
       clock: 66MHz
       capabilities: pm agp agp-3.0 vga_controller cap_list
       configuration: latency=0
       resources: memory:e0000000-e7ffffff memory:ed000000-ed01ffff ioport:a000(size=128)

展示:

LG Flatron L1553S-SF

相关内容