From Fedora Project Wiki
(variable) |
(improve format a bit) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
# Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a valid file that uses the {{{driver|(DRIVER)}}} driver | # Ensure the {{code|nomodeset}} and {{code|1={{{module|(MODULE)}}}.modeset=0}} kernel parameters are not set in your bootloader configuration | ||
#* You can see your current kernel options by running {{command|cat /proc/cmdline}} | |||
# Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a valid file that uses the ''{{{driver|(DRIVER)}}}'' driver | |||
# Shut your system down entirely, then start it up again | # Shut your system down entirely, then start it up again | ||
# If using a live image to test, ignore the above steps and simply boot the system from the live image with default options |
Latest revision as of 18:42, 2 November 2016
- Ensure the nomodeset and (MODULE).modeset=0 kernel parameters are not set in your bootloader configuration
- You can see your current kernel options by running
cat /proc/cmdline
- You can see your current kernel options by running
- Ensure the file
/etc/X11/xorg.conf
does not exist, or is a valid file that uses the (DRIVER) driver - Shut your system down entirely, then start it up again
- If using a live image to test, ignore the above steps and simply boot the system from the live image with default options