蓝梦 发表于 2006-4-24 14:03:03

字符界面和图形界面不一致问题

图形界面没有问题
字符界面向左偏移很多
win下没有更改显卡设置,显示器没有作任何调控
不一致问题如何解决,谢谢
列出xorg.conf

# Xorg configuration created by system-config-display

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

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath   "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath   "/usr/share/fonts/default/Type1"
        FontPath   "/usr/share/fonts/ttf/zh_CN"
EndSection

Section "Module"
        Load"dbe"
        Load"extmod"
        Load"fbdevhw"
        Load"glx"
        Load"record"
        Load"freetype"
        Load"type1"
        Load"dri"
EndSection

Section "InputDevice"
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XbkModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 72.0
        VertRefresh50.0 - 135.0
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nv"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
        VideoRam    65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

显示器行频,竖频部分做过修改,机器配置
昂达 gf mx440se 64M
爱国者 775fp

sejishikong 发表于 2006-4-24 14:06:20

应该是刷新率不同的问题.
一般的显示器应该可以记忆的,你调整好了就行.

chwoozy 发表于 2006-4-24 15:39:59

85Hz和84Hz算不同的刷新率吗?

sejishikong 发表于 2006-4-24 17:08:14

当然算啊。

chwoozy 发表于 2006-4-24 18:11:51

标准分辨率应该只有85Hz吧,84Hz可能是因为驱动不好才弄成这样的
显卡是很老的ATiRage128,用的系统自带的驱动,刷新率显示的也是85Hz,不过在显示器的菜单上读出来的刷新率只有84Hz

jiangtao9999 发表于 2006-4-24 19:13:03

我觉得图形界面是正确的。应该是字符界面偏右。

这是因为字符界面和图形界面不是一个驱动,而且你的字符界面是 60hz 吧?
页: [1]
查看完整版本: 字符界面和图形界面不一致问题