25 lines
381 B
Xorg
25 lines
381 B
Xorg
|
Section "ServerLayout"
|
||
|
Identifier "Layout0"
|
||
|
Screen "Screen0"
|
||
|
EndSection
|
||
|
|
||
|
Section "Device"
|
||
|
Identifier "Card0"
|
||
|
Driver "fbdev"
|
||
|
Option "fbdev" "/dev/fb0" #linuxdeploy
|
||
|
EndSection
|
||
|
|
||
|
Section "Screen"
|
||
|
Identifier "Screen0"
|
||
|
Device "Card0"
|
||
|
DefaultDepth 24
|
||
|
SubSectionSub "Display"
|
||
|
Depth 32
|
||
|
EndSubSection
|
||
|
EndSection
|
||
|
|
||
|
Section "ServerFlags"
|
||
|
Option "Pixmap" "24"
|
||
|
EndSection
|
||
|
|