i'm after the linux screen saver source code. you know when linux boots it displays a lot of texts :
booting..
/dev/hda1
something like the above, i need the source code. also how to create sursor animation like linux, when it boots?? cursor changes from / to \. know what i mean?? well please post info and available links
Linux Screen Saver Source Code
Page 1 of 113 Replies - 7326 Views - Last Post: 10 July 2005 - 06:37 AM
Replies To: Linux Screen Saver Source Code
#2
Re: Linux Screen Saver Source Code
Posted 27 June 2005 - 07:23 AM
Most of the text that is displayed during bootup in linux can be shown again using the command `dmesg` so you can use that text for it.
If you are looking to make a linux screen saver http://www.jwz.org/xscreensaver/ that is the site where you can download Xscreensaver source
If you are looking to make a linux screen saver http://www.jwz.org/xscreensaver/ that is the site where you can download Xscreensaver source
#3
Re: Linux Screen Saver Source Code
Posted 29 June 2005 - 12:36 AM
Thanks for this, but like Xandros, this one doest not display text messages:
loading...
starting dev/hda1/
i want this one..
Thanks anyway, if you find this one plz post link
loading...
starting dev/hda1/
i want this one..
Thanks anyway, if you find this one plz post link
#4
Re: Linux Screen Saver Source Code
Posted 29 June 2005 - 12:41 AM
opps i'm sorry there!!! i did not notice what you say about "dmesg" what's its function actually, where to uses this command. sorry for spamming, i did not notice.
please reply about what i mentioned..
thanks in advance
please reply about what i mentioned..
thanks in advance
#5
Re: Linux Screen Saver Source Code
Posted 29 June 2005 - 07:30 AM
you use dmesg in a terminal, it will display all that was written to the screen during bootup. You can use the text it generates to create your screensaver
#6
Re: Linux Screen Saver Source Code
Posted 29 June 2005 - 09:19 AM
so other sources for these type of screen savers, which displays texts and make animations??
you know when knoppix boots, it says "autoconfiguring devices" and theres a green progressbar with a cursor rotating @ 360 degrees, how to do this animation?? am sorry if my questions bother you.
you know when knoppix boots, it says "autoconfiguring devices" and theres a green progressbar with a cursor rotating @ 360 degrees, how to do this animation?? am sorry if my questions bother you.
#7
Re: Linux Screen Saver Source Code
Posted 29 June 2005 - 10:41 AM
knoppix accomplishes that animation using the ncurses library. That library is used only in consoles and terminals, so you wouldnt be able to use it as a screen saver, you would have to recreate it with whatever graphics lib you are using to make the screen saver
basically to achive the spinning cursor you write to the same position on the screen these chararcters " | / - \ | / - \ | "
basically to achive the spinning cursor you write to the same position on the screen these chararcters " | / - \ | / - \ | "
#8
Re: Linux Screen Saver Source Code
Posted 03 July 2005 - 04:23 AM
can you post link of linux full source code???
#9
Re: Linux Screen Saver Source Code
Posted 03 July 2005 - 08:57 AM
The link I gave you eariler is the source to xscreensaver, the linux screensaver. The documentation says that in the source code, in the "hacks" folder are demo screensavers you can start coding from.
You should clarify what you are looking for.
The thing knoppix does when it is booting is not a screensaver.
If you want to make a screensaver that imitates that then start with the xscreensaver source.
If there is an xscreensaver module that you are looking for that does text printing and such, say the name of the module, and maybe I can find the source for it.
please clarify
You should clarify what you are looking for.
The thing knoppix does when it is booting is not a screensaver.
If you want to make a screensaver that imitates that then start with the xscreensaver source.
If there is an xscreensaver module that you are looking for that does text printing and such, say the name of the module, and maybe I can find the source for it.
please clarify
#10
Re: Linux Screen Saver Source Code
Posted 04 July 2005 - 09:20 AM
As you are saying: Please clarify,
now i said i need full source of linux itself and not the screen saver!
now i said i need full source of linux itself and not the screen saver!
#11
Re: Linux Screen Saver Source Code
Posted 04 July 2005 - 09:40 AM
Linux is a Kernel, and can be found at kernel.org
#12
Re: Linux Screen Saver Source Code
Posted 08 July 2005 - 12:13 AM
How do i build the binaries using windows??? is there any compiler for windows???
#14
Re: Linux Screen Saver Source Code
Posted 10 July 2005 - 06:37 AM
okay, how to build binaries on linux with gcc??
Page 1 of 1

New Topic/Question
This topic is locked



MultiQuote



|