码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 分辨率更改 xrandr Failed to get size of gamma for output default

时间:2018-04-10 10:49:20      阅读:1595      评论:0      收藏:0      [点我收藏+]

标签:str   5.0   cti   org   set   def   vmw   sync   des   

sudo vim /etc/xorg.conf

copy:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   28.0 - 70.0
        VertRefresh     56.0 - 75.0
EndSection
 
 
Section "Device"
        Identifier  "VMware SVGA"
        Driver      "vesa"
EndSection
 
 
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1920x1080_60.00"
        EndSubSection
EndSection

:wq!(保存

reset computer.

go to the settings and modify the display.

over.

Ubuntu 分辨率更改 xrandr Failed to get size of gamma for output default

标签:str   5.0   cti   org   set   def   vmw   sync   des   

原文地址:https://www.cnblogs.com/jiu0821/p/8776268.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!