mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-13 02:38:55 +01:00
Merge pull request #19 from cuu/master
add xorg configs,change xinit logic,add Pcsx as submodule,add gpu driver switch
This commit is contained in:
commit
155b3985eb
11
.cpirc
11
.cpirc
@ -1,12 +1,19 @@
|
||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||
|
||||
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
|
||||
if [ -f ~/.lima ]
|
||||
then
|
||||
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
|
||||
fi
|
||||
|
||||
if [ -f /tmp/autologin ]
|
||||
then
|
||||
rm -f /tmp/autologin
|
||||
mpd ~/.mpd.conf
|
||||
if [[ $SCREEN =~ .*320.* ]]
|
||||
then
|
||||
startx /home/cpi/launchergo/.xinitrc -- -nocursor > /tmp/x.log 2>&1
|
||||
startx /home/cpi/launchergo/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1
|
||||
else
|
||||
startx /home/cpi/launchergo/.xinitrc hdmi > /tmp/x.log 2>&1
|
||||
startx /home/cpi/launchergo/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "Menu/GameShell/20_Retro Games/Pcsx"]
|
||||
path = Menu/GameShell/20_Retro Games/Pcsx
|
||||
url = https://github.com/cuu/Pcsx.git
|
||||
6
.xinitrc
6
.xinitrc
@ -5,13 +5,15 @@ hdmi )
|
||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
||||
exec ~/launchergo/load.sh &
|
||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||
exec /usr/bin/twm -f ~/launchergo/.twmrc
|
||||
# exec /usr/bin/twm -f ~/launchergo/.twmrc
|
||||
exec ~/launchergo/dwm-mod
|
||||
;;
|
||||
gameshell )
|
||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
||||
exec ~/launchergo/load.sh &
|
||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||
exec awesome -c ~/launchergo/awesome/rc.lua
|
||||
# exec awesome -c ~/launchergo/awesome/rc.lua
|
||||
exec ~/launchergo/dwm-mod
|
||||
;;
|
||||
*)
|
||||
exec $1;;
|
||||
|
||||
7
.xorg.conf
Normal file
7
.xorg.conf
Normal file
@ -0,0 +1,7 @@
|
||||
Section "Device"
|
||||
Identifier "Allwinner A10/A13 FBDEV"
|
||||
Driver "fbturbo"
|
||||
Option "fbdev" "/dev/fb0"
|
||||
|
||||
Option "SwapbuffersWait" "true"
|
||||
EndSection
|
||||
7
.xorg_lima.conf
Normal file
7
.xorg_lima.conf
Normal file
@ -0,0 +1,7 @@
|
||||
Section "Device"
|
||||
Identifier "Allwinner A10/A13 FBDEV"
|
||||
Driver "modesetting"
|
||||
Option "fbdev" "/dev/fb0"
|
||||
|
||||
Option "SwapbuffersWait" "true"
|
||||
EndSection
|
||||
1
Menu/GameShell/20_Retro Games/Pcsx
Submodule
1
Menu/GameShell/20_Retro Games/Pcsx
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c532cedb5387697c633777f37a52e11f95fa3352
|
||||
@ -1 +1,2 @@
|
||||
06286d87e7724c2ff79155db9a8e826b main
|
||||
f767ff5a91748714129ed417e3392c15 main
|
||||
b4681733b228e2976a309efb7902588c dwm-mod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user