LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-22-2008, 06:31 PM   #1
RussellChamp
LQ Newbie
 
Registered: Jul 2008
Posts: 13

Rep: Reputation: 0
Using windows screen savers (using .scr screen saver files)


Hey y'all!
I've been a Linux user for years but just recently I decided to take the plunge and use Ubuntu Linux as my primary OS (with Windows on the side for any games that don't run well in CrossOver Games).

Anyway, one thing I was curious about was whether or not I could get some of my Windows screen savers to work on Linux. Specifically I had been using "Blue Screen", a cute little ss made by SysInternals that emulates various versions of Windows BSODs.

The file comes as a .scr file (like all Windows screen savers). I wanted to know if there was any program that converted .scr files into Linux compatable screen savers. If not, that's still OK as I've now been rocking "Electric Sheep"!

BTW, I'm running Ubuntu Linux 8.10 on a HP DV9000 with an 1.7GHz Intel Centrino Duo processor, 2GB ram, and an nVidia GeForce Go 7600 graphics card.
 
Old 12-22-2008, 07:42 PM   #2
vibinlakshman
Member
 
Registered: Dec 2008
Location: Kerala, India
Distribution: Ubuntu 11.10
Posts: 334

Rep: Reputation: 33
Wink Try after installing wine

few windows applications can be installed in linux thru an application called wine.

google wine +ubuntu
follow it and try ur luck to install favorite screen saver
 
Old 12-22-2008, 08:26 PM   #3
RussellChamp
LQ Newbie
 
Registered: Jul 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vibinlakshman View Post
few windows applications can be installed in linux thru an application called wine.

google wine +ubuntu
follow it and try ur luck to install favorite screen saver
Hmmm... I don't think you quite understand what I'm going for. I have a .scr screen saver file and I want to know if I can convert it to a screen saver file that Linux can use. Yes, while wine can run a lot of Windows applications, I want to use a screen saver.
 
Old 12-22-2008, 09:05 PM   #4
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
He understood perfectly. A .scr file is just a regular PE32 .exe file with a different extension. So, your best bet is wine. Of course, not all will work, just like not all the rest of windows programs work.

Most of them do need the /s flag to run the screensaver portion, otherwise they will launch the config dialog (though some of them need /c for that). So, if you have a screensaver called aquarium in your system32 directory, you would run it like this:

Code:
wine ~/.wine/drive_c/windows/system32/aquarium.scr /s
I think there's some info on winehq, the wiki, etc...
 
Old 12-22-2008, 09:36 PM   #5
RussellChamp
LQ Newbie
 
Registered: Jul 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by i92guboj View Post
He understood perfectly. A .scr file is just a regular PE32 .exe file with a different extension. So, your best bet is wine. Of course, not all will work, just like not all the rest of windows programs work.

Most of them do need the /s flag to run the screensaver portion, otherwise they will launch the config dialog (though some of them need /c for that). So, if you have a screensaver called aquarium in your system32 directory, you would run it like this:

Code:
wine ~/.wine/drive_c/windows/system32/aquarium.scr /s
I think there's some info on winehq, the wiki, etc...
Oh... I see. Well, I was hoping for something that would integrate better into the desktop environment (ie something I could choose from the `Preferences / Screen Saver` tab).
I did try doing what you suggested, but the ss I was working with didn't work. Ah, well... it was worth a try.
 
Old 12-22-2008, 10:58 PM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by RussellChamp View Post
Oh... I see. Well, I was hoping for something that would integrate better into the desktop environment (ie something I could choose from the `Preferences / Screen Saver` tab).
I did try doing what you suggested, but the ss I was working with didn't work. Ah, well... it was worth a try.
I see. Now I understand what you wanted (and it was a natural thing to expect after all ). However, being it a binary program there's no easy way to just convert it to work to linux unless you have the source code (and even then it will require extra work).
 
Old 12-23-2008, 09:16 AM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
You know there is a BSOD screensaver in Linux already right ? No need to transfer one from Windows.

apt-get install xscreensaver-data-extra


http://packages.ubuntu.com/feisty/i3...extra/filelist
Quote:
/usr/lib/xscreensaver/anemone
/usr/lib/xscreensaver/anemotaxis
/usr/lib/xscreensaver/ant
/usr/lib/xscreensaver/apollonian
/usr/lib/xscreensaver/apple2
/usr/lib/xscreensaver/attraction
/usr/lib/xscreensaver/barcode
/usr/lib/xscreensaver/blaster
/usr/lib/xscreensaver/blitspin
/usr/lib/xscreensaver/bouboule
/usr/lib/xscreensaver/boxfit
/usr/lib/xscreensaver/bsod
/usr/lib/xscreensaver/bubbles
/usr/lib/xscreensaver/bumps
/usr/lib/xscreensaver/ccurve
.
.
.
.
etc..
 
Old 12-23-2008, 02:21 PM   #8
RussellChamp
LQ Newbie
 
Registered: Jul 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Well, thanks, guys... Here I thought that something as "simple" as a screensaver would be very module, easy, and portable. I guess I was very mistaken! I did check out the extra screen saver pack. However, that BSOD wasn't quite the same quality that the SysInternals one was. For now, I guess I'll just keep using "Electric Sheep".
Thanks to both of you, once again.

Thread closed. (Unless there's any new info.)
 
  


Reply

Tags
scr, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Screen Savers in Fedora Cottsay Linux - Software 4 08-15-2008 12:00 PM
About X windows on concealed desktops and under screen savers theNbomr Programming 1 06-14-2007 04:21 AM
Where is Screen Saver source files ? R N Ghosh Fedora 0 12-17-2006 09:36 AM
change the background for X windows and set to fill whole screen and set screen saver eatranman Linux - Newbie 2 05-10-2006 08:41 PM
How to turn off screen blanking screen saver in run level 3? Arodef Linux - Software 1 01-04-2005 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration