You are not logged in.

#1 2008-09-15 16:49:37

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

[solved] After update, nvidia-71xx isn't working anymore

I updated with pacman -Syu yesterday and everything went fine. But today, after a reboot, X won't start. It gives a message about the nvidia module being incapable of sync with kernel interrupts, or something like that.

I'm running the latest vanilla kernel, 2.6.26.5 and the latest 71xx module from nvidia.

These are the packages I installed yesterday:

pacman.log

[2008-09-14 11:57] synchronizing package lists
[2008-09-14 11:57] starting full system upgrade
[2008-09-14 11:58] upgraded pcre (7.7-2 -> 7.8-1)
[2008-09-14 11:58] upgraded glib2 (2.16.5-1 -> 2.18.0-1)
[2008-09-14 11:58] upgraded inputproto (1.4.3-1 -> 1.4.4-1)
[2008-09-14 11:58] upgraded libdrm (2.3.0-1 -> 2.3.1-1)
[2008-09-14 11:58] upgraded libtool (2.2.4-1 -> 2.2.6a-1)
[2008-09-14 11:58] upgraded libxau (1.0.3-1 -> 1.0.4-1)
[2008-09-14 11:58] upgraded xcb-proto (1.1-1 -> 1.2-1)
[2008-09-14 11:58] upgraded libxcb (1.1-1 -> 1.1.90.1-1)
[2008-09-14 11:58] upgraded libx11 (1.1.4-2 -> 1.1.5-1)

And this is my xorg.conf (how it was, actually, because I'm using vesa to post this).

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
#    Option         "AIGLX" "true"
EndSection

#Section "DRI"
#    Group 0
#    Mode 0666
#EndSection


Section "Files"
#    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/etc/fonts"
    FontPath     "/usr/local/share/fonts"
EndSection

Section "Module"
    Load  "glx"
#    Load  "extmod"
#    Load  "record"
#    Load  "dri"
    Load  "dbe"
#    Load  "xtrap"
#    Load  "type1"
    Load  "freetype"
    SubSection "extmod"
        Option     "omit xfree86-dga"
    EndSubSection

EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"        "xorg"
    Option      "XkbModel"        "abnt2"
    Option      "XkbLayout"       "br"
    Option      "XkbVariant"      "abnt2"

EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
    Option      "Emulate3Buttons"
    Option      "Emulate3Timeout" "50"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    HorizSync    31.5-48.5
    VertRefresh  50-60
    Option       "DPI"   "96 x 96"
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     "DigitalVibrance"        # <i>
        #Option     "NoFlip"                 # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "NoLogo"                 # [<bool>]
        #Option     "UBB"                    # [<bool>]
        #Option     "Stereo"                 # <i>
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "NvAGP"                  # <i>
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ConnectedMonitor"       # <str>
        #Option     "ConnectedMonitors"      # <str>
        #Option     "TVStandard"             # <str>
        #Option     "TVOutFormat"            # <str>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "CursorShadow"           # [<bool>]
        #Option     "CursorShadowAlpha"      # <i>
        #Option     "CursorShadowXOffset"     # <i>
        #Option     "CursorShadowYOffset"     # <i>
        #Option     "UseEdidFreqs"           # [<bool>]
        #Option     "FlatPanelProperties"     # <str>
        #Option     "TwinView"               # [<bool>]
        #Option     "TwinViewOrientation"     # <str>
        #Option     "SecondMonitorHorizSync"     # <str>
        #Option     "SecondMonitorVertRefresh"     # <str>
        #Option     "MetaModes"              # <str>
        #Option     "UseInt10Module"         # [<bool>]
        #Option     "NoTwinViewXineramaInfo"     # [<bool>]
        #Option     "NoRenderExtension"      # [<bool>]
        #Option     "Overlay"                # [<bool>]
        #Option     "CIOverlay"              # [<bool>]
        #Option     "ForceEmulatedOverlay"     # [<bool>]
        #Option     "TransparentIndex"       # <i>
        #Option     "OverlayDefaultVisual"     # [<bool>]
        #Option     "NvEmulate"              # <i>
        #Option     "NoBandWidthTest"        # [<bool>]
        #Option     "CustomEDID-CRT-0"       # <str>
        #Option     "CustomEDID-CRT-1"       # <str>
        #Option     "CustomEDID-DFP-0"       # <str>
        #Option     "CustomEDID-DFP-1"       # <str>
        #Option     "CustomEDID-TV-0"        # <str>
        #Option     "CustomEDID-TV-1"        # <str>
        #Option     "TVOverScan"             # <f>
        #Option     "IgnoreDisplayDevices"     # <str>
        #Option     "MultisampleCompatibility"     # [<bool>]
        #Option     "RegistryDwords"         # <str>
        #Option     "RegistryBinary"         # <str>
        #Option     "NoPowerConnectorCheck"     # [<bool>]
        #Option     "AllowDFPStereo"         # [<bool>]
        #Option     "XvMCUsesTextures"       # [<bool>]
        #Option     "HorizSync"              # <str>
        #Option     "VertRefresh"            # <str>
        #Option     "AllowGLXWithComposite"     # [<bool>]
        #Option     "RandRRotation"          # [<bool>]
        #Option     "ExactModeTimingsDVI"     # [<bool>]
        #Option     "LoadKernelModule"       # [<bool>]
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
#    BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
#    BusID       "PCI:1:11:0"
    Option        "TripleBuffer"    "True"
    Option        "NoLogo"          "True"
#    Option "DRI" "true"
#    Option "XAANoOffscreenPixmaps" "true"
    
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth  24

    Subsection "Display"
        Depth   8
        Modes   "1024x768"  "800x600"
        ViewPort  0 0
    EndSubsection
    Subsection "Display"
        Depth    16
        Modes    "1024x768"  "800x600"
        ViewPort  0 0
    EndSubsection
    Subsection "Display"
        Depth    24
        Modes    "1024x768"  "800x600"
        ViewPort  0 0
    EndSubsection

    Option    "RenderAccel"    "true"

    Option   "AllowGLXWithComposite"    "true"
    Option   "AddARGBGLXVisuals"        "true"
    Option   "DisableGLXRootCliping"    "true"
EndSection

Section "Extensions"
    Option        "Composite"   "Enable"
EndSection

Last edited by andre.ramaciotti (2008-09-17 17:01:24)


(lambda ())

Offline

#2 2008-09-17 16:53:52

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: [solved] After update, nvidia-71xx isn't working anymore

Oh, never mind. There was a mistake in my .xinitrc, it was missing a & after a command.

Problem solved! big_smile

Last edited by andre.ramaciotti (2008-09-17 17:00:57)


(lambda ())

Offline

Board footer

Powered by FluxBB