Jun 4 2009, 09:43 AM
Post
#1
|
|
|
Group: Members Posts: 464 Joined: 15-June 04 Member No.: 3,698 |
Having installed ZUBUNTU for the first time, here are some bits that people might find of use
after loging in the first time run ts_calibrate to calibrate your touch screen run killall tskeys to get some free memory ensure dhcp is running properly by changing the 102 and 103 entries for dhcp in /etc/passwd to 0 get your wifi / network running by looking on the forums once you have internet connectivity, install synaptic so you can find packages with apt-get install synaptic now you're ready to rock |
|
|
|
![]() |
Jul 30 2009, 08:00 AM
Post
#2
|
|
|
Group: Members Posts: 89 Joined: 1-April 08 From: Silesia Member No.: 21,583 |
Another chunk of post install tweaks.
Put CODE #middle mouse click "xte 'mouseclick 2'" Shift + b:1 in /root/.xbindkeysrc to have middle click with shift key (right click with Control is already there). Finally it is possible to use xfig put CODE xhost + in .xinitrc to have screen flipping working (xrandr from zaurus-hinge script cant connect to X and thus not working). Edit /etc/zaurusd/zaurus-hinge and put there display-brightness.sh off just after #echo "sleeping" and display-brightness.sh on after #echo "lanscape". Change /bin/display-brightness.sh script put CODE elif [ "$1" = "off" ]; then if [ $BRIGHTNESS -ne 0 ];then echo "$BRIGHTNESS" >/tmp/backlight echo 0 > $BRIGHTNESS_FILE fi elif [ "$1" = "on" ]; then cat /tmp/backlight > $BRIGHTNESS_FILE rm /tmp/backlight just after "fi" in "down" section. This will give you turned off screen when lid is closed (but screen will be lit while in portrait mode) change CODE STEP=5 in this script according to /sys/class/backlight/$DRIVER/max_brightnessMAX_BRIGHTNESS=47 MIN_BRIGHTNESS=0 or just uncomment CODE #MAX_BRIGHTNESS=`cat /sys/class/backlight/$DRIVER/max_brightness` line (I suppose someone put there a artificial limit to save batteries put CODE /root/repeatoff in /root/.xinitrc and put there a repeat-rate-workaround:CODE #!/bin/sh It is a bit modified version of solution provided by gojira here http://www.oesf.org/forum/index.php?showtopic=25165. I added escape key to non repeated keys (useful in mc)xset r on for k in 10 11 12 13 14 15 16 17 18 19 24 25 26 27 28 29 30 31 32 33 38 39 40 41 42 43 44 45 46 52 53 54 55 56 57 58 20 59 60 70 do xset -r "$k" done All files modified are attached. Edit: did minor changes, attachments updated.
Attached File(s)
|
|
|
|
craigtyson Post Install Tweeks Jun 4 2009, 09:43 AM
RX Shorty Nice
Thanks, I am going to try Zubuntu tonight. Jun 19 2009, 05:45 PM
ptoki at my c1000 its not nessesary to kill tskeys
its s... Jul 9 2009, 09:58 AM
RGRICH QUOTE(ptoki @ Jul 9 2009, 02:58 PM) at my... Dec 5 2009, 11:35 AM

ptoki QUOTE(RGRICH @ Dec 5 2009, 09:35 PM) QUOT... Dec 22 2009, 02:08 AM
danboid QUOTE(ptoki @ Jul 9 2009, 06:58 PM) tweak... Apr 22 2010, 02:28 PM
ptoki QUOTE(danboid @ Apr 23 2010, 12:28 AM) QU... Apr 25 2010, 11:15 AM
danboid QUOTE(ptoki @ Apr 25 2010, 08:15 PM) QUOT... Apr 26 2010, 12:22 AM
ptoki QUOTE(danboid @ Apr 26 2010, 10:22 AM) QU... Apr 26 2010, 02:30 AM
brontoZaurus QUOTE(craigtyson @ Jun 4 2009, 07:43 PM) ... Jul 23 2009, 03:35 AM
craigtyson QUOTE(brontoZaurus @ Jul 23 2009, 11:35 A... Jul 24 2009, 06:44 AM
brontoZaurus oh!
yes from shell it works, but from the menu... Jul 26 2009, 11:49 PM
craigtyson QUOTE(brontoZaurus @ Jul 27 2009, 07:49 A... Jul 27 2009, 02:47 AM
brontoZaurus ok but where is located that fileż?
thanks in adva... Jul 27 2009, 04:02 AM
ptoki To make irda work:
Ensure that modules irda, ircom... Aug 5 2009, 09:30 PM
ptoki Another batch of tweaks:
Do not use LXDE, it has ... Sep 11 2009, 12:18 AM
craigtyson QUOTE(ptoki @ Sep 11 2009, 08:18 AM) Anot... Sep 11 2009, 01:56 AM
ptoki Next thing to do is to make dual boot with cacko.
... Feb 15 2010, 02:43 AM
danboid Hi ptoki!
I'm not quite sure what you mea... Apr 29 2010, 07:58 AM
ptoki Here is my script:
CODE#!/bin/sh
ONE=$(gr... May 1 2010, 01:14 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 06:40 PM |