| Author |
Message |
pemasu

Joined: 08 Jul 2009 Posts: 5165 Location: Finland
|
Posted: Sat 04 Aug 2012, 11:03 Post subject:
|
|
Flsynclient has been in the dpup exprimo from the beginning to give gui for basic synaptics configuration. synclient gives you full scale for tuning touchpad. if you type in console synclient...you get all the available options. synclient -l shows the current settings.
Syndaemon is another way to affect to the touchpad behavior.
You can disable touchpad for certain period of time when typing with syndaemon: syndaemon --help
syndaemon -i 1 -d disables touchpad for one second when typing and starts syndaemon in daemon mode.
And you can put the wanted commands to the bash script and place the script to the /root/Startup so that they will be executed with every X start...as Charlie6 stated.
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3937 Location: Southeast Georgia, USA
|
Posted: Sat 04 Aug 2012, 14:13 Post subject:
|
|
Does this look like it should get the top and right edges to scroll?
| Code: | #!/bin/sh
synclient MaxTapTime=220
synclient TapButton1=1
synclient RBCornerButton=3
synclient VertEdge Scroll=1
synclient VertScrollDelta=100
synclient HorizEdgeScroll=1
synclient HorizScrollDelta=111 |
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3937 Location: Southeast Georgia, USA
|
Posted: Sat 04 Aug 2012, 16:29 Post subject:
|
|
Perhaps I am missing a step?
I opened ~/root/Startup/ on my wife's laptop.
I created a new file and named it tpad
I edited the file with this:
| Code: |
#!/bin/sh
synclient TouchpadOff=0 |
I rebooted and the touchpad still worked.
Have I misunderstood something, please?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5165 Location: Finland
|
Posted: Sat 04 Aug 2012, 16:51 Post subject:
|
|
Possibly your script is not runnable, the syntax is not right also
| Quote: | | synclient TouchPadOff=1 | disables the touchpad....
In console: chmod a+x /root/Startup/tpad
or with rox right click over the file > Properties and tick all the execute boxes.....
or right click in /root/Startup and choose New > Script and the file is executable straight.
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 798 Location: South of Belgium
|
Posted: Sun 05 Aug 2012, 04:08 Post subject:
tap settings |
|
Hi,
maybe this is trivial ...sorry then ...
just to mention that the xorg.conf created at 1st pristine boot (i.e. doing pfix=ram) does not have the «Section InputDevice» for the «Synaptics Mouse»; the above mentionned script have no effect using that 1st-boot-pristine-xorg.conf (there comes an error message like «synaptics driver not installed» ).
Xorgwizard must be activated after 1st boot to create a new xorg.conf containing a «Section InputDevice» with synaptics settings in it.
Cheers
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5165 Location: Finland
|
Posted: Sun 05 Aug 2012, 13:33 Post subject:
|
|
Dpup Exprimo 5.X.3.4.2.9 has been uploaded. It uses still 3.4.2 kernel
Updates, additions and changes:
- Recent woof used.
- Firefox 14.01
- e17 - enlightenment window manager has been recompiled from recent git trunk, theme has been changed and lookout has been simplified still. The font is now bigger and uses Deja Vu Sans. Call it aging, lol.
- Pup-volume-monitor added and PcmanFM filemanager uses it. Especially in e17 wm you get from desktop PcmanFM icon clicking possibility to see partitions and drives and mount them.
- PcmanFm filemanager added as stated above. It uses pup-volume-monitor for drives and partitions
- Rerwin`s outstanding work with broadcom drivers has reached le grande finale and it should be now pure proof.
- Rerwin`s suggested woof system script fix package has been included: the post of the content and modifications is here: http://www.murga-linux.com/puppy/viewtopic.php?p=633525#633525
- As a test...after discussion with rerwin...I have moved all the firmwares to the /lib/firmware from the /lib/modules/all-firmware. The reason. When the firmwares are loaded....they are copied to the /lib/firmware and that way they take some space from savefile. Also there is no need for 2 places of firmwares....they are not compressed anymore. Base sfs compresses them anyway.
- Kirk`s filesharing between puppy and other comps has been added with needed applications. There is menu item under Network. Easy way to feed big file to your home other comps. PureFTPD has been added due to this file sharing.
- Sc0ttman and stu90 have done great work with rtmpdump which streams tv and radio stations to the mplayer. I created menu entries for them under Multimedia: Streamplay TV and Streamplay Radio. Enjoy. There is atm 64 tv stations and 640 icecast stations.
- Zigbert has been busy. He has updated most of his Puppy apps and I have updated the build with them.
- Don570 has created nice Pmusic folder playlist rox right click. Thanks.
- Dhcpcd for sns and wpa_supplicant for sns and frisbee have been updated to the latest versions.
- I think couple of Radky`s Puppy apps has been updated also.
- Get LibreOffice has been updated to the latest version from the thread.
- several script reconfiguration...so that they should work smoothly with jwm and e17.
- several small fixes under the hood.....
Due to e17 reconfiguration....iso size is still about 137 MB. Not bad. Xz compression though.
Download link: http://smokey01.com/pemasu/DpupSqueeze5X/DpupExprimo5X3429/
Kernel sources link is in the first post of this thread.
|
|
Back to top
|
|
 |
