[问题]为什么无法调整屏幕偏移?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
flyboy
帖子: 1
注册时间: 2007-04-26 20:33

[问题]为什么无法调整屏幕偏移?

#1

帖子 flyboy » 2007-04-26 20:47

:(
我用的是学校的一台老式的计算机,Philip 105E显示器,Intel 815E芯片组集成显卡。
我给它装了feisty与XP双系统,但是feisty有偏移,我用xvidtune调整之后,show了一下,把modeline也写到了/etc/X11/xorg.conf中,如下所示:
Section "Monitor"
Identifier "105E"
ModeLine "800x600" 56.75 800 820 900 1056 600 603 607 633 -hsync +vsync
Option "DPMS"
EndSection

但是,开机重新启动之后,屏幕又回到了原来的偏移状态,似乎ModeLine并未起作用,我用命令:xvidtune -show了一下,发现Modeline为:
"800x600" 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync
与xorg.conf中的Modeline配置不一样,这是为什么,求助????????????????!!!!!!!
===================================================
下面是xorg.conf中的一段:
Section "Device"
Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "105E"
ModeLine "800x600" 56.75 800 820 900 1056 600 603 607 633 -hsync +vsync
Option "DPMS"
#HorizSync 30-54
#VertRefresh 50-120
EndSection


Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "105E"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
头像
zmcbb30
帖子: 2717
注册时间: 2006-09-30 0:32
来自: 巴拉特星系第四行星──海尼森

#2

帖子 zmcbb30 » 2007-04-26 21:03

通用内核驱动不好所造成的

参照wiki换上较旧的显卡驱动就好了
头可断,血可流,靓女不可不追求
相艾唔好口,够姜就只抽

BARTON 2500+/1536MDDR400
EP8RDA3G/MX4000 128M64bit 8X
DiamondPlus9-6Y080L0-ATA133
Samsung743DF
HiweedDesktop-1.0
antalny
帖子: 21
注册时间: 2006-08-03 13:05

#3

帖子 antalny » 2007-04-27 3:20

我的也有些偏移..呵呵,懒得弄,将就用着吧.
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#4

帖子 drivel » 2007-04-27 7:42

重新编译内核,用老驱动估计好些
回复