I have a Dell Inspiron 1420 and the display is fuzzy at 1440x900. This is the natural resolution for this display, and it is crisp and clear in Ubuntu at that resolution. In Unbuntu, the xorg.conf contains: Section "Device" Identifier "Generic Video Card" Driver "i810" BusID "PCI:0:2:0" EndSection In Fedora, the driver is intel. Changing it to i810 makes X not start up properly with the following error: (II) Primary Device is: PCI 00:02:0 (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (EE) No devices detected. lspci yields the following: 00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c) Which doesn't give many clues, but the card is an "Intel Graphics Media Accelerator X3100". I've checked the sub-pixel hinting (in kcontrol), and set it to the same a Ubuntu, but that hasn't made any impact. Any suggestions?