The officially official Devuan Forum!

You are not logged in.

#226 Other Issues » [SOLVED] Problems with a Seagate portable drive » 2021-11-16 12:49:28

Ron
Replies: 29

Okay, this is a noobish question. I just installed Miyo Linux and I'm having problems with a Seagate portable drive. I can plug it in but it's read only. It has worked before I installed Miyo, so I'm thinking it is a permission problem, although the drive is old and it's possible it's failing. FTR, I can write to my flash drive. How to check the permission? When I right click the drive's icon and select properties, then select the permissions tab, it says there "The permissions of "Seagate Backup" could not be determined."

#227 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2021-11-16 02:49:14

Ron

Thanks for your quick response MiyoLinux. I also noticed a bunch of apps that begin with libxfce..... and I'm hesitant to delete those. Should I not touch those?

#228 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2021-11-16 01:13:53

Ron

Running Miyo ceres. I installed Mate and deleted Openbox. Can I delete the Xfce power manager without any consequences? I ask because in my notes for the old version of Miyo it says don't deleted it (I'm assuming that instruction came from MiyoLinux but it's been so long ago I can't remember). However, I know it's not running and the Mate manager is.

#229 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2021-11-14 13:02:46

Ron

Okay, so I installed it and so far things are well. Actually, they're better. A week ago I installed the current Devuan, and I was getting horrible screen tearing in my browser. On this Miyo (ceres) I'm not.  👍  Any idea what is the difference?

#230 Re: Desktop and Multimedia » [SOLVED] Xfburn error message » 2021-11-10 13:36:29

Ron

Thanks guys.There was indeed a refresh button (although it was next to something else besides "DVD+RW".)

#231 Desktop and Multimedia » [SOLVED] Xfburn error message » 2021-11-10 04:29:55

Ron
Replies: 3

First, I hope this is the proper board to post this. I did a quick internet search for this problem but came up empty. I just installed Xfburn and am trying to burn an .iso image, but I keep getting the error message below. I have no idea how to fix this.

ZqkITst.jpg

#232 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2021-11-10 01:30:55

Ron
MiyoLinux wrote:

The 2020 versions of Miyo Rolling (based on Devuan Ceres) don't use it.

So is this the Ceres which became Devuan 4?

#233 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2021-11-10 01:08:51

Ron

Hi Miyo, are there any versions of Miyo that don't use pulseaudio? Thanks.

#234 Installation » Two more issues on new Devuan 4 install » 2021-11-09 03:07:10

Ron
Replies: 3

I'm trying to add the ppa for inxi sudo add-apt-repository ppa:unit193/inxi but I keep getting this:

Ron@Ron:~$ sudo add-apt-repository ppa:unit193/inxi
[sudo] password for Ron: 
sudo: add-apt-repository: command not found

It worked on ascii; don't know why it's not working on 4.0.

The other issue is that when I open a sound app (Audacity, SMPlayer, start up sound) I'm getting an annoying POP sound. It just pops when you open the app. After that it's okay. Any ideas on this?

