624c965b41
Use the new mesa-freedreno package. Configure inittab to start a terminal on ttyMSM0 (serial). Remove fbdev from xorg.conf and set SWCursor on. Based on patches from Brian Masney.
22 lines
347 B
Xorg
22 lines
347 B
Xorg
Section "ServerLayout"
|
|
Identifier "Layout0"
|
|
Screen "Screen0"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "Card0"
|
|
Option "SWCursor" "on"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "Screen0"
|
|
Device "Card0"
|
|
DefaultDepth 24
|
|
SubSectionSub "Display"
|
|
Depth 32
|
|
EndSubSection
|
|
EndSection
|
|
|
|
Section "ServerFlags"
|
|
Option "Pixmap" "24"
|
|
EndSection
|