ubuntu系统 :gnome-display-properties 修改的是那个文件?

想通过修改文件的方式来完成客端机的分屏幕和设置分辩.请写下相关命令和文件路径,谢谢了... 想通过修改文件的方式来完成客端机的分屏幕和设置分辩.

请写下相关命令和文件路径,谢谢了
展开
 我来答
百度网友4826b3c
2013-07-30 · TA获得超过5026个赞
知道大有可为答主
回答量:2999
采纳率:96%
帮助的人:1326万
展开全部

屏幕和设置分辩率可以通过修改Xorg的配置文件实现。

文件位置:

/etc/X11/xorg.conf

没有这个文件的话,自己创建一个,

sudo vi /etc/X11/xorg.conf

内容参考如下:

Section "Device"
    Identifier "Configured Video Device"
EndSection
Section "Monitor"
    Identifier "Configured Monitor"
    Vendorname "Generic LCD Display"
    Modelname "Monitor 1440x900"
    Horizsync 31.5-60
    Vertrefresh 50-60
EndSection
Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    Defaultdepth 24
        SubSection "Display"
            Depth 24
            Virtual 1440 900
            Modes "1440x900@60"  "1024x768@60"
        EndSubSection
EndSection
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式