Unnamed pupplet (puppy411 kernel-2.6.27.5 Xorg-7.4 LXDE)

For talk and support relating specifically to Puppy derivatives
Message
Author
wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#61 Post by wow »

magerlab wrote:i also tryed to boot on EEE PC( wifi is recognized but tuochpad do not work properly)
Try to copy more input drivers from
Xorg-7.4-video-input-apps-i686.sfs/usr/X11R7/lib/xorg/modules/input to /usr/X11R7/lib/xorg/modules/input
and:
Xorg-7.4-video-input-apps-i686.sfs/usr/X11R7/bin/* to /usr/X11R7/bin
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#62 Post by Sage »

This one may be of interest:
http://www.zevenos.com/
also using the LXPanel? Will try it later.

User avatar
capoverde
Posts: 232
Joined: Wed 28 Jun 2006, 21:36
Location: Sanremo (Italy) with fine seaview

#63 Post by capoverde »

Installed Firefox with the .pet package manager: it starts only from the terminal although its icon appeared immediately in the menu (probably I should reboot, but I'm just doing a quick test now).

Changed background effortlessly, pic viewer works fine etc. -- but everything seems a little slower than with the regular Puppy; possibly lxde's fault?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#64 Post by MU »

while I am away, I will try to make a pet or sfs with icewm.
So you can get a desktop that resembles Puppys standard desktop.
Then we also can compare the speed, too.
One thing to speed things up:
deactivate xcompmgr in the openbox configuration.
That is the tool that draws the shadows.
It really can slow things down on older computers like mine (Pentium 700).
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Setting DPI

#65 Post by techtype »

I've got most everything working now, but how do you set the DPI after adding the nvidia drivers?

Edit: here is the answer-- edit xorg.conf as follows, by uncommenting the line that you want --

The formula for calculating the DisplaySize values is Width (in inches) x 25.4 / DPI and Height (in inches) x 25.4 / DPI. If you're running Xorg with a resolution of 1024x768 and want a DPI of 96, use 1024 x 25.4 / 96 and 768 x 25.4 / 96. Round numbers down. (xorg.conf expects width/height specifications to be given in milimeters. There are 25.4 milimeters per inch, thus the need to multiply by 25.4)


# calc: (x|y)pixels * 25.4 / dpi
# DisplaySize 168 126 # 96 DPI @ 640x480
# DisplaySize 210 157 # 96 DPI @ 800x600
# DisplaySize 269 201 # 96 DPI @ 1024x768
# DisplaySize 302 227 # 96 DPI @ 1152x864
# DisplaySize 336 252 # 96 DPI @ 1280x960
# DisplaySize 336 210 # 96 DPI @ 1280x800 (non 4:3 aspect)
# DisplaySize 339 271 # 96 DPI @ 1280x1024 (non 4:3 aspect)
# DisplaySize 370 277 # 96 DPI @ 1400x1050
# DisplaySize 380 238 # 96 DPI @ 1440x900 (non 4:3 aspect)
# DisplaySize 420 315 # 96 DPI @ 1600x1200
# DisplaySize 444 277 # 96 DPI @ 1680x1050 (non 4:3 aspect)
# DisplaySize 506 315 # 96 DPI @ 1920x1200 (non 4:3 aspect)


In case X ignores your DisplaySize setting (known bug) add the following line in the Device section.
Option "NoDDC" "true"


For nVidia drivers you may have to disable automatic detection of DPI to set it manually. There is also an easier way to set DPI on these cards. Either or both of the following lines can be set in the device section for your nVidia card.
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#66 Post by wow »

Here is a modified devx, add pyrex if you want to install Compiz Fusion from source:

[devx-Xorg7.4-gtk2.14.4-r1.sfs] [65.8 MB] compiling addon

md5sum:

Code: Select all

f283c4eaa4a0f4258ab5e00eb8fc95e8  devx-Xorg7.4-gtk+2.14.4-r1.sfs
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#67 Post by Lobster »

ok Lobster, I updated the xara sfs
Thanks Mark - have not tried it in UP yet
but good news - I renamed the 4.11 part of the SFS to 4.12
and it is working in Puppy 4.1.2

8)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#68 Post by Sit Heel Speak »

Now here is an interesting anomaly.

Screenshot: http://i39.tinypic.com/6hixj5.png

I booted wow's Puplet, live-CD, without specifying any puppy pfix parameter. Previously I had booted wow's live-CD using puppy pfix=ram without difficulty. Thanks, wow, for the new XOrg and Mesa!

There are eight assorted Puppies on this machine, including a frugal install of Puppy 4.11 on sda1 which has no pup_save.sfs of its own. It happens to carry a 2.6.27.5 kernel which I grafted-in myself.

The sda1 frugal install of 4.11, is what came up, when I booted the wow's-Puplet live-CD with no pfix parameters.

Ehh, I must conclude that something ain't right with the init script. Unfortunately, as a bash scripting guru I am not yet gu enough to tackle this. sda1 is ext3, maybe that is a clue, maybe not.

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Setting DPI

#69 Post by techtype »

Well, everything that I posted above about setting DPI should work ---- but does not for UltraPup. It seems that the setting for DPI in ~/.Xresources overrides all others. So change the line in that file to the DPI that you want: Xft.dpi: 96 does it for me. Finally!!!

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Adding Themes

#70 Post by techtype »

I can find some nice blue GTK themes and put them in the "Themes" folder. They are then recognized and available to select. But picking different themes and applying them does not seem to change much, certainly not to any colors other than grey. Suggestions ??? LXDE.org shows some beautiful themes, but they don't work for me.

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

Menus and icons - for Wine-sfs-additions?

#71 Post by davids45 »

G'day,
Running this unnamed/ultra Pup as a frugal on a dual core desk top.
Very nice.
I had created a combined wine1.1.7+Excel+Word+Mailwasher+RootsMagic+PAF5+Ocad+7Zip sfs for use with all my frugals (needed for those Pups with just the 3 sfs options). This combined sfs runs quite well in U-Pup, except....

the U-Pup desktop displays the wine-generated Desktop directory of links to these Windows programs with text but blanks where the icons should be. If I click on the blank space above the text-line (that is, where the icon is normally), the program starts. The .xpm icons are there as images if I explore the wine-Desktop with Rox.

How can I get these icons to display on the desktop?

I have not been able to find where the data for the drop-down menus are. Winecfg and uninstall menu options are also without their mini-icons. And if I could, I would like to add these Windows-wine programs to the U-Pup menus - wherever they are hiding.

Thanks,
David S.

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#72 Post by wow »

@Sit Heel Speak: If you boot any recent puppy version (x.xx) from CD it will search for pup_xxx.sfs on hard drive if available.

@techtype: You'll need more GTK+ engines (this iso has pixmap and murrine engines), there are some .pets in "Additional Software(pups 'n stuff)".
davids45 wrote:How can I get these icons to display on the desktop?
Try to add the full path to the icon, open any of those files with leafpad and edit it. To add icons to wine programs in my modified lxpanel's Menu copy the .desktop file to /usr/share/applications, open the file with any text editor and change the category to "Wine;"
Example, I moved "something.desktop" from the Desktop to the "/usr/share/applications/wine" folder and edited "something.desktop" with leafpad like this:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=something
Icon=/usr/share/icons/something.xpm
Comment=something
Exec=something
Terminal=false
Type=Application
Categories=Wine;
GenericName=something
To refresh the Main Menu wait few seconds or run this command in a terminal window:

Code: Select all

update-desktop-database
Image
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

#73 Post by techtype »

wow wrote: @techtype: You'll need more GTK+ engines (this iso has pixmap and murrine engines), there are some .pets in "Additional Software(pups 'n stuff)".
Thanks, I just added the GTK Toolkit so far and that seemed to do it. I'll post a screenshot when I get all done.

Edit: the GTK toolkit destabilizes Ultrapup, it took a lot of testing before I identified it as it's subtle.
Last edited by techtype on Wed 24 Dec 2008, 20:10, edited 1 time in total.

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

#74 Post by davids45 »

G'day wow,
Thanks for the advice on modifying the menu to take the wine sfs programs.
All are now menued and working.
David S.

logimax
Posts: 8
Joined: Fri 12 Dec 2008, 21:55

wbar

#75 Post by logimax »

Anyone tried to install wbar on UP? Im kinda noob, and can't get it to work.
Installed wbar1.3.3.pet and a lib, placed the lib in my-applications/libs, and it seems to have found it, but now it complains about
/usr/local/lib/X11/pixmaps/console48.png -> Image not found. Maybe using relative path.
i have browsed my fs, and the image is exactly on that place, but wbar seems to not see it...

User avatar
prit1
Posts: 542
Joined: Fri 04 Jan 2008, 00:10
Location: Los Angeles

#76 Post by prit1 »

logimax,

I used a stripped down version of Macgic that mostly just has wbar and a background and it worked. I think this version that you tried had an icon image for console that was not actually found. You can edit /root/.wbar and remove this line or fix this by changing it to a correct icon image location of console.

Mine looks like Macpup now. Attached screenshot.
Attachments
Macpup411L.jpg
(42.84 KiB) Downloaded 1096 times
[url=http://macpup.org][b]Macpup - The beauty of linux[/b][/url] [b] | [/b] [url=http://pritlog.com/][b]Pritlog - Simple blog app[/b][/url]

logimax
Posts: 8
Joined: Fri 12 Dec 2008, 21:55

nope

#77 Post by logimax »

Thanks for Ur response prit1, but nope, it's not that, deleted the line, and it just complains on the next line. repeated and it complains about the next. I even moved the images to /root/ and changed the lines. ie i: /root/osxbarback.png and it is still complaining. It looks like it is not reading t/point me in the right direction, thanks!

User avatar
prit1
Posts: 542
Joined: Fri 04 Jan 2008, 00:10
Location: Los Angeles

#78 Post by prit1 »

logimax,

I think you would have to check if all the paths for the icons and other paths mentioned in /root/.wbar are existing and valid. You can post your .wbar here and we can take a look.
[url=http://macpup.org][b]Macpup - The beauty of linux[/b][/url] [b] | [/b] [url=http://pritlog.com/][b]Pritlog - Simple blog app[/b][/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#79 Post by MU »

Bugfix concerning Muppyfiler/Gtkbasic:

You must install also:
http://dotpups.de/dotpups/Programming/P ... ic-2.6.pet

The reason is, that wows Puplet contains an older version (2.5) of puppybasic.
Because it is the top layer, the newer one in my sfs is not used.
The PET fixes that.

I also will release a new sfs next year, that automatically solves this issue.


------------------------------------------------
I made some more SFS:
- Icewm
- Gtk-Themeselector with themes
- Mplayer with required libraries in an own subfolder to avoid conflicts.

I currently write from an internet cafe, where I cannot upload files.
So they must wait until january.

I also work on a simplified version of "Muppywmchooser".
This "Desktopchooser" lets you switch from lxde to icewm on the fly, without restarting X.
I'll also add support for other Desktop combinations.
Like this you also can run Icewm without the Icewm-taskbar, but with lxpanel instead (which loads the menu much faster).

The concept is simple:
you do not run the windowmanager directly, but a small script, that loops endlessly.
Then the windowmanager runs as backgroundprocess.
To switch, you kill the wm, and start another one.
As a desktop contains more services, I use "startlxde" and "stoplxde", or "starticewm" and "stopicewm".
The "stop" scripts shut down all tools belonging to a desktop, like "kill -9 `pidof icedock`".

These scripts are accessable by a simple program with some buttons for each desktop.

------------------------------------------
I also tried to make a SFS of the VLC mediaplayer.
But it depends on wxGtk 2.6, that does not work with the Gtk in wows puplet.
I have to recompile it, once I find an opportunity to download wows new development files.
The wxGtk (wxWidgets) also were the problem we had above with XaraLx.
It has those libs statically compiled.
I also tried now a version from Ubuntu Intrepid, where wxGtk is used as shared library.
That also does not work, but is more "informative" to find the errors.
Errors can be shown like this:
gdb xara
run
backtrace
quit
------------------------------------------

Happy Christmas :)
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Screenshot

#80 Post by techtype »

MU wrote:Bugfix concerning Muppyfiler/Gtkbasic:

You must install also:
http://dotpups.de/dotpups/Programming/P ... ic-2.6.pet

The reason is, that wows Puplet contains an older version (2.5) of puppybasic.
Because it is the top layer, the newer one in my sfs is not used.
The PET fixes that.

I also will release a new sfs next year, that automatically solves this issue.


------------------------------------------------
I made some more SFS:
- Icewm
- Gtk-Themeselector with themes
- Mplayer with required libraries in an own subfolder to avoid conflicts.

I currently write from an internet cafe, where I cannot upload files.
So they must wait until january.

I also work on a simplified version of "Muppywmchooser".
This "Desktopchooser" lets you switch from lxde to icewm on the fly, without restarting X.
I'll also add support for other Desktop combinations.
Like this you also can run Icewm without the Icewm-taskbar, but with lxpanel instead (which loads the menu much faster).

Happy Christmas :)
Mark

Thanks Mark, this seems to fix some bugs with Quickmount also. Prior to this, it seemed to mount some NTFS directories read-only.

Here is my current Ultrapup screenshot. It's still a work in progress.

Image

Post Reply