Linux培训
达内IT学院

400-111-8989

Fedora显示设备配置工具介绍(二)

  • 发布:Linux培训
  • 来源:网络
  • 时间:2015-07-21 16:54

以下主要讲Fedora 显示设备配置工具介绍,希望对于Fedora 显示设置不太懂的可以看看,希望对大家有所帮助。以下接:Fedora显示设备配置工具介绍(一)http://linux.tedu.cn/data/linuxsa/33631.html

3、gtf的用法;

gtf h-resolution v-resolution refresh [-v|--verbose] [-f|--fbmode] [-x|--xorgmode]

举例:我的显示器支持1024x768 ,能达到85HZ,在X模式下;

[beinan@localhost ~]# /usr/X11R6/bin/gtf 1024 768 85 -x

# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz

Modeline " data-ke-src="http://linux.tedu.cn/data/linuxsa/33631.html>Fedora显示设备配置工具介绍(一)。

3、gtf的用法;

gtf h-resolution v-resolution refresh [-v|--verbose] [-f|--fbmode] [-x|--xorgmode]

举例:我的显示器支持1024x768 ,能达到85HZ,在X模式下;

[beinan@localhost ~]# /usr/X11R6/bin/gtf 1024 768 85 -x

# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz

Modeline " 1024x768_85.00"="" 94.39="" 1024="" 1088="" 1200="" 1376="" 768="" 769="" 772="" 807="" -hsync="" +vsync<="" p="">

把上面的输出的信息中Modeline一行,插入到/etc/X11/xorg.conf配置文件中的显示器(Monitor)配置那段中;加入后类似;

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "LCD Panel 1280x1024"

HorizSync 31.5 - 67.0

VertRefresh 50.0 - 75.0

Option "dpms"

Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync

EndSection

改动后,重启X;重新进入桌面模式;

4、 xdpyinfo工具;

我们通过gtf 工具调整了显示器的属性,我们通过观察一般就知道是不是可行了;比如屏幕不闪动的过于厉害;显示区域处于显示屏正中等;但我们还有一个测试工具xdpyinfo 来测试我们的调整 ;

xdpyinfo - display information utility for X (用于X的显示信息测试工具);

[beinan@localhost ~]$ /usr/X11R6/bin/xdpyinfo

通过这个输出,我们能查看到很多信息,最重要的有如下一段;

default screen number: 0

number of screens: 1

screen #0:

dimensions: 1024x768 pixels (302x232 millimeters)

resolution: 86x84 dots per inch

depths (7): 24, 1, 4, 8, 15, 16, 32

root window id: 0x3f

depth of root window: 24 planes

我们可以在 xorg.conf中定义多个显示屏幕,比如 1024x768;800x600等;显示屏的定义的标识符号序列从0开始,以此类推;其实定义好一个就足够用;默认的一般就行;如果我们自己调整,把1024x768类似的加入到screen 中色深为24那段的 Modes 行中;然后把默认色深设置为24就好;

Section "Screen"

Identifier "Screen0"

Device "Videocard0"

Monitor "Monitor0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 16

Modes "800x600" "640x480"

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 24

Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

其实上面的一段,我们足可以把色深为16的那段删除或者下面的一段每行前面加#号注掉;因为我们用的是 24的;

SubSection "Display"

Viewport 0 0

Depth 16

Modes "800x600" "640x480"

EndSubSection

如果我们只有把 DefaultDepth 24 中的24改为16时,这段才起作用;

预约申请免费试听课

填写下面表单即可预约申请免费试听! 怕学不会?助教全程陪读,随时解惑!担心就业?一地学习,可全国推荐就业!

上一篇:Fedora显示设备配置工具介绍(一)
下一篇:Linux运维应该定期完成的九件事

Fedora显示设备配置工具介绍(一)

  • 扫码领取资料

    回复关键字:视频资料

    免费领取 达内课程视频学习资料

Copyright © 2023 Tedu.cn All Rights Reserved 京ICP备08000853号-56 京公网安备 11010802029508号 达内时代科技集团有限公司 版权所有

选择城市和中心
黑龙江省

吉林省

河北省

湖南省

贵州省

云南省

广西省

海南省