The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » [GNOME] Tips and workarounds for a Devuan Daedalus GNOME system » 2023-06-25 13:27:40

tomec wrote:

4) Maybe related to 3): GNOME Software gets populated by flatpaks only and lacks .deb packages.

Gnome Software and Plasma Discover are broken on Devuan because both need Yalm metadata sources that are not available on Devuan. (Debian metadata for packagekit, Gnome Software and Plama Discover https://appstream.debian.org/ for example.)

#2 Re: Other Issues » Update manager? » 2023-06-25 13:18:07

GlennW wrote:

I thought discover does that, I use plasma5 (kde)

There is a hardware assistant with a similar name...

Plasma Discover is broken in Devuan.

#3 Re: Desktop and Multimedia » So what's the right way to install Steam and GOG in 2023? » 2023-06-25 13:03:32

On a Devaun/Debian stable i would say "go steam 'flatpak' from backports". I noticed that if you stayed on flatpak 1.10, some proton and therefore some games no longer work, while with the same proton, same games with flatpak 1.14  works.
It's the same with lutris & Heroic so the interest is quite major for gaming.

#5 Re: Devuan » (OS-Prober) Beowulf-Grub looses second NVME entry ... » 2023-05-13 11:38:25

Hi, because grub behavior changed recently to not detect other OS anymore by default because "IT COULD HARM YOUR SYSTEM"! Since several months on my Devuan Testing, each time grub is upgraded, I have to edit /etc/default/grub/ to re-enable other os detection:

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false
GRUB_DISABLE_OS_PROBER=false

then  sudo update-grub

It is a pain in the ass.

#6 Re: Installation » [SOLVED] xorg conflict with luit in Daedalus. » 2023-05-04 17:51:37

This version requirement was not explained when it was added, it does not exist a version higher to 7.7+5 for years and this does not seems to change, so you can wait a very long time.

If you really want to install both, you can use this script to remove the requirement and install the deb manually. But I strongly advice to test it in a Virtual Machine before to test if it does not break something. I use this trick to install a couple of packages on my system but I tested  them before.

#!/bin/bash
#set -x

apt download luit
DEBPACKAGE=luit_2.0.20221028-1_amd64
mkdir $DEBPACKAGE
dpkg-deb -x $DEBPACKAGE.deb $DEBPACKAGE
dpkg-deb -e $DEBPACKAGE.deb "$DEBPACKAGE"/DEBIAN
sed -i '/Breaks:/d' "$DEBPACKAGE"/DEBIAN/control
sed -i '/Replaces:/d' "$DEBPACKAGE"/DEBIAN/control
dpkg-deb -b $DEBPACKAGE "$DEBPACKAGE"_without_breaks_replace_x11-utils.deb
rm -r -d --interactive=never $DEBPACKAGE

#8 Re: Installation » Devuan doesn't have graphical user management » 2023-03-25 18:18:21

Also as far as I know Devuan goal is not to be a real distribution of its own and provide custom solutions to common problems. It is just Debian without systemd, they will not add "goodies" to be a full featured distribution, it is just plain Debian. I believe this is what many old Debian users are awaiting from this distribution, but it may surprise newcomers that are not fully aware of that.

#9 Re: Freedom Hacks » To permanently block installation of Pulseaudio. » 2023-03-20 20:45:03

apt rdepends libpulse0
libpulse0
Reverse Depends:
  Dépend: libpulse-dev (= 16.1+dfsg1-2+b1)
  Dépend: xnview (>= 0.99.4)
  Recommande: virtualbox-6.1
  Recommande: virtualbox-5.2
  Dépend: openjdk-8-jre (>= 0.99.1)
  Dépend: libsdl2-2.0-0 (>= 0.99.1)
  Dépend: libxine2-misc-plugins (>= 0.99.4)
  Dépend: vlc-plugin-base (>= 0.99.4)
  Dépend: libsvoxeas1 (>= 0.99.1)
  Dépend: sonic-visualiser (>= 0.99.1)
  Dépend: retroarch (>= 0.99.1)
  Dépend: qmmp (>= 0.99.1)
  Dépend: owntone (>= 5.0)
  Dépend: obs-studio (>= 0.99.1)
  Dépend: libobs0 (>= 0.99.1)
  Dépend: libmyth-33 (>= 0.99.1)
  Dépend: mpv (>= 0.99.4)
  Dépend: mplayer (>= 0.99.1)
  Dépend: mpd (>= 0.99.1)
  Dépend: mame (>= 0.99.1)
  Dépend: kodi (>= 0.99.4)
  Dépend: gstreamer1.0-plugins-good (>= 2.0)
  Dépend: gpac-modules-base (>= 0.99.1)
  Dépend: libavdevice60 (>= 0.99.1)
  Dépend: libavdevice59 (>= 0.99.1)
  Dépend: libavdevice58 (>= 0.99.1)
  Dépend: libdrumstick-rt-backends (>= 0.99.1)
  Dépend: deadbeef (>= 0.99.1)
  Dépend: darkice-full (>= 0.99.1)
  Dépend: avidemux-plugins (>= 0.99.1)
  Dépend: audacious-plugins (>= 0.99.1)
  Dépend: libasound2-plugins (>= 0.99.1-1~)
  Dépend: xmms2-plugin-pulse (>= 0.99.1)
  Dépend: qemu-system-gui (>= 0.99.1)
  Dépend: openmpt123 (>= 0.99.1)
  Dépend: openjdk-8-jre (>= 0.99.1)
  Dépend: lives (>= 0.99.1)
  Dépend: libwine-development (>= 0.99.1)
  Dépend: libguac-client-vnc0 (>= 0.99.1)
  Dépend: kodi-bin (>= 0.99.4)
  Dépend: forked-daapd (>= 5.0)
  Dépend: conky-all (>= 0.99.1)
  Dépend: aiscm (>= 0.99.1)
  Dépend: vice (>= 0.99.1)
  Dépend: fbzx (>= 0.99.1)
  Dépend: nvidia-openjdk-8-jre (>= 0.99.1)
  Dépend: librhvoice-audio2 (>= 0.99.1)
  Dépend: zytrax (>= 0.99.1)
  Dépend: yambar (>= 0.99.1)
  Dépend: xsystem35 (>= 0.99.1)
  Dépend: xmp (>= 0.99.1)
  Dépend: xfce4-pulseaudio-plugin (>= 0.99.1)
  Dépend: wys (>= 0.99.1)
  Dépend: wf-recorder (>= 0.99.1)
  Dépend: webcamoid-plugins (>= 0.99.1)
  Dépend: waybar (>= 0.99.1)
  Dépend: warzone2100 (>= 0.99.1)
  Dépend: vokoscreen-ng (>= 0.99.1)
  Dépend: vlc-plugin-base (>= 1.0)
  Dépend: ukui-settings-daemon (>= 0.99.1)
  Dépend: ukui-media (>= 0.99.1)
  Dépend: ukui-control-center (>= 0.99.1)
  Dépend: twpsk (>= 0.99.1)
  Dépend: twclock (>= 0.99.1)
  Dépend: tone-generator (>= 0.99.1)
  Dépend: terminatorx (>= 0.99.1)
  Dépend: strawberry (>= 0.99.1)
  Dépend: squeezelite-pulseaudio (>= 0.99.1)
  Dépend: speech-dispatcher-audio-plugins (>= 0.99.1)
  Dépend: sonic-visualiser (>= 0.99.1)
  Dépend: snd-gui-pulse (>= 0.99.1)
  Dépend: snapclient (>= 0.99.1)
  Dépend: simplescreenrecorder (>= 0.99.1)
  Dépend: sidplayfp (>= 0.99.1)
  Dépend: shairport-sync (>= 0.99.1)
  Dépend: retroarch (>= 0.99.1)
  Dépend: retro-runner (>= 0.99.1)
  Dépend: quisk (>= 0.99.1)
  Dépend: qsstv (>= 0.99.1)
  Dépend: qrq (>= 0.99.1)
  Dépend: qmmp (>= 0.99.1)
  Dépend: qemu-system-gui (>= 0.99.1)
  Recommande: python3-pyglet
  Dépend: pulsemixer
  Dépend: pulseeffects (>= 0.99.1)
  Dépend: pulseaudio-utils (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-zeroconf (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-raop (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-lirc (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-jack (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-gsettings (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-module-bluetooth (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio-equalizer (= 16.1+dfsg1-2+b1)
  Dépend: pulseaudio (= 16.1+dfsg1-2+b1)
  Dépend: psk31lx (>= 0.99.1)
  Dépend: projectm-pulseaudio (>= 0.99.1)
  Dépend: praat (>= 0.99.1)
  Dépend: polybar (>= 0.99.1)
  Dépend: plasma-pa (>= 5.0.0~)
  Dépend: phosh (>= 0.99.1)
  Dépend: pavumeter (>= 0.99.1)
  Dépend: pavucontrol-qt (>= 4.0)
  Dépend: pavucontrol (>= 15)
  Dépend: pasystray (>= 0.99.4)
  Dépend: paprefs (>= 0.99.1)
  Dépend: pamixer (>= 0.99.1)
  Dépend: pamix (>= 0.99.1)
  Dépend: osspd-pulseaudio (>= 0.99.1)
  Dépend: openmpt123 (>= 0.99.1)
  Dépend: obs-studio (>= 0.99.1)
  Dépend: musescore3 (>= 0.99.1)
  Dépend: musescore (>= 0.99.1)
  Dépend: mumble (>= 0.99.1)
  Dépend: multimon-ng (>= 0.99.1)
  Dépend: mpv (>= 0.99.4)
  Dépend: mplayer-gui (>= 0.99.1)
  Dépend: mplayer (>= 0.99.1)
  Dépend: mpg123 (>= 0.99.1)
  Dépend: mpd (>= 0.99.1)
  Dépend: morse (>= 0.99.1)
  Dépend: minimodem (>= 0.99.1)
  Dépend: mhwaveedit (>= 0.99.1)
  Dépend: mate-settings-daemon (>= 0.99.1)
  Dépend: mangler (>= 0.99.1)
  Dépend: mame (>= 0.99.1)
  Dépend: lxqt-panel (>= 0.99.1)
  Dépend: lomiri-telephony-service (>= 0.99.1)
  Dépend: lmms (>= 0.99.1)
  Dépend: liquidsoap (>= 0.99.1)
  Dépend: libxine2-misc-plugins (>= 0.99.4)
  Dépend: libwine (>= 0.99.1)
  Dépend: libsphinxbase3 (>= 0.99.1)
  Dépend: libsox-fmt-pulse (>= 0.99.1)
  Dépend: libsoundio2 (>= 0.99.1)
  Dépend: libsdl2-2.0-0 (>= 0.99.1)
  Dépend: libsdl1.2debian (>= 0.99.1)
  Dépend: librtaudio6 (>= 0.99.1)
  Dépend: libqt6multimedia6 (>= 5.0)
  Dépend: libqt5multimedia5-plugins (>= 0.99.1)
  Dépend: libqt5multimedia5 (>= 0.99.1)
  Dépend: libpulsedsp (= 16.1+dfsg1-2+b1)
  Dépend: libpulse-ocaml (>= 0.99.1)
  Dépend: libpulse-mainloop-glib0 (= 16.1+dfsg1-2+b1)
  Dépend: libpulse-jni (>= 0.99.1)
  Dépend: libcmtspeechdata-utils (>= 9.0)
  Dépend: libpipewire-0.3-modules (>= 0.99.1)
  Dépend: libphonon4qt5-4 (>= 0.99.1)
  Dépend: libpcaudio0 (>= 0.99.1)
  Recommande: libopenal1 (>= 0.99.1)
  Dépend: libobs0 (>= 0.99.1)
  Dépend: libmpv2 (>= 0.99.4)
  Dépend: libmikmod3 (>= 0.99.1)
  Dépend: libmediastreamer12 (>= 0.99.1)
  Dépend: libmatemixer0 (>= 0.99.1)
  Dépend: liblingot0 (>= 0.99.1)
  Dépend: libkf5pulseaudioqt3 (>= 5.0.0~)
  Dépend: libgvnc-1.0-0 (>= 0.99.1)
  Dépend: libguvcview-2.1-2 (>= 0.99.1)
  Dépend: libfreerdp-client2-2 (>= 0.99.1)
  Dépend: libfluidsynth3 (>= 0.99.1)
  Dépend: libestools2.5 (>= 0.99.1)
  Dépend: libespeak1 (>= 0.99.1)
  Dépend: libdrumstick-rt-backends (>= 0.99.1)
  Dépend: libdmr0.1
  Dépend: libcvc0 (>= 12.99.3)
  Dépend: libcubeb0 (>= 0.99.1)
  Dépend: libcsound64-6.0 (>= 0.99.1)
  Dépend: libasound2-plugins (>= 0.99.1-1~)
  Dépend: libcanberra-pulse (>= 0.99.1)
  Dépend: libavdevice59 (>= 0.99.1)
  Dépend: kodi-bin (>= 0.99.4)
  Suggère: libao4
  Dépend: liballegro-audio5.2 (>= 0.99.1)
  Dépend: libags-audio4 (>= 0.99.1)
  Dépend: lebiniou (>= 0.99.1)
  Dépend: kwave (>= 0.99.1)
  Dépend: gnome-settings-daemon (>= 12.99.3)
  Dépend: kmix (>= 0.99.1)
  Dépend: kappanhang (>= 0.99.1)
  Dépend: jami-daemon (>= 0.99.1)
  Dépend: i3status (>= 0.99.1)
  Dépend: hydrogen (>= 0.99.1)
  Dépend: gtick (>= 0.99.1)
  Dépend: gstreamer1.0-plugins-good (>= 2.0)
  Dépend: gsequencer (>= 0.99.1)
  Dépend: gqrx-sdr (>= 0.99.1)
  Dépend: gpac-modules-base (>= 0.99.1)
  Dépend: godot3-runner (>= 0.99.1)
  Dépend: godot3 (>= 0.99.1)
  Dépend: gnunet (>= 0.99.1)
  Dépend: gnuais (>= 0.99.1)
  Dépend: gnome-shell (>= 13)
  Dépend: budgie-control-center (>= 13.0~)
  Dépend: gnome-network-displays (>= 0.99.1)
  Dépend: gnome-flashback (>= 0.99.1)
  Dépend: gnome-control-center (>= 13.0~)
  Dépend: gmerlin-plugins-base (>= 0.99.1)
  Dépend: gbsplay (>= 0.99.1)
  Dépend: freedv (>= 0.99.1)
  Dépend: fldigi (>= 0.99.1)
  Dépend: fische (>= 0.99.1)
  Dépend: enlightenment (>= 0.99.1)
  Dépend: elektroid (>= 0.99.1)
  Dépend: ebook-speaker (>= 5.0)
  Dépend: dpf-plugins-common (>= 0.99.1)
  Dépend: dolphin-emu (>= 0.99.1)
  Dépend: deepin-movie
  Dépend: darkice (>= 0.99.1)
  Dépend: daisy-player (>= 5.0)
  Dépend: conky-all (>= 0.99.1)
  Suggère: cmus (>= 0.99.1)
  Dépend: clementine (>= 0.99.1)
  Dépend: ckb-next (>= 0.99.1)
  Dépend: chuck (>= 0.99.1)
  Dépend: chromium-shell (>= 0.99.1)
  Dépend: chromium (>= 0.99.1)
  Dépend: cava (>= 0.99.1)
  Dépend: callaudiod (>= 0.99.1)
  Dépend: cairo-dock-impulse-plug-in (>= 0.99.1)
  Dépend: budgie-core (>= 0.99.1)
  Dépend: aegisub (>= 0.99.1)
  Dépend: blender (>= 0.99.1)
  Dépend: baresip-x11 (>= 0.99.1)
  Dépend: ayatana-indicator-sound (>= 5.0)
  Dépend: audmes (>= 0.99.1)
  Dépend: audiotools (>= 0.99.1)
  Dépend: audacious-plugins (>= 0.99.1)
  Dépend: ares (>= 0.99.1)
  Dépend: ardour (>= 0.99.1)

#10 Hardware & System Configuration » nvidia-kernel-dkms: Depends on missing firmware-nvidia-gsp-525.85.12 » 2023-02-24 19:19:54

thierrybo
Replies: 0

Hi,

using Testing, i just bumped into this bug:

https://bugs.debian.org/cgi-bin/bugrepo … ug=1030981

Where nvidia-driver can't be upgraded from 520 to 525 because there is no firmware-nvidia-gsp 525 version.

The recommended solution is to add "non-free-firmware" to the deb line inside source.list because "the firmware-nvidia-gsp package is moved from non-free to non-free-firmware".
This is the first time i hear of "non-free-firmware". But after adding it and updating repository, the only availabe "firmware-nvidia-gsp" version is still 520.56 on Devuan.

#11 Re: Desktop and Multimedia » [SOLVED] yt-dlp updated on GitHub but not Devuan » 2023-02-21 19:39:24

2023.02.17 arrives 3 days ago in Debian unstable, then it should be in 10 days in Debian Testing, then 10/15 days after as a backport, seeing what have be done for the previous backport:

[2023-02-18] Accepted yt-dlp 2023.02.17-1 (source) into unstable (Unit 193)
[2023-02-01] Accepted yt-dlp 2023.01.06-1~bpo11+1 (source) into bullseye-backports (Unit 193)
[2023-01-19] yt-dlp 2023.01.06-1 MIGRATED to testing (Debian testing watch)
[2023-01-19] yt-dlp 2023.01.06-1 MIGRATED to testing (Debian testing watch)
[2023-01-07] Accepted yt-dlp 2023.01.06-1 (source) into unstable (Unit 193)
[2023-01-03] Accepted yt-dlp 2023.01.02-1 (source) into unstable (Unit 193)
[2022-11-16] Accepted yt-dlp 2022.11.11-1~bpo11+1 (source) into bullseye-backports (Unit 193)

#12 Re: Hardware & System Configuration » [SOLVED] Stupid two screen question (screens before login) » 2023-02-20 21:07:28

Well this does not help you, but they are weird "two monitors" issues recently as the one "similar" to yours I experienced  one month ago, not solved yet  (mine is after GRUB, the two monitors goes black)

#13 Re: Installation » Chimaera drop nvidia-legacy-340xx? » 2023-02-13 22:09:46

Devuan use Debian packages, so look there:

https://packages.debian.org/search?keywords=nvidia-legacy-340xx-kernel-dkms&searchon=names&suite=all&section=all
https://tracker.debian.org/pkg/nvidia-graphics-drivers-legacy-340xx

and https://forums.debian.net/viewtopic.php?t=149950

Currently Testing ans Stable are missing the package.

#14 Re: News & Announcements » X.Org Security Advisory: Security issue in the X server » 2023-02-07 21:33:52

Well,

this xinitrc / xsession always messes me up.

On a basic X11 system installation, if you have no Display Manager, you usually have to run dbus , xrdb , dbus, ssh agent , gpg agent in your .xinitrc then start your Window Manager.

On Debian what is confusing is that even on a bare installation you can't experience a full straight X11 experience as it would be with Arch or Void Linux for example, because with Debian policy you have many helpers that runs everything for you:

-> xinit -> /etc/X11/xinit/xinitrc -> /etc/X11/Xsession

that runs everything for you.

On top of that if the Window Manager Debian maintainer add the WM to Debian alternatives /usr/bin/x-session-manager and/or /usr/bin/x-window-manager , you even don't need .xinitrc because /usr/bin/x-window-manager is ran by /etc/X11/Xsession .

HOWEVER if you want to use several Windows Managers, you HAVE TO use .xinitrc to specify the WM to launch. BUT if you do use .xinitrc , the whole /etc/X11/Xsession script that does all the magic is not used anymore.

So what to do? Copying the whole /etc/X11/Xsession in ~/.xsession ? No, THE RIGHT ANSWER ON DEBIAN IS:

In your .xinitrc, replace:

exec /usr/bin/<WM>

with

exec /etc/X11/Xsession /usr/bin/<WM>

This way you run yourself the system Xsession script. And if you read Xsession / Xsession.d script flow, you can discover that Xsession look for one parameter. If one is provided, it will run it at the end of the script as the WM to launch, instead of searching all other places it usually look for. This way you continue to benefit from all the "automation" Debian provides.

Now about .xinitrc or .xsession .

The main difference is that if you use a Display Manager, usually .xsession is read by the DM, not .xinitrc, so if you use one, I would only use .xsession.

If you do not use any DM, you can use one or the other, it will work evenly, PROVIDED THAT you do not enter the exact same line in both file :

If you have to use

exec /etc/X11/Xsession /usr/bin/<WM>

in .xinitrc to fully use system Xsession magic, if you do NOT use .xinitrc, /etc/X11/Xsession will be used. So you can't run /etc/X11/Xsession in your .xsession. AND inside its code flow, it will look for your .xsession file and exec it as the last command to run the Window Manager.

So the last line of your .xsession should just be:

exec /usr/bin/<WM>

#15 Re: Other Issues » Kernels 6.1.x Failure to mount external Samba v.1.0 shares » 2023-01-21 23:17:22

Here :

https://groups.google.com/g/linux.debian.bugs.dist/c/-WhqZ_wtCLY?pli=1
https://bugs.archlinux.org/task/76939

#16 Other Issues » Kernels 6.1.x Failure to mount external Samba v.1.0 shares » 2023-01-21 19:48:38

thierrybo
Replies: 2

Yesterday I upgraded to kernel 6.1.4 and I could not mount my Nas shares.
For information for those using testing and unstable, access to samba/cifs share using old v1.0 Lanman protocol (often the case for old Nas servers) is broken since Kernel 6.1.x. 
6.1.7 fixes this (in unstable yesterday, should come in testing at the end of the month).

#17 Re: Installation » running without video hardware acceleration » 2022-12-03 12:58:21

Yes follow Bullseye https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_11_.22Bullseye.22 :

1. Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:

# Devuan Chimaera ( = Debian 11 "Bullseye")
deb http://deb.devuan.org/merged/ chimaera main non-free contrib

2. Update the list of available packages, then we can install the nvidia-driver package, plus the necessary firmware:

$ sudo apt update
$ sudo apt install nvidia-kernel-dkms 
$ sudo apt install nvidia-driver firmware-misc-nonfree

3. Restart your system to load the new driver.

#18 Re: Hardware & System Configuration » (Chimaera) Accessing NAS - XFCE not responding » 2022-11-26 13:32:56

So do i, but i just use

smb://<NAS IP>

then enter a share and bookmark it in Thunar.

#20 Re: Hardware & System Configuration » Nvidia drivers : No login console updating 470 to 510.85.2 » 2022-11-19 11:54:16

Thanks, I have no discrete/onboard graphics to test, only an "Nvidia GTX 1060 3GB" card.

I have no error in /var/log/Xorg.0.log. Honestly this is just annoying so I gave up searching about it. It will be annoying the day X does not load but in this case I just have to unplug one of the monitors.

[    46.279] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    46.279] Current Operating System: Linux thierrybo-desk 6.0.0-4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.8-1 (2022-11-11) x86_64
[    46.279] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0.0-4-amd64 root=UUID=d1c7d15d-3d38-4d78-8825-4151f05bd639 ro quiet mitigations=off
[    46.280] xorg-server 2:21.1.4-2 (https://www.debian.org/support) 
[    46.280] Current version of pixman: 0.42.2
[    46.280] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    46.281] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.282] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 19 12:31:07 2022
[    46.283] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.283] (==) No Layout section.  Using the first Screen section.
[    46.283] (==) No screen section available. Using defaults.
[    46.283] (**) |-->Screen "Default Screen Section" (0)
[    46.283] (**) |   |-->Monitor "<default monitor>"
[    46.284] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    46.284] (==) Automatically adding devices
[    46.284] (==) Automatically enabling devices
[    46.284] (==) Automatically adding GPU devices
[    46.284] (==) Automatically binding GPU devices
[    46.284] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.286] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    46.286] 	Entry deleted from font path.
[    46.288] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    46.288] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.288] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    46.288] (II) Loader magic: 0x5595d55f1f00
[    46.288] (II) Module ABI versions:
[    46.288] 	X.Org ANSI C Emulation: 0.4
[    46.288] 	X.Org Video Driver: 25.2
[    46.288] 	X.Org XInput driver : 24.4
[    46.288] 	X.Org Server Extension : 10.0
[    46.288] (++) using VT number 1

