Nope, to understand, I want the proprietry driver, because the nouveau driver
is too slow. Otherwise I could use the cpu inbuilt graphics chip, which is
I915, but also slow.
My mail should also be seen as an info mail, not as a bugreport.
As I know about the issue, I am running every game or ap
Marco composed on 2022-08-04 06:51 (UTC):
> Thu, 04 Aug 2022 06:37:31 + Hans composed:
>> Did I miss telling it? On T520 it is GF119 (NVS4200) and in the
>> Aspire it is GF-86M, both need *-340xx-* legacy drivers.
> For this generation of cards, nouveau works fine. I am running it with a
>
On Thu, Aug 04, 2022 at 04:12:23AM -0400, Felix Miata wrote:
> Marco composed on 2022-08-04 06:51 (UTC):
>
> > Thu, 04 Aug 2022 06:37:31 + Hans composed:
>
> >> Did I miss telling it? On T520 it is GF119 (NVS4200) and in the
> >> Aspire it is GF-86M, both need *-340xx-* legacy drivers.
>
>
Hi,
I think I am missing something minor but I don't get it.
My sources.list is:
deb https://deb.debian.org/debian-security bullseye-security main contrib
non-free
deb-src https://deb.debian.org/debian-security bullseye-security main
contrib non-free
deb https://deb.debian.org/debian/ bullseye m
On Thu, Aug 04, 2022 at 12:23:26PM +0200, Johan Kröckel wrote:
> My sources.list is:
>
> [...]
> deb https://deb.debian.org/debian/ bullseye main non-free contrib
Looks good.
> apt update; apt-cache policy base-files gives me:
>
> base-files:
> Installiert: 11.1+deb11u3
> Installa
Sorry, that was misunderstandable. I run apt update/apt upgrade daily.
~# date; cat /etc/apt/sources.list;apt update; apt upgrade; apt-cache
policy base-files
Do 4. Aug 13:25:38 CEST 2022
deb https://deb.debian.org/debian-security bullseye-security main contrib
non-free
deb-src https://deb.debian.
Johan Kröckel wrote:
> Hi,
> I think I am missing something minor but I don't get it.
Whereas I missed: apt-get dist-upgrade
Best regards,
Klaus.
--
Klaus Singvogel
GnuPG-Key-ID: 1024R/5068792D 1994-06-27
On Thu, Aug 04, 2022 at 01:27:21PM +0200, Johan Kröckel wrote:
> ~# date; cat /etc/apt/sources.list;apt update; apt upgrade; apt-cache
> policy base-files
[...]
> OK:1 http://security.debian.org/debian-security bullseye-security InRelease
> OK:2 http://packages.microsoft.com/repos/code stable InRel
Thank you very much!
2) ~# rm -R /var/lib/apt/lists/* did the trick!
Btw:
1) That's not Ubuntu but the Signal desktop client and the correct
repository. Confuses me all the time as well.
Hi Klaus,
thank you but dist-upgrade had the same result.
'~# rm -R /var/lib/apt/lists/*; apt update; apt upgrade' worked.
Still don't know what was wrong...
Thanks again
Johan
Andrew M.A. Cater composed on 2022-08-04 10:20 (UTC):
...
> nouveau is a good and supported way forward.
NouveauS are.
It's deleterious to omit the fact that there are two separate functionality FOSS
Nouveaus, one of which, the Nouveau X display driver (DDX: Device Dependent X),
is
reve
From: Charles Curley
Date: Sat, 30 Jul 2022 13:39:00 -0600
> The preparation of any storage medium requires at least two steps. To
> format means ...
>
> In another step one lays down a file system: ...
Understood, at a superficial level at least. Haven't invented or
implemented a fil
Hi,
This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH
--disabled-password --gecos "" $USERNAME && \
echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \
chmod 0440 /etc/sudoers.d/USERNAME
However, I keep getting the error,
adduser: Only one or two names allo
On 8/4/22 10:41, Felix Miata wrote:
This is valuable info Felix, thank you.
Andrew M.A. Cater composed on 2022-08-04 10:20 (UTC):
...
nouveau is a good and supported way forward.
NouveauS are.
It's deleterious to omit the fact that there are two separate functionality FOSS
Nouveaus, one of wh
On 8/4/22, Ishaan Mahajan wrote:
> Hi,
>
> This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH
> --disabled-password --gecos "" $USERNAME && \
> echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \
> chmod 0440 /etc/sudoers.d/USERNAME
> However, I keep getting
On 8/4/22 10:47, pe...@easthope.ca wrote:
From: Charles Curley
Date: Sat, 30 Jul 2022 13:39:00 -0600
The preparation of any storage medium requires at least two steps. To
format means ...
In another step one lays down a file system: ...
Understood, at a superficial level at least.
Ishaan Mahajan wrote:
> Hi,
>
> This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH
> --disabled-password --gecos "" $USERNAME && \
> echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \
> chmod 0440 /etc/sudoers.d/USERNAME
> However, I keep getting the error
On Thu, Aug 04, 2022 at 01:24:04PM -0400, Cindy Sue Causey wrote:
> On 8/4/22, Ishaan Mahajan wrote:
> > Hi,
> >
> > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH
> > --disabled-password --gecos "" $USERNAME && \
> > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d
On Thu, 4 Aug 2022 13:23:11 -0400
Dan Ritter wrote:
> sudo adduser --shell $USERSHELLPATH --disabled-password --gecos ""
> $USERNAME
>
> That's your first command line. --gecos expects a value. You are
> literally supplying no value.
>
> Why don't you leave the --gecos "" out entirely, if you a
On Thu, Aug 04, 2022 at 12:17:54PM -0600, Charles Curley wrote:
> On Thu, 4 Aug 2022 13:23:11 -0400
> Dan Ritter wrote:
>
> > sudo adduser --shell $USERSHELLPATH --disabled-password --gecos ""
> > $USERNAME
> >
> > That's your first command line. --gecos expects a value. You are
> > literally su
On Sat, Jul 30, 2022 at 07:29:23AM +, Thomas DiModica wrote:
Hi, Thomas. I'd send this to the debian-developer email list rather than
this user list. Not sure if any developers are lurking here ...
> Greetings,
>
> I don't remember how or why I initially stumbled across this bug report
> (
On Wed 03 Aug 2022 at 08:37:24 (-0700), pe...@easthope.ca wrote:
> From: David Wright
> Date: Sun, 31 Jul 2022 14:15:26 -0500
> > So "primary store" probably means Master Copy of Your Data.
>
> https://en.wiktionary.org/wiki/primary#Adjective sense 2.
> https://en.wiktionary.org/wiki/master#Ad
On Thu 04 Aug 2022 at 13:27:34 (-0400), gene heskett wrote:
> On 8/4/22 10:47, pe...@easthope.ca wrote:
> > From: Charles Curley
> > Date: Sat, 30 Jul 2022 13:39:00 -0600
> > > The preparation of any storage medium requires at least two steps. To
> > > format means ...
> > >
> > > In an
I had this issue long back, when my wacom ctl-6100 was far exceeding my
4k display. But then it got fixed automatically with some software
upgrade in Debian 11 bullseye.
But recently, I plugged it in again to sign a few documents and found
that the problem has reappeared.
Can someone guide me how
On Thu, Aug 4, 2022 at 7:51 PM Mid Mes Fair wrote:
> There is a big bug in auto update in debian 11.
> I have turned off the auto checking feature but it still checking and
> appear on the notification section in the software
>
We need more info. To start with:
What Desktop Environment are you u
Sorry for another email but this is what it looks like now - RUN sudo
adduser --shell $USERSHELLPATH --disabled-password $USERNAME && \
However, I am still running into the same problem.
Thanks,
Ishaan
On Thu, Aug 4, 2022 at 10:53 PM Dan Ritter wrote:
> Ishaan Mahajan wrote:
> > Hi,
> >
> > Thi
26 matches
Mail list logo