as some of you know my old computer was on life support and i needed to buy another. i bought a levono thinkpad r61i the specs are:
cpu: Centrino Dual Core T2310 @ 1.5Ghz
ram: 1 giga swap: none
display:15.4" video: Intel X3100
wireless: 802.11a/b/g
I had to format the vista business on it and install antix 7.5. everything works OTB.
Some stuff that i need help with:
1. i don't know how to set conky to show battery on time remaining
2. i installed from the repos 2 programs: one for the fn keys to work, they work idiotic and the brightness the important one dosen't work at all. and one to enable the thinkpad multimedia keys with x display messages again not working
3. also i need to transfer my files form the computer to the laptop and i don't have a clue how to make file sharing in linux
4. the control panel window size some times appears with the first set of icons form the left not showing (the window is smaller) and the log out it is shown in the left top corner
any way, i'm so glad that antiX works on my new computer. i hope i'll resolve the stuff and maybe try a wireless connection. but first i have to read some tutorial on wireless because i never used one on linux.
antiX 7.5 on a new computer but some stuff to figure out
8 posts
• Page 1 of 1
- Posts: 609 dark-D
- Joined: 02 Jun 2008
- Posts: 1,520 eriefisher
- Joined: 07 Oct 2007
#2
ICE-M, congratulations on your new laptop. I created a post a while back about using fuse to access shares on a network. I think Jerry put it in the docs as well which are in your /home. I have been having trouble with it lately but try it, you might have better luck.
In my opinion, you should still have created a /swap partition, especially for a laptop.
For conky this may help
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://conky.sourceforge.net/documentation.html"
linktext was:"http://conky.sourceforge.net/documentation.html"
====================================
" onclick="window.open(this.href);return false
You could also use xbatbar which works well.
I'm not sure what you mean by the windows being off.
In my opinion, you should still have created a /swap partition, especially for a laptop.
For conky this may help
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://conky.sourceforge.net/documentation.html"
linktext was:"http://conky.sourceforge.net/documentation.html"
====================================
" onclick="window.open(this.href);return false
You could also use xbatbar which works well.
I'm not sure what you mean by the windows being off.
- Posts: 609 dark-D
- Joined: 02 Jun 2008
#3
thanks erie for the quick reply.
i'ved known about the network post. but the search in antix is finding hundreds of posts on a search and i couldn't remember the name of the program. that's why i asked you on the forum's chat last night. i quess that the chat shown you online and you were offline.
i can create a swap right now but don't know what size to use. suggestions?. but how to i activate it without reinstalling antix?
thanks for the battery program tips i'll check it out.
about the control center i'll make a screenshot and post it. i'm not on the laptop right now. because i need to stay online for the torrents and i have i dsl connection in the house and no router __{{emoticon}}__
i'ved known about the network post. but the search in antix is finding hundreds of posts on a search and i couldn't remember the name of the program. that's why i asked you on the forum's chat last night. i quess that the chat shown you online and you were offline.
i can create a swap right now but don't know what size to use. suggestions?. but how to i activate it without reinstalling antix?
thanks for the battery program tips i'll check it out.
about the control center i'll make a screenshot and post it. i'm not on the laptop right now. because i need to stay online for the torrents and i have i dsl connection in the house and no router __{{emoticon}}__
- Posts: 29 rich_c
- Joined: 21 Oct 2008
#4
As far as swap goes, create a swap partition & it should be detected and used automatically on next reboot. The usual advise for size is x2 physical RAM, up to a certain limit... No more than 1gb, I think unless you're going to be using suspend to disk.
- Posts: 253 mariel77
- Joined: 13 Sep 2007
#5
There have been several posts on
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://lifehacker.com"
linktext was:"http://lifehacker.com"
====================================
" onclick="window.open(this.href);return false on conky setups for ubuntu. I remember seeing at least one with a battery monitor. Just search their site for conky and read the comments too. There is one that has almost everything you could want with code posted. I want to add the month calendar that I saw in one of them to mine.
Edit: Didn't edit afterall - link didn't work right.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://lifehacker.com"
linktext was:"http://lifehacker.com"
====================================
" onclick="window.open(this.href);return false on conky setups for ubuntu. I remember seeing at least one with a battery monitor. Just search their site for conky and read the comments too. There is one that has almost everything you could want with code posted. I want to add the month calendar that I saw in one of them to mine.
Edit: Didn't edit afterall - link didn't work right.
- Posts: 319 impuwat
- Joined: 13 Sep 2007
#6
Regarding conky and battery lines you could also look at the following post on this forum...
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.freeforu ms.org/conky-and-the-battery-t661.html#p3603"
linktext was:"http://antix.freeforu ms.org/conky-and-t ... html#p3603"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.freeforu ms.org/conky-and-the-battery-t661.html#p3603"
linktext was:"http://antix.freeforu ms.org/conky-and-t ... html#p3603"
====================================
- Posts: 253 mariel77
- Joined: 13 Sep 2007
#7
This is my line in .conkyrc:
And this is battery.sh:
A screenshot is in this thread:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.freeforu ms.org/using-wbar-and-other-toolbars-t1104.html#p7371"
linktext was:"http://antix.freeforu ms.org/using-wbar- ... html#p7371"
====================================
I used the thread above and combined what Urban and eriefisher did.impuwat wrote:Regarding conky and battery lines you could also look at the following post on this forum...
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.freeforu ms.org/conky-and-the-battery-t661.html#p3603"
linktext was:"http://antix.freeforu ms.org/conky-and-t ... html#p3603"
====================================
This is my line in .conkyrc:
Code: Select all
${execi 10 ~/battery.sh}
Code: Select all
##battery.sh (for conky for monitoring battery charge)
#!/bin/sh
acpitool -b | awk '{print $1, $3, $4, $5}'
acpitool -a | awk '{print $1, $2, $3, $4}'
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.freeforu ms.org/using-wbar-and-other-toolbars-t1104.html#p7371"
linktext was:"http://antix.freeforu ms.org/using-wbar- ... html#p7371"
====================================
Last edited by mariel77 on 07 Nov 2008, 22:06, edited 1 time in total.
- Posts: 609 dark-D
- Joined: 02 Jun 2008
#8
edit:
-i had finally moved all my files to the laptop.
-i can set the brightness in antix m8 test. i don't get how it works because it refreshes the brightness after i open a movie.
-i had a look on the links and i got some new info from them. thanks very much. the default conky battery in antix works for me but the acpi tool and the script dosen't. it dosen't see the battery and the ac adaptor. here it is, i think it looking good:
-i had finally moved all my files to the laptop.
-i can set the brightness in antix m8 test. i don't get how it works because it refreshes the brightness after i open a movie.
-i had a look on the links and i got some new info from them. thanks very much. the default conky battery in antix works for me but the acpi tool and the script dosen't. it dosen't see the battery and the ac adaptor. here it is, i think it looking good: