OK. Sorry about the ranting in my previous post, just that that scenario happened to me almost evertime I updated the kernel.... lol.
1) Is it an LCD panel or is XServer setup wrong?
Quote:
|
ModelName "LCD Panel 1600x1200"
|
2) What resolution were you using before updating the kernel? cause now it's defaulting to 24-bitx1600x1200. Did you try to take the monitor to a lower resolution under gnome? Try 800x600 just to see if it works, then work your way up the available resolutions one by one.
Quote:
DefaultDepth 24
.
.
.
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
|
3) Finally, if you still have the old kernel installed, boot into it and do a:
Code:
#lsmod > /home/USERNAME/old.modules
Then boot into the new kernel and do the same:
Code:
#lsmod > /home/USERNAME/new.modules
And post the results of:
Code:
#diff /home/USERNAME/old.modules /home/USERNAME/new.modules