| Author |
Message |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Wed 31 Mar 2010, 03:48 Post subject:
Black background issue. |
|
Black background issue.
- Applied it in quirky and the issue is solved (just did report this)
- Applied it in Lucid002. Didn't solve the issue.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Wed 31 Mar 2010, 05:40 Post subject:
Re: Black background issue. |
|
| Béèm wrote: | Black background issue.
- Applied it in quirky and the issue is solved (just did report this)
- Applied it in Lucid002. Didn't solve the issue.
| Nice work 01micko.
The pet did work.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Wed 31 Mar 2010, 07:49 Post subject:
|
|
Sound but with no images for downloaded mp4 in gxine in both x16 and x24 colour.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1401 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Wed 31 Mar 2010, 08:53 Post subject:
|
|
black background fix works for me on lp002.
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Wed 31 Mar 2010, 09:40 Post subject:
|
|
have only pwidgets2.2.5.pet and pixman-0.17.14-lupu.pet
x24 colour, yes they haven't got black backgrounds but....
edit: quirky010 with pixman-0.17.14-q.pet and pwidgets2.2.5 is exactly the same.
| Description |
|
| Filesize |
56.13 KB |
| Viewed |
1477 Time(s) |

|
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
Last edited by aarf on Wed 31 Mar 2010, 12:10; edited 3 times in total
|
|
Back to top
|
|
 |
tronkel

Joined: 30 Sep 2005 Posts: 1060 Location: Vienna Austria
|
Posted: Wed 31 Mar 2010, 10:16 Post subject:
|
|
Just set up lupu-002
Seems well on the way even at this early stage.
The only significant problem on this video hardware (ATI Radeon 3450) was a slight flicker while clicking on web pages in the default Seamonkey browser. I loaded up the latest Seamonkey 2.0.3 and I don't seem to get any flicker now.
Gxine reports a missing codec library (lol a DLL) called wmvdmod.dll.
when playing streamed video.
I then installed MPlayer via the Puppy Package Manager. This allows streaming video to work (but no full screen) - but only if MPlayer is selected for playing the stream.
Had an unusually difficult job with installing my Brother DCP-7030 printer/scanner. Installing the drivers from the command line produced a complaint that no libc6 was installed (or wrong version)
Then downloaded brother-extra-printers and wrappers from packages.ubuntu.com (Lucid repo) as well as the version of libc6 from there. On re-installing the drivers I still got the complaint about libc6 - but this time CUPS seemed to work and chucked out a test page this time. CUPS then appears to be working.
Since Puppy always runs as root I had no problem installing the Brother scanning driver - no need to worry about limited users as is the case with Ubuntu and Debian etc.
BTW also had to install dpkg online from the Lucid repo in order to be able to install the Brother drivers from the command line. You need the line dpkg -i --force-all "name of driver" to install these.
_________________ Life is too short to spend it in front of a computer
|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1401 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Wed 31 Mar 2010, 10:40 Post subject:
|
|
Dell inspiron laptop Touchpad mouse:
try and describe this as best i can.
Normally in one go from one side to the other on the touch pad = moves the mouse from one side of the screen to the other.
Lupup takes several moves on the touchpad to get from one side of the screen to the other, its like the mouse range is only 1/4.
from xorg.config file
Lucid pup:
Section "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.10"
Option "MaxSpeed" "0.30"
Option "AccelFactor" "0.0030"
Option "SHMConfig" "on"
#Option "Repeater" "/dev/ps2mouse"
Quirk13 mouse is ok:
ection "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.10"
Option "MaxSpeed" "0.30"
Option "AccelFactor" "0.0030"
Option "SHMConfig" "on"
#Option "Repeater" "/dev/ps2mouse"
EndSection
|
|
Back to top
|
|
 |
Hesse James

Joined: 08 Feb 2010 Posts: 29
|
Posted: Fri 02 Apr 2010, 13:25 Post subject:
|
|
Hi Playdayz
Short info about used gcc version for Kernel compilation of Lucid Puppy 003:
The reported mismatch prohibts the installation of the Nvidia driver (see atached picture). Like the others: nv and nouveau don't work for me. Vesa is working (no acceleration and no vdpau).
Good luck for bugfixing
| Description |
|
| Filesize |
63.72 KB |
| Viewed |
283 Time(s) |

|
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Fri 02 Apr 2010, 13:57 Post subject:
|
|
stu90:
Edit xorg.conf:
| Code: | Option "MinSpeed" "0.10"
Option "MaxSpeed" "0.30"
Option "AccelFactor" "0.0030" |
Change about three times bigger values:
| Code: | Option "MinSpeed" "0.30"
Option "MaxSpeed" "0.90"
Option "AccelFactor" "0.0090" |
Restart X.
this change restores touchpad movements. The problem has been usual with Quirkys also.
|
|
Back to top
|
|
 |
|