
Originally Posted by
VeGeTa-X
ok kool can you let me know how to disable the passing of the nomodeset as a kernel option? Thx for your help
this was pissing me off for quite some time;
same thing, 9.04 works good; 910 freezes nomatter what the power management settings are.
my laptop is a dell latitude d505
anyway i'm not sure this is the most elegant way to add this setting but essentially all you do is
Code:
sudo nano /boot/grub/menu.lst
your looking for the first uncommented "kernel" line
at this point mine looks like this:
Code:
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=b9ad83fd-77c0-4834-bdcb-29d632f38e47 ro quiet splash
appened nomodeset as follows:
Code:
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=b9ad83fd-77c0-4834-bdcb-29d632f38e47 ro quiet splash nomodeset
save,reboot,and you are good
(don't copy and paste my example; uuid is somewhat unique)
this likely doesn't stick through kernel upgrades. also, this setting relates to the new intel graphics stack i assume - and as such i don't knoww hat the true ramifications of this setting might be yet, does anyone have a good link for detail on exactly what nomodeset does? thus far i've not found good clear info.
Bookmarks