Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#101 2008-04-05 1:16:25 pm

BL00
Senior Member
From: England
Registered: 2008-03-18
Posts: 947
Website

Re: [BETA] TweakEEE - Easy mode configuration

thanks marf
installed flawlessly
everything worked so far
not used the software tab yet
it does what it says on the tin!


701 4g & 900 black, full desktop, amsn & webcam, kdebluetooth, kooldock, opera, vlc,
screen res hack 1024x768, pidgin 2.6.2, conky, wine 1.1.29, vncserver, photoshop e2
still asking questions & learning

Offline

 

#102 2008-04-05 1:57:28 pm

dokkie
Member
From: the Netherlands
Registered: 2008-03-30
Posts: 57

Re: [BETA] TweakEEE - Easy mode configuration

ls -la /home/user/dot ! icewm

totaal 56
drwxr-xr-x  3 root root  4096 2008-04-04 17:08 ./
drwxr-xr-x 39 user user  4096 2008-04-05 19:55 ../
-rw-r--r--  1 root root  1888 2008-04-04 17:08 keys
-rw-r--r--  1 root root 30036 2008-04-04 17:08 preferences
-rw-r--r--  1 root root    33 2008-04-04 17:08 theme
drwxr-xr-x  2 root root  4096 2008-04-04 17:08 themes/
-rw-r--r--  1 root root   349 2008-04-04 17:08 toolbar2

sudo chown -R user:user /home/user/.icewm  applied


...and now everything works fine: thnx a lot, Marf!!!

Last edited by dokkie (2008-04-05 2:01:01 pm)


Eee PC 701 4Gb Black, 2Gb RAM
Dell Inspiron 1545, 320/3Gb
MacBook Pro 17", 500/4Gb

Offline

 

#103 2008-04-05 5:55:16 pm

ccr_eeeuser
New member
Registered: 2008-04-05
Posts: 4

Re: [BETA] TweakEEE - Easy mode configuration

Anyone happen to know where the TweakEEE "norm" and "hi" icons are stored on install?

Thx!

Offline

 

#104 2008-04-05 7:23:56 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

...and now everything works fine: thnx a lot, Marf!!!

Music to my ears.

Anyone happen to know where the TweakEEE "norm" and "hi" icons are stored on install?

Tweakeee doesn't actually install an icon, unless your referring to the VLC, GIMP and gFTP icons. The actual icon that TweakEEE uses comes with the Asus Xandros distro, at least it should. I believe it is 3g_norm.  or 3g... something. they are located in /opt/xandros/share/AsusLauncher/ if memory serves me correctly...

@nyloncrack Original Post from Nyloncrack

1. Tweakeee currently just runs the command "sudo apt-get install vlc". So if you then go in terminal and try to execute the program with the command vlc and you get that error, then I'm afraid that I am unable to help you with that issue. Try searching around, or even try at your own risk  entering this command sudo apt-get install gnome-sudoku librsvg2-common libfam0. It's worth a shot.
The VLC buttons are greyed out because the program thinks that it is already installed. I believe it looks for /usr/bin/vlc to determine the greying out of the Install button, and it looks at tweakeee.cfg for the line VLCIcon=1 to determine if you can click the Add Icon button.

I am curious, what region was your eeepc purchased in?

2. You don't download PCManFM by clicking the source. That just is a link to the author's page, which is me trying to give credit where it is due.

3. Screen blanks out... well the whole screen doesn't blank if we are talking about the same issue, it is just the Tweakeee program window loses it's focus when Threading. I have put in some checks to minimize the occurrences. But occasionally TweakEEE might "lose focus internally on the widgets". It hasn't frozen, just click around the tweakeee window internally until you hit a widget, and it should gain focus (I like to click somewhere in the upper left half of the tweakeee window.

Again that is a rare occurrence for myself. If somebody is finding it a common occurrence, please let me know what steps you are conducting so I can reproduce it and fix it.

