From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=A complete installation using the vesa driver for installation. Note that graphical install requires 256MB RAM. |actions= # Boot the installer using a...') |
No edit summary |
||
Line 9: | Line 9: | ||
# Graphical anaconda displays properly | # Graphical anaconda displays properly | ||
# When X starts, it should be using the vesa driver (confirm by inspecting /tmp/X.log) | # When X starts, it should be using the vesa driver (confirm by inspecting /tmp/X.log) | ||
# The installed system boots with xdriver=vesa | # The installed system boots with xdriver=vesa (check by running {{command|xdriinfo}}) | ||
}} | }} | ||
[[Category:User Interface]] | [[Category:User Interface]] |
Revision as of 09:00, 29 June 2010
Description
A complete installation using the vesa driver for installation. Note that graphical install requires 256MB RAM.
How to test
- Boot the installer using any available means(boot.iso, CD, DVD, Live or PXE)
- At the initial screen, select the option labelled Install system with basic video driver
- To use the vesa driver during installation from a live image, press Tab key at the initial bootloader screen and add the parameters:
xdriver=vesa nomodeset
- To use the vesa driver during installation from a live image, press Tab key at the initial bootloader screen and add the parameters:
- Proceed with normal installation
Expected Results
- Graphical anaconda displays properly
- When X starts, it should be using the vesa driver (confirm by inspecting /tmp/X.log)
- The installed system boots with xdriver=vesa (check by running
xdriinfo
)