jin_liu 发表于 2003-10-20 22:36:00

我的Magic1.2p're4X问题

进不了X,显卡是NVIDIA RIVA TNT2的,谁可以帮忙贴出一个X配置文件??

谢谢!

songlifen 发表于 2003-10-20 22:41:43

我也是TNT2的
#XF86Config-4 File (未装nvidia驱动前,如果你装了驱动请安驱动说明作相应改动)
# XFree86 4.2.0 configuration generated by Xconfigurator 4.20

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# interactive performance

Section "Files"
        FontPath "/usr/fonts/truetype/"
        FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load"dbe"                # Double-buffering
        Load"GLcore"                # OpenGL support
        Load"dri"                # Direct rendering infrastructure
        Load"glx"                # OpenGL X protocol interface
        Load"extmod"                # Misc. required extensions
        Load"v4l"                # Video4Linux
        # Load"record"        # X event recorder
        # You only need the following two modules if you do not use xfs.
        Load"xtt"       # TrueType font handler
        Load"type1"                # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout"        "us"
EndSection

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

Section "Monitor"
        Identifier "CustomConfiguration"
        VendorName "Unknown"
        ModelName"Unknown"
        HorizSync 30-70
        VertRefresh 50-150
        Option "dpms"
EndSection

Section "Device"
        Identifier "RIVA TNT2"
        Driver "nv"
        BoardName "Unknown"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "RIVA TNT2"
        Monitor "CustomConfiguration"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

jin_liu 发表于 2003-10-20 22:59:24

Thank you!

樱家冢 发表于 2003-10-21 19:49:12

songlifen, 你的driver段怎么是fbdev,不是nv呢?难道nv驱动仅仅适用于geforce 256之后的显卡?

easthero1982 发表于 2003-10-23 16:21:46


songlifen, 你的driver段怎么是fbdev,不是nv呢?难道nv驱动仅仅适用于geforce 256之后的显卡?

肯定不是,我的tnt2显卡就可以
页: [1]
查看完整版本: 我的Magic1.2p're4X问题