网上说在/etc/X11/xorg.conf中加Virtual,再删除其他分辨率

 

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Virtual 1280 800
        Modes    "1280x800"
    EndSubSection
EndSection

 

一开始找不到xorg.conf文件,

yum install system-config-display 以后就好了

 

至于装了gdm也装kdm,要切换,就要装system-switch-displaymanager-gnome,system-switch-displaymanager

 

相关文章:

  • 2021-12-30
  • 2021-11-23
  • 2021-12-26
  • 2021-08-05
  • 2021-06-04
  • 2021-10-22
  • 2021-10-15
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-09-29
  • 2021-10-22
  • 2022-01-06
相关资源
相似解决方案