The officially official Devuan Forum!

You are not logged in.

#76 Re: Other Issues » Copy, past urxvt-unicode in Devuan Ascii » 2019-02-14 21:24:39

I did not added any copyCommand or pasteCommand to my .Xresources and a can copy with Ctl + Alt + C and paste with Ctrl + Alt + V, in addition to mouse selection + mouse Middle click to paste

#77 Re: Other Issues » [SOLVED]Package updates in ascii? » 2019-02-10 14:56:26

fungus wrote:

Puzzled and confused  about gvfs (virtual file system processes)

I noticed those tasks running and wondered what they do.  I did not find much of an explanation so I looked through the dependencies and dependants.
They must have come through the installed xfce that was on the live system I used to install Devuan.  Lots of mate cinnamon and xfce dependants, very few items I ever use (engrampa, evince, pcmanfm..) So I used synaptic to see what would come off when uninstalled.

There are 7 of these gvfs pkgs and only the gvfs---bin is not installed, all have plenty of dependants.  When I tried to uninstall only those 6pkgs were on the list to be uprooted.  None of their dependants.  Meaning??  They have alternative dependencies and gvfs is there as a helper?

=============
edited:  running ceres on amd64

You may have a look to another road with no gvfs and no udisk2 like udevil and spacefm

#78 Re: Hardware & System Configuration » ssd optimization on devuan » 2019-02-09 14:15:14

The main trick was to not use discard and use fstrim instead. Other than that, the other main advice from early ssd days was to avoid writing too often to the ssd.

I think this is not an issue anymore with modern ssds, however I still put /tmp/ to use ram as you did, and I still use a dedicated /var/ partition on an hdd, as /var/ and /tmp/ are the partition that use more write cycles.

By the way my /home/ partition on not on ssd, so I use symlinks to put my steam and playonlinux games that need disk speed.

#79 Re: Devuan Derivatives » questions about miyo and Devuan in general » 2019-02-02 15:57:51

golinux wrote:

@cretsiah . . . Did you find the Visual Install Guides on the website (navigation is at the bottom)?   The one for the refracta cli install hasn't been done yet but the GUI install is there.  The procedure is basically the same.  It's harder to customize a refracta install but it's very fast.  You can be up and running in 15 minutes!

I can't find this web page using links available on the main page , it's too bad

#80 Re: Installation » Installing devuan without pulseaudio. » 2019-02-02 15:41:31

I don't know if it is easy to remove pulseaudio with the default apt settings. However on a system installed from scratch with recommended packages disabled, I added and removed pulseaudio later without any issues (ascii)

#81 Re: Hardware & System Configuration » ssd optimization on devuan » 2019-02-02 15:36:20

discard is not needed but then you have to run the fstrim command (from util-linux
package) on your ssd weekly. The easiest way is to put an executable script in /etc/cron.weekly with this command :

/sbin/fstrim --all || true

#82 Re: Hardware & System Configuration » [SOLVED] boot up without x automatically starting » 2019-01-27 16:44:32

Hi,

I don't understand exactly what you want. If you do not use a display manager and want to boot without starting X automatically, the common solution is to add startx in your .profile and only allow TTY1 to run it. If you don't wan to start X, just change to TTY2 to login:

if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then
	exec startx
fi

#83 Re: Desktop and Multimedia » Possible to install KDE without Pulseaudio and nice replacement? » 2019-01-19 20:09:27

Agree, using apulse + firefox since more than one year now without any problem

#84 Re: Off-topic » Did anyone else come from crunchbang? » 2019-01-12 14:45:57

Did you tried Bunsenlabs, it is an updated Crunchbang, although you may find it a little "bloated" compared to the original.

With some extra work, you can install Bunsenlabs on Devuan, although I gave up on that.

#85 Re: Installation » backports: how to prevent incompatibilities? » 2019-01-09 18:54:07

It is more harmful to activate backports, install packages from it and unactivate it afterwards because it might cause dependencies conflicts for further updates as in this other thread I answered this week. As a rule of thumbs, as long as you have at least ONE package installed from backports, keep the repository activated.

I always do a full-upgrade on stable, but I would not do that if I was using testing/unstable. However I ALWAYS read the command result before typing YES to see if it will not remove a bunch of packages. I had an issue one time where I did not read it and after running the command, even xorg was removed! So if you read carefully each command result before accepting it should be safe on "stable". If you feel uncomfortable with it, use just upgrade ( I believe "safe-upgrade" id for Aptitude).

