Basic drivers, installation and regular session

Isaac Cortés González w.isaac.cortes at gmail.com
Wed Jun 10 21:35:50 UTC 2015


>> OK, right then. What would you change in those files in order to use a
>> gfx intel?
>
> First test if removing nomodeset will work:
> - At the boot loader screen press "e" to start editing the kernel cmdline
> - Go to the line that starts with "linux" and remove nomodeset
> - Press F10 to boot
>
> if everything works and the graphical server starts then you can
> proceed with making the change permanent:
> - As root Edit /etc/default/grub, remove nomodeset from the
> GRUB_CMDLINE_LINUX= line
> - As root generate a new grub.cfg:
> grub2-mkconfig -o /boot/grub2/grub.cfg
>
> if this is a UEFI system use this command instead:
> grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
>
> that's it; good luck.

Thanks, it worked. BTW, is this clarified in the wiki? I haven't
checked it; but it should be it.

        -Isaac C.


More information about the users mailing list