Ce bizar, dmesg are un mesaj care indica faptul ca modelul tau de chipset intel n-ar fi suportat de driver :
[ 0.455609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.455709] intel_idle: MWAIT substates: 0x2220
[ 0.455711] intel_idle: does not run on family 6 model 23
Totusi, n-as asocia asta cu ce zici ca patesti.
Nomodeset nu e adaugat ca parametru la kernel (cat / proc/cmdline nu-l indica prezent)
$ sudo nano /etc/default/grub
in loc de GRUB_CMDLINE_LINUX="" pune GRUB_CMDLINE_LINUX="nomodeset" si salveaza
$ sudo update-grub
reboot
$ sudo cat /proc/cmdline
trebuie sa indice nomodeset "root=UUID=71a31fd0-e6a9-43a7-bf95-514f6951c3de ro quiet splash vt.handoff=7 nomodeset"
(nomodeset
The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded. )
Doru