Comment 3 for bug 337019

Revision history for this message
Jose Hevia (jose-francisco-hevia) wrote : Re: screen goes black after upgrading to kernel 2.6.27-13-generic

Same problem here, I'm writing this with:

uname -a
Linux *** 2.6.27-12-generic #1 SMP Thu Feb 5 09:26:35 UTC 2009 i686 GNU/Linux

Because when trying the new update 2.6.27-13 screen goes black once it has booted everything.

My computer is an Acer 5610 with nvidia 7300 Go graphic card and Driver "nvidia" on xorg.conf:
Section "Device"

Section "Monitor"
  Identifier "Configured Monitor"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Monitor "Configured Monitor"
  Device "Configured Video Device"
######### Option "RandRRotation"
  DefaultDepth 24
EndSection

Section "Module"
  Load "glx"
  Disable "dri2"
EndSection

  Identifier "Configured Video Device"
  Driver "nvidia"
  Option "NoLogo" "True"
  Option "Rotate" "CCW"
EndSection