Lupu-515 Beta New Version DEC 18
Xorg info
You can see some info at /var/log/Xorg.0.log.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]
-
- Posts: 35
- Joined: Thu 23 Dec 2010, 00:58
- Location: Gurabo, Puerto Rico
- Contact:
But thats my point.. Maybe people are having a proble finding it... (its not even in the repos)tempestuous wrote:libv4l is available as a dotpet here
http://www.murga-linux.com/puppy/viewto ... 701#469701
EDIT: It didn't work... =.=
- Béèm
- Posts: 11763
- Joined: Wed 22 Nov 2006, 00:47
- Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
hanks for the info.ICPUG wrote:Beem,
Since I've tried a number of searches to find out where XOrg stores its autogenerated info and come up blank everytime I am led to the conclusion that it doesn't store them. It autogenerates at every boot up. If an xorg.conf is created anything in there will overwrite the auto generated stuff. Anything NOT in there will be autogenerated.
See here for more interesting info:
http://www.freebsd.org/doc/en_US.ISO885 ... onfig.html
And 7.4 seems to be worse.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
- Béèm
- Posts: 11763
- Joined: Wed 22 Nov 2006, 00:47
- Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
Re: Xorg info
Yes, interesting.shinobar wrote:You can see some info at /var/log/Xorg.0.log.
But as I understand, xorg.conf isn't used anymore, unless in puppy one goes through xorgwizard.
I didn't do that and as a test, edited xorg.conf (not knowing 7.3 acted differently) to define two keyboards, but I see in Xorg.0.log the modification I made is visible there.
Code: Select all
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc102"
(**) Keyboard0: XkbModel: "pc102"
(**) Option "XkbLayout" "be, us"
(**) Keyboard0: XkbLayout: "be, us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
Code: Select all
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 23 19:43:23 2010
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
- abushcrafter
- Posts: 1418
- Joined: Fri 30 Oct 2009, 16:57
- Location: England
- Contact:
What do you mean "awful" the contents will just collapse. Maybe one might consider tables in complicated designs or maybe not. I can't real comment because I have no experience with the sort of complicated designs I am thinking of. How ever in this sort of design there is no excuse for not using tables.ttuuxxx wrote:css vs tables, well this is kind of one of those things, some small puppy browsers don't use css, so those people would have an awful web page to look at, also tables are quick and easy, I don't really see any reason why not to use tables.
If some one uses a older, limited, etc browser that's there decision. It should not hold back the use of improved standards. Anyway you will still be able to understand/see the content due too how HTML works.
I find CSS easier than tables.
Probably should add some more text to this post but I can't think of what to add.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
- abushcrafter
- Posts: 1418
- Joined: Fri 30 Oct 2009, 16:57
- Location: England
- Contact:
I did not want to cause sadness.Lobster wrote:Perhaps you are able to finish the formatting and host this time, so I can not alter your well intentioned efforts.
I guess soLobster wrote:I was happy with the original site, perhaps my standards are too low.

Now there is a problem. I create web-pages a lot quicker (Well maybe not quickerLobster wrote:Just not interested in spending the time. Maybe you are.

I am not a expert. I have read a small amount of stuff. I have read the book (Though not all the info on individual tags.) "Website Design In A Nut Shell" and read the tutorials on http://www.w3schools.com/ and the odd article. My current knowledge is just HTML and CSS. No scripting.Lobster wrote:Maybe given a few weeks I could do better . . .
and show us how a web site created by an expert looks.
Oh noLobster wrote:I will leave our joint effort as is.

[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
I haven't followed this thread and I'm in a hurry right now so I'll just add my two cents in the context I regard it based on the last two posts...
There's nothing you can't do with divs and css but you can do with tables. There are many things you can't do with tables and you can do with divs and css. For complex design you can use a combo of the two but it's not advized. You can do anything just with divs and css. It's very powerfull, plus it's how standards are set for a long time now. Tables are for tabular data display only, styled containers/elements are for styling.
There's nothing you can't do with divs and css but you can do with tables. There are many things you can't do with tables and you can do with divs and css. For complex design you can use a combo of the two but it's not advized. You can do anything just with divs and css. It's very powerfull, plus it's how standards are set for a long time now. Tables are for tabular data display only, styled containers/elements are for styling.
- abushcrafter
- Posts: 1418
- Joined: Fri 30 Oct 2009, 16:57
- Location: England
- Contact:
Thanks for the info.acrocosm wrote:I haven't followed this thread and I'm in a hurry right now so I'll just add my two cents in the context I regard it based on the last two posts...
There's nothing you can't do with divs and css but you can do with tables. There are many things you can't do with tables and you can do with divs and css. For complex design you can use a combo of the two but it's not advized. You can do anything just with divs and css. It's very powerfull, plus it's how standards are set for a long time now. Tables are for tabular data display only, styled containers/elements are for styling.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
- Colonel Panic
- Posts: 2171
- Joined: Sat 16 Sep 2006, 11:09
Possibly more options to change the colours in the calendar, but apart from that I'm very happy with Osmo. It has a full range of features (including a date calculator, which I use a lot) and works well.
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.
Osmo 0.2.10 is so an old version ? (ASR edu A310 2015)
I would like a link between contacts ans tasks? Task would be affected to a contact (instead of category)
- Attachments
-
- osmo.jpg
- (38.48 KiB) Downloaded 181 times