21 lines
532 B
Xorg
21 lines
532 B
Xorg
|
Section "Monitor"
|
||
|
Identifier "Builtin Default Monitor"
|
||
|
EndSection
|
||
|
|
||
|
Section "Device"
|
||
|
Identifier "Builtin Default fbdev Device 0"
|
||
|
Driver "modesetting"
|
||
|
EndSection
|
||
|
|
||
|
Section "Screen"
|
||
|
Identifier "Builtin Default fbdev Screen 0"
|
||
|
DefaultDepth 16
|
||
|
Device "Builtin Default fbdev Device 0"
|
||
|
Monitor "Builtin Default Monitor"
|
||
|
EndSection
|
||
|
|
||
|
Section "ServerLayout"
|
||
|
Identifier "Builtin Default Layout"
|
||
|
Screen "Builtin Default fbdev Screen 0"
|
||
|
EndSection
|