Ticket #365 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

2.6.22 kernel upgrade breaks nvidia xorg

Reported by: parkland99@… Owned by: free
Priority: normal Milestone:
Component: build Version:
Severity: normal Keywords:
Cc:

Description

Symptom:


Following a dist-upgrade, system does not start X when rebooting - gives error that no valid screens are found.

Environment:


AMD64

Prior to upgrade, I was using the nvidia setting in xorg.conf.

I HAVE BACKPORTS ENABLED, and gmome 2.18 as the desktop.

Workaround:


Use vesa in the short term.

Additional info:


(There is a similar report on the user forum).

Sorry, don't have time to troubleshoot it today.

Change History

in reply to: ↑ description   Changed 16 months ago by parkland99@…

conf file as follows, only change following dist-upgrade is vesa instead of nvidia



Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV44 [GeForce 6200SE TurboCache (TM)]"
        Driver          "vesa"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "HP w22"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV44 [GeForce 6200SE TurboCache (TM)]"
        Monitor         "HP w22"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


in reply to: ↑ description   Changed 16 months ago by parkland99@…

log file from failed reboot:

tux@64studio:~$ tail -25 /var/log/Xorg.0.log.old 
        [36] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [37] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [38] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [39] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [40] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]
        [41] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]
        [42] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [43] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [44] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
tux@64studio:~$ 

  Changed 16 months ago by parkland99@…

  • status changed from new to closed
  • resolution set to fixed

nvidia package was not installed automatically by dist-upgrade

problem solved by installing package manually.

Note: See TracTickets for help on using tickets.