LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2997|回复: 40

XF86配置的问题

[复制链接]
发表于 2002-12-10 22:34:47 | 显示全部楼层 |阅读模式
使用教程方法配置,在测试方式下鼠标不会动(我的鼠标是罗技光电无线的USB鼠标),大家帮手看看我的XF86Config,我设到16色它通不过!ection "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/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/local"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "S/2"
        Option            "Device" "/dev/mouse"
EndSection

Section "Monitor"
        #DisplaySize          300   230        # mm
        Identifier   "Monitor0"
        VendorName   "TCL"
        ModelName    "TCL ML56"
        HorizSync    30.0 - 60.0
        VertRefresh  50.0 - 75.0
        Option            "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                   # [<bool>]
        #Option     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        #Option     "ShowCache"                  # [<bool>]
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "UseFBDev"                   # [<bool>]
        #Option     "Rotate"                     # [<str>]
        #Option     "VideoKey"                   # <i>
        #Option     "FlatPanel"                  # [<bool>]
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "GeForce2 MX/MX 400"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     8
                Modes    "800x600" "640x480"
        EndSubSection
EndSection
发表于 2002-12-10 22:42:34 | 显示全部楼层
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 75.0
这个太低了些吧,我的是:
HorizSync    30.0 - 61.0
VertRefresh  50.0 - 120.0
你查一下你显示器的说明书,看看应该是多少?
 楼主| 发表于 2002-12-10 22:48:22 | 显示全部楼层
我的是LCD,这是在RH里的参数!
我用上述的文件启动X,它又报错:
Xauth: error while looding shared libraries:libXmuu.so.1:connot open shared object file:No such file or directory.
发表于 2002-12-10 22:56:48 | 显示全部楼层
你是不是Xfree没有装好啊?你的qt也是它的问题吧,现在重装了,和上次的装法是一样的?可能还是有问题,你再看看Xfree的那章。你装freetype了没?xfree要装freetype2的。
 楼主| 发表于 2002-12-10 23:30:31 | 显示全部楼层
多谢提点
发表于 2002-12-10 23:33:25 | 显示全部楼层
还有一个,就是你的LCD可能和我的配置不太一样。我是普通的彩显,你的LCD问题我也不知道,你问问doooom看,他那的硬件多,呵呵,好嫉妒啊。
发表于 2002-12-11 05:04:49 | 显示全部楼层
LCD那么设置应该问题不大,但是如果你觉得屏幕不是很稳定的华,把那个75改成60。
鼠标器那里怎么还是PS/2呢?
你看看前面我那个置顶文章里面有说USB鼠标器。
发表于 2002-12-11 08:07:12 | 显示全部楼层
还有一个,你的nvidia驱动装了没?我是配好了才装的nvidia驱动,而且装的时候还出了点问题,我写过的,在那篇blfs安装里,不知道如果是一开始就装,xfree能不能配置好。
 楼主| 发表于 2002-12-11 08:48:22 | 显示全部楼层

情况仍然

我又重新安装了一遍freetype-2.1.2,安装很顺利,但启动X时情况仍然是那样,我还没有安装显卡的驱动,现在只安装到第九章图形库的所有内容。
呵,我家还有一台阿斯龙800、256MB、GF2的电脑(安装了能与微软同步共进的XP)还没有用上呢?
发表于 2002-12-11 08:52:36 | 显示全部楼层
那我觉得可能是你没有改鼠标,你看看doooom说的,呵呵。我也是光电的鼠标,不过我没有用USB,而是用的PS/2,我觉得USB有点麻烦,懒得配了。你也用插头转成ps/2试试?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表