By the way before using Debian and Devuan I used synaptic for ten years on Ubuntu, and in Synaptic the default was "Smart Upgrade" ( = full-upgrade).

#86 Re: Installation » backports: how to prevent incompatibilities? » 2019-01-08 22:41:00

HextorBRX wrote:

I assumed it was advised to comment them out as soon as the backported package is installed. I must have misunderstood the instructions: "It is advised to disable backports and only enable to install specific packages." (devuan.org) https://devuan.org/os/etc/apt/sources.list

Sorry but i'm afraid this was written by someone who do not understand how backport repository work in Debian. This seems to be a copy/paste advice from a sentence related to  adding temporarily testing or sid repository to just install one package. However the advice to install only specific packages that you need is true. For me I need three things : a more recent virtualbox, nvidia-driver and kernel package.

HextorBRX wrote:

Ok then. So you are saying I should keep the above lines commented and a regular update such as sudo aptitude update && sudo aptitude safe-upgrade will upgrade the backported package and its dependencies?

Thank you

Yes, not commented. Every time i use sudo aptitude update && sudo aptitude full-upgrade I get stable updates and for example new virtualbox versions from backports if available. 

Neither https://backports.debian.org/Instructions/ or https://wiki.debian.org/Backports advices to remove repository after installing a package, I trust more debian documentation to Devuan documentation on this topic and more than one year with this setup.

#87 Re: Installation » backports: how to prevent incompatibilities? » 2019-01-07 23:26:28

HextorBRX wrote:

3) since there is no security support for packages from backports, all I have to do is install the backported package, uncomment those lines, and update-upgrade my system as usual?

You do not have to uncomment backport repository. It is not the same as adding testing repository to your sources.list. Backports are specially crafted packages to use in your "stable" system, to fit in stable and not breaking anything.

If you install packages from backports repository (with "-t ascii-backports") and let it in your sources.list, it will NOT bring you unwanted packages. You will only get updates to those you installed (and their dependencies)  from these backports. This si even adviced otherwise you won't get updates to these backports.

I use devuan stable with backports repository activated for at least one year and the only updates I get from backports were packages I installed or their dependancies

#88 Re: Desktop and Multimedia » [SOLVED] Unable to install nvidia drivers » 2019-01-07 22:59:50

it seems you mixed backports packages. libglx0 (= 1.1.0-1~bpo9+1) is from backports, so perhaps you added backports to your repositories, installed some packages, then removed the repository. If you removed backport repository, add it again and try to install the more recent nvidia driver from backports:
apt install -t ascii-backports nvidia-driver

#89 Re: Other Issues » Gnumeric installs Gnome » 2018-12-24 13:37:21

that is why I switched to "APT::Install-Recommends "false";" a long time ago...

#90 Re: Other Issues » ACPI error at start-up » 2018-11-22 20:12:56

I don't know. Here is the reference :
https://www.msi.com/Motherboard/support/P67AGD55_B3

I was using version 1H since I bought the mb and now I use v4.3

#91 Re: Other Issues » ACPI error at start-up » 2018-11-20 23:25:11

I bought my motherboard in 2012 and never had these messages. One month ago I downloaded and installed the most recent  bios for this mobo and now my Devuan is stuck 2  minutes at boot with a bunch of these ACPI errors. The system runs fine after that but I wonder if I will not install my previous bios.

#92 Re: Desktop and Multimedia » pytyle3 (+ openbox) » 2018-11-11 23:48:35

Yes i tried pytyle2 and 3 eight month ago but I gave up, tiling is definitely not for me!

#93 Re: Hardware & System Configuration » no /usr/bin/X after 'apt full-upgrade' » 2018-10-25 16:50:39

OK, thanks to my install records, I am online again smile

I installed again all missing manually installed packages:

sudo apt install xserver-xorg-video-dummy
sudo apt install xserver-xorg-input-void
sudo apt install xserver-xorg-input-evdev
sudo apt install xserver-xorg-video-nouveau
sudo reboot
sudo apt install -t ascii-backports --install-recommends nvidia-driver
sudo reboot
sudo apt install compton
sudo apt install xfe
sudo apt install qt5-style-plugins
sudo apt install default-jre
sudo apt install python3-poppler-qt5
sudo apt install alsamixergui
sudo apt install ffmpeg
sudo apt install simplescreenrecorder
sudo apt install yelp
sudo apt install python-wxgtk3.0
sudo apt install -t ascii-backports libcuda1
sudo apt install -t ascii-backports libnvidia-encode1
sudo apt install paprass
sudo apt install breeze
sudo apt install gstreamer1.0-plugins-bad
sudo apt install abiword
sudo apt install thunderbird
sudo apt install thunderbird-l10n-fr
sudo apt install kdenlive
sudo apt install steam  -> The following packages have unmet dependencies: 
                        steam:i386 : Dépends: libgl1-mesa-glx:i386 but will NOT be installed
sudo apt install vlc
sudo apt install lightning
sudo apt install sqlitebrowser
sudo apt install lightning-l10n-fr
sudo apt install htmldoc
sudo apt install openshot
sudo apt install -t ascii-backports virtualbox-qt
sudo apt install keepassxc
sudo apt install filezilla
sudo apt install playonlinux

I just  can't install steam anymore, I have to investigate.

Still I do not understand what triggers all these removals.

But I noticed something weird. Some of the packages that were removed and that have been installed thereafter as dependencies are still "auto-removeable".

For example , "nvidia-settings" has been reinstalled when I installed "nvidia-driver". apt show nvidia-settings show the package as not manually installed :  APT-Manual-Installed: no

But it is still listed as a package that can be removed automatically.

#94 Re: Hardware & System Configuration » no /usr/bin/X after 'apt full-upgrade' » 2018-10-25 13:29:03

Well it seems chrome has not direct wayland dependency:

