Hi all,
I've installed F11 on a new Eee PC 1101, which has a very nice 11.6" screen. Unfortunately, this netbook uses the Intel GMA 500 videochipset, which has had iffy support under Linux, but hopefully this may change soon, see:
Is An Open-Source Poulsbo Driver Coming?.
Three questions:
1.) I've installed AdamW's xorg-x11-drv-psb package and dependencies from the RPMFusion repo. It installs a kmod for the 2.6.30.9-90 kernel. When I boot this kernel, the boot process appears to go without a hitch until around the time "Welcome to Fedora" and "Starting UDEV..." is displayed. The screen flickers then blanks out. X appears to start, and I can subsequently ssh into the Eee and see everything is running. But the display remains blank. FWIW, here is the autogenerated xorg.conf:
Code:
$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "psb"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
If I boot the 2.6.29.4-167 kernel, it complains about not finding a pbs kmod but boot fine and the display comes up. Any thoughts about why the display is blanking with the pbs driver?
2.) The highest resolution the vesa driver offers is 800x600, while the screen is rated at 1366x768. I tried adding this section to xorg.conf:
Code:
Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1366x768"
EndSubSection
EndSection
X starts OK, but resolution is still 800x600. Am I missing something here?
3.) On the Fedora Wiki I added an subentry to the the Eee PC page:
Eee PC#Eee PC 1101 Series. As I indicated there, several of the Fn key combinations don't work, such as screen brightness, and the WiFi doesn't come back on after Suspend. Under which packages should I file bug reports?
Thanks.