4. If you click the install button again, it should say that it is already installed. If not then simply open a terminal and type this command sudo apt-get install mplayer=1.0~rc1-12etch and if it says already installed, then you in business. if not, then install it smile.

5. I'll tell you how my script works when you add the button. IT copies the Existing /etc/acpi/lidbtn.sh into /home/user/.tweakeee/scripts/lidbtn.default
In which case I assumed that the default was the one that is there after an F9 factory reset (which is standby). So if you changed it on your own then the default won't necessarily be standby. I am posting the code from default on the eee wiki. You can paste this in place of your /home/user/.tweakeee/scripts/lidbtn.default

Code:

#!/bin/sh
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'`

if [ $LID_STATE = "closed" ] ; then
        /etc/acpi/suspend2ram.sh
fi
exit 0

I previously used the wiki hack where depending on if it was dc or ac powered determined whether it went to standby or shutdown. It also seemed much quicker than the method that is incorporated here.

Thanks I might include that feature.

6. Your welcome smile

Enjoy!

Offline

 

#105 2008-04-17 4:58:21 pm

moz
Member
From: Limerick, Ireland
Registered: 2008-04-16
Posts: 13

Re: [BETA] TweakEEE - Easy mode configuration

Hi marf,
Downloaded TweakEEE on my 8G and I love it smile I haven't got a clue about linux so it is real handy for me.
Have a couple of questions though,

1) Got this error message on when tryig to install PCManFM
"E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
---- An error occured during the PCManFM install. Check the Live Shell Feed for the error message, or ask the users on eeeuser forums for help with the error."

2) Also installed VLC player and audio levels are extremely low or none at all in AVI video playback.  Any ideas?

Ta,
moz

Offline

 

#106 2008-04-17 7:02:16 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

glad you enjoy it moz.

1. Yes I've somewhat addressed that issue in 0.4 which I'm working on now. IT sometimes happens that the package download/install is incomplete. so just follow these steps
a) Open a terminal (Ctrl + Alt + T)
b) enter the command sudo dpkg --configure -a
c) close the terminal and open Tweakeee, and install PCManFM again
2. Well audio volume can be set in a couple places.
a) First make sure your master sound is turned up ( Fn + F9 )
b) Right when you open up VLC you can see a little volume icon and a slider. You can max that out.
c) IF you go to Settings -> Preferences. You should see an audio selection in the left, and in the "General Audio SEttings" There is the default start.
You can play with the settings to find your preferred volume. Probably best to use the Fn +F9 rather than the software volume adjuster though.

Offline

 

#107 2008-04-17 8:06:57 pm

moz
Member
From: Limerick, Ireland
Registered: 2008-04-16
Posts: 13

Re: [BETA] TweakEEE - Easy mode configuration

Cheers mate,
b) worked a treat

Re: 2)  I tried all of the obvious settings including advanced but the volume still seems very low compared to files played back over the stock SMplayer. However, I did find this thread http://forum.eeeuser.com/viewtopic.php?id=15656  and in particular post #5  Don't know if this is relevant or not?


Finally, 1 more question please.  I've been trying to install the download and downgrade Mplayer file but when the terminal opens it hangs on "Reading package lists ..."

Ta,
moz

Offline

 

#108 2008-04-17 10:50:43 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

Hrm,

Mplayer should be downgrading, the "shell feed box" that pops up might just not be updating 100% correctly. you can double check to see if it was installed by

a) open a terminal
b) enter the command sudo apt-get install mplayer=1.0~rc1-12etch
c) if it says package already installed, then you're good, if not then just choose yes if it prompts you.

As to you're VLC sound problem. did you try alsamixer as post #5 said?

if not just
a) open a terminal
b) enter alsamixer
c) you user the Arrow Keys to navigate. left and right select the column, up and down control the volume
The PCM column on my eeepc is Max (100<>100)
the LineOut column can vary, because if I press Fn + F9 it moves that column up, and F8 moves it down.
My four Mic columns seem to vary but all of them are at least 50%,
and my iSpeaker is 00

