Hide Forgot
Description of problem: I've got new MSI netbook with Intel Atom N2800 and out of the box graphics works only with vesa at 800x600 (while my netbook is capable of 1024x800 or so). lspci reports card as "Intel Corporation Cedarview Intergared Graphics Controller (rev 09)". OS: Fedoda 17 Beta RC3 Kernel version: 3.3.1-3.fc17 It seems this is due to CONFIG_DRM_GMA600 and/or CONFIG_DRM_GMA3600 are missing from kernel config.
Yep, it's running in its native resolution on .local kernel with CONFIG_DRM_GMA600=y and CONFIG_DRM_GMA3600=y. No side effects so far, but I've not tested it for a long time / on another hardware.
(In reply to comment #1) > Yep, it's running in its native resolution on .local kernel with > CONFIG_DRM_GMA600=y and CONFIG_DRM_GMA3600=y. > > No side effects so far, but I've not tested it for a long time / on another > hardware. You probably only need CONFIG_DRM_GMA3600=m set, right?
Yes, according to description is should be enough to have GMA3600. But it's not separate module, it's just adds support to gma500_gfx module, so it's y/n option.
I've enabled this in F17/rawhide now. Will be in the next build.
Thanks. Works good with 3.4.0-0.rc4.git1.1.fc18.x86_64 from rawhide on F17. Suspend/hibernate does not work (screen is bland after wakeup), but this is another bug.
kernel-3.3.4-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/kernel-3.3.4-1.fc17
Package kernel-3.3.4-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-3.3.4-1.fc17' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6898/kernel-3.3.4-1.fc17 then log in and leave karma (feedback).
kernel-3.3.4-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.