LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-17-2007, 10:37 AM   #1
Adam555
Member
 
Registered: Nov 2003
Distribution: BackTrack2 (based on Slax)
Posts: 43

Rep: Reputation: 15
Compling completed but where is the exe?


I have dl'd a scr save and extracted and compiled successfully - but as a newbie I do not where the resulting exe lives and how to get it listed as a screensaver? Any ideas - I'm using a Slax distro (BackTrack2)
 
Old 05-17-2007, 11:16 AM   #2
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Check the readme (or install) file that probably came with the source. It might have a "make install" option to install it for you. Also note that the .exe ending on files don't exist in Linux and resulting binaries' ending depend on what they are for.

In any case, if your software has a "make install" and that also puts it into the KDE/Gnome etc GUI, you generally don't need to know. The readme file and other docs should tell you all you need.

Good luck.
 
Old 05-17-2007, 11:38 AM   #3
Adam555
Member
 
Registered: Nov 2003
Distribution: BackTrack2 (based on Slax)
Posts: 43

Original Poster
Rep: Reputation: 15
Thank you - I have found the readme and it says

Run ${INSTALL_PREFIX}/rss-glx_install.pl, which will look at your existing
~/.xscreensaver and add any missing entries. You probably want to back that
file up as the script is only lightly tested
${INSTALL_PREFIX} is usually /usr/local/bin or /usr/lib/xscreensaver.


but I haven't got either of the paths

is there like a dir rss*.pl /s command

I remember something about grep!! but that was a long time ago (early 90s!)
 
Old 05-17-2007, 02:47 PM   #4
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
The rss-glx_install.pl sounds like a perl file. Is it in the root folder of the source files you extracted?

If so you can 'cd' in there and run it with:
perl ./rss-glx_install.pl

Hope fully that installs it. I have a "/usr/share/xscreensaver" on my Fedora system, not sure where slax have put it. You could try to run "locate saver". It will list file and path of anything containing the word 'saver'.
 
Old 05-21-2007, 10:45 AM   #5
Adam555
Member
 
Registered: Nov 2003
Distribution: BackTrack2 (based on Slax)
Posts: 43

Original Poster
Rep: Reputation: 15
ok I can't find it anywhere so I'm going to give up (its only a screensaver) - I'll take on openoffice later (I guess I will need to complile and 'install' so will be a good learning curve)

But here is an easy one for you guru's - I want to change to computer/host name but I cannot find the equiv. of properties of my computer? Any ideas guys?

Also the screen res is only 1024x768 - when I run xconf it says all completed but starts in blank screen with no-way out? I had to re-install again from the beginning..
 
Old 05-21-2007, 11:52 AM   #6
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
With regards to the resolution:
edit /etc/X11/xorg.conf

The relevant sections of mine are:
Code:
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       27.0 - 96.0
    VertRefresh     50.0 - 160.0  #both depend on your monitor
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"  #depends on your video card; you might have to install the driver
    Option         "UseEdidFreqs" "false"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection
After the changes, restart the xserver with <ctrl><alt><backspace>

With regards to the hostname:
you can use netconfig or probably hostname (never used the latter)

Last edited by Wim Sturkenboom; 05-21-2007 at 12:00 PM.
 
  


Reply



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
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 02:20 PM
Completed the switch... gizmogadgetus LinuxQuestions.org Member Success Stories 5 12-22-2005 12:26 AM
Completed LFS but ...... chakkaradeepcc Linux From Scratch 2 05-15-2005 12:34 AM
lfs 5.0 completed miguetoo Linux From Scratch 1 11-26-2003 11:00 AM
Migration Completed jeremy LQ Suggestions & Feedback 2 11-03-2003 12:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:16 AM.

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