Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread David
On Sun, 4 Oct 2020 at 11:34, Janis Hamme wrote: > I think I found a proper way to do it. It turns out the buster-backports repo > actually has the Debian sources for all kernel versions that were released > in the past. Maybe the steps are useful for others as well: Hi, thank you very much for s

Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread Janis Hamme
Am 04.10.20 um 00:35 schrieb deloptes: > cp /boot/config-..xxx .config > make .oldconfig > make -j`nproc` bindeb-pkg > > as mentioned in https://wiki.debian.org/BuildADebianKernelPackage > > After make .oldconfig you will be asked questions about new stuff. The oldconfig hassle is somethin

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Gene Heskett
On Saturday 03 October 2020 11:21:04 Dan Ritter wrote: > Gene Heskett wrote: > > On Saturday 03 October 2020 08:12:56 Dan Ritter wrote: > > > I would try > > > > > > apt remove lightdm light-locker > > > > and task-xfce, the meta installer file was also selected > > > > > and either installing xdm

Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread deloptes
Janis Hamme wrote: > I'd like to build the vanilla 5.4.69 LTS Kernel for one of my Debian > machines (Buster). > > The easiest way seems to build the Kernel with the built in "make > deb-pkg" target. Since I do not really want to go through all the config > changes, > my plan was to get a 5.4 con

Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread Janis Hamme
Hi, I'd like to build the vanilla 5.4.69 LTS Kernel for one of my Debian machines (Buster). The easiest way seems to build the Kernel with the built in "make deb-pkg" target. Since I do not really want to go through all the config changes, my plan was to get a 5.4 config for amd64 from https://sa

Re: Missing i915 activity at boot time

2020-10-03 Thread Felix Miata
Rafa composed on 2020-10-03 17:44 (UTC+0200): > I have recently got a laptop with Intel UHD620 integrated graphics. looks likely relevant to your ne

Re: can't boot to a graphical interface.

2020-10-03 Thread Patrick Bartek
On Sat, 3 Oct 2020 13:39:22 -0400 Frank McCormick wrote: > On 10/3/20 11:20 AM, Kent West wrote: > > > > > > On Sat, Oct 3, 2020 at 8:01 AM songbird > > wrote: > > > > Frank McCormick wrote: > > > While compiling an application today my Debian bullseye

Re: Missing i915 activity at boot time

2020-10-03 Thread Rafa
Hi, On Sat, Oct 03, 2020 at 06:36:42PM +0200, Hans wrote: > Am Samstag, 3. Oktober 2020, 17:44:30 CEST schrieb Rafa: > Hi, > > did you install the packages firmware-linux-free and firmware-linux-nonfree? I had installed firmware-linux-free but not firmware-linux-nonfree. I have installed it ri

Re: can't boot to a graphical interface.

2020-10-03 Thread Frank McCormick
On 10/3/20 11:20 AM, Kent West wrote: On Sat, Oct 3, 2020 at 8:01 AM songbird > wrote: Frank McCormick wrote: > While compiling an application today my Debian bullseye system somehow > got messed up. It will boot to a CLI but no X, apparently

Re: Missing i915 activity at boot time

2020-10-03 Thread Hans
Am Samstag, 3. Oktober 2020, 17:44:30 CEST schrieb Rafa: Hi, did you install the packages firmware-linux-free and firmware-linux-nonfree? Also check, if the firmware exists in /lib/firmware/i915 Good luck! Hans > Hi, > > I have recently got a laptop with Intel UHD620 integrated graphics. > >

Missing i915 activity at boot time

2020-10-03 Thread Rafa
Hi, I have recently got a laptop with Intel UHD620 integrated graphics. The laptop was shipped with Debian 10.4 installed. The output of dmesg, as shipped, contained these messages regarding i915: # dmesg | grep -i i915 [2.215117] i915 :00:02.0: [drm] VT-d active for gfx access [2.2

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Gene Heskett
On Saturday 03 October 2020 11:21:04 Dan Ritter wrote: > Gene Heskett wrote: > > On Saturday 03 October 2020 08:12:56 Dan Ritter wrote: > > > I would try > > > > > > apt remove lightdm light-locker > > > > and task-xfce, the meta installer file was also selected > > > > > and either installing xdm

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Gene Heskett
On Saturday 03 October 2020 08:56:33 Andrew M.A. Cater wrote: > On Sat, Oct 03, 2020 at 04:27:08AM -0400, Gene Heskett wrote: > > The computer is controlling high powered machinery. Having the > > screen locker kick in, disabling our access to the application until > > we have wasted a minute typi

