File: Xsetup

package info (click to toggle)
sddm 0.21.0%2Bgit20250502.4fe234b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,072 kB
  • sloc: cpp: 8,509; xml: 513; sh: 464; perl: 114; makefile: 26
file content (7 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
# Xsetup - run as root before the login dialog appears

if [ -e /sbin/prime-offload ]; then
    echo running NVIDIA Prime setup /sbin/prime-offload
    /sbin/prime-offload
fi