Offline

 

#109 2008-04-18 7:26:30 am

moz
Member
From: Limerick, Ireland
Registered: 2008-04-16
Posts: 13

Re: [BETA] TweakEEE - Easy mode configuration

Thanks marf,
All seems to be working well now smile

ta,
moz

Offline

 

#110 2008-04-19 7:28:02 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

Beta 0.4 has been released. Not as large of an update as 0.3, but an update none the less.

Read about it here

http://www.infinitedesigns.org/archives/195

or opening post.

Enjoy!

Last edited by marf (2008-04-19 7:29:16 pm)

Offline

 

#111 2008-04-19 9:38:19 pm

chasers04
Member
Registered: 2008-01-28
Posts: 67

Re: [BETA] TweakEEE - Easy mode configuration

Upgraded to 0.4 and still only get "Executing: Add Lid Toggle Button to Settings Tab", continuous 'ready for action' shown but no Icon in Settings.  Lid closing does shut eee down though as desired.


8G White with basic xandros & loving it

Offline

 

#112 2008-04-20 10:16:18 am

w1zard
Member
Registered: 2008-03-19
Posts: 15

Re: [BETA] TweakEEE - Easy mode configuration

Looks great, a really useful upgrade smile

Three things: The PCManFM info link is broken. It should be http://pcmanfm.sourceforge.net/

Can the info webpages open in the default browser (ie Firefox in my case
), rather than konqueror?

I get a Segmentation fault, and Tweakeee exits when adding the extra repos. It starts to do it (the popup is visible and appears to be working) but ultimately fails sad

Thanks for the great work so far!

Last edited by w1zard (2008-04-20 10:19:06 am)

Offline

 

#113 2008-04-20 11:22:32 am

windracer
Senior Member
From: St. Pete, FL
Registered: 2008-04-16
Posts: 119
Website

Re: [BETA] TweakEEE - Easy mode configuration

This looks like a cool little utility, thanks!

I got tweakeee installed just fine on my new 4G Surf, and can run it from the command line, but I don't have an icon for it. I tried selecting different tabs (when prompted during the install) but can't get it to show up. I don't mind running it from the terminal, but it would be nice to have the icon as well.

Any ideas?


Galaxy Black 4G Surf, Ubuntu 9.04 Netbook Remix
Shiny White 900A, Linux Mint 7 Gloria

Offline

 

#114 2008-04-20 3:18:11 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

@ chasers04

Check your e-mail, lots of steps to follow for debugging

@ W1zard
1. Thanks, I'll add the new website to my things to do list.
2. Umm, in python I'm using the webbrowser.open("http://") which I assume it chooses the default browser you have set, so it's nothing I can configure, it is your machine. Plus it opens in firefox on my machine. You can maybe set your default browser in kcontrol?
3. Hrm, Seg fault. Is this only when you click the Add Repos button? Also you should only need to click it once, then use Update from then on. I've had it Crash once on me, when doing the Add Repos, and believe me I've hit that button 100's of times, so it might be a rare occurance. As long as you can do cat /etc/apt/sources.list and cat /etc/apt/preferences and the changes are added, then you're good and you can update repos then continue on.

@ windracer
your welcome

Well during the install it might have prompted you where to install icon, once you select it installs it to that tab, however it requires a reboot of asuslauncher, or the machine. You will then see it. If you selected different tabs during the install, then you might have it now installed in multiple tabs. Easy enough to remedy with EMEditor, which you can install with tweakeee.

Offline

 

#115 2008-04-20 7:00:09 pm

windracer
Senior Member
From: St. Pete, FL
Registered: 2008-04-16
Posts: 119
Website

Re: [BETA] TweakEEE - Easy mode configuration

marf wrote:

Well during the install it might have prompted you where to install icon, once you select it installs it to that tab, however it requires a reboot of asuslauncher, or the machine. You will then see it.