Pre-Depends: dpkg (>= 1.14.0)
Depends: ca-certificates, fonts-liberation, libappindicator3-1, libasound2 (>= 1.0.16), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.16), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0), libdbus-1-3 (>= 1.1.4), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.9.10), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.6), libuuid1 (>= 2.16), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxrandr2 (>= 2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, wget, xdg-utils (>= 1.0.2)

#95 Hardware & System Configuration » no /usr/bin/X after 'apt full-upgrade' » 2018-10-25 13:10:05

thierrybo
Replies: 2

Hi,

I said to myself :I will not be the only one, but alas I do not see any message about this, so this should be my fault... hmm

I use Devuan since 01/01/2018 (after 12 years using Ubuntu=setup), stable ascii, with backports activated. Here is the full list of programs I installed from backports :

- virtualbox
- virtualbox-qt
- libcuda1
- libnvidia-encode1
- wine
- wine32
- nvidia-driver
- nvidia-detect
- mesa-vulkan-drivers
- mesa-vulkan-drivers:i386
- vulkan-utils

I also use chrome repository:

deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

and ceres repository, but this is ONLY to show what is available with

apt list -a

, I never installed any program from sid,and the repository is pinned like this :

Package: *
Pin: release a=unstable
Pin-Priority: -1

Package: *:i386
Pin: release a=unstable:
Pin-Priority: -1

My setup use Openbox Window Manager but no Display Manager, I use startx to run Openbox.

I use

 apt full-upgrade

as I do usually. Yesterday I ran it, and now when I type startx i get :

/etc/X11/xinit/xserverrc: 3: exec: /usr/bin/X: not found

Reading the apt log below, it turns out that XORG has been replaced by wayland automatically, how can this occurs?

By the way some important packages for me have been removed :

- default-jre and openjdk-8-jre sad
- alsamixergui sad
- xserver-xorg-core xserver-xorg-video-nouveau ....
- ffmpeg !!!
- simplescreenrecorder mad
- nvidia-driver mad
- yelp sad
- python-wxgtk3.0 python3-pyqt5 python3-poppler-qt5
- remarkable sad
- paprass
- breeze
- mesa-utils
- abiword mad
- kdenlive mad
- compton mad
- steam mad
- qt5ct
- rapidsvn  mad
- zenity mad
- vlc mad
- xfe
- lightning thunderbird mad
- sqlitebrowser
- htmldoc
- vitualbox-qt mad
- openshot
- htmldoc
- keepassxc
- filezilla


So I know this will be painful, but what I did wrong and how to avoid this occurs again?  From what I see in upgraded packages, I have SERIOUS suspicions on

google-chrome-stable

triggering all that mess.

Start-Date: 2018-10-25  00:35:48
Commandline: apt full-upgrade
Requested-By: thierrybo (1000)
Upgrade: libimage-magick-perl:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), libwayland-egl1:amd64 (1.15.0-2~bpo9+1, 1.16.0-1~bpo9+1), libdrm-nouveau2:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm-nouveau2:i386 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libimage-magick-q16-perl:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), imagemagick:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), google-chrome-stable:amd64 (69.0.3497.100-1, 70.0.3538.77-1), libwayland-client0:amd64 (1.15.0-2~bpo9+1, 1.16.0-1~bpo9+1), libwayland-client0:i386 (1.15.0-2~bpo9+1, 1.16.0-1~bpo9+1), libdrm-amdgpu1:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm-amdgpu1:i386 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), imagemagick-6.q16:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), libdrm2:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm2:i386 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libssh-gcrypt-4:amd64 (0.7.3-2, 0.7.3-2+deb9u1), libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), libdrm-intel1:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm-intel1:i386 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm-radeon1:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), libdrm-radeon1:i386 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1), perlmagick:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), libwayland-server0:amd64 (1.15.0-2~bpo9+1, 1.16.0-1~bpo9+1), libwayland-server0:i386 (1.15.0-2~bpo9+1, 1.16.0-1~bpo9+1), imagemagick-6-common:amd64 (8:6.9.7.4+dfsg-11+deb9u5, 8:6.9.7.4+dfsg-11+deb9u6), tzdata:amd64 (2018e-0+deb9u1, 2018f-0+deb9u1), libdrm-common:amd64 (2.4.91-2~bpo9+1, 2.4.95-1~bpo9+1)
Remove: libchamplain-gtk-0.12-0:amd64 (0.12.15-1), libfltk1.1:amd64 (1.1.10-23), libkf5kiowidgets5:amd64 (5.28.0-2), xserver-xorg-video-dummy:amd64 (1:0.3.8-1), vlc-plugin-video-output:amd64 (3.0.3-1-0+deb9u1), qt5-style-plugins:amd64 (5.0.0+git16.g7aa4764-1), default-jre:amd64 (2:1.8-58), libcogl20:amd64 (1.22.2-2), libgles2-mesa:amd64 (18.1.6-1~bpo9+1), python3-poppler-qt5:amd64 (0.24.2-3), libqt5svg5:amd64 (5.7.1~20161021-2+b2), libclutter-1.0-0:amd64 (1.26.0+dfsg-3), wkhtmltopdf:amd64 (0.12.3.2-3), kinit:amd64 (5.28.0-1), qml-module-qtquick-window2:amd64 (5.7.1-2+b2), alsamixergui:amd64 (0.9.0rc2-1-10), xserver-xorg-video-nouveau:amd64 (1:1.0.13-3), ffmpeg:amd64 (7:3.2.12-1~deb9u1), libgles-nvidia2:amd64 (390.87-2~bpo9+1), libgles-nvidia2:i386 (390.87-2~bpo9+1), libkf5itemviews5:amd64 (5.28.0-1), libkwalletbackend5-5:amd64 (5.28.0-3), libnvidia-ml1:amd64 (390.87-2~bpo9+1), nvidia-vulkan-icd:amd64 (390.87-2~bpo9+1), nvidia-vulkan-icd:i386 (390.87-2~bpo9+1), libegl1:amd64 (1.0.0+git20180308-2~bpo9+1), libegl1:i386 (1.0.0+git20180308-2~bpo9+1), openjdk-8-jre:amd64 (8u181-b13-1~deb9u1), nvidia-driver-libs-i386:i386 (390.87-2~bpo9+1), qt5-gtk-platformtheme:amd64 (5.7.1+dfsg-3+b1), xserver-xorg-core:amd64 (2:1.19.2-1+deb9u2), nvidia-egl-icd:amd64 (390.87-2~bpo9+1), nvidia-egl-icd:i386 (390.87-2~bpo9+1), qml-module-qtquick2:amd64 (5.7.1-2+b2), libcogl-path20:amd64 (1.22.2-2), libqt5help5:amd64 (5.7.1-1), libatk-wrapper-java:amd64 (0.33.3-13+deb9u1), libkf5kiofilewidgets5:amd64 (5.28.0-2), libkf5globalaccel5:amd64 (5.28.0-1), vlc-plugin-qt:amd64 (3.0.3-1-0+deb9u1), libkf5dbusaddons5:amd64 (5.28.0-1), libabiword-3.0:amd64 (3.0.2-2+deb9u2), simplescreenrecorder:amd64 (0.3.8-2), libgl1:i386 (1.0.0+git20180308-2~bpo9+1), nvidia-driver:amd64 (390.87-2~bpo9+1), yelp:amd64 (3.22.0-1), libyelp0:amd64 (3.22.0-1), kwin-style-breeze:amd64 (4:5.8.5-2), xserver-xorg-input-void:amd64 (1:1.4.1-1+b2), qml-module-qtquick-controls:amd64 (5.7.1~20161021-2), libkf5service-bin:amd64 (5.28.0-1), libkf5declarative5:amd64 (5.28.0-1), phonon4qt5:amd64 (4:4.9.0-4), libpoppler-qt5-1:amd64 (0.48.0-2+deb9u2), kde-style-breeze:amd64 (4:5.8.5-2), python-wxgtk3.0:amd64 (3.0.2.0+dfsg-4), libopengl0:i386 (1.0.0+git20180308-2~bpo9+1), python3-pyqt5:amd64 (5.7+dfsg-5), remarkable:amd64 (1.87), libkf5jobwidgets5:amd64 (5.28.0-2), libkf5wallet-bin:amd64 (5.28.0-3), qml-module-qtquick-layouts:amd64 (5.7.1-2+b2), libnvidia-encode1:amd64 (390.87-2~bpo9+1), paprass:amd64 (2.06-2), libqt5widgets5:amd64 (5.7.1+dfsg-3+b1), kded5:amd64 (5.28.0-1), breeze:amd64 (4:5.8.5-2), libcogl-pango20:amd64 (1.22.2-2), libpolkit-qt5-1-1:amd64 (0.112.0-5), mesa-utils:amd64 (8.3.0-3), gstreamer1.0-plugins-bad:amd64 (1.10.4-1), nvidia-vdpau-driver:amd64 (390.87-2~bpo9+1), libgl1-nvidia-glvnd-glx:amd64 (390.87-2~bpo9+1), libgl1-nvidia-glvnd-glx:i386 (390.87-2~bpo9+1), libegl1-mesa:amd64 (18.1.6-1~bpo9+1), libkf5quickaddons5:amd64 (5.28.0-1), libgles2:amd64 (1.0.0+git20180308-2~bpo9+1), libglx-nvidia0:amd64 (390.87-2~bpo9+1), libglx-nvidia0:i386 (390.87-2~bpo9+1), abiword:amd64 (3.0.2-2+deb9u2), libkdecorations2-5v5:amd64 (4:5.8.4-1), libnvidia-egl-wayland1:amd64 (390.87-2~bpo9+1), libnvidia-egl-wayland1:i386 (390.87-2~bpo9+1), libkf5bookmarks5:amd64 (5.28.0-1), kio:amd64 (5.28.0-2), libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-4), libkf5notifyconfig5:amd64 (5.28.0-1), libwebkitgtk-3.0-0:amd64 (2.4.11-3), nvidia-kernel-dkms:amd64 (390.87-2~bpo9+1), libkf5configwidgets5:amd64 (5.28.0-2), libatk-wrapper-java-jni:amd64 (0.33.3-13+deb9u1), libqt5printsupport5:amd64 (5.7.1+dfsg-3+b1), libkf5configgui5:amd64 (5.28.0-2), libkf5service5:amd64 (5.28.0-1), libegl-nvidia0:amd64 (390.87-2~bpo9+1), libegl-nvidia0:i386 (390.87-2~bpo9+1), thunderbird-l10n-fr:amd64 (1:60.0-3~deb9u1), libkf5completion5:amd64 (5.28.0-1), libkf5kcmutils5:amd64 (5.28.0-2), kdenlive:amd64 (16.12.2-1), compton:amd64 (0.1~beta2+20150922-1), libkf5newstuff5:amd64 (5.28.0-1), libkf5wallet5:amd64 (5.28.0-3), libqt5gui5:amd64 (5.7.1+dfsg-3+b1), libqt5quickwidgets5:amd64 (5.7.1-2+b2), libnvidia-cfg1:amd64 (390.87-2~bpo9+1), libnvidia-cfg1:i386 (390.87-2~bpo9+1), libkf5xmlgui5:amd64 (5.28.0-1), nvidia-egl-wayland-icd:amd64 (390.87-2~bpo9+1), nvidia-egl-wayland-icd:i386 (390.87-2~bpo9+1), libchamplain-0.12-0:amd64 (0.12.15-1), libqt5x11extras5:amd64 (5.7.1~20161021-2), steam:i386 (1.0.0.54-2), libmlt++3:amd64 (6.4.1-4), libfox-1.6-0:amd64 (1.6.53-1), qt5ct:amd64 (0.33-1~ubuntu17.04.1), libkf5textwidgets5:amd64 (5.28.0-1), libdbusmenu-qt5-2:amd64 (0.9.3+16.04.20160218-1), rapidsvn:amd64 (0.12.1dfsg-3.1+b1), libkf5style5:amd64 (5.28.0-1), gir1.2-webkit-3.0:amd64 (2.4.11-3), libwayland-egl1-mesa:amd64 (18.1.6-1~bpo9+1), libkf5guiaddons5:amd64 (5.28.0-1), nvidia-kernel-support:amd64 (390.87-2~bpo9+1), libqt5webkit5:amd64 (5.7.1+dfsg-1), zenity:amd64 (3.22.0-1+b1), libglew2.0:amd64 (2.0.0-3+b1), libqt5scintilla2-12v5:amd64 (2.9.3+dfsg-4), vlc:amd64 (3.0.3-1-0+deb9u1), libglx0:i386 (1.0.0+git20180308-2~bpo9+1), libnvcuvid1:amd64 (390.87-2~bpo9+1), libqcustomplot1.3:amd64 (1.3.2+dfsg1-1), libwebkit2gtk-4.0-37:amd64 (2.18.6-1~deb9u1), melt:amd64 (6.4.1-4), libavdevice57:amd64 (7:3.2.12-1~deb9u1), nvidia-driver-libs:amd64 (390.87-2~bpo9+1), nvidia-driver-libs:i386 (390.87-2~bpo9+1), xserver-xorg-input-evdev:amd64 (1:2.10.5-1), xfe:amd64 (1.42-1+b1), libglu1-mesa:amd64 (9.0.0-2.1), libglu1-mesa:i386 (9.0.0-2.1), nvidia-driver-bin:amd64 (390.87-2~bpo9+1), lightning:amd64 (1:60.0-3~deb9u1), xfe-i18n:amd64 (1.42-1), libkf5windowsystem5:amd64 (5.28.0-2), sqlitebrowser:amd64 (3.9.1-2), thunderbird:amd64 (1:60.0-3~deb9u1), libphonon4qt5-4:amd64 (4:4.9.0-4), nvidia-persistenced:amd64 (384.111-1~deb9u1), libkf5widgetsaddons5:amd64 (5.28.0-3), libqt5opengl5:amd64 (5.7.1+dfsg-3+b1), lightning-l10n-fr:amd64 (1:60.0-3~deb9u1), libgl1-mesa-glx:i386 (18.1.6-1~bpo9+1), htmldoc:amd64 (1.8.27-8+b5), libkf5sonnetui5:amd64 (5.28.0-2), openshot:amd64 (1.4.3-1.2), xserver-xorg-video-nvidia:amd64 (390.87-2~bpo9+1), virtualbox-qt:amd64 (5.2.18-dfsg-2~bpo9+1), libcuda1:amd64 (390.87-2~bpo9+1), libkf5iconthemes5:amd64 (5.28.0-2), libkf5auth5:amd64 (5.28.0-2), phonon4qt5-backend-vlc:amd64 (0.9.0-2+deb9u1), x11-utils:amd64 (7.7+3+b1), libkf5solid5:amd64 (5.28.0-3), libqt5designer5:amd64 (5.7.1-1), python-mlt:amd64 (6.4.1-4), libkf5crash5:amd64 (5.28.0-1), keepassxc:amd64 (2.3.4+dfsg.1-1~bpo9+1), libkf5kiocore5:amd64 (5.28.0-2), libgstreamer-plugins-bad1.0-0:amd64 (1.10.4-1), libqt5quick5:amd64 (5.7.1-2+b2), filezilla:amd64 (3.24.0-1), libmlt6:amd64 (6.4.1-4), libkdecorations2private5v5:amd64 (4:5.8.4-1), libkf5notifications5:amd64 (5.28.0-1), qml-module-qtquick-controls-styles-breeze:amd64 (4:5.8.5-2), qml-module-qtgraphicaleffects:amd64 (5.7.1~20161021-3), playonlinux:amd64 (4.2.10-2), libclutter-gtk-1.0-0:amd64 (1.8.2-2), nvidia-settings:amd64 (390.48-2~bpo9+1), nvidia-alternative:amd64 (390.87-2~bpo9+1)
End-Date: 2018-10-25  00:38:20

