From Fedora Project Wiki

(update ram requirement)
(add nomodeset instructions)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=A complete installation using the vesa driver for installation. Note that graphical install requires 768MB RAM (as of Fedora 16; will likely decrease for Fedora 17).
|description=A complete installation using the vesa driver for installation.
|actions=
|actions=
# Boot the installer using any available means (DVD, netinst/boot.iso, Live or PXE)   
# Boot the installer using any available means (DVD, netinst/boot.iso, Live or PXE)   
Line 8: Line 8:
<ol>
<ol>
<li> The installer boot screen displays the option ''Troubleshooting -> Install Fedora in basic graphics mode''
<li> The installer boot screen displays the option ''Troubleshooting -> Install Fedora in basic graphics mode''
<li> The graphical installer displays properly and uses the vesa driver.  Confirm vesa driver usage by inspecting {{filename|/var/log/Xorg.0.log}}, {{filename|/tmp/X.log}} or {{filename|/var/log/anaconda/anaconda.xlog}}.  You should see output similar to the following:
<li> The graphical installer displays properly and uses the vesa driver.  Confirm vesa driver usage by inspecting {{filename|/var/log/Xorg.0.log}}, {{filename|/tmp/X.log}}.  You should see output similar to the following:
<pre>
<pre>
[    71.321] (II) VESA(0): initializing int10
[    71.321] (II) VESA(0): initializing int10
Line 21: Line 21:
[    71.326] (II) VESA(0): VESA VBE OEM Product Rev: 1.0</pre>
[    71.326] (II) VESA(0): VESA VBE OEM Product Rev: 1.0</pre>
<li> The installed system should contain a {{filename|/etc/X11/xorg.conf}} or {{filename|/etc/X11/xorg.conf.d/XX-somename.conf}} file which specifies the vesa driver in the Device section
<li> The installed system should contain a {{filename|/etc/X11/xorg.conf}} or {{filename|/etc/X11/xorg.conf.d/XX-somename.conf}} file which specifies the vesa driver in the Device section
<li> The installed system should contain '''nomodeset''' keyword specified in the kernel boot line. You can check by inspecting {{filename|/proc/cmdline}} and {{filename|/boot/grub2/grub.cfg}}.
<li> When X starts on the installed system, it should be using the ''vesa'' driver.  Confirm by checking {{filename|/var/log/Xorg.0.log}} for similar output to the above from the installer
<li> When X starts on the installed system, it should be using the ''vesa'' driver.  Confirm by checking {{filename|/var/log/Xorg.0.log}} for similar output to the above from the installer
</ol>
</ol>

Revision as of 11:01, 18 September 2012

Description

A complete installation using the vesa driver for installation.


How to test

  1. Boot the installer using any available means (DVD, netinst/boot.iso, Live or PXE)
  2. At the initial screen, select Troubleshooting -> Install Fedora in basic graphics mode
  3. Proceed with normal installation

Expected Results

  1. The installer boot screen displays the option Troubleshooting -> Install Fedora in basic graphics mode
  2. The graphical installer displays properly and uses the vesa driver. Confirm vesa driver usage by inspecting /var/log/Xorg.0.log, /tmp/X.log. You should see output similar to the following:
    [    71.321] (II) VESA(0): initializing int10
    [    71.325] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [    71.326] (II) VESA(0): VESA BIOS detected
    [    71.326] (II) VESA(0): VESA VBE Version 2.0
    [    71.326] (II) VESA(0): VESA VBE Total Mem: 4096 kB
    [    71.326] (II) VESA(0): VESA VBE OEM: VGABIOS Cirrus extension
    [    71.326] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [    71.326] (II) VESA(0): VESA VBE OEM Vendor: VGABIOS Cirrus extension
    [    71.326] (II) VESA(0): VESA VBE OEM Product: VGABIOS Cirrus extension
    [    71.326] (II) VESA(0): VESA VBE OEM Product Rev: 1.0
  3. The installed system should contain a /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/XX-somename.conf file which specifies the vesa driver in the Device section
  4. The installed system should contain nomodeset keyword specified in the kernel boot line. You can check by inspecting /proc/cmdline and /boot/grub2/grub.cfg.
  5. When X starts on the installed system, it should be using the vesa driver. Confirm by checking /var/log/Xorg.0.log for similar output to the above from the installer