mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
10 lines
302 B
Plaintext
Executable File
10 lines
302 B
Plaintext
Executable File
Section "Device"
|
|
Identifier "Default Device"
|
|
Driver "modesetting"
|
|
Option "AccelMethod" "none" ### "glamor" to enable 3D acceleration, "none" to disable.
|
|
EndSection
|
|
Section "ServerFlags"
|
|
Option "AutoAddGPU" "off"
|
|
Option "Debug" "dmabuf_capable"
|
|
EndSection
|