From Fedora Project Wiki

Revision as of 03:50, 15 April 2012 by Agajan (talk | contribs)

Update - April 14, 2012. After trying F17 for a bit, I recently reinstalled F16 on my Dell Inspiron Mini 12 netbook. F16 has had version 3.3 kernels for almost a month now. (The kernel version 3.3 has finally merged the gma500 driver. It is no longer in the staging area.) The build currently running on my netbook is kernel-3.3.1-3.fc16.i686. It seems to be working well except for suspend.

Once again, the procedure for using this driver is to install Fedora 16 and then run "yum update" to get the latest kernel. After that, you should be able to reboot to the latest kernel and it should work.

For the first time, I installed using the XFCE Live iso instead of the DVD iso. (I have been writing these ISO files to a flash drive.) After booting the Live iso, I had to press C-A-F2 to get to a command prompt. After logging in as liveuser, I was able to do the Live installation in text mode with the liveinst command. Once the installation was complete, I could reboot from the internal drive, log in as root, and run "yum update" to get the latest kernel.


February 18, 2012. I just installed the latest F16 updates on my netbook. I quickly discovered that the open source gma500 driver is no longer being built in new kernels. You might want to try the 3.2.2-1.fc16 kernel. (That is the build that works on my netbook.) I haven't yet tested the instructions below on Linux 3.2 kernels, but you might also want to try that.


January 28, 2012. The latest kernel (3.2.2-1.fc16) includes the open source gma500 driver. It is working well on my Dell Inspiron Mini 12. Suspend and resume are also working now. When the login screen appears after booting, I still have to press Ctrl-Alt-Backspace to fix the display resolution.


Using the new open source gma500 driver, I have been able to run Fedora 15 and 16 on a Dell Inspiron Mini 12 netbook with a display resolution of 1280x800. I am using the XFCE Desktop. I haven't tested GNOME 3 with this driver.

To do this, I compiled a custom kernel which enables the gma500 driver and disables some framebuffer drivers. (I'm not sure why this has to be done. Maybe it is because there is no DDX driver for the gma500 kernel module.)

To build a custom kernel, see Building a custom kernel. You do not have to run make menuconfig or apply any patches. However, you should modify the SOURCES/config-generic file. Search for each of these options in the file and modify them to be the same as in the following listing.

CONFIG_DRM_PSB=m
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
# CONFIG_STUB_POULSBO is not set

For the 3.1 kernel, you also need to add three more options to the config-generic file. How you set these depends on what version of the GMA 500 hardware you have.

# CONFIG_DRM_PSB_MRST is not set
# CONFIG_DRM_PSB_MFLD is not set
# CONFIG_DRM_PSB_CDV is not set

When I boot the computer with the custom kernel, the display is not correct at the GDM Login screen. If I press Control-Alt-Backspace, the display becomes correct.

Suspend doesn't work yet for me, but otherwise this driver seems to be working quite well.