Doh! Yes, it's there now. yikes


Galaxy Black 4G Surf, Ubuntu 9.04 Netbook Remix
Shiny White 900A, Linux Mint 7 Gloria

Offline

 

#116 2008-04-20 7:39:51 pm

w1zard
Member
Registered: 2008-03-19
Posts: 15

Re: [BETA] TweakEEE - Easy mode configuration

Thanks for the info. I've had a look through kcontrol, which appears to have html pages associated with Firefox. Is this the correct setting or am I looking in the wrong place?

The repos appear to have added regardless of the crash, so you could be right, this might be an isolated incident. I was able to go on and install programs from the additional repos.

Offline

 

#117 2008-04-20 11:34:25 pm

map7
Member
Registered: 2007-12-22
Posts: 21

Re: [BETA] TweakEEE - Easy mode configuration

I've just downloaded Tweakeee beta 4 and think it's great.

I have had a problem of the windows not updating when going to install packages like 'gimp' and 'gftp'.  The main tweakeee window is not repainting and neither is the package install status window.  It does how ever install the package and I can click on quit on the main screen and this still works.  I just have to guess when the application has finished as it's not repainting.

Are there any debug flags or log files which I could submit to you to help with this problem?
I'm running this application behind a proxy and a firewall would that make it freeze at all?

Offline

 

#118 2008-04-20 11:41:39 pm

vegassam
Senior Member
From: Las Vegas, NV
Registered: 2007-12-19
Posts: 374

Re: [BETA] TweakEEE - Easy mode configuration

I had the same problem while doing some file manager deletes. When the deletes were finished, I clicked back on tweakee & noticed the screen did not repaint at all...but everything completed OK


4 Gig surf - easy mode with many changes/upgrades
installed XP then moved it to a USB stick
900A - trying to get 16 gig SSD to work

Offline

 

#119 2008-04-22 3:03:44 am

long_b
New member
Registered: 2008-01-18
Posts: 9

Re: [BETA] TweakEEE - Easy mode configuration

Absolutely class app - well done and thanks !!

Offline

 

#120 2008-04-25 5:15:24 am

fiddler
New member
Registered: 2008-03-19
Posts: 4

Re: [BETA] TweakEEE - Easy mode configuration

Have been using tweakeee for a while now and look forward to each release. I'm having a bit of a problem with 0.4 though. Two things I've noticed today:

1. The 'Install' button for Easy Mode Editor does nothing.
2. I installed DigiKam ... but I can't find it anywhere! After the install finished, tweakeee crashed so I had to restart. The DigiKam icon didn't show up so I went back into Tweakeee an hit 'Add Icon'. Still no joy. And now both the 'Install' and 'Add Icon' buttons are greyed out.

Any ideas what I've done wrong?

Cheers,
Fiddler (4G)

Offline

 

#121 2008-04-25 3:50:05 pm

bmacfarland
New member
Registered: 2008-04-25
Posts: 4

Re: [BETA] TweakEEE - Easy mode configuration

I'm a newbie (well I have worked with linux command line, but never installing programs) and this is really, really helpful.  Most everything is working great with this, but I have a problem with getting Firefox to work.  I've downloaded FF3b5 and the initial install worked... however, the "fix" step doesn't.  It says "Error -> Couldn't extract GTL 2.10." 

I'm working with a 2G surf... very close to factory settings (reset it an hour ago or so, but added Gimp and EEEControl through TweakEEE).

I also have a problem with Gimp, the opening accepting of terms screen is too big and doesn't scroll so I can't start it up... that's another unrelated ball of wax though.

Last edited by bmacfarland (2008-04-25 3:53:38 pm)

Offline

 

#122 2008-04-25 9:21:40 pm

demill
Senior Member
Registered: 2008-03-23
Posts: 847

Re: [BETA] TweakEEE - Easy mode configuration

