QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1465|回复: 15

刷新率改不了~

[复制链接]
发表于 2003-8-9 19:38:47 | 显示全部楼层 |阅读模式
我的主板是杂牌intel 815ept型的,显卡集成,显示器联想legend105B,在redhat8下完全默认安装,它自动寻找显卡类型为i810,刷新率纵向为30-70,横向为50-120,我将其改为纵向70,横向80后,系统将进不了XWindow。

利用VI /etc/X11/XFconfig86 ,并没有找到所说的fresh *

而我在2000下的刷新率为75,而在RedHat8下有两个值,我到底该怎么改,是不是该重新安装显卡驱动啊?

在此先行谢过~~~!
发表于 2003-8-10 01:51:00 | 显示全部楼层
As root, do the following

#XFree86 -configure

This will generate a XF86Config.new file in /root.  Then run the following
#XFree86 -xf86config /root/XF86Config.new

If this works, do
#cp /root/XF86Config.new /etc/X11/XF86Config

If this doesn't work, post your /var/log/XFree86.0.log here.
回复

使用道具 举报

发表于 2003-8-10 02:22:18 | 显示全部楼层
RH9下面好像没有这么麻烦
如果不介意就升级到RH9好了
回复

使用道具 举报

发表于 2003-8-10 02:45:28 | 显示全部楼层
Upgrading OS is not the best way to solve problems.  In many cases, a user may be required to stay with older OS versions in order to run certain applications.  It's better to learn how to troubleshoot and fix problems instead of constant upgrades and reinstalls.

Just my personal opinion.  :-)
回复

使用道具 举报

 楼主| 发表于 2003-8-10 10:13:47 | 显示全部楼层
先谢谢各位的回复。

to huangdi:按你说的第一步运行不下去。如下:
[root@FLY root] XFree86 -configure

产生Fatal Server error:
server is already active for display 0 if this server is no longer running,remove /temp/.X0-lock and start again.

我用rm /temp/.X0-lock 的时候它说该文件不存在,

而我用XFree86 -version命令的时候是可以正常运行的。

我在XWindow下查看到的刷新率的时候是73dpi,反正晃眼的不行,必须得改。
回复

使用道具 举报

发表于 2003-8-10 11:38:20 | 显示全部楼层
change your video card.TNT is a good choise.
回复

使用道具 举报

发表于 2003-8-10 12:03:12 | 显示全部楼层
[quote:7d5cbb3fbb="whoami0967"]先谢谢各位的回复。

to huangdi:按你说的第一步运行不下去。如下:
[root@FLY root] XFree86 -configure

产生Fatal Server error:
server is already active for display 0 if this server is no longer running,remove /temp/.X0-lock and start again.

我用rm /temp/.X0-lock 的时候它说该文件不存在,

而我用XFree86 -version命令的时候是可以正常运行的。

我在XWindow下查看到的刷新率的时候是73dpi,反正晃眼的不行,必须得改。[/quote]

What that means is you already have a X session running on display 0 even though it failed.  The way to fix this is
-  edit /etc/inittab fileid
-  change "id:5:initdefault:" to "id:3:initdefault:"
-  reboot the system, and you should have a login console.
-  log in as root
-  repeat the following commands
#XFree86 -configure
#XFree86 -xf86config /root/XF86Config.new

Again, if that works, you are set.  If not, please post your /var/log/XFree86.0.log.
回复

使用道具 举报

 楼主| 发表于 2003-8-10 15:01:10 | 显示全部楼层
to fkpwolf,我的显卡是集成的,系统默认的是i810型,如果改成TNT 形式,图形界面都进不去。

to huangdi,我按照你所说的做了,可是在#XFree86 -xf86config /root/XF86Config.new
仅仅出来一个鼠标可以动,其他全是黑屏,无法关机,重启后再执行#cp /root/XF86Config.new /etc/X11/XF86Config
进入XWindow ,屏幕闪的确实要好不少,分辨率是800*600,可是字体和window2000下的1024差不多大小。
我将分辨率改为640的,字体要大不少,可是又闪了。

一会我将/var/log/XFree86.0.log 贴出来~
回复

使用道具 举报

 楼主| 发表于 2003-8-10 15:36:16 | 显示全部楼层
由于XFree86.0.log太大,足有26.6k,所以我贴的是XF86Config。
这是我将它改为640后的截的。谢谢~~

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "PS/2"
        Option            "Device" "/dev/mouse"
EndSection

Section "Monitor"
        #DisplaySize          280   210        # mm
        Identifier   "Monitor0"
        VendorName   "PHL"
        ModelName    "LEGEND 105B"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 120.0
        Option            "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, &lt;f&gt;: float, <bool>: "True"/"False",
        ### &lt;string&gt;: "String", &lt;freq&gt;: "&lt;f&gt; Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                    # [<bool>]
        #Option     "SWcursor"                   # [<bool>]
        #Option     "ColorKey"                   #
        #Option     "CacheLines"                 #
        #Option     "Dac6Bit"                    # [<bool>]
        #Option     "DRI"                        # [<bool>]
        #Option     "NoDDC"                      # [<bool>]
        #Option     "XvMCSurfaces"               #
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel"
        BoardName   "i815"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "640x480"
        EndSubSection
EndSection
回复

使用道具 举报

发表于 2003-8-11 03:18:34 | 显示全部楼层
OK, looking at the specs of Legend 105B (which is probably a rebranded Philips 105B), the VertRefresh range is 50-160.  Try changing the VertRefresh from "50-120" to "50 - 160".

If that still doesn't work, try the following instead.  Log in as root at a console, then
#redhat-config-xfree86 --noui --reconfig

You can send your /var/log/XFree86.0.log to my email.
回复

使用道具 举报

发表于 2003-8-11 03:21:38 | 显示全部楼层
Also, try fixing the VertRefresh to 75 by

VertRefresh 75
回复

使用道具 举报

 楼主| 发表于 2003-8-11 20:56:32 | 显示全部楼层
to huangdi:
试了你说的几种方法,还是不行。
1."50-120" to "50 - 160

2.redhat-config-xfree86 --noui --reconfig ,说redhat命令找不到。

3.将VertRefresh 75 调到75,还是一样。

你能留下你的 emai吗l,这样我才能把var/log/XFree86.0.log 发给你。

真心感谢你的帮忙。
回复

使用道具 举报

 楼主| 发表于 2003-8-11 21:03:27 | 显示全部楼层
再次谢谢你的帮助,

我只将确定到VertRefresh 75 就好用了。
回复

使用道具 举报

发表于 2003-8-12 00:22:42 | 显示全部楼层
Send /var/log/XFree86.0.log to [email protected]
回复

使用道具 举报

发表于 2003-8-12 01:09:37 | 显示全部楼层
Also try adding the following lines to your XF86Config file in "Device" section.

Option  "UseBIOS" "False"
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-19 10:13 , Processed in 0.062007 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表