[    46.290] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    46.290] (II) xfree86: Adding drm device (/dev/dri/card0)
[    46.290] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:07:00.0/drm/card0
[    46.291] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    46.293] (--) PCI:*(7@0:0:0) 10de:1c02:19da:2438 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    46.293] (II) LoadModule: "glx"
[    46.293] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    46.294] (II) Module glx: vendor="X.Org Foundation"
[    46.294] 	compiled for 1.21.1.4, module version = 1.0.0
[    46.294] 	ABI class: X.Org Server Extension, version 10.0
[    46.294] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    46.294] 	loading driver: nvidia
[    46.513] (==) Matched nvidia as autoconfigured driver 0
[    46.513] (==) Matched nouveau as autoconfigured driver 1
[    46.513] (==) Matched nv as autoconfigured driver 2
[    46.513] (==) Matched modesetting as autoconfigured driver 3
[    46.513] (==) Matched fbdev as autoconfigured driver 4
[    46.513] (==) Matched vesa as autoconfigured driver 5
[    46.513] (==) Assigned the driver to the xf86ConfigLayout
[    46.513] (II) LoadModule: "nvidia"
[    46.514] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    46.520] (II) Module nvidia: vendor="NVIDIA Corporation"
[    46.520] 	compiled for 1.6.99.901, module version = 1.0.0
[    46.520] 	Module class: X.Org Video Driver
[    46.521] (II) LoadModule: "nouveau"
[    46.521] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    46.523] (II) Module nouveau: vendor="X.Org Foundation"
[    46.523] 	compiled for 1.21.1.3, module version = 1.0.17
[    46.523] 	Module class: X.Org Video Driver
[    46.523] 	ABI class: X.Org Video Driver, version 25.2
[    46.523] (II) LoadModule: "nv"
[    46.524] (WW) Warning, couldn't open module nv
[    46.524] (EE) Failed to load module "nv" (module does not exist, 0)
[    46.524] (II) LoadModule: "modesetting"
[    46.524] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    46.525] (II) Module modesetting: vendor="X.Org Foundation"
[    46.525] 	compiled for 1.21.1.4, module version = 1.21.1
[    46.525] 	Module class: X.Org Video Driver
[    46.525] 	ABI class: X.Org Video Driver, version 25.2
[    46.525] (II) LoadModule: "fbdev"
[    46.525] (WW) Warning, couldn't open module fbdev
[    46.525] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    46.525] (II) LoadModule: "vesa"
[    46.525] (WW) Warning, couldn't open module vesa
[    46.525] (EE) Failed to load module "vesa" (module does not exist, 0)
[    46.525] (II) NVIDIA dlloader X Driver  510.85.02  Tue Jul 12 16:48:58 UTC 2022
[    46.525] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    46.525] (II) NOUVEAU driver Date:   Sat Jan 23 12:24:42 2021 -0500
[    46.525] (II) NOUVEAU driver for NVIDIA chipset families :
[    46.525] 	RIVA TNT            (NV04)
[    46.525] 	RIVA TNT2           (NV05)
[    46.525] 	GeForce 256         (NV10)
[    46.525] 	GeForce 2           (NV11, NV15)
[    46.525] 	GeForce 4MX         (NV17, NV18)
[    46.525] 	GeForce 3           (NV20)
[    46.525] 	GeForce 4Ti         (NV25, NV28)
[    46.525] 	GeForce FX          (NV3x)
[    46.525] 	GeForce 6           (NV4x)
[    46.525] 	GeForce 7           (G7x)
[    46.525] 	GeForce 8           (G8x)
[    46.525] 	GeForce 9           (G9x)
[    46.525] 	GeForce GTX 2xx/3xx (GT2xx)
[    46.525] 	GeForce GTX 4xx/5xx (GFxxx)
[    46.525] 	GeForce GTX 6xx/7xx (GKxxx)
[    46.525] 	GeForce GTX 9xx     (GMxxx)
[    46.525] 	GeForce GTX 10xx    (GPxxx)
[    46.525] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    46.525] (II) systemd-logind: releasing fd for 226:0
[    46.526] (II) Loading sub module "fb"
[    46.526] (II) LoadModule: "fb"
[    46.526] (II) Module "fb" already built-in
[    46.526] (II) Loading sub module "wfb"
[    46.526] (II) LoadModule: "wfb"
[    46.526] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    46.527] (II) Module wfb: vendor="X.Org Foundation"
[    46.527] 	compiled for 1.21.1.4, module version = 1.0.0
[    46.527] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    46.527] (II) Loading sub module "ramdac"
[    46.527] (II) LoadModule: "ramdac"
[    46.527] (II) Module "ramdac" already built-in
[    46.529] (WW) Falling back to old probe method for modesetting
[    46.529] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    46.529] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    46.529] (==) NVIDIA(0): RGB weight 888
[    46.529] (==) NVIDIA(0): Default visual is TrueColor
[    46.529] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    46.529] (**) NVIDIA(0): Enabling 2D acceleration
[    46.529] (II) Loading sub module "glxserver_nvidia"
[    46.529] (II) LoadModule: "glxserver_nvidia"
[    46.529] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    46.577] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    46.577] 	compiled for 1.6.99.901, module version = 1.0.0
[    46.577] 	Module class: X.Org Server Extension
[    46.577] (II) NVIDIA GLX Module  510.85.02  Tue Jul 12 16:46:27 UTC 2022
[    46.579] (II) NVIDIA: The X server supports PRIME Render Offload.
[    46.580] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:7:0:0
[    46.580] (--) NVIDIA(0):     DFP-0
[    46.580] (--) NVIDIA(0):     DFP-1
[    46.580] (--) NVIDIA(0):     DFP-2
[    46.580] (--) NVIDIA(0):     DFP-3 (boot)
[    46.580] (--) NVIDIA(0):     DFP-4
[    46.580] (--) NVIDIA(0):     DFP-5
[    46.580] (--) NVIDIA(0):     DFP-6
[    46.580] (--) NVIDIA(0):     DFP-7
[    46.580] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 3GB (GP106-A) at PCI:7:0:0
[    46.580] (II) NVIDIA(0):     (GPU-0)
[    46.580] (--) NVIDIA(0): Memory: 3145728 kBytes
[    46.581] (--) NVIDIA(0): VideoBIOS: 86.06.59.00.2c
[    46.581] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    46.581] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    46.581] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    46.581] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    46.581] (--) NVIDIA(GPU-0): 
[    46.581] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): connected
[    46.581] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): Internal DisplayPort
[    46.581] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): 1440.0 MHz maximum pixel clock
[    46.581] (--) NVIDIA(GPU-0): 
[    46.583] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    46.583] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    46.583] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    46.583] (--) NVIDIA(GPU-0): 
[    46.628] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): connected
[    46.628] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): Internal TMDS
[    46.628] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): 600.0 MHz maximum pixel clock
[    46.628] (--) NVIDIA(GPU-0): 
[    46.628] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    46.628] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    46.628] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[    46.628] (--) NVIDIA(GPU-0): 
[    46.628] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    46.628] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    46.628] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    46.628] (--) NVIDIA(GPU-0): 
[    46.628] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    46.628] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    46.628] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[    46.628] (--) NVIDIA(GPU-0): 
[    46.628] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    46.628] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    46.628] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[    46.628] (--) NVIDIA(GPU-0): 
[    46.642] (==) NVIDIA(0): 
[    46.642] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    46.642] (==) NVIDIA(0):     will be used as the requested mode.
[    46.642] (==) NVIDIA(0): 
[    46.643] (II) NVIDIA(0): Validated MetaModes:
[    46.643] (II) NVIDIA(0):     "DFP-3:nvidia-auto-select,DFP-1:nvidia-auto-select"
[    46.643] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1440
[    46.650] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    46.650] (--) NVIDIA(0):     option
[    46.650] (II) UnloadModule: "nouveau"
[    46.650] (II) Unloading nouveau
[    46.650] (II) UnloadModule: "modesetting"
[    46.650] (II) Unloading modesetting
[    46.650] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    46.650] (II) NVIDIA:     access.
[    46.670] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-1:nvidia-auto-select"
[    46.707] (==) NVIDIA(0): Disabling shared memory pixmaps
[    46.707] (==) NVIDIA(0): Backing store enabled
[    46.707] (==) NVIDIA(0): Silken mouse enabled
[    46.709] (==) NVIDIA(0): DPMS enabled
[    46.709] (II) Loading sub module "dri2"
[    46.709] (II) LoadModule: "dri2"
[    46.709] (II) Module "dri2" already built-in
[    46.710] (II) NVIDIA(0): [DRI2] Setup complete
[    46.710] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    46.710] (II) Initializing extension Generic Event Extension
[    46.710] (II) Initializing extension SHAPE
[    46.710] (II) Initializing extension MIT-SHM
[    46.710] (II) Initializing extension XInputExtension
[    46.710] (II) Initializing extension XTEST
[    46.711] (II) Initializing extension BIG-REQUESTS
[    46.711] (II) Initializing extension SYNC
[    46.711] (II) Initializing extension XKEYBOARD
[    46.711] (II) Initializing extension XC-MISC
[    46.711] (II) Initializing extension SECURITY
[    46.711] (II) Initializing extension XFIXES
[    46.711] (II) Initializing extension RENDER
[    46.711] (II) Initializing extension RANDR
[    46.711] (II) Initializing extension COMPOSITE
[    46.711] (II) Initializing extension DAMAGE
[    46.711] (II) Initializing extension MIT-SCREEN-SAVER
[    46.711] (II) Initializing extension DOUBLE-BUFFER
[    46.711] (II) Initializing extension RECORD
[    46.711] (II) Initializing extension DPMS
[    46.711] (II) Initializing extension Present
[    46.711] (II) Initializing extension DRI3
[    46.711] (II) Initializing extension X-Resource
[    46.711] (II) Initializing extension XVideo
[    46.711] (II) Initializing extension XVideo-MotionCompensation
[    46.711] (II) Initializing extension SELinux
[    46.711] (II) SELinux: Disabled on system
[    46.711] (II) Initializing extension GLX
[    46.712] (II) Initializing extension GLX
[    46.712] (II) Indirect GLX disabled.
[    46.712] (II) GLX: Another vendor is already registered for screen 0
[    46.712] (II) Initializing extension XFree86-VidModeExtension
[    46.712] (II) Initializing extension XFree86-DGA
[    46.712] (II) Initializing extension XFree86-DRI
[    46.712] (II) Initializing extension DRI2
[    46.712] (II) Initializing extension NV-GLX
[    46.712] (II) Initializing extension NV-CONTROL
[    46.712] (II) Initializing extension XINERAMA
[    46.770] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    46.770] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    46.770] (II) LoadModule: "evdev"
[    46.770] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    46.772] (II) Module evdev: vendor="X.Org Foundation"
[    46.772] 	compiled for 1.21.1.3, module version = 2.10.6
[    46.772] 	Module class: X.Org XInput Driver
[    46.772] 	ABI class: X.Org XInput driver, version 24.4
[    46.772] (II) Using input driver 'evdev' for 'Power Button'
[    46.773] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[    46.773] (**) Power Button: always reports core events
[    46.773] (**) evdev: Power Button: Device: "/dev/input/event3"
[    46.773] (--) evdev: Power Button: Vendor 0 Product 0x1
[    46.773] (--) evdev: Power Button: Found keys
[    46.773] (II) evdev: Power Button: Configuring as keyboard
[    46.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    46.773] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    46.773] (**) Option "xkb_rules" "evdev"
[    46.773] (**) Option "xkb_model" "pc105"
[    46.773] (**) Option "xkb_layout" "fr"
[    46.773] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    46.783] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    46.783] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    46.783] (II) Using input driver 'evdev' for 'Power Button'
[    46.784] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[    46.784] (**) Power Button: always reports core events
[    46.784] (**) evdev: Power Button: Device: "/dev/input/event2"
[    46.784] (--) evdev: Power Button: Vendor 0 Product 0x1
[    46.784] (--) evdev: Power Button: Found keys
[    46.784] (II) evdev: Power Button: Configuring as keyboard
[    46.784] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    46.784] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    46.784] (**) Option "xkb_rules" "evdev"
[    46.784] (**) Option "xkb_model" "pc105"
[    46.784] (**) Option "xkb_layout" "fr"
[    46.784] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    46.784] (II) config/udev: Adding input device ROCCAT ROCCAT Lua (/dev/input/event1)
[    46.784] (**) ROCCAT ROCCAT Lua: Applying InputClass "evdev pointer catchall"
[    46.784] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Lua'
[    46.844] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[    46.844] (**) ROCCAT ROCCAT Lua: always reports core events
[    46.844] (**) evdev: ROCCAT ROCCAT Lua: Device: "/dev/input/event1"
[    46.844] (--) evdev: ROCCAT ROCCAT Lua: Vendor 0x1e7d Product 0x2c2e
[    46.844] (--) evdev: ROCCAT ROCCAT Lua: Found 9 mouse buttons
[    46.844] (--) evdev: ROCCAT ROCCAT Lua: Found scroll wheel(s)
[    46.844] (--) evdev: ROCCAT ROCCAT Lua: Found relative axes
[    46.844] (--) evdev: ROCCAT ROCCAT Lua: Found x and y relative axes
[    46.844] (II) evdev: ROCCAT ROCCAT Lua: Configuring as mouse
[    46.844] (II) evdev: ROCCAT ROCCAT Lua: Adding scrollwheel support
[    46.844] (**) evdev: ROCCAT ROCCAT Lua: YAxisMapping: buttons 4 and 5
[    46.844] (**) evdev: ROCCAT ROCCAT Lua: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    46.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1E7D:2C2E.0001/input/input1/event1"
[    46.844] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Lua" (type: MOUSE, id 8)
[    46.844] (II) evdev: ROCCAT ROCCAT Lua: initialized for relative axes.
[    46.844] (**) ROCCAT ROCCAT Lua: (accel) keeping acceleration scheme 1
[    46.844] (**) ROCCAT ROCCAT Lua: (accel) acceleration profile 0
[    46.844] (**) ROCCAT ROCCAT Lua: (accel) acceleration factor: 2.000
[    46.844] (**) ROCCAT ROCCAT Lua: (accel) acceleration threshold: 4
[    46.844] (II) config/udev: Adding input device ROCCAT ROCCAT Lua (/dev/input/mouse0)
[    46.844] (II) No input driver specified, ignoring this device.
[    46.844] (II) This device may have been added with another device file.
[    46.844] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event10)
[    46.844] (II) No input driver specified, ignoring this device.
[    46.844] (II) This device may have been added with another device file.
[    46.844] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event11)
[    46.844] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event5)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event6)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event7)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event8)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event9)
[    46.845] (II) No input driver specified, ignoring this device.
[    46.845] (II) This device may have been added with another device file.
[    46.845] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    46.845] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    46.845] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    46.845] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[    46.845] (**) AT Translated Set 2 keyboard: always reports core events
[    46.845] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    46.845] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    46.845] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    46.845] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    46.845] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    46.845] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    46.845] (**) Option "xkb_rules" "evdev"
[    46.845] (**) Option "xkb_model" "pc105"
[    46.845] (**) Option "xkb_layout" "fr"
[    46.845] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    46.846] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    46.846] (II) No input driver specified, ignoring this device.
[    46.846] (II) This device may have been added with another device file.
[    48.030] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    48.153] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    48.186] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-0: 1920x1080 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    50.573] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    50.573] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    50.573] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    50.573] (--) NVIDIA(GPU-0): 
[    50.573] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): connected
[    50.573] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): Internal DisplayPort
[    50.573] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-1): 1440.0 MHz maximum pixel clock
[    50.573] (--) NVIDIA(GPU-0): 
[    50.576] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    50.576] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    50.576] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    50.576] (--) NVIDIA(GPU-0): 
[    50.621] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): connected
[    50.621] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): Internal TMDS
[    50.621] (--) NVIDIA(GPU-0): Idek Iiyama PLB2712HDS (DFP-3): 600.0 MHz maximum pixel clock
[    50.621] (--) NVIDIA(GPU-0): 
[    50.621] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    50.621] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    50.621] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[    50.621] (--) NVIDIA(GPU-0): 
[    50.622] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    50.622] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    50.622] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    50.622] (--) NVIDIA(GPU-0): 
[    50.622] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    50.622] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    50.622] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[    50.622] (--) NVIDIA(GPU-0): 
[    50.622] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    50.622] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    50.622] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock

#22 Re: Devuan » dxvk from unstable / testing branch » 2022-11-05 16:22:55

Or think about upgrading to Testing, this solves this kind of problems. I just discovered a week ago that there was a Peppermint Devuan spin. The fun fact in their source.list is that there is no peppermint repository, only Devuan and mutimedia.

I  just installed it as VM yesterday and upgraded to testing. Just had  to edit /etc/default/grub  and /etc/calamares/settings.conf to set peppermint branding, and add some missing python3 packages needed by their tools :
sudo pip install tendo ttkbootstrap
Sudo apt install python3.git python3-crontab python3-pil python3-pil.imagetk

cretsiah wrote:

@Head_on_a_Stick

the 2 dxvk packages already exist in Debian in the unstable branch
- dxvk and dxvk-wine64-developement

and can be installed using synaptic package manager. just by adding unstable branch temporarily in to Peppermint OS Debian Base Repo settings

using peppermint OS Debian Base i was able to install it....

i dont appear to have that option to even check in Devuan Base ( or at least not the down stream version )

so how do we get those packages into Devuan Base or access unstable devuan??

#23 Hardware & System Configuration » Nvidia drivers : No login console updating 470 to 510.85.2 » 2022-11-03 14:41:36

thierrybo
Replies: 3

Hi,