Simply wonderful. Got me up an running in no time after an f9 yesterday.


701 Easy Mode, icewm, pcman File Manager. Firefox 3.5.4 and Adobe Flash Player 10. Registered Linux User # 497450

Offline

 

#123 2008-04-26 11:21:29 am

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [BETA] TweakEEE - Easy mode configuration

Ok, I have attempted many methods to get the window to set focus or redraw and I have been, unsuccessful. I have a couple more ideas but they require more drastic changes, and that will take me alot more time, which I don't have at the moment. So for now I guess we have to put up with the repaint issue. I however always have an easy way to get the window to redraw. I just click my mouse in the red box I have outlined in the screenshot below. This works all the time for myself.

http://www.infinitedesigns.org/wp-content/uploads/2008/04/snapshot_setfocus.thumbnail.png

@map7

No logs/firewall or anything will fix the redraw issue. It has to do with TweakEEE opening that new window which shows the Shell output. That window takes focus, then if you give the focus to firefox or another window, then All of TweakEEE loses visuals for all the widgets.

@fiddler

1. Hrm... install button does nothing. If you type the following in a terminal what happens  sudo apt-get install emeditor
If it says it is already downloaded... then you should just be able to download. If it can't find the package, then either all the repos weren't added, or you need to run a Repos Update

2. The only reason an icon won't show up is because the program it is looking for isn't installed. Either try installing digikam again with tweakeee, or enter sudo apt-get install digikam and see if it has to complete the install. After that a restart of asuslauncher and the icon should appear in the work, or play tab (I forget where it shows up)

@bmacfarland

Umm...the fix button must be pressed three times in total. Once to start download. Second time to check download and move once completed, third to extract and apply the fix. If your extract isn't working (third time) try this

1. Enter this command in terminal rm /home/user/.tweakeee/files/libgtk2.0-0_2.10.13.tar.bz2

And start the download again by clicking fix.

Yah. to accept gimp license just hold down the ALT and then Click and drag the mouse anywhere on the window. You use this to drag the window upwards so you can see the license buttons.

Offline

 

#124 2008-04-26 11:28:09 am

jcool
New member
Registered: 2008-03-29
Posts: 5

Re: [BETA] TweakEEE - Easy mode configuration

sir marf, i tried upgrading my version 0.3 by overwriting it with version 0.4. after the installation, there are now two teakeee icons in my settings tab. both get linked to the latest version though. is there a problem in my installation?

i would also like to suggest a link/program/shortcut on how to free up space on the ssd. i have the 2g surf with only 4% space left

thanks!

Offline

 

#125 2008-04-27 2:45:26 am

bmacfarland
New member
Registered: 2008-04-25
Posts: 4

Re: [BETA] TweakEEE - Easy mode configuration

marf wrote:

@bmacfarland

Umm...the fix button must be pressed three times in total. Once to start download. Second time to check download and move once completed, third to extract and apply the fix. If your extract isn't working (third time) try this

1. Enter this command in terminal rm /home/user/.tweakeee/files/libgtk2.0-0_2.10.13.tar.bz2

And start the download again by clicking fix.

Yah. to accept gimp license just hold down the ALT and then Click and drag the mouse anywhere on the window. You use this to drag the window upwards so you can see the license buttons.

Thanks for the ALT-Click drag tip.

[update: I was able to get Firefox to work with the manual install located elsewhere in these forums, so if this helps you debug something then pursue it, but I'm no longer looking for help.]
I removed that tar which got me back to the beginning of the Fix cycle.  First click downloads and works well.  Second one moves the deb file to the .tweakeee directory.  Third fix click, the extraction of libGTK2.10 says, "Error -> Couldn't Extract GTK 2.10"   Only reason I can think of why this would be possible is permissions or space.  I have 213 MBs available according to the Disk Utility.  I don't know how to tell if it's a permissions thing or how to fix.

Last edited by bmacfarland (2008-04-27 2:56:23 am)

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson