我有一台带有 14 英寸 WQHD 的 X1 Yoga,我想旋转屏幕以将其与触控笔一起使用,但xrandr无法旋转。
xrandr --output eDP1 --rotate <orientation>
Run Code Online (Sandbox Code Playgroud)
适用于normal和reverse,但为left和right返回以下错误:
xrandr: Configure crtc 0 failed
Run Code Online (Sandbox Code Playgroud)
同上
xrandr -o <number>
Run Code Online (Sandbox Code Playgroud)
它适用于0和2,但返回错误:
Failed to change the screen configuration!
Run Code Online (Sandbox Code Playgroud)
对于值1和3。如果第二次重新运行xrandr -o 1它会崩溃并显示空白屏幕。
更新 我的图形单元是Intel® HD Graphics 520 (Skylake GT2)。作为驱动程序,我安装了包xserver-xorg-video-intel
xrandr ×1