You are not logged in.
Also, my deep thanks (and respect) to those of you for whom English is a second (third?) language. I know it is a strange language, but somehow you make it work!
At least english doesn't assign random genders to inanimate objects which all have different articles. A bit of fun trivia: Guess which genders knife, spoon and fork have in german. Hint: You are likely to be wrong since it makes no sense at all
Fun facts: in the future, most of my country will explode, and another part will be submerged underwater, all due to purely natural causes.
Which country am I in?
You are living on a very flat vulcano? No, seriously, i don't have the slightest clue
fanfoue70 wrote:Could the maintainer add these compilation options please ?
--enable-omxil --enable-omxil-vout --enable-rpi-omxil --disable-mmal-codec --disable-mmal-vout
Devuan does not maintain VLC if that's what you're assuming. I don't know whether Debian touches it or whether it comes directly from VLC. You could always recompile it yourself.
True but i guess Debian still decides what options to pass to configure and not just uses defaults though. Anyways in my opinion the most pragmatic approach would be to build a package with the proposed changes and host it at a custom repo (kinda like the old debian multimedia repo) first. If it proves popular and gets a positive response it's likely easier to get it considered for inclusion in the official repos.
Slightly offtopic: If there's enough people wanting to build packages maybe it's worth considering to start a community repo or even some site providing something like Ubuntu's ppas.
Germany. Likely to be stuck in austria for a bit soon though.
Nice to meet you all
I would like to know what system component is cranking up the brightness when I open the lid.
Good question. Sadly i don't know but it seems it could also be the thinkpad-acpi kernel module (https://github.com/torvalds/linux/blob/ … d-acpi.txt). Didn't check but i wouldn't be suprised if that is even active before any actual acpi packages get installed. I am just guessing here but in my opinion it's either that or the i915 module as both include brightness controls or very maybe the BIOS but my bet would be on one of the first two.
Besides, where does one get a small nuclear reactor from - or, for that matter, plutonium?!!
Ebay?
Well apt-get could always change that http://www.thinkwiki.org/wiki/How_to_co … _lid_close suggests the lid actually has an event. Well at least for closing it seems. If you could figure out how to save the brightness value from /sys/class/backlight and restore on open you'd be golden i'd say.
acpi_listen is part of acpid package.
Any reason for not having acpi? Otherwise i'd try if acpi_listen shows some event relating to lid opening/closing. If there are events binding scripts that either save or restore brightness might work. At least this technique brought my speaker/microphone mute buttons to life by binding amixer one liners.
Not much experience there but i fear it'll be tricky to archive that. I guess /etc/init.d/lightdm contains some kind of loop that simply restarts X and lightdm when X is being killed. If thats the case the problem would be that script runs as root and has no idea what user was logged in at the moment X got killed so it wouldn't know how to spawn a matching shell.
If you have some way to figure out if a session started by startx was killed or if the user simply logged out i think you could hack something together with a script wrapping around /bin/login but i wouldn't know how to do that in a generic non DE dependant way.
Agreed but in my opinion Devuan is a pretty good starting point for any interesed person willing to learn. As soon as they get a basic setup running (which should be easy as long as they stick to the options provided by the installer) they will slowly figure stuff out. Biggest hurdle i see is unsupported (specialy network) hardware and i'd rather have them learn on Devuan using properitary software than switch to some other distro or even loose interest.
Good idea about removing xserver-xorg-video-intel to see if it is actually used. All i know right now is i915 module being loaded according to lsmod and even if i don't have any obvious problems i'd really like some clarity here (even if just to rule out X choosing a wrong driver might be related to my xserver-xorg-legacy woes).
Sorry, i can't contribute much to the actual lid problem beyond saying works for me on stock kernel (no elogind, just icewm with a homebrew display manager, tlp and needs_root_rights=yes to make X work). T400 and X220 seem to be a little different hardware wise besides libreboot not being available for X220 yet so that might be a factor also.
I feel your pain--broken themes are always near the top when it comes to OS-upgrade hassles. The GTK3 developers obviously don't give a hoot about backward compatibility. I only use their inconsiderate software because I more or less have to. I wish they were more like Linus Torvalds, conscientious about not breaking stuff as the code evolves.
Exactly. I am getting more and more annoyed with GTK3. GTK2 was great but GTK3... not so much. Still whats the alternative? Pretty much all the applications i use are GTK based and the only other toolkit thats used by more than a handful of applications would be QT anyways
All I liked about Arc-Darker were the color scheme and the window buttons (minimize, maximize, close), which is why I used it as a base. I find the extreme minimalism in today's UIs (including Arc-Darker) to be a disgrace. Therefore, my custom theme is basically Arc-Darker's traditional and more sensible sister.
Gotta try it. I am using Equilux right now. Colors are pretty nice but the animations and specialy those scrollbars... ugh. Do no want.
Edit: No idea about window controls on Equilux as that's something my window manager makes sure will always look extremly dated
apt-file works for me in ascii, using pkgmaster.devuan.org or deb.devuan.org.
Did you run apt-file update?
It does? My bad then. I i think i didn't even check if it worked now after getting used to it being broken during jessie.
Oh, so there is already a post concerning this mess. So i guess the best way to deal with this is to follow the steps fsmithred posted?
By the way there is this interesting snipped i stumbled upon at https://bugs.debian.org/cgi-bin/bugrepo … bug=814394
Julien Cristau on 2016/02/13 +0100 @11:30:30:
> > startx does not longer work after upgrade; `grep EE
> > Xorg.log' shows:
> >
> > [ 1463.840] (EE) systemd-logind: failed to get
> > session: The name org.freedesktop.login1 was not
> > provided by any .service files
>
> X requires logind ...It's not supposed to, when using the X wrapper and
needs_root_rights=yes. There used to be an upstream patch that
even allowed X to start without this, and skip the ioperm check
(it's not actually needed with KMS), which Debian dropped,
because I guess they want to require everyone to use systemd.
Thank you. I agree those kind of themes are severly underrepresented. I also had to upgrade my theme too due to GTK3 again breaking the thememing api. Having not had much possibility to go theme hunting yet but i can already say it's going to be tough. When i get to it i'll remember to try yours as dark themes are exactly what i am looking for even though i remember Arc being a bit extreme on the simplicity for my tastes.
Packages for ceres seem to include PHP 7.1 and 7.2 so you could pull them from there but it would involve some pinning to not upgrade your whole system to ceres and you might run into dependency problems.
Another option is https://deb.sury.org/ (which is the recommended succesor to dotdeb.org for PHP). Just use the script provided at https://packages.sury.org/php/README.txt to enable the repository. Only adjustment that should be needed for Devuan is replacing $(lsb_release -sc) with stretch. No garanties though. The repo is targeting Debian and even while it worked for me on jessie i haven't tried it on ascii yet.
I think having non-free enabled by default in a normal installation but being optional in expert mode is a good balance. Having non technical users having jump through hoops to get their properitary hardware working is counterprodutive in my opinion. One might argue it should be optional in both install modes though. Having even novice users understand that their hardware needs non-free stuff to work and therfore having to enable non-free repos is probably not to much to ask for.
At some point we may have to clone the debian repos onto our infrastructure to preserve them from further systemd intrusion. Then we would be independent from debian. But pulling that off would require an influx of volunteers with ninja skills to handle the workload of keeping packages from upstream current.
Pretty much this. The huge amount of packages debian has (20k+?) is simply prohibitive for any smaller distribution to just simply take over. Even Ubuntu customizes only a small percentage of packages.
I had problems with my Intel graphics on a T510 (that one still runs Debian9).
Sometimes the screen just turned black...
Since installing kernel-4.15 from backports, that didn't happen again.
Interesting. Actually i wanted to see how long i could go without backports but i guess it makes sense to at least try a recent kernel when investigating if this is what fixed things for you.
I wonder about that too. I am on X220 and i am not even sure X uses the Intel driver. glxinfo comes up with lots of Mesa this Mesa that but then says it's accelerated and glxgears runs at 60 fps with zero load on the CPU so i guess it's not software rendering. On the other hand messing with the X config to explicitly have a display device that uses driver intel results in kernel messages about "something switch something time out" and basically made my system lock up. Might investigate further at some point but wouldn't mind someone with more experience describe what's considerd an usual setup here either.
IIRC apt-file doesn't work because the devuan repos are missing some optional content description files. A (semi) workaround would be adding this to your shells resource file:
apt-file() {
if [ ! "$1" = search ]; then
echo "Usage: apt-file search [FILE]" >&2
return 1
fi
wget -qO - "https://packages.debian.org/file:/$2" | tr -d '\n \t' | \
sed 's|<tr>|\n|g' | sed 's|</tr>.*||' | grep '^<tdclass="file' | \
sed -e 's|<spanclass="keyword">||g' -e 's|</span>||g' \
-e 's|^<[^>]*>\([^<]*\)<.*<ahref="[^"]*">\([^<]*\).*|\2 \1|' | \
column -t
return 0
}
This isn't a 100% replacement though as it's very basic, actually searches debian and does not support partial matches (i think) but it's better than nothing.
To answer my own question: According to https://dev1galaxy.org/viewtopic.php?id=589 it does.
Well not sure if this worked. Reportbug complained about being unable to connect to Devuan BTS (NoNetwork - my network is working fine???) but in the end printed to have sent the report. Nothing visible on the website though. Going to wait a bit i guess. Maybe it takes some time to appear.
Thinking about filing a bug against xserver-xorg-legacy because of the seemingly failing auto detection and to raise the question if that packages even makes sense in Devuan. Wouldn't be useful to send this torwards Debian i guess.
[ 43.712] (EE) modeset(0): drmSetMaster failed: Permission denied
[ 43.712] (EE)
Fatal server error:
[ 43.712] (EE) AddScreen/ScreenInit failed for driver 0
Ran into this issue after first upgrade of my devuan setup installed mostly from the beta DVD. What caused it exactly? I don't know. Upgraded kernel? Upgraded X packages (my bet)? I can't really say for sure.
Anyways, searching around yielded posts saying the problem would be related to the xserver-xorg-legacy package and either installing or removing it would fix it. Well, turn out this is already installed on Ascii and removing it changes nothing BUT adding needs_root_rights=yes to /etc/X11/Xwrapper.config actually makes X start. According to the manual page needs_root_rights is by default set to auto so i guess this detection fails somehow?
As far as i understand it the underlying problem seems to be that X needs root rights to init graphics but by default thats now somehow handled by systemd. I guess needs_root_rights=yes is basically synonym to SUID on /usr/lib/xorg/Xorg (at least setting this has the same effect) and somewhere during updates this got removed and coupled with the broken autodetection triggers this bug.
Hope this helps someone who is also baffled why it's desktop suddenly refuses to start.
Edit: https://dev1galaxy.org/viewtopic.php?id=1591 contains more information and points torwards needs_root_rights=yes maybe not being the best way to deal with this.