majorfoo
Joined: 07 Mar 2011 Posts: 418 Location: Wish I knew
|
Posted: Sun 05 Aug 2012, 16:35 Post subject:
|
|
D/L new iso and booted to desktop.
Sound works, internet auto connected.
Remastered using Rerwin's changes mentioned above. These changes work great. No problems to report at this point. Off to do full install to ext4 hard drive partition. Will report back later on results
|
|
Back to top
|
|
 |
majorfoo
Joined: 07 Mar 2011 Posts: 418 Location: Wish I knew
|
Posted: Sun 05 Aug 2012, 18:00 Post subject:
Dpup Exprimo 5.x.3.4.2.9 |
|
Full install completed to ext4 partition
Installed twelve pets from my storage partition and made several personal tweaks.
Everything working otb - no problems
Great job
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5165 Location: Finland
|
Posted: Sun 05 Aug 2012, 18:10 Post subject:
|
|
Thank your majorfoo. The initial reports by you sounds encouraging. Remastering seems to behave with rerwin`s scripts. I am sure he is delighted to read your feedback.
|
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 4736 Location: Kentucky
|
Posted: Sun 05 Aug 2012, 18:38 Post subject:
|
|
| pemasu wrote: | | Dpup Exprimo 5.X.3.4.2.9 has been uploaded. |
Finally downloading...... testing a bit later.
|
|
Back to top
|
|
 |
Billtoo
Joined: 07 Apr 2009 Posts: 1494 Location: Ontario Canada
|
Posted: Sun 05 Aug 2012, 20:15 Post subject:
Dpup Exprimo 5.X.3.4.2.9 with 3.4.2 kernel. |
|
I installed exprimo to a 4gb flash drive.
Installed devx,kernelsourcesfs,and NVIDIA-Linux-x86-304.22.run
I installed a few pets.
Did you know that VLC is up to version 2.0.3?
I'm using a vlc that I made in racy, works good in Exprimo too.
5.X.3.4.2.9 is working well so far.
| Description |
|
| Filesize |
172.55 KB |
| Viewed |
473 Time(s) |

|
|
|
Back to top
|
|
 |
Terry H
Joined: 29 Mar 2009 Posts: 54 Location: Pickering, ON Canada
|
Posted: Sun 05 Aug 2012, 21:16 Post subject:
|
|
Hi pemasu,
I'm really sorry to have to do this, but I'm sure you want to know.
The Broadcom 43 issues which were occurring with the earlier versions prior to 5.X.3.4.2.8 have regressed in 5.X.3.4.2.9.
I have no wifi and shutdown/reboot fails. This error occurs whether attempting to create a save file or not.
The results of pmodemdiag is attached.
| Description |
|

Download |
| Filename |
pmodemdiag-20120806.tar.gz |
| Filesize |
36.49 KB |
| Downloaded |
74 Time(s) |
|
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 4736 Location: Kentucky
|
Posted: Mon 06 Aug 2012, 00:22 Post subject:
|
|
As usual, fresh manual frugal install on the trusty Athlon XP box.No problems at all...... everything working well out of the box.
| Description |
|
| Filesize |
315.1 KB |
| Viewed |
439 Time(s) |

|
|
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 4736 Location: Kentucky
|
Posted: Mon 06 Aug 2012, 00:40 Post subject:
|
|
Another fresh frugal install...... again no problems.
# report-video
Dpup Exprimo, version 5.X.3.4.2.9 on Sun 5 Aug 2012
Chip description:
2.0 VGA compatible controller
Intel Corporation 82865G Integrated Graphics Controller (rev 02)
oem: Intel(r)865G Graphics Chip Accelerated VGA BIOS
product: Intel(r)865G Graphics Controller Hardware Version 0.0
X Server: Xorg
Driver used: intel
X.Org version: 1.7.7
dimensions: 1024x768 pixels (270x203 millimeters)
depth of root window: 16 planes
...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
#
-Computer-
Processor : Intel(R) Pentium(R) 4 CPU 2.80GHz
Memory : 512MB (182MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Sun 05 Aug 2012 11:40:05 PM CDT
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : ICH4 - Intel ICH5
# free
total used free shared buffers
Mem: 512332 490740 21592 0 49332
-/+ buffers: 441408 70924
Swap: 1124512 0 1124512
#
 |
| Description |
|
| Filesize |
232.51 KB |
| Viewed |
444 Time(s) |

|
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5165 Location: Finland
|
Posted: Mon 06 Aug 2012, 03:33 Post subject:
|
|
Terry H. Thank you of your valuable report. Something is definitively wrong with my build concerning broadcom detection. But it will be fixed. I reported to rerwin about your feedback. It might be that I have missed some crucial file or then the logistics still need polishing.
|
|
Back to top
|
|
 |
|