红联Linux门户
Linux帮助

关于fc6显示偏移问题

发布时间:2007-01-09 09:25:38来源:红联作者:bigslacker
发现装了linux fc6之后在windows下用的好好的显示器有进到fc6,分辨率在1024*768下的xwindows里,屏幕位置向右偏移一大截,调整好之后回到windows后windows的桌面又歪了,因为我常常两个系统都要用。有没有好的方法让他们都对齐阿?

我的xorg.conf文件配置如下
引用:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
[color=Red]Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"[/color]
EndSubSection
EndSection
文章评论

共有 2 条评论

  1. bigslacker 于 2007-01-09 16:50:02发表:

    75那样眼睛会很累阿

  2. Capacity 于 2007-01-09 10:58:52发表:

    在原来编的基础上把你的刷新率设为75