Re: Xorg on AMD geode LX800
Harald Haspl wrote:[color=blue]
> has anyone accomplished to run the xorg X-server on the AMD embedded lx800
> board (geode processor) with a resolution of 320x240 pixel?[/color]
I finally got it running.
But it works only with one specific configuration:
Color depth: 16, Mode 320x480, Virtual resolution 800x600.
and the option "ShadowFB" enabled.
It is very strange: if I change any of those settings (color depth, mode),
the screen gets distorted.
If I drop the option "ShadowFB", artefacts of windows are left on the screen
when I move a window.
And another nasty fact is that the X-server uses 100% of my CPU time. Do you
know how the acceleration works for that chip?
Section "Device"
Identifier "AMD LX800 onboard video card"
Driver "amd"
BusID "PCI:0:1:1"
Option "FlatPanel"
Option "NoCrtEnable"
# Option "FPDestGeom" "320x240"
Option "Accel"
Option "ShadowFB"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "AMD LX800 onboard video card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "320x480"
Virtual 800 600
EndSubSection
EndSection
best regards,
Harald