yum install xorg-x11-drv-psbAfter installing the driver, edit the /etc/X11/xorg.conf file. These settings worked on the Dell Mini 10:
Section "Device"
Identifier "Videocard0"
Driver "psb"
Option "IgnoreACPI"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Screen"
Identifier "screen1"
Device "Videocard0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Virtual 1024 600
EndSubsection
EndSectionAfter rebooting the PC the display took a bit longer than usual to load X.
No comments:
Post a Comment