#96 Re: Desktop and Multimedia » Steam and multiarch » 2018-09-23 19:19:25

Hi,
I installed steam on my system one week ago (I am not a gamer, but I wanted to test all the new stem/Proton stuff). Here is what I did for  an nvidia gtx760 card:

  • Using only Nouveau drivers for my Nvidia card, I switched to proprietary drivers

# dpkg --add-architecture i386
# apt update
# apt install -t ascii-backports --install-recommends wine
# apt install -t ascii-backports --install-recommends wine32
# apt install -t ascii-backports --install-recommends nvidia-driver 
# apt install -t ascii-backports nvidia-detect
# apt install -t ascii-backports mesa-vulkan-drivers
# apt install -t ascii-backports vulkan-utils
# apt install --install-recommends steam

Check you have python package (for python 2.7) and python3 installed.

And I added nothing more. I didn't even installed the 32-bit OpenGL libraries as stated in Debian wiki, for the moment all is working fine.

#97 Re: Desktop and Multimedia » [SOLVED] Nvidia error at boot » 2018-09-22 22:01:25

I am also running a fresh devuan ascii, first installed nouveau, then "nvidia-drivers" 390 from ascii-backports : same message, but all is working fine. (GTX-760)

#98 Re: News & Announcements » "Origin" now set to "Devuan" » 2018-06-07 11:12:15

