unix工作站怎么调屏幕分辨率
答案:4 悬赏:30 手机版
解决时间 2021-12-31 12:31
- 提问者网友:棒棒糖
- 2021-12-31 00:40
unix工作站怎么调屏幕分辨率
最佳答案
- 五星知识达人网友:狂恋
- 2021-12-31 02:05
在命令行下运行: 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
EndSection
我的笔记本的刷新率是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
EndSection
全部回答
- 1楼网友:洎扰庸人
- 2021-12-31 04:29
,
再看看别人怎么说的。
- 2楼网友:轻熟杀无赦
- 2021-12-31 04:06
都是命令行,干嘛要调
- 3楼网友:神的生死簿
- 2021-12-31 02:55
unix什么版本的,一般都没有办法调整的。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