|
|
每次进系统图形界面都要通过xvidtune调整屏幕偏移,重启后又变成老样子了
在xorg.conf中加入ModeLine "1024x768" 78.80 1024 1056 1152 1312 768 777 780 812 +hsync +vsyn后还是那样每次都要设置,请大家看看!
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
ection "Device"
Identifier "Videocard0"
Driver "nv"
EndSection
Driver "nv"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
ModeLine "1024x768" 78.80 1024 1056 1152 1312 768 777 780 812 +hsync +vsync
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection |
|