keming 发表于 2003-5-7 12:42:50

关于NVIDIA驱动程序的问题:

我装了显卡的驱动以后就不能进入KDE了(无论是在GNOME还是在KDE中装),必须重新装一次KDE,请问这是驱动的原因还是系统的原因?
系统:Red Hat 9
显卡:GF2 MX200
驱程:NVIDIA_kernel-1.0-4363.tar
      NVIDIA_GLX-1.0-4363.tar

cnhnln 发表于 2003-5-7 20:22:36

编辑XF86Config了吗?

Bluedata 发表于 2003-5-7 21:50:49

肯定没编辑XF86Config! :-)

cnhnln 发表于 2003-5-7 22:41:58

肯定没编辑XF86Config! :-)

非"闲聊居"严禁灌水骗点!!!拉出去,毙了:mrgreen::twisted:

Bluedata 发表于 2003-5-7 22:59:36

我是确定情况嘛!再说一遍:
肯定是没编辑XF86Config!

Dragonfly 发表于 2003-5-8 08:35:59

肯定没编辑XF86Config! :-)

非"闲聊居"严禁灌水骗点!!!拉出去,毙了:mrgreen::twisted:

u are also post water here.
:wink:

keming 发表于 2003-5-8 09:22:59

退出X前没有编辑,是否一定要在退出前编辑呢?不过GNOME就不会有问题。这个问题我这里有好几个人的机都有!

Dragonfly 发表于 2003-5-8 09:25:49

can u post u xfree86log here?

keming 发表于 2003-5-8 12:43:34

安装驱动,编辑XF86Config后,GNOME是很正常的,登陆的时候也有NVIDIA的画面出现,就是不能进入KDE。

keming 发表于 2003-5-8 19:14:37

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier   "Default Layout"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

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

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier"DevInputMice"
        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    "Samsung SyncMaster 550b"
        DisplaySize280        210
        HorizSync    30.0 - 70.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
        VideoRam    32768
EndSection

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

Section "DRI"
        Group      0
        Mode         0666
EndSection

keming 发表于 2003-5-8 19:15:56

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier   "Default Layout"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

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

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier"DevInputMice"
        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    "Samsung SyncMaster 550b"
        DisplaySize280        210
        HorizSync    30.0 - 70.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
        VideoRam    32768
EndSection

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

Section "DRI"
        Group      0
        Mode         0666
EndSection

Dragonfly 发表于 2003-5-8 21:45:24

sorry, i mean the log, not u config file. the log file can be found in /var/log/

cnhnln 发表于 2003-5-8 23:01:14

肯定没编辑XF86Config! :-)

非"闲聊居"严禁灌水骗点!!!拉出去,毙了:mrgreen::twisted:

u are also post water here.
:wink:
:mrgreen:


恭喜Bluedata荣升斑竹。看来我不再这几天 “闲聊居”一定发生了不少事呀

Dragonfly 发表于 2003-5-8 23:24:40

this is part of my xfree86cfg, check that extmod part
Section "Module"
    Load      "dbe"   # Double buffer extension
      SubSection "extmod"
                Option "omit xfree86-dga"
      EndSubSection
    Load      "bitmap"
#    Load       "extmod"
    Load      "type1"
    Load      "freetype"
    Load      "glx"
    Load      "ddc"
#    Load       "dri"
    Load      "int10"
    Load      "record"
    Load      "speedo"
    Load      "vbe"
EndSection

zrenyi 发表于 2003-5-9 19:43:54

你用的init 3方式,改为init 5后重起即可.
页: [1] 2
查看完整版本: 关于NVIDIA驱动程序的问题: