当前位置:  技术问答>linux和unix

菜鸟求救,关于x-windos下的屏幕刷新率的设置

    来源: 互联网  发布时间:2015-08-31

    本文导语:  关于x-windos下的屏幕刷新率的设置, 我的XFree86文件为   我要怎么设置成85hz啊 我是菜鸟,什么都不懂,希望有人帮我一下,谢了!!! # XFree86 4 configuration created by redhat-config-xfree86 Section "ServerLayout" Identifier     "Defaul...

关于x-windos下的屏幕刷新率的设置,
我的XFree86文件为  
我要怎么设置成85hz啊
我是菜鸟,什么都不懂,希望有人帮我一下,谢了!!!

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath      "/usr/X11R6/lib/X11/rgb"
FontPath     "unix/:7100"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver      "keyboard"
Option     "XkbRules" "xfree86"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "IMPS/2"
Option     "Device" "/dev/psaux"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver      "mouse"
Option     "Protocol" "IMPS/2"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "SyncMaster"
DisplaySize  320 240
HorizSync    30.0 - 70.0
VertRefresh  50.0 - 160.0
Option     "dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver      "vesa"
VendorName  "Videocard vendor"
BoardName   "VESA driver (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Videocard0"
Monitor    "Monitor0"
DefaultDepth     16
SubSection "Display"
Depth     16
Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group        0
Mode         0666
EndSection

|
# vi etcX11X86configure
Section "Monitor"部分为刷新率设置
Section "Screen"为分辩率设置
linux下的刷新率要设水平频率和垂直频率(与windows下的概念稍为有不同,但意义一样)
其中:HorizSync 为水平频率
     VertRefresh 为垂直频率
不要设得过高哦!(可查相关资料)

|
打错,应为:
#vi /etc/X11/XF86Config
注意:版本不同内容不尽相同
图形环境的配置命令是:redhat-config-xfree86

    
 
 

您可能感兴趣的文章:

  • 菜鸟问题:如何再red hat 9 下设置显示器刷新率?
  • 紧急!菜鸟求救!把swap分区改为primary就不能进入系统!在线等待。。。
  • javabean的存放目录。(菜鸟求救)
  • linux菜鸟的安装问题求救!
  • 谁有安装cc时所需的系列号?菜鸟求救
  • 菜鸟求救:有关runclient的问题!
  • 菜鸟求救
  • ??菜鸟求救!!
  • 菜鸟求救,linux问题
  • 菜鸟求救: 到底应该如何学习java???
  • 菜鸟求救!关于Servlet编译问题!
  • 求救: 菜鸟安装 RedHet 7.2 !! 请大家一定帮帮忙! 一定给分!
  • 。。菜鸟求救。。。如何把光碟上的Linux装到虚拟机上。。。?
  • 菜鸟求救!(exception in thread "main" java.lang.NoClassDefFoundError)
  • 疯狂菜鸟绝望求救
  • 菜鸟求救,请大家帮忙,非常感谢.............
  • 紧急求救,地地道道的菜鸟!
  • 求救啊!!!很简单的问题,请大家帮帮菜鸟我(系列之2)
  • 俺是个菜鸟 linux害了我 求救呀
  • 如何将一个Date类型的数据,转化为当地时间串(菜鸟紧急求救)
  • 菜鸟求救。。。只有lo 没有eth0
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • ----菜菜鸟第三问:-菜鸟菜问:JAVA如何求 根号、开次方? -----
  • 菜鸟问一个关于j2ee的菜鸟问题
  • 怎样从一个菜鸟级的java programer升级到一个菜鸟级的java developer
  • 一个连菜鸟都算不上的菜鸟
  • 菜鸟求问菜鸟问题 ,域名绑定
  • ===菜鸟系列===:写过毕业论文的前辈请进!!!菜鸟散分啦!!!!
  • gcc问题---菜鸟发问之一,老大们帮忙啊!!菜鸟分不多,只好给这点了,对不起!!
  • 菜鸟又来问菜鸟问题了
  • 菜鸟的Linux练习疑问……
  • CSS属性参考手册 iis7站长之家
  • 菜鸟提问,我怎么装redhat7。1
  • 菜鸟写的俄罗斯方块,请多多批评!
  • 小问题,你一定能够帮忙!——菜鸟请求帮忙!!
  • 一个菜鸟的请求: 哪位前辈能给晚辈讲讲“匿名类”
  • ※菜鸟送分之一※ Red Hat Linux 的最高版本是多少?
  • 菜鸟问题:在Java中如何接收从键盘输入的字符串?
  • ★菜鸟问:怎么在RED HAT LINUX7.2中用169上网??
  • 菜鸟提问:包是什么概念?
  • 菜鸟问题~~快点进来拿分
  • 菜鸟菜问题1


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3