On Jun 29 at 12:39PM-0400, Ernie Schroder wrote:
> Post your XF86Config and output of "grep "(EE)" 
> /var/log/XFree86.0.log"(without opening and closing quotes. note that 
> quotes around (EE) are needed)

thaks :-)

# grep ...


         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) NVIDIA(0): No modes remaining for display device DFP-0
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.


# less /etc/X11/XF86Config

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

    FontPath    "/usr/X11R6/lib/X11/fonts/local/"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/freefonts/"
    FontPath    "/usr/X11R6/lib/X11/fonts/lfp-fix/"
    FontPath    "/usr/X11R6/lib/X11/fonts/lfp-var/"
    FontPath    "/usr/X11R6/lib/X11/fonts/sharefont/"
    FontPath    "/usr/X11R6/lib/X11/fonts/truetype/"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath    "/usr/X11R6/lib/X11/fonts/util/"

EndSection

Section "Module"

    Load        "dbe"

    Load        "type1"
    Load        "freetype"

    Load        "bitmap"
    Load        "int10"
    Load        "vbe"
    Load        "glx"
    Load        "dri"
    #Load       "GLcore"
    Load        "speedo"
    Load        "extmod"
    #Load       "ddc"

EndSection

Section "ServerFlags"

    Option      "blank time"    "10"    # 10 minutes

    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"

EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "keyboard"

    Option      "CoreKeyboard"

    Option      "AutoRepeat"    "500 5"

EndSection

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"

    Option      "Device"        "/dev/input/mice"

    Option "Protocol"   "PS/2"

    Option      "Emulate3Buttons"

EndSection

Section "InputDevice"
    Identifier  "Mouse2"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "IMPS/2"
    Option      "ZAxisMapping"  "4 5"
    Option      "Buttons"       "5"
EndSection

Section "Monitor"

    Identifier  "UXGA LC Display"

    Option      "dpms"

EndSection

Section "Device"

    Identifier  "NVidia Geforce 460 go"

    Driver      "nvidia"

    Option      "CursorShadow" "1" 
    Option      "CursorShadowAlpha" "63" 
    Option      "CursorShadowYOffset" "2" 
    Option      "CursorShadowXOffset" "4" 

EndSection

Section "Screen"

    Identifier  "Screen 1"
    Device      "NVidia Geforce 460 go"
    Monitor     "UXGA LC Display"

    DefaultDepth 24

    SubSection "Display"
        Depth           24
        Modes           "1600x1200 1400x1050 1280x768 1024x768 800x600 640x480"
    EndSubsection

EndSection

Section "ServerLayout"

    Identifier  "Main Layout"

    Screen      "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

--
[EMAIL PROTECTED] mailing list

Reply via email to