LinuxSir.cn,穿越时空的Linuxsir!

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

xorg配置不对 不能进入X

[复制链接]
发表于 2005-3-30 14:40:40 | 显示全部楼层 |阅读模式
我用的液晶显示器 nv6600
弄了一晚上也没弄好
谁能给贴一个xorg.conf啊
是不是安装nv驱动 只要下面这几步啊
# emerge nvidia-kernel
# emerge nvidia-glx
# emerge nvidia-settings
opengl-update nvidia
modprobe nvidia
发表于 2005-3-30 15:55:18 | 显示全部楼层
echo nvidia >> /etc/modules.autoload.d/kernel-2.6
这一步是必须的
回复 支持 反对

使用道具 举报

发表于 2005-3-30 15:55:25 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-30 16:56:57 | 显示全部楼层
还是不行 自动生成得文件不行 我改过nv了 还是失败 说no screen  昏了
回复 支持 反对

使用道具 举报

发表于 2005-3-30 18:48:25 | 显示全部楼层
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "imps/2"
        Option            "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        #DisplaySize          330   250        # mm
        Identifier   "Monitor0"
        VendorName   "LG"
        ModelName    "Flatron795FT"
        HorizSync    30.0 - 96.0
        VertRefresh  50.0 - 160.0
        Option            "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV20 [GeForce3 Ti 500]"
        BusID       "CI:1:0:0"
        Option "AGPMode" "4"
        Option "AGPFastWrite" "True"
        Option "EnableDepthMoves" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1280x960"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x960"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-31 13:34:17 | 显示全部楼层
还是不行   :!!  
2天了   mdk ml都失败 mdk 我用的10.0的
准备下在一个KNOPPIX_V3.7-2004-12-08-EN.iso看看能不能配置出来
要是还不行只能下在一个新的mdk了
现在提示nvidia模块不存在 lsmod 里面已经有了
是不是dvi接口的原因啊 :beat  :beat  :beat   昏了 :confused:  :confused:
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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