LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: hmglll

配置XFREE86出错

[复制链接]
发表于 2002-12-1 19:46:49 | 显示全部楼层
你在chroot环境下是不能配显示的啊,你要在LFS下来配才行的。
 楼主| 发表于 2002-12-5 10:55:04 | 显示全部楼层
配置XF86的时候,使用xf86config老说我的显示模式错误,我是使用下列方式表示:
"800*600" for 16pdd
使用XFree86 -configure配置,它不让我有选择,之后使用测试,但是花屏。
附~/XF86Config.new内容:
Section "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"
        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     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
 楼主| 发表于 2002-12-5 10:59:04 | 显示全部楼层
是否现在还不能配置(我刚安装完图形库)
发表于 2002-12-5 11:21:05 | 显示全部楼层
你的display 后面没内容的么,得加上modes吧
前面还得加设置modeline
发表于 2002-12-5 11:48:39 | 显示全部楼层
我是用最原始的那个来配的:
cd ~
XFree86 -configure
XFree86 -xf86config ~/XF86Config.new
mv ~/XF86Config.new /etc/X11/XF86Config-4
然后就进去了。我也是nvidia的卡,不过很土,是vanta的。
 楼主| 发表于 2002-12-5 11:51:59 | 显示全部楼层

是没有的

这是它自己检测到的原文!
安装gnome-libs-1.4.2时又出现错误,我已经安装了ORBit并按它的要求做了ldconfig:
checking for ESD - version >= 0.2.5... yes
checking for audiofile-config... /usr/bin/audiofile-config
checking for AUDIOFILE - version >= 0.1.5... yes
checking for orbit-config... no
checking for orbit-idl... no
checking for working ORBit environment... no
configure: error: ORBit not installed or installation problem
发表于 2002-12-5 12:04:49 | 显示全部楼层
你和我碰到的问题一样,其实你的ORBit没装好,是出错了的。重装ORBit吧,要改源码的,就是加分号!
发表于 2002-12-5 12:08:02 | 显示全部楼层
好像不太对,我是oaf出的问题,呵呵,你重装一下Orbit看看?
 楼主| 发表于 2002-12-5 12:10:38 | 显示全部楼层

兄弟说清楚些吧

我现在也不是很清醒的了。。。呵呵
那个XF86连测试也过不了,我看了看自己的XF86,部分想用来覆盖之,可行否?
OR*在那加分号?
发表于 2002-12-5 12:11:37 | 显示全部楼层
你怎么测试的?还是在chroot下么?我是重起后测试的,就行了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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