刷新率改不了~
我的主板是杂牌intel 815ept型的,显卡集成,显示器联想legend105B,在redhat8下完全默认安装,它自动寻找显卡类型为i810,刷新率纵向为30-70,横向为50-120,我将其改为纵向70,横向80后,系统将进不了XWindow。利用VI /etc/X11/XFconfig86 ,并没有找到所说的fresh *
而我在2000下的刷新率为75,而在RedHat8下有两个值,我到底该怎么改,是不是该重新安装显卡驱动啊?
在此先行谢过~~~! 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. RH9下面好像没有这么麻烦
如果不介意就升级到RH9好了 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.:-) 先谢谢各位的回复。
to huangdi:按你说的第一步运行不下去。如下:
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,反正晃眼的不行,必须得改。 change your video card.TNT is a good choise. 先谢谢各位的回复。
to huangdi:按你说的第一步运行不下去。如下:
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,反正晃眼的不行,必须得改。
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. 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 贴出来~ 由于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
VertRefresh50.0 - 120.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### : 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 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. Also, try fixing the VertRefresh to 75 by
VertRefresh 75 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 发给你。
真心感谢你的帮忙。 再次谢谢你的帮助,
我只将确定到VertRefresh 75 就好用了。 Send /var/log/XFree86.0.log to [email protected] Also try adding the following lines to your XF86Config file in "Device" section.
Option"UseBIOS" "False"
页:
[1]
2