linux 用户分辨率,笔记本中Linux分辨率设置1024*768

今天终于把笔记本中Linux下的分辨率调成1024*768了!

方法如下:

在命令行下运行: gtf 1024 768 60

我的笔记本的刷新率是60Hz.

[root@localhost ~]# gtf 1024 768 60

# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz

Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync

[root@localhost ~]#

在 /etc/X11中的 xorg.conf 文件中修改 Section "Monitor" 为

Section "Monitor"

Identifier   "Monitor0"

VendorName   "Monitor Vendor"

ModelName    "Unknown monitor"

#HorizSync    31.5 - 37.9  [注释掉该行]

#VertRefresh  50.0 - 70.0  [注释掉该行]

Option        "dpms"

# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz

Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync

EndSection

并修改 Section "Screen" 为

Section "Screen"

Identifier "Screen0"

Device     "Videocard0"

Monitor    "Monitor0"

DefaultDepth     24

SubSection "Display"

Viewport   0 0

Depth     24

Modes   "1024x768" "800x600" "640x480"

EndSubSection

EndSection0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值