Re: can't boot to a graphical interface.

2020-10-03 Thread Kent West
On Sat, Oct 3, 2020 at 8:01 AM songbird wrote: > Frank McCormick wrote: > > While compiling an application today my Debian bullseye system somehow > > got messed up. It will boot to a CLI but no X, apparently because for > > some reason the system is unable to access some files in > > /usr/share/

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Dan Ritter
Gene Heskett wrote: > On Saturday 03 October 2020 08:12:56 Dan Ritter wrote: > > > > I would try > > > > apt remove lightdm light-locker > and task-xfce, the meta installer file was also selected > > and either installing xdm or just using startx to get X11 and > > XFCE up when you want it. > > W

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread David Wright
On Sat 03 Oct 2020 at 04:27:08 (-0400), Gene Heskett wrote: > The computer is controlling high powered machinery. Having the screen > locker kick in, disabling our access to the application until we have > wasted a minute typing on a poor keyboard trying to log back in can be > quite dangerous w

Bug Report

2020-10-03 Thread thinkingtwice
Hello, Having gone through Debian's ReportBug system, I am unsure which packages the issue is coming from hence the email contact. The problem is quite straightforward. After the last update from Linux Kernel 4.19.0-10amd64 to 4.19.0-11amd64 on Debian Buster, there seems to be a sound input/ou

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Charles Curley
On Sat, 3 Oct 2020 04:27:08 -0400 Gene Heskett wrote: > The computer is controlling high powered machinery. Having the screen > locker kick in, disabling our access to the application until we have > wasted a minute typing on a poor keyboard trying to log back in can > be quite dangerous when t

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Gene Heskett
On Saturday 03 October 2020 08:12:56 Dan Ritter wrote: > Gene Heskett wrote: > > The computer is controlling high powered machinery. Having the > > screen locker kick in, disabling our access to the application until > > we have wasted a minute typing on a poor keyboard trying to log back > > in c

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Charles Curley
On Sat, 3 Oct 2020 04:27:08 -0400 Gene Heskett wrote: > Some of us like xfce4, please advise how to permanently disable > lightdm and its light-locker. _Forever_. We do know how to turn off > the monitor at the end of the day. If you are running XFCE on the beastie in question: The XFCE power m

Re: can't boot to a graphical interface.

2020-10-03 Thread songbird
Frank McCormick wrote: > While compiling an application today my Debian bullseye system somehow > got messed up. It will boot to a CLI but no X, apparently because for > some reason the system is unable to access some files in > /usr/share/dbus-1. It keeps saying access denied. The directories a

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread songbird
Dan Ritter wrote: ... > I would try > > apt remove lightdm light-locker i don't even know what the package light-locker is as i don't see it here and i have lightdm installed (but i'm running testing and bits of unstable so perhaps it's not come by yet). i have a dislike for screen savers and

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Andrew M.A. Cater
On Sat, Oct 03, 2020 at 04:27:08AM -0400, Gene Heskett wrote: > The computer is controlling high powered machinery. Having the screen > locker kick in, disabling our access to the application until we have > wasted a minute typing on a poor keyboard trying to log back in can be > quite dangerous

Re: How to disable the screen locker on amd64 buster?

2020-10-03 Thread Dan Ritter
Gene Heskett wrote: > The computer is controlling high powered machinery. Having the screen > locker kick in, disabling our access to the application until we have > wasted a minute typing on a poor keyboard trying to log back in can be > quite dangerous when the machine has a runaway. Anything

How to disable the screen locker on amd64 buster?

2020-10-03 Thread Gene Heskett
The computer is controlling high powered machinery. Having the screen locker kick in, disabling our access to the application until we have wasted a minute typing on a poor keyboard trying to log back in can be quite dangerous when the machine has a runaway. Anything we do with xset is overridd

Re: GIMP keeps crashing!

2020-10-03 Thread Weaver
On 03-10-2020 13:48, riveravaldez wrote: > On 10/2/20, Rebecca Matthews wrote: >> ``` >> GNU Image Manipulation Program version 2.10.8 >> git-describe: GIMP_2_10_6-294-ga967e8d2c2 >> C compiler: >> Using built-in specs. >> COLLECT_GCC=gcc >> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-