Hi

Here is the config file I had for RH 7.2. Still had alot of problems with
crashing etc, but this appears to have been APM and the XFree86 4.1. XFree86
4.2 has alot of fixes that seem to work in Suse, so am going to try RH
again.

Important items are display and screen section, font path, modules section,
and the last DRI section. Fonts should have the UNIX:7100 in it. Besure
Option       "IgnoreEDID" "1" is in.

You can probably copy the screen and display sections directly. After you
install the NVIDIA kernel and GLX rpms, besure to run the switch2nvidia
command at the command prompt. I also had to use the
NVIDIA_kernelxxxx.src.rpm with rpm --rebuild. Never did get the supposedly
redhat rpms to work

Hope this helps. Good luck.

By the way, this should be in the XF86Config-4 file.

Art


# File generated by anaconda.

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

Section "Files"

# 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.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# 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.

    FontPath   "unix/:7100"
    FontPath   "/usr/X11R6/lib/fonts/local/"
    FontPath   "/usr/X11R6/lib/fonts/misc/"
    FontPath   "/usr/X11R6/lib/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/fonts/75dpi/"
    Fontpath   "/usr/X11R6/lib/fonts/100dpi/"
EndSection

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

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

#       Option  "AutoRepeat"    "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#       Option  "Protocol"      "Xqueue"

# 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:nocaps"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "us"
        #Option "XkbVariant"    ""
        #Option "XkbOptions"    ""
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   59.0-85.0
        VertRefresh 60
#        Option "dpms"

        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
        Modeline "1400x1050"  129   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 70Hz, 76.8 kHz hsync
        Modeline "1400x1050"  151   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 75Hz, 82.3 kHz hsync
        Modeline "1400x1050"  162   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 85Hz, 93.2 kHz hsync
        Modeline "1400x1050"  184   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

EndSection

Section "Device"
        # no known options
        Identifier   "NVIDIA GeForce 2 Go (generic)"
        Driver       "nvidia"
        VendorName   "NVIDIA GeForce 2 Go (generic)"
        BoardName     "NVIDIA GeForce 2 Go (generic)"

        #BusID          "PCI:01:00:0"
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "NVIDIA GeForce 2 Go (generic)"
        Monitor      "Monitor0"
        DefaultDepth    24
        Option       "IgnoreEDID" "1"
        Subsection "Display"
                Depth       24
                Modes       "1600x1200" "1400x1050" "1024x765" "800x600"
        EndSubsection
        Subsection "Display"
                Depth   32
                Modes   "1600x1200" "1400x1050" "1024x768" "800x600"
        EndSubsection
EndSection

Section "DRI"
        Mode 0666
EndSection


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of James Taylor
Sent: Saturday, February 02, 2002 8:37 AM
To: [EMAIL PROTECTED]
Subject: [Newbie]Dell Laptop with Nvidia Geforce2 Go chip and 15: SVGA+
LCD


Lo:

I installed RH7.1 on my Dell 8000 (!GHz, 256MB RAM, Nvidia GeforceGO laptop
chip, and 15" SVGA+ LCD).  All well.

I updated the nvidia rpm driver from nvidia.com using rpm -Uvh...  .   All
well.

I startx and DOH!  I get a no screen/monitor error.

I know I can edit the /etc/X11/XF86Config, but I don't know what info to
put for the Geforce2Go chip or the Dell 15" SVGA+ LCD..

Any suggestions?  Anyone got x working on a similarly configured Dell 8000?

THanks,

James

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie


_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to