On Mon Jun 02, 2003 at 09:38:18PM +0000 or thereabouts, --[ UxBoD ]-- wrote:
> Why didn't you use the one in portage? what changes did you make in your
> XF86Config file?
> -- 
> 
> --[ UxBoD ]-- 
> GPGKID [402E340E] [182C F930 C7E4 CA70 A202  9A82 82AC B1EA 402E 340E]
> gpg --keyserver wwwkeys.pgp.net --recv-keys 402E340E
> 
> 
I chose to use the driver from the nvidia site because it is the latest driver and it 
does install quite easily. There is one file and the install, IMO, is much easier than 
the portage and it is not the latest version of the driver. I'll send along my 
XF86Config file for you.


-- 
Regards,
Mike
[EMAIL PROTECTED]
"Don't Fear The Penguin."
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen        "Screen0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "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/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/truetype/"
        FontPath     "/usr/X11R6/lib/X11/fonts/truetype2/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "keyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "us"
        Option "XkbVariant" ""
        Option "XkbOptions" ""
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "3"
EndSection

Section "Monitor"
        Identifier   "Samsung"
        VendorName   "SAM"
        ModelName    "SyncMaster"
#       HorizSync    30.0 - 96.0
  HorizSync    31.5 - 64.3
#       VertRefresh  47.0 - 160.0
  VertRefresh 50-100
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      "NVAGP" "1"
        #Option     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # [<bool>]
        #Option     "BlueLine"                  # [<bool>]
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        Option     "HWcursor" "1"               # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NvAGP"                     # <i>
        #Option     "PixmapCacheLines"          # <i>
        Option     "IgnoreEDID"  "1"            # [<bool>]
        Option     "NoDDC" "1"                  # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "NoRenderAccel"             # [<bool>]
        Option     "CursorShadow"               # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        Option     "__GL_FSAA_MODE" "3"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVidia"
        BoardName   "Hercules Prophed3D MX"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        DefaultDepth 24
        Monitor    "Samsung"
        SubSection "Display"
                Depth     1
                Modes "1600x1200" "1400x100" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                 Depth     16
                Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to