LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-14-2004, 04:12 PM   #1
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Rep: Reputation: 15
Aterm


Just so I understand, I thought that when they talke transparent, that you can actually see the terminals and whatever is loaded behind the screen you are looking at. Am I correct or incorrect. The script I am using is aterm -bg black -fg white -tr -sh 90 -g -85X40
Someone, please set me straight. Right now, I cannot see the terminals behind each screen.
Thanks,
Steve
 
Old 03-14-2004, 05:09 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
As far as I know, you will see your background image. Programs behind aterm won't be visible (someone prove me wrong, please). I start mine with:

aterm -tr -sh 90 -fg green

Perhaps you should not use bg(?).

Good luck!
 
Old 03-14-2004, 05:22 PM   #3
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
Smile

I have done some reading and I do believe you are right, but how can I put an image in the background. That would be really cool. Please help out a novice who is learning.
Thanks,
Steve
 
Old 03-14-2004, 05:36 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Cool mate!.

Well, I don't use background image on the terminal anymore. I thought it was kinda slow. At that time, I believe, you had to use an ".xpm image. If you have gimp installed, open the image you want to use as desktop for your aterm, save as .xpm, then do:

aterm -pixmap <path to your image.xpm>

maybe you could use jpg or png today.. I really don't know

Good luck!
 
Old 03-14-2004, 05:38 PM   #5
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
yeah, I am gonna try to do jpg and see what happens, would be cool to try. Do you by chance know how I can get my cd-rw to show up. It never showed up from the install.
Thanks,
Steve
 
Old 03-14-2004, 05:42 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
My pleasure I hope you can get it to work though. About the CD-R, hmmmm, good question, it should be at least detected during the installation process. Which distro are you using? Could you please post here your /etc/fstab file? Usually they are mounted at /cdrom2 or /mnt/cdrom2, it really depends of the distro and where you want to mount it
 
Old 03-14-2004, 05:45 PM   #7
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
ok, I also need info for two things. First, I tried installing the pixmap file I created and it says something to the effect bad option "home/sellsw1711/cyber10.xpm. What is the proper syntax. Secondly, I would like to make the actual background of the screen this xpm. Can you help me out and give me the insight I need.
thanks,
Steve
 
Old 03-14-2004, 05:47 PM   #8
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
well, should I manually add it, I just learned how to edit the fstab. I can do it if I have to. It is amazing what you learn when you install slack on a computer. It forces you to somewhat master the tasks you need to get things done on your computer. Give me 3 months and I will be dangerous.
Thanks,
Steve
 
Old 03-14-2004, 05:57 PM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hmmmm, I've just tried:

aterm -pixmap /home/spike/images/testing2.xpm

and it worked. Maybe you've to compile aterm with support for that(?). Although, I don't remember doing anything special when I've compiled mine on Slack, but it was long ago .

About your CD-rom, could you please copy and paste the file here? Here is mine for reference:

Code:
# /etc/fstab: static file system information.
#
# <device> <mount point>   <type>   <options>                    <dump> <pass>
/dev/hda4  /               reiserfs defaults                     0      1     
/dev/hda1  /mnt/fat-c      vfat     uid=500,gid=500,umask=000,exec,dev,suid,rw 1 0
/dev/hda2  /mnt/fat-d      vfat     uid=500,gid=500,umask=000,exec,dev,suid,rw 1 0
/dev/hda3  none            swap     sw                           0      0     
proc       /proc           proc     defaults                     0      0     
/dev/fd0   /floppy         vfat,auto defaults,user,noauto         0      0     
usbfs      /proc/bus/usb   usbfs    rw,devmode=0660,devgid=432   0      0     
/dev/hdd  /cdrom  udf,iso9660  defaults,user,noauto,ro  0  0
/dev/scd0  /cdrom1  udf,iso9660  defaults,user,noauto,ro  0  0
So, my dvd is the device hdd mounted at /cdrom and my cd-burner is mounted at /cdrom1, for example
 
Old 03-14-2004, 05:59 PM   #10
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Basically, if you know what your CD-r device is (/dev/hdd, /dev/hdc), make a directory (mkdir /mnt/cdrom1, for example) and mount it at fstab:

/dev/hdc /mnt/cdrom1 udf,iso9660 defaults,user,noauto,ro 0 0
 
Old 03-14-2004, 06:07 PM   #11
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
well, I am on another comptuer, so hold on a sec
/dev/hda5 swap swap defaults 0 0
/dev/hda3 / ext2 defaults 1 1
/dev/hda2 /home ext2 defaults 1 2
/dev/hda1 /fat-c vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 auto, user, ro 1 0
/dev/fdo /mnt/floppy auto noauto, owner 0 0
devpts /dev/pts devpts gid=5, mode=620 0 0
proc /proc proc defaults 0 0
Try that one of for size. I will have to look to see if there are some special configs for xpm and I was wondering if you know the script to change the background in flux.
Thanks,
Steve
 
Old 03-14-2004, 06:14 PM   #12
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hmmmm, that would be more your call . I mean, If you have two Cdroms (one DVD and one CD-r like me) and you've set the DVD as master and is /dev/cdrom, then maybe your CD-r is slave and is the device located at /mnt/cdrom1. This is just a wild guess, you know your computer better then I do . The follow steps should work:
  • make a mount point: mkdir /mnt/cdrom1
  • mount your CD-R at fstab, here guessed as /dev/cdrom1: /dev/cdrom1 /mnt/cdrom1 udf,iso9660 defaults,user,noauto,ro 0 0
  • either reboot or mount it manually: mount /dev/cdrom1 /mnt/cdrom1

About Fluxbox, sorry, I used blackbox and xfce only

Last edited by Mega Man X; 03-14-2004 at 06:15 PM.
 
Old 03-14-2004, 06:28 PM   #13
sellsw1711
Member
 
Registered: Mar 2004
Posts: 45

Original Poster
Rep: Reputation: 15
There is no background manager in slack. It is all manaual. I need help in getting this thing changed. It will look cool when I do though, using it with aterm.
Do you have any idea?
Thanks,
Steve
 
  


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
Aterm exvor Linux - Software 7 11-28-2006 04:35 PM
Aterm HELP!!! SentralOrigin Linux - Software 9 10-24-2005 08:48 PM
aterm again theonebeyond Linux - Software 4 11-16-2004 12:18 AM
need help with aterm _Master_ Linux - Software 1 09-16-2003 01:25 AM
aterm killi Linux - Software 1 05-18-2003 06:13 AM

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

All times are GMT -5. The time now is 04:58 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