Basic drivers, installation and regular session

Ahmad Samir ahmadsamir3891 at gmail.com
Wed Jun 10 18:49:53 UTC 2015


On 10 June 2015 at 20:14, Isaac Cortés González
<w.isaac.cortes at gmail.com> wrote:
>
> 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.

-- 
Ahmad Samir


More information about the users mailing list