After ubuntu changes the kernel, the full screen is black, prompting could not set the configuration for CRTC 63

Replaced the 3.13 kernel with VMware, turned on the virtual machine, and after running ubuntu, I found a black screen in the full screen state

It can be displayed normally if it is not full screen, but a dialog box pops up to prompt "could not set the configuration for CRTC 63"

Use the command to check the resolution supported by the current kernel

nasri@ubuntu:~$ sudo xrandr
Screen 0: minimum 1 x 1, current 800 x 600, maximum 8192 x 8192
Virtual1 connected primary 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   800x600        60.0*+   60.3  
   2560x1600      60.0  
   1920x1440      60.0  
   1856x1392      60.0  
   1792x1344      60.0  
   1920x1200      59.9  
   1600x1200      60.0  
   1680x1050      60.0  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       60.0  
   1280x800       59.8  
   1152x864       75.0  
   1280x768       59.9  
   1024x768       60.0  
   640x480        59.9  
Virtual2 disconnected (normal left inverted right x axis y axis)
Virtual3 disconnected (normal left inverted right x axis y axis)
Virtual4 disconnected (normal left inverted right x axis y axis)
Virtual5 disconnected (normal left inverted right x axis y axis)
Virtual6 disconnected (normal left inverted right x axis y axis)
Virtual7 disconnected (normal left inverted right x axis y axis)
Virtual8 disconnected (normal left inverted right x axis y axis)
nasri@ubuntu:~$ uname -a
Linux ubuntu 3.13.11-ckt39 #2 SMP Sun Nov 3 05:06:07 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
nasri@ubuntu:~$ 

Compare the resolution of my laptop,

The resolution of my notebook is 1366x768, which is not supported by the current kernel of ubuntu, so I said that the resolution of the notebook is changed to 1360x768, which is supported by ubuntu.

 

Guess you like

Origin blog.csdn.net/yangkunhenry/article/details/102926272