nick_stokie wrote:

Use "apt update" instead of "apt-get update". Apt will prompt 'are you sure?' for each package; answer 'Y' and the update should work.

I think 'apt-get' is being / has been deprecated in favour of 'apt' so worth trying to use apt for all commands going forward.

apt-get has not been deprecated in favour of apt. apt-get commands are not "user friendly" for interactive use. So apt is build on top of apt-get, apt-cache ...  to get nicer results and simpler commands, and as a result commands syntax is not guaranteed to not change. Howewer apt-get will be kept as-is and is suitable for sripting / use in programs.

This is all explained here : https://itsfoss.com/apt-vs-apt-get-difference/

#99 Re: Documentation » xserver-xorg-legacy in ascii » 2018-01-25 22:36:42

Yes,

as I came also myself in xinit not running on  a minimal install without systemd, policykit and consolekit,  it turns out that  xserver-xorg-legacy was build specifically for  "legacy" debian setups without systemd :

xorg-server (2:1.17.3-1) unstable; urgency=medium

The Xorg server is no longer setuid root by default. This change reduces the
risk of privilege escalation due to X server bugs, but has some side effects:

* it relies on logind and libpam-systemd
* it relies on a kernel video driver (so the userspace component doesn't
touch the hardware directly) ->  kernel mode setting (KMS)
* it needs X to run on the virtual console (VT) it was started from
* it changes the location for storing the Xorg log from /var/log/ to
~/.local/share/xorg/

On systems where those are not available, the new xserver-xorg-legacy package
is needed to allow X to run with elevated privileges.
See the
Xwrapper.config(5) manual page for configuration details.

-- Julien Cristau <jcristau@debian.org> Tue, 27 Oct 2015 22:54:11 +0000

#100 Re: Desktop and Multimedia » LXDE user upgrades to Devuan Jessie » 2017-12-28 02:10:18

Hi,

although for me it is safe to have libsystemd0 (but not systemd init), I did not understand how you can avoid installing it. It is a dependency of xserver-xorg-core, and unless you are running a server, any desktop environment or window manager will have  xserver-xorg-core package.

Board footer

Forum Software