
opensuse simple bootsplash
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
just made a simple bootsplash for SuSE.
I tested it only for a resolution of 1400x1050, but others should work too.
..if not, please tell me.
I used config files from ThinkLinux bootsplash (http://www.kde-look.org/content/show.php?content=26495). Therefore some credit goes to "mmirec". Thank you.
...just unpack to /etc/bootsplash/themes -> edit your /etc/sysconfig/bootsplash to use os_simple instead of SuSE -> and do a mkinitrd
14 years ago
first version
14 years ago
first version
majewsky
13 years ago
Report
tomXx
13 years ago
Report
freeroot
13 years ago
Report
tomXx
13 years ago
thank you very much!! now i`m going to pimp um my suse..... :o)
Report
freeroot
13 years ago
The provider erased my ftp-account. If i don't forget i will re-upload it tomorrow or the day after.
Please be patient
Report
thelinxportal
14 years ago
Report
owdy
14 years ago
Report
owdy
14 years ago
Report
kossak
14 years ago
Report
freeroot
14 years ago
I just tried to download. It worked.
if it still doesn't work, please go there:
http://freeroot.fr.funpic.de/kde-look/
freeroot
Report
drcux
14 years ago
@@ -30,7 +30,7 @@
# name of the picture file (full path recommended)
jpeg=/etc/bootsplash/themes/os_simple/images/bootsplash-1280x1024.jpg
-silentjpeg=/etc/bootsplash/os_simple/ThinkLinux/images/silent-1280x1024.jpg
+silentjpeg=/etc/bootsplash/themes/os_simple/images/silent-1280x1024.jpg
progress_enable=1
@@ -46,4 +46,4 @@
overpaintok=1
-LOGO_CONSOLE=vt
+#LOGO_CONSOLE=vt
Report
freeroot
14 years ago
fixed
Report
Gestahl
14 years ago
It read /etc/bootsplash/os_simple/images/[...],
however, it should be /etc/bootsplash/themes/os_simple/[...].
Report