我使用的是 HP Envy 14,我应该使用的正确分辨率是 1366x768。这不是一个选项,我被困在 1024x768 上。我正在使用 Linux 12.04。
lspci | grep VGA:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series]
Run Code Online (Sandbox Code Playgroud)
我试图将分辨率添加为一种模式,xorg.conf
但这不起作用。请任何帮助将不胜感激。我是 Linux 新手,刚刚让我的双启动正常工作,但这个解决问题让我很沮丧。
我只是尝试使用以下xrandr
命令:
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
Run Code Online (Sandbox Code Playgroud)
但我收到一个错误:
xrandr: Failed to get size of gamma for output default
Run Code Online (Sandbox Code Playgroud)
lsmod
返回以下内容:
Module Size Used by …
Run Code Online (Sandbox Code Playgroud)