Initial commit.
This commit is contained in:
1
X11/fontpath.d/xorg-x11-fonts-100dpi:unscaled:pri=30
Symbolic link
1
X11/fontpath.d/xorg-x11-fonts-100dpi:unscaled:pri=30
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/X11/fonts/100dpi
|
||||
1
X11/fontpath.d/xorg-x11-fonts-Type1
Symbolic link
1
X11/fontpath.d/xorg-x11-fonts-Type1
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/X11/fonts/Type1
|
||||
14
X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
Executable file
14
X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$QT_XCB_FORCE_SOFTWARE_OPENGL" ]; then
|
||||
|
||||
QT5_CHECK_OPENGL_VERSION=`LANG=C glxinfo 2> /dev/null | grep '^OpenGL version string: ' | head -n 1 | sed -e 's/^OpenGL version string: \([0-9]\).*$/\1/g'` ||:
|
||||
|
||||
if [ "$QT5_CHECK_OPENGL_VERSION" == "1" ]; then
|
||||
QT_XCB_FORCE_SOFTWARE_OPENGL=1
|
||||
export QT_XCB_FORCE_SOFTWARE_OPENGL
|
||||
fi
|
||||
|
||||
unset QT5_CHECK_OPENGL_VERSION
|
||||
|
||||
fi
|
||||
7
X11/xinit/xinitrc.d/50-systemd-user.sh
Executable file
7
X11/xinit/xinitrc.d/50-systemd-user.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
systemctl --user import-environment DISPLAY XAUTHORITY
|
||||
|
||||
if command -v dbus-update-activation-environment >/dev/null 2>&1; then
|
||||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||
fi
|
||||
Reference in New Issue
Block a user