/srv/irclogs.ubuntu.com/2019/10/30/#lubuntu.txt

lubot<ctisme> how to move every window apps opened on the hdmi monitor to edp one?02:13
chietaxrandr?02:16
lubot<The_LoudSpeaker> @ctisme [how to move every window apps opened on the hdmi monitor to edp one?], If you are in extended monitor setup. You will just have to drag them to this monitor.16:09
=== lubuntu is now known as Guest45455
LizardmanAh I've got everything running great in my fresh Lubuntu install, but the PulseAudio Mixer icon in the system tray has become blank - known issue?  Anyone have experience with the bug and potentially some suggestions?21:02
wxl`pulseaudio -k` do anything for you?21:08
LizardmanI shall try21:09
LizardmanRegretfully no, good sir wxl21:10
wxlwhat version of lubuntu?21:10
LizardmanShould be latest, always forgot how to check that as opposed to kernel version21:11
wxl`lsb_release`21:11
lubot<ctisme> @The_LoudSpeaker [If you are in extended monitor setup. You will just have to drag them to this mo …], how to do that automatically... let's say i have many apps open... when using the extended monitor... i want to all apps opened on edp one rather on hdmi wan21:11
Lizardman"No LSB modules are available."21:11
wxlugh that whole thing. so stupid. try `lsb_release -d`21:12
The_LoudSpeakerctisme: set the edp one as the primary monitor21:12
LizardmanUbuntu 19.0421:12
wxlok well 19.10 just came out. you might want to try an upgrade as you'll want to do one anyways.21:13
LizardmanFor Lubuntu, what's the official upgrade procedure?21:13
diogenes_!upgrade21:14
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade21:14
The_LoudSpeakersudo do-release-upgrade -d21:14
The_LoudSpeaker^ Lizardman:21:14
lubot<ctisme> @The_LoudSpeaker [<The_LoudSpeaker> ctisme: set the edp one as the primary monitor], i won't21:15
wxlit may be that some application is using your hardware and so pulse is just ignoring that. you can do `lsof /dev/snd/* | tail -n +2 | grep -v pulse` to figure out if anything is there21:16
wxl^ Lizardman21:16
Lizardmanwxl: I will check that, I am doing a dist upgrade at the moment, which will kick me offline here (Linux box is router using iptables)21:17
The_LoudSpeakerThen sorry mate. Can't help! 🤷🏻‍♂️21:17
The_LoudSpeaker^ @ctisme21:17
wxlworst case scenario, you can try deleting (or moving) the config files and then restarting21:17
lubot<ctisme> @The_LoudSpeaker [<The_LoudSpeaker> Then sorry mate. Can't help! 🤷🏻‍♂️], no worries, nice tries21:18
wxlbtw ~/.config/pulse21:19
wxl`pactl list` might be instructive if there are still issues21:21
Lizardmanwxl: Thank you wxl, you've been much helpful - just waiting for the packages to be upgraded and hopefully a sane restart (might need to re-install the NVIDIA drivers, I use the ones from their site)21:21
LizardmanIt's just that dang icon in the system tray being blank, it tasks me!  It tasks me!  Everything else is working so well, best I've seen LXQt21:22
wxl19.10 is better so XD21:22
LizardmanI cannot ignore the advice of a good ser21:24
chietastill on 19.04 with openbox here21:24
wxl19.10 still has openbox21:25
LizardmanMy first Linux distro was Mandrake, all the way back, let's see, 21 years ago roughly21:25
wxloh jeez i don't even remember mandrake XD but i began on slackware21:25
chieta21 years with linux then?21:25
chietai forgot the logos of mandrake21:26
chietaknoppix i rememberred21:26
wxli remember having to hack a device driver for something... it was a laptop and there wasn't much in the way of resources for linux on laptops back then21:26
chietamy first impression is suse21:26
chietasound driver is a mess21:27
=== Dresk|Dev is now known as Lizardman
LizardmanYeah, I was the coolest hatchling in class, I setup a remote access terminal and used a bunch of ncurses-based programs to chat on ICQ, IRC, etc21:31
LizardmanAnd I'm back on with 19.1021:31
LizardmanAnd Pulse has an icon!21:31
wxlhorray21:31
wxlmost likely that is circumstantial21:31
wxlso don't get the idea that pulse sucks in 19.04 or anything. but you've got newer software and that's a Good Thing™21:31
LizardmanAnd I almost lost my Vulkan code due to where I put it!  Woops!21:32
LizardmanGotta reinstall the NVIDIA driver21:33
Lizardmanwxl: What's the default window manager for logging in? wddm?  Wasn't lightdm, trying to find the process21:36
wxlLizardman: one key lower— sddm21:37
wxland fwiw "login manager" would be the words you are looking for21:37
Lizardmanwxl: Hm, killing it only brought it back21:37
wxlthey all end in "dm" for "display manager" but especially in the age of wayland, that's super confusing21:37
wxlyeah it autospawns (just like pulseaudio, actually). what are you trying to accomplish?21:38
LizardmanInstall NVIDIA's driver21:38
wxlwouldn't that involve kernel modules, so you're just reloading them basically?21:39
wxlsee `modprobe`21:39
=== Dresk|Dev is now known as Lizardman
LizardmanBack again21:40
wxlif you're trying to essentially restart x, killing the display/login manager is what actually does it21:40
LizardmanI need to stop sddm from loading so Nouveu doesn't load so I can load NVIDIA's kernel driver21:40
LizardmanBasically a fresh boot with no X21:41
wxloh just blacklist nouveau and kill sddm21:41
wxl!blacklist21:41
ubottuTo blacklist a module, edit /etc/modprobe.d/my_blacklist.conf and add « blacklist <modulename> » to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type « sudo update-initramfs -u »21:41
LizardmanNVIDIA's installer already made a blacklist file in that location21:42
wxlso if nouveau is there, it shouldn't load21:43
Lizardman...and yet lsmod shows it21:43
wxldid you completely reboot?21:43
LizardmanYes'ser21:44
wxlwhat's `lsmod | grep nouveau`?21:44
Lizardmanhttps://pastebin.com/FeBxGUV221:45
Lizardmanhttps://pastebin.com/zkBBSZjS - NVIDIA's file21:46
wxlso everything except the first line shows modules that are loaded that are using nouveau.. they might be the issue21:46
Lizardmannano /etc/modprobe.d/nvidia-installer-disable-nouveau.conf - Good path21:47
LizardmanThose modules look rather generic-y for Xorg-y21:48
wxli know.. just observing21:49
* Lizardman hands wxl some binoculars21:49
LizardmanProbably stopping sddm from loading will fix this21:53
wxlanything except comments in /etc/initramfs-tools/modules?21:56
wxlis nouveau mentioned anywhere in /etc/modules-load.d/*?21:57
wxlis the nvidia driver (for some weird reason? i don't know) blacklisted in /etc/modprobe.d/*?21:57
LizardmanCheck for that, it wasn't21:58
wxlalso look for either in /etc/X11/xorg.conf (you shouldn't have one) or /usr/share/X11/xorg.conf/*21:59
wxloh there's some fun ideas here https://askubuntu.com/questions/110341/how-to-blacklist-kernel-modules22:00
wxli like the last one, which is rename all the driver files X'''''''''D22:01
wxlthe `install module /bin/false` directive is new22:01
wxlpassing the blacklist to the kernel right in GRUB is a nice touch22:02
Lizardmanwxl: Ugh, got the driver installed, X starts for a second, see the cursor, it drops22:07
LizardmanGonna get the Xorg log22:07
LizardmanWhat, the22:08
LizardmanNow it's sddm that seems to be preventing it from running22:09
wxl?22:09
Lizardman[   146.842] (EE) Failed to open authorization file "/var/run/sddm/{e0243e52-2eca-494a-87f7-7b2c23eba320}": No such file or directory22:09
LizardmanI also see BOTH Nouveau AND NVIDIA references in the log22:10
Lizardmanhttps://pastebin.com/ye9DDPdj22:10
wxlyeesh22:10
wxlcan i make a crazy suggestion?22:10
LizardmanYes'ser22:11
LizardmanReinstall?22:11
lubot<lynorian> what happens in a live session?22:11
wxlno.. roll back your driver22:11
LizardmanHm, need to check the command line options on the NVIDIA installer for that22:12
wxli'm not sure it will allow you that option22:12
wxlyou might have to literally go pick an older version and install it22:12
wxli know this is gentoo but kind of interesting https://forums.gentoo.org/viewtopic-t-1097502.html22:13
wxl * rolling back drivers helps22:13
wxl * the file exists though it says it doesn't22:13
wxl * for some, wiggling the mouse/typing keys and it works like normal (so might be a red herring)22:13
=== Dresk|Dev is now known as Lizardman
Lizardmanwxl: All working22:17
Lizardmanwxl: Next thing, a menu editor, since I don't seem to have a built-in one22:18
wxlLizardman: what are you talking about? you said earlier you had nano XD22:21
Lizardmanwxl: I love nano!  I use it all the time!  But both LXQt have a GUI for editing the menu?22:22
wxloh you want a GUI boooooo22:22
Lizardman(I have to sell this distro to some people at the company)22:22
Lizardman(well, make them like it)22:22
wxlsurprisingly, the LXQt project has been relatively unfriendly about the idea of a desktop entry editor, let alone a menu editor22:23
kc2beznano has some gui-like features XD22:23
wxloooooooh but i think i may have found a really good solution22:23
wxllet me go test this out22:23
wxlmeanwhile i'll show you the two i know of22:23
wxl!info alacarte22:23
wxl!info menulibre22:23
ubottualacarte (source: alacarte): easy GNOME menu editing tool. In component universe, is optional. Version 3.11.91-3 (bionic), package size 79 kB, installed size 556 kB22:23
ubottumenulibre (source: menulibre): advanced FreeDesktop.org compliant menu editor. In component universe, is optional. Version 2.2.0-1 (bionic), package size 142 kB, installed size 1436 kB22:23
* wxl kicks the bot22:23
wxlwth? we default to bionic here? ugh22:24
wxl!info alacarte eoan22:24
wxl!info menulibre eoan22:24
ubottualacarte (source: alacarte): easy GNOME menu editing tool. In component universe, is optional. Version 3.11.91-5 (eoan), package size 47 kB, installed size 312 kB22:24
ubottumenulibre (source: menulibre): advanced FreeDesktop.org compliant menu editor. In component universe, is optional. Version 2.2.1-1 (eoan), package size 144 kB, installed size 1469 kB22:24
wxlthere, still there :)22:24
wxland apparently getting smaller in the case of alacarte. not sure if that's a good sign or not XD22:24
wxlok the idea's good but not great22:26
wxlyou can edit the Desktop Entries by using pcmanfm-qt and going to Applications, then right click, open with, your editor, etc.22:27
wxlhowever you wouldn't necessarily know all the categories22:27
wxlor if you don't mind flatpak and ewwwwwwwwwwwwwwwwwwwww gtk3 https://github.com/donadigo/appeditor22:40
kc2bezfwiw I vote menulibre. it doesn't pull in too much and it just works.23:08
wxlyeah except when it doesn't23:08
wxlwhen you try to get fancy (more than just moving categories) it's problematic23:08

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!