Zarfy - Change Screen Resolution Gui - MultiMonitor Support

Miscellaneous tools
Message
Author
User avatar
ozboomer
Posts: 135
Joined: Wed 04 May 2005, 21:22
Location: Melbourne, Australia

#31 Post by ozboomer »

Puppus Dogfellow wrote:better to have forgotten the normal permissions than to have no idea what the phrase means. yup, your code changes the icon from a text page to a text page with a terminal on it. thanks.
Without going through all the kerfuffle of the implications (which are MANY, in any Linux/Unix system), I normally just MAKE the thing work by typing:

Code: Select all

# chmod 777 scriptfile
...or you can use Rox and right-click on the filename and there's a 'permissions' option there somewhere (I don't have a Puppy with me at the mo to check)... which will have 'execute+searchable' as a default permissions to set (I think). More info: http://linux.die.net/Linux-CLI/file-permissions.html
i remember early on (i'm new to linux--xp crashed, got jolicloud as a why not...
I'm not new to unix/linux... but I'm still pretty neophyte, although, as of yesterday, I'm 9 years into Puppy manipulating 'coz he's still the fastest, easiest to manipulate.. and I can kinda understand him :) I come from ~30+ years of VAX/VMS... IBM PCs+CP/M+MS-DOS since Day 1... and the various incarnations of M$-Windoze... and probably am kinda biased that Linux is still a 'programmer's O/S' in that you have to 'edit a file' to make system changes and you often need to have a lot of 'technical knowledge' to get the system to do what you need (I *still* can't get my head around realtime kernels, JACK, ALSA, etc otherwise I'd be using Linux for my music stuff... but oh well).
ubuntu... puppy... Mint...
heh... Back in the mid-2000s I ended-up trying about 100+ Linux distributions... and I ended up exploring Puppy mainly... but I DO have some knoppix, zenwalk, musix and PC LinuxOS distributions floating about.
it's the exclamation point after the pound sign that makes it a script to the machine? are these bash scripts or shell scripts or what?

[...]

ps sorry for all the questions/hijacking your thread, but i'm on the cusp of "programming." :lol: :oops:
Something in the dim, dark, past of Unix' development (whether it was 'BSD'=west coast USA or 'System V'=east coast USA), some bright spark came up with the concept of the shell - a program that gives you a command line prompt. There is (or used to be) something with the '1st process' that starts ('init') and it creates ('forks off') all these other processes, one of which might be your session on the main screen... but this would be better explained by someone who's more familiar with Linux internals (and Puppy internals, in particular).

Anyhoo, the first line of an executable (text) file needs the "shebang" (the hash-exclamation point) to tell the shell that it's running in, what program to use to process the text of the file... So, that's why you'll see #!/bin/sh all over the place. 'sh' was the first 'shell' program. People added features (and sometimes maintained backward compatability... and sometimes not) and 'they' came up with different shell programs, like -- ksh, csh, tcsh (see http://en.wikipedia.org/wiki/Tcsh), amongst others.

...but better you have a look for a copy of 'RUTE' (a classic on-line book/e-book on Linux) and browse through tldp.org for more good info on Linux, etc.
pps: after that, can i just tell the machine to raise and lower the menu bar?
There is something in Rox that will allow you move where the 'pinboard' (I think it is) will be located - top, bottom, left, right...
reload the wall paper?
...and that is something buried in one of the scripts that starts "X" (or you can manually do something with it in Rox)... but I've forgotten how to do that...

Hopefully, this gives you (a lot of) pointers for further exploration :)

User avatar
Puppus Dogfellow
Posts: 1667
Joined: Tue 08 Jan 2013, 01:39
Location: nyc

#32 Post by Puppus Dogfellow »


Without going through all the kerfuffle of the implications (which are MANY, in any Linux/Unix system), I normally just MAKE the thing work by typing:

Code:
# chmod 777 scriptfile
yeah, i couldn't get the script to run and haven't rebooted to try in a week, but if i type that into a terminal i opened in a folder opened to the location of the script ("scriptfile" is the script's name?) it should run? anyway, thanks for all that info, ozboomer. it's appreciated (though for now the machine's running so well i actually want to do nothing to it and can live with the 45 seconds of inconvenience). [edit: a month later i reboot with the permissions changed and am glad i no longer have to deal with that step--thanks]

i feel i have to retract some of my earlier criticism of gr&r--i went back to a couple of the installations that i thought were messed up by it, and "#fixmenus #wmreboot" seemed to heal all the ills i thought it caused.

Pelo

excellent !

#33 Post by Pelo »

Merci, Zarfi m'est très utile. Usefull.

User avatar
ozboomer
Posts: 135
Joined: Wed 04 May 2005, 21:22
Location: Melbourne, Australia

#34 Post by ozboomer »

The latest attempt with this was to simply avail myself of the Menu > Setup > Video Upgrade Wizard which helped me install the 'real' NVIDIA drivers... and going through the Menu > Setup > NVIDIA X Server Settings option got me to the point of having the 2 monitors acting as one desktop, so I could get some more space to display windows, etc.

The downsides though... I can't seem to have separate background images on each monitor (big deal), each monitor has a different resolution (to be expected, really - 2 different brands/models/resolutions of monitors)..

...but the biggest downside is that there doesn't seem to be any way to perform a *complete* rollback from the upgrade. If I download and (Puppy) install the NVIDIA drivers & settings, set things up.. and then try to go back to older drivers, "X" reports "Server terminated with error (1)." and such like...

Oh, I can sort-of 'hack' (machete) my way through the uninstall, rmmod nvidia, reboot, xorgwizard to VESA, reboot, configure nouveau, etc... but the 2nd screen is now full of rubbish instead of being off (with no signal), like it was first set-up after the initial (frugal) installation.

Keeping/re-instating /etc/X11/xorg.conf (and/or xorg.conf.0) doesn't get me back only one running monitor... so I'm still unsure about going PROD with the dual monitor display... hmm...

The adventure continues...

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#35 Post by s243a »

Is there an update of this?

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#36 Post by disciple »

It's best to use arandr, or nvidia-settings if you have an nvidia card.
Last edited by disciple on Tue 06 Aug 2019, 13:16, edited 2 times in total.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#37 Post by BarryK »

This is an oldish thread. I never considered using Zarfy before, but after the topic was brought up by forum member 'blgs', decided to create a PET. Blog post here:

http://bkhome.org/news/201812/zarfy-mul ... nager.html
[url]https://bkhome.org/news/[/url]

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#38 Post by Argolance »

I discovered Zarfi running EasyOS: in my opinion (and without going into detail), this quite "old" zarfi is far from being as easy to use and efficient as LXRandR...

Regards.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#39 Post by disciple »

Have you tried arandr? Last I checked it worked best.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#40 Post by Argolance »

Bonsoir,
disciple wrote:Have you tried arandr? Last I checked it worked best.
:arrow: Downloaded/installed/approved! Simple, visual: in any case, much more handy than Zarfi.
Thanks.
Regards.

Post Reply