You are not logged in.
1 x Arch Linux ("media player" laptop connected to television--has not been updated since 2015)
Lol.
Ive got a usb somewhere with pacbang on it, think that was around 2015 maybe, should try and find it and see if it will update
You'll have to update it in stages and go through all of the old news articles for the user interventions. The archives can be used to update to specific dates.
Use ceres instead, you'll get the upstream fixes quicker with that.
My mouse cursor freezes under runit and I have no choice but to shutdown with power button. I'm on Chimaera/testing.
It's called "testing" for a reason ![]()
I use `exec dbus-launch openbox-session &` with ~/.xinitrc
You shouldn't need dbus-launch or ~/.xinitrc.
Try
rm ~/.xinitrc
# update-alternatives --set x-session-manager /usr/bin/openbox-session
startxIf the desktop still doesn't work properly then please open a new thread about the problem and include the X.Org log file.
When I ran `# apt install runit-init`, it said:
... dpkg: sysvinit-core: dependency problems, but removing anyway as you requested: init depends on sysvinit-core | runit-init: however: Package sysvinit-core is to be removed. Package runit-init is not installed. ... Unpacking runit-init (2.1.2-36) ... Setting up runit-init (2.1.2-36) ...And there was no question asked like, "To continue type in the phrase" etc. Is this normal?
I only tried the technique with beowulf but that certainly didn't happen for me.
Hello again Danielsan, nice to see you here ![]()
That's an interesting approach, does Guix also install the packages that are needed for hardware video acceleration?
Kodi is also available as a Flatpak: https://flathub.org/apps/details/tv.kodi.Kodi
I see Kodi is not available on Devuan repos.
It was removed from Debian testing because that version depended on Python2 (which is now EOL):
https://bugs.debian.org/cgi-bin/bugrepo … =%23936805
Wait for v19, that will depend on Python3 instead and should be re-introduced. Hopefully before the bullseye freeze...
[ 40.077] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
Well that's not right. Try installing elogind instead.
The upper screenshot is from ASCII and the lower one from Beowulf, in both cases. I much prefer the visual appearance in the screenshots from ASCII because the fonts don't show any blur there.
How strange. Try disabling hinting then.
Beautiful, isn't it?
Erm, no. Just no. ![]()
Running
# dpkg-reconfigure eudevdid not change anything here, unfortunately.
We should probably check the X.Org log file then.
things are still pretty bad compared to ASCII
Just for clarity, which of the screenshots is from ASCII? To my eyes the lower shots look *much* better, would you agree?
EDIT: and are you really using the Raleigh GTK theme? ![]()
I resolved my issue by creating a ~/.Xsession file in home directory
Probably better to add the scim stuff to ~/.xsessionrc, that should be applied to any and all graphical desktops.
The environmental variables could be exported from /etc/environment (or in their own file under /etc/environment.d/).
Each problem should really have it's own thread to aid SEO.
But anyway...
I was able to load the driver module manually by becoming root and then running modprobe i915 when using the 4.19 kernel, giving me back the usual view in the TTY.
Now, how would I ensure it gets loaded during boot?
Add the i915 driver to /etc/modules (or in it's own file under /etc/modules-load.d/) and then rebuild the initramfs:
# update-initramfs -u -k allKeyboard and mouse unresponsive after starting X
Try
# dpkg-reconfigure eudevFonts in X
Hinting issue, perhaps?
# dpkg-reconfigure fontconfig-configOr play around with Xfce's font settings.
thermald, has only systemd script /lib/systemd/system/thermald.service . No /etc/rc* or /etc/init.d/ script for startup.
You can convert a systemd unit file to a sysvinit script with sysd2v.
Installed, rebooted and nothing happens. Modprobe says that this is no module "rtl8723de" in lib/modules/4.19.0-9-amd64
The modprobe command loads kernel modules rather than firmware.
Can we see the output of
# dmesg | grep firmwareThe output for both of these commands was the same as follows.
Dear me, your sources are a mess. The deb-multimedia repositories definitely break things (as we've seen) and I don't trust the other foreign sources either. Probably best to reinstall from scratch and try to stick to Devuan's repositories in future if you want to avoid these issues.
See also https://wiki.debian.org/DontBreakDebian (s/Debian/Devuan/g).
If you think that the emergency "downgrade" idea is a better option, should the apt-get update and apt-get -o dir::cache::archives="/disc/" dist-upgrade commands (as per my post #21) be used in place of your suggestion for apt update and apt full-upgrade.
The apt command is a user-friendly wrapper for apt-get &c, it is functionally very similar but with a few options changed. I suggested apt full-upgrade because that is recommended by the Debian buster upgrade guide.
When should commands such as apt autoremove and apt-get autoclean be used?
Read man apt-get, that explains what those options do.
unpack it to /tmp, mv to /opt/firefox
I prefer to unpack it in $HOME so that it can update itself without having to be run as root.
What is the proper way to unpack and repack the initramfs image if you want to do it by hand (for whatever reason)?
See unmkinitramfs(8) & mkinitramfs(8).
EDIT: this sounds like an XY-problem but I don't use encryption so I can't really advise better, sorry.
Are /proc, /dev & /sys mounted in the Devuan VM?
for i in proc sys dev;do findmnt /$i;doneCompare the output with the Debian VM.
you're saying I don't need an xorg.conf, and I do need elogind?
Yes, that's right. I can't confirm anything about NVIDIA personally (I wouldn't give money to those bastards) but I know that elogind is needed.
I swear, sometimes I feel ancient with newer distros
The only constant is change ![]()
I am not sure I understand your comment about not needing an xorg.conf file.
I mean that you don't need an xorg.conf file. The NVIDIA proprietary drivers are now detected and autoconfigured by the X server.
elogind is installed
weishaar@devuan:~$ dpkg -l | grep elogind rc elogind 234.4-2 amd64 user, seat and session management daemon rc libpam-elogind:amd64 234.4-2 amd64 elogind PAM module
Not according to that output — rc indicates that the package is not installed but the configuration files are.
Which package does the text but it is not going to be installed refer to?
I think it's referring to other packages from deb-multimedia, use apt policy to check the available versions and origins of the packages.
Looks like deb-multimedia has really messed up your system, as per usual for that repository.
We could try an emergency "downgrade" to beowulf by using a file at /etc/apt/preferences.d/downgrade with this content:
Package: *
Pin: release n=beowulf
Pin-Priority: 1001Then run
# apt update
# apt full-upgradeUsing "X -configure" gave me what looked like a good xorg.conf file, but then X wouldn't start claiming the number of screens didn't match my hardware. I copied over the xorg.conf file that I had backed up before the upgrade, and all was good with X.
You shouldn't need an X.Org configuration file at all any more, even if you're using the proprietary NVIDIA drivers.
In respect of your desktop delay, please confirm that elogind is installed.
Other thread? Are you referring to the First page of this topic?
I meant https://dev1galaxy.org/viewtopic.php?id=3629
apt does not have a Simulation option
Yes it does, all of the options for apt-get can be used with apt.
Package: libgstreamer-plugins-bad1.0-0 Version: 1:1.10.4-dmo2 Priority: extra Section: libs Source: gst-plugins-bad1.0-dmo Maintainer: Christian Marillat <marillat@deb-multimedia.org> Bugs: mailto:marillat@deb-multimedia.org Installed-Size: 2,870 kB Depends: libc6 (>= 2.14), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgl1-mesa-glx | libgl1, libgles2-mesa (>= 7.8.1) | libgles2, libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.8.0), libgstreamer1.0-0 (>= 1.10.0), liborc-0.4-0 (>= 1:0.4.25), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libx11-6 Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Download-Size: 1,873 kB APT-Manual-Installed: no APT-Sources: http://www.deb-multimedia.org stretch/main amd64 Packages Description: GStreamer development files for libraries from the "bad" set
The deb-multimedia developer has added an epoch to their version so that it is seen as "newer" than the Devuan package even though it isn't.
Try
apt install {libgstreamer-plugins-bad1.0-0,gstreamer1.0-plugins-bad}=1.14.4-1+b1 {libgstreamer-gl1.0-0,gstreamer1.0-gl}=1.14.4-2Yes, that's right:
# apt update
# apt install -t unstable linux-image-arm64EDIT: update the database before installing.
An intermittent problem would suggest a hardware issue. Does it also occur in the live environment?
I've just upgraded from ascii to beowulf
You should probably explain your method, the more detail you include the better the chance we will spot any potential mistakes.
0 upgraded, 2 newly installed, 0 to remove and 1074 not upgraded.
So your system hasn't been upgraded to beowulf yet then.
dpkg: error processing archive /var/cache/apt/archives/libgstreamer-gl1.0-0_1.14.4-2_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libgstgl-1.0.so.0', which is also in package libgstreamer-plugins-bad1.0-0:amd64 1:1.10.4-dmo2 Preparing to unpack .../gstreamer1.0-gl_1.14.4-2_amd64.deb ... Unpacking gstreamer1.0-gl:amd64 (1.14.4-2) ... dpkg: error processing archive /var/cache/apt/archives/gstreamer1.0-gl_1.14.4-2_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so', which is also in package gstreamer1.0-plugins-bad:amd64 1:1.10.4-dmo2
Can you remove the problematic packages?
# apt purge libgstreamer-plugins-bad1.0-0 gstreamer1.0-plugins-badIf apt won't do it then try dpkg instead.
Don't use aptitude because it will auto-autoremove that long list of packages.
Not sure I entirely understand what's going on here though, I wasn't really following your other thread and I've never tried to use synaptic to upgrade between releases.