initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Start a terminal on the top left corner
|
||||
xterm -geom 80x30+0+0 &
|
||||
|
||||
# OpenGL demo
|
||||
glmark2 &
|
||||
|
||||
exec /usr/bin/openbox-session
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
# Xorg does not implement real dynamic linking and requires that its
|
||||
# modules get loaded in the right order.
|
||||
# https://forums.gentoo.org/viewtopic-p-8245578.html#8245578
|
||||
Section "Module"
|
||||
Load "vgahw"
|
||||
Load "fb"
|
||||
Load "shadowfb"
|
||||
Load "int10"
|
||||
Load "vbe"
|
||||
EndSection
|
||||
@@ -0,0 +1,4 @@
|
||||
# Customize ALSA:
|
||||
# the HDMI PCM is at card=0, device=3 (i.e. hw:0,3)
|
||||
defaults.pcm.card 0
|
||||
defaults.pcm.device 3
|
||||
Reference in New Issue
Block a user