fix dri problem. now works on real hardware

This commit is contained in:
metamuffin 2024-11-07 02:19:41 +01:00
parent 15fdf1163d
commit 4a5387acac
No known key found for this signature in database
GPG key ID: 718F9749DCDBD654
5 changed files with 6 additions and 2 deletions

View file

@ -2,5 +2,5 @@ NAME="Abrechenbarkeit System Distribution"
PRETTY_NAME="Abrechenbarkeit System Distribution"
ID=abrechenbarkeit
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
ANSI_COLOR="38;2;230;0;255"
HOME_URL="https://codeberg.org/metamuffin/abrechenbarkeit"

View file

@ -7,6 +7,8 @@ Wants=dbus.socket systemd-logind.service
After=dbus.socket systemd-logind.service
Conflicts=getty@%i.service
After=getty@%i.service
After=dev-dri-card1.device
Requires=dev-dri-card1.device
[Service]
Type=simple

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/graphical.target

View file

@ -0,0 +1 @@
SUBSYSTEM=="drm", KERNEL=="card1", TAG+="systemd"

View file

@ -12,7 +12,7 @@ bootmodes=('uefi-ia32.systemd-boot.esp' 'uefi-x64.systemd-boot.esp')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '5')
airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '10')
bootstrap_tarball_compression=(zstd -c -T0 --long -19)
file_permissions=(
["/etc/shadow"]="0:0:400"