[I'm still having the screen tearing issue mentioned in my other post.]

#235 Re: Installation » Installed Devuan 4.0 and have a few problems » 2021-11-09 02:30:48

Ron

So I deleted compton and kept picom. I created picom.conf and put it in the .config folder. This is what I put (and only this):

#backend = "xrender";
backend = "glx";

but I sill am experiencing terrible screen tearing. Should I enable or unenable hardware acceleration in the browser? Is there anything else to try?

EDIT
Hardware acceleration was off, so I switched it on. Screen tearing is still bad.

#236 Re: Installation » Installed Devuan 4.0 and have a few problems » 2021-11-08 12:39:28

Ron

Thanks HoaS, I got the .deb file installation working. But I'm still scratching my head over the other issue. I found the sample config file, but it is not matching the instructions I have. My instructions are to find the lines

backend = "xrender";
#backend = "glx";

and change them to

#backend = "xrender";
backend = "glx";

But I can only find this:

# Other
backend = "xrender";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
# use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
dbe = false;
paint-on-overlay = true;
# sw-opti = true;
# unredir-if-possible = true;
# unredir-if-possible-delay = 5000;
# unredir-if-possible-exclude = [ ];
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
# resize-damage = 1;
 
# GLX backend
# glx-no-stencil = true;
glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
# glx-no-rebind-pixmap = true;
glx-swap-method = "undefined";
# glx-use-gpushader4 = true;
# xrender-sync = true;
# xrender-sync-fence = true;

Regarding what hevidevi wrote, is that the case? I still have picom installed. Should I delete one or the other? The whole reason for this is that I have big time screen tearing in my browser.

#237 Installation » Installed Devuan 4.0 and have a few problems » 2021-11-08 02:31:51

Ron
Replies: 6

I just installed Devuan 4.0 over top of 2.1 and am having a few issues. The first issue is that when I click on .deb files to install apps, instead of installing they open with the archiver. I know these are .deb files that are supposed to install the app.

The second issue is I installed Compton because of screen tearing in the browser. The instructions I was given said after installing it to go to /home/**/.config and open compton.conf and edit some lines. The problem is this file doesn't exit. I double checked and made sure Compton is installed and was added to the list of start up apps, but no config file for it exists.

#238 Re: Other Issues » Updated inxi, have issue » 2021-10-18 00:44:38

Ron
rolfie wrote:

Your update bypassed the apt database. Synaptic looks at the database and not at the application.

Well, I have the latest SMPlayer installed via a .deb file, which I don't think is the most current offered by the database, and yet Synaptic shows it as installed. (Version 21.1.0+2.1) This is on Devuan 2.1.

#239 Other Issues » Updated inxi, have issue » 2021-10-17 12:56:25

Ron
Replies: 2

I updated inxi due to a thread in another forum. Here's how I did it: First, opened "/etc/inxi.conf" as administrator and change the line B_ALLOW_UPDATE=false  -to-  B_ALLOW_UPDATE=true. Save and close the file. Then ran sudo inxi -U in terminal to update inxi to latest version. Here's the problem, when I look in Synaptic, it says my current version is still 2.3.5-1, but when I run inxi --version in the terminal it comes up to the latest. See screenshot. Why is Synaptic still showing the old version?

T2bOBCy.jpeg

#240 Re: Off-topic » Palemoon drama, has gotten bad, » 2021-10-07 12:30:48

Ron
zapper wrote:

That being said, Hyperbola devs are in a bit of a pickle, because of palemoon devs going balisitic over some users not following their trademarks which resulted in a cascade of people removing their commits from uxp.

According to the "horse's mouth," your cascade of people is only 2. Where are you getting your information?

#241 Re: Off-topic » Palemoon drama, has gotten bad, » 2021-10-06 03:37:56

Ron
zapper wrote:

That being said, Hyperbola devs are in a bit of a pickle, because of palemoon devs going balisitic over some users not following their trademarks which resulted in a cascade of people removing their commits from uxp.
. . .
Sadly, that's become what this situation has been reduced to.  Thank the palemoon devs for being a bunch of absolute morons.

I was wrong about Palemoon devs being any good it begins to seem...

Requiring people to respect their trademarks, and the open source license, which is what I think you mean, and is the latest problem, does not make them morons. If people don't respect the open source license, then what's the point? I think those who don't respect the open source license or their trademarks are the morons who are causing all the problems.

Also, the reddit shithole is run by rabid anti-palemoon folks, so you're not going to get the facts there. As a matter of fact, they have posted outright lies. If you go there and try to post facts, you get banned. It's already happened. And your links to the Pale Moon threads actually prove my point.

#242 Re: Off-topic » The rise of Artix and decline of Arch on Distrowatch » 2021-09-15 23:49:24

Ron

Don't put any stock in the rankings on Distrowatch.

Thanks for this post, Artix Linux slipped under my radar, I never heard of it before. It looks like a good distro.

#243 Re: Devuan Derivatives » An example of how Trinity Desktop Env (TDE) can look on Devuan ASCII » 2021-08-12 14:30:02

Ron
Micronaut wrote:

Every time I have asked about Trinity desktop in any Linux forum I see these claims that it is hugely insecure due to being such an old code base and no one with any sense would dare use it.

This is the same ignorant claim made against Pale Moon browser. As long as it's maintained with bug and security fixes, it's no more insecure than any other comparable app. (Unless there's something about TDE I don't know yet.)

Micronaut wrote:

Second, is this claim of 'ancient code' remotely true? Just because they forked it from KDE 3.x doesn't mean they haven't fixed any bugs since then. That's the point of the fork, to get control of the code. smile

You answered your own question.

#244 Re: Off-topic » ${THEY} continue crippling browsers... » 2021-05-01 03:28:24

Ron

I'm still surprised some people are crying like babies over this. How many times did Firefox "break" these legacy extensions in the past? Why do you think some of those extensions had so many updates? You can't expect frozen extensions to continue to work forever in an actively developed browser. What's so hard to understand about that? I mean, people seem more upset over this than Firefox totally abandoning this type of extension in favor of webextensions. It makes absolutely no sense to me. I also get the impression that a high majority of people bitchin' over this don't even use Pale Moon (they just have a weird hatred of it).

#245 Re: Off-topic » ${THEY} continue crippling browsers... » 2021-04-30 02:14:43

Ron
blackhole wrote:

The developers are making some very questionable decisions - and perhaps it's time the browser's fans cast their minds back as to why they stopped using browsers such as chrome or firefox?

If you're talking about the recent dustup over extensions, well, you can't expect frozen extensions to continue to work forever in a developing browser. Go ask any developer of those legacy extensions how many times they had to modify them when a new version of Firefox "broke" them. This isn't rocket science.

blackhole wrote:

The way the forum is administered and how the lead developers behave, may be irrelevant to the actual software itself, but the obnoxious and arrogant posturing and in particular the attitudes on show in the "insect" comment and the posting directed at the individual trying to work on an OpenBSD port, is in fact reflected in the code - in the decisions regarding tor, add ons, blocking user agent override, etc - in general foisting changes on users for a particular reason, while publicly offering another line of reasoning - not so plausible reasoning.  For example the UA override removal and reasons stated for doing so were questionable - and it's likely that the same narcissistic reasoning of "branding" was behind that, as it was with the OpenBSD port situation - in that allowing users to masquerade as firefox his perceived "market share" suffers. It looks like it's - "Our browser, Our way"...  Except in reality it's a fork, with the  overwhelming bulk of that code being from decades of dev work at Mozilla (and Netscape before that).

Guarding one's branding isn't being narcissistic. Do you have anything that's branded? And Firefox was a fork also, and much of their code came from Netscape. What's your point? Is there one?

#246 Re: Off-topic » ${THEY} continue crippling browsers... » 2021-04-29 01:52:24

Ron

I call B.S. on that article. I've been using Pale Moon for close to a decade now and it's a great browser. Better than the Chrome clones.

#247 Re: Off-topic » What are you reading/want to read ? » 2021-04-23 16:48:35

Ron

On my list to read: The Autobiography of Benjamin Franklin.

#248 Re: Off-topic » A problem on my monitor » 2021-03-05 00:31:28

Ron
Altoid wrote:

The description fit this (probaby) being some sort of radio interference generated by something electrically powered running nearby and being picked up by the monitor cable.

Are you using the OEM cable?
Does it have a ferrite filter?
Have you tried using another cable?

When you do have these artifacts on the screen, is there something electrical running nearby?

I've been "monitoring my monitor" since I last checked this thread. I don't think it's something nearby that's causing the problem. I guess the next thing to do is replace the cable if they're not too expensive (it's been a while since I had to buy one separately).

#249 Re: Off-topic » A problem on my monitor » 2021-02-27 17:35:41

Ron

After reading some of the things to try, it occurred to me I left out one detail. It doesn't do this all the time (it doesn't seem to be doing it right now as I type this). Does this extra detail shed some light as to whether it's the monitor, or the cable, or some setting on the system?

#250 Re: Hardware & System Configuration » [100% SOLVED] Pulseaudio - I can't start it [100% SOLVED] » 2021-02-27 17:33:07

Ron

If that is the case, then this is somewhat of an issue with me. It would be nice if Devuan totally broke free from Debian but it doesn't seem like they have enough developers to do this.

Board footer

Forum Software