I post this just to know if someone have any clue what is going on.

I use Devuan testing with no Display Manager. I boot in console mode then "startx". I use Debian official "nvidia-driver" since several years now. I use two monitors.

This week "nvidia-driver" updated from 470 to 510 version. After the Nvidia driver update, i can't see the login console. I mean I see the detailed boot process after Grub screen, but at the moment the login prompt should appear, the screen goes in suspend mode. So there is no "X" involved yet.

If I blindly enter my username/password and "startx", I can enter on my X desktop normally. From there i can logout and return to my tty login console normally.  If I plug only any one monitor, the console login screen is displayed normally. But in this case, if I plug the second monitor, both instantly goes in sleep mode. I tried to change the cable connection (DVI/DP/HDMI) with no change. Switching to Nouveau I do not have this issue.

I tried to record this on my phone (sorry for the poor quality)

#24 Desktop and Multimedia » CDEmu for testing/Daedalus » 2022-08-23 19:26:28

thierrybo
Replies: 0

Hi,

just in case someone need CDEmu software that is in deb-multimedia, one of its packages has a systemd dependency, cdemu-daemon.

I  manually edited this package to be Devuan compatible

To install CDEmu in DAEDALUS:

- setup deb-multimedia repository
create /etc/apt/sources.list.d/multimedia.list

# Multimedia
deb http://www.deb-multimedia.org bookworm main non-free

create /etc/apt/preferences.d/50multimedia to lower priority.

Package: *
Pin: release o=Unofficial Multimedia Packages
Pin-Priority: 100

- Update and keyring

sudo apt update -o Acquire::AllowInsecureRepositories=true
sudo apt install deb-multimedia-keyring
sudo apt update

- Download and install the modified cdemu-daemon_3.2.6-dmo1_amd64_NO_SYSTEMD.deb

sudo apt install '<Path to>/cdemu-daemon_3.2.6-dmo1_amd64_NO_SYSTEMD.deb'

- Then you can install remaining packages from deb-multimedia:

sudo apt install gcdemu cdemu-client [image-analyzer]

- Remove or pin the deb-multimedia repository.

This is not ideal because I will have to do that for each new version, but this software saves my life for protected old games CD.

#25 Re: Installation » [SOLVED] Synaptic Daedalus » 2022-07-07 17:51:17

Yes this is strange, because this should be the reverse normally, unstable broken and packages causing the error blocked in testing.
By the way three years now running testing, the only real issue I had is one time NVidia proprietary dkms drivers not building. And thee freeze period :-)

Board footer

Forum Software