20-intel.conf文件中激活其他选项,比如Triple buffer true或者Accel method uxa时,我无法登录,只有在使用Wayland时才能登录。
我的期望是,在没有任何屏幕撕裂的情况下,我可以使用正常的Ubuntu(不使用Wayland)。
我已经提供了关于我的VGA控制器和当前20-intel.conf文件状态的信息。
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (Whiskey Lake) (prog-if 00 [VGA controller])
DeviceName: VGA
Subsystem: ASUSTeK Computer Inc. UHD Graphics 620 (Whiskey Lake)
Flags: bus master, fast devsel, latency 0, IRQ 146
Memory at b0000000 (64-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
20-intel.conf:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
# Option "AccelMethod" "uxa"
Option "TearFree" "true"
# Option "TripleBuffer "true"
EndSection
/etc/X11中添加了自己的xorg.conf文件,并且通过这样做解决了屏幕撕裂的问题! - Raceimaztion