Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 1410 matches

by None1975
2024-03-30 12:27
Forum: General Questions
Topic: Failed to start light display manager
Replies: 13
Views: 687

Re: Failed to start light display manager

Hello. Try this: apt purge "*nvidia*" And then reboot the system with: systemctl reboot This should leave you with a functioning system in almost all cases. If it seems to still be having issues, you may also try running: apt install --reinstall xserver-xorg-core xserver-xorg-video-nouveau...
by None1975
2024-03-28 16:37
Forum: Hardware
Topic: best advice for installing nvidia
Replies: 11
Views: 593

Re: best advice for installing nvidia

Just check Debian wiki. Everything is very clearly explained and written there. It couldn't be easier.
... some tutorials
You should always use the official documentation (I mean the Debian wiki).
by None1975
2024-03-19 12:18
Forum: Graphical Environments & Desktops
Topic: [Solved] Lightdm doesn't show my user's name
Replies: 5
Views: 433

Re: Lightdm doesn't show my user's name

Hello. It looks like you have configured lightdm incorrectly By default, LightDM is configured so that the user should enter both their login name and password. The login name is considered sensitive information. It is possible to provide the user with a selection of available user accounts. The mos...
by None1975
2024-03-15 16:53
Forum: Off-Topic
Topic: What does your desktop look like?
Replies: 5849
Views: 4543896

Re: What does your desktop look like?

Fvwm-Crystal with Amiga style.
The menu doesn't work because the menu depends on Python2 and Debian 12 doesn't have it.

Image
by None1975
2024-03-14 16:55
Forum: Debian Development Discussion
Topic: [Discussion] When will KDE 6 be available
Replies: 4
Views: 4268

Re: [Discussion] When will KDE 6 be available

No need to be in such a hurry. Even more KDE6 is buggy...
by None1975
2024-03-14 16:52
Forum: Installation
Topic: [Solved] Error when installing nvidia-driver firmware-misc-nonfree
Replies: 4
Views: 530

Re: Error when installing nvidia-driver firmware-misc-nonfree

Hello.
You must install linux-headers

Code: Select all

apt install linux-headers-amd64
by None1975
2024-03-02 12:28
Forum: Installation
Topic: Free firmware only
Replies: 24
Views: 29161

Re: Free firmware only

But for most cases, including yours, simply removing non-free-firmware from the sources.list should be adequate. This simple method won't work because a standard (non-expert) install will still install the non-free-firmware. I.e. the average user who installed Debian 12 in the standard way will alr...
by None1975
2024-02-27 16:26
Forum: Hardware
Topic: Wanted: list of compatible hardware
Replies: 6
Views: 658

Re: Wanted: list of compatible hardware

Hello.

You can check this Debian wiki entry.
by None1975
2024-02-23 12:23
Forum: Installation
Topic: How do I remove snaps
Replies: 5
Views: 704

Re: How do I remove snaps

urdrwho10 wrote: 2024-02-22 19:39 Is flathub ok or is that snaps evil twin? I'll try cheese again from the normal depository.
Flathub is OK (maybe) but snaps not ok....
by None1975
2024-02-23 12:22
Forum: Installation
Topic: How do I remove snaps
Replies: 5
Views: 704

Re: How do I remove snaps

urdrwho10 wrote: 2024-02-22 19:37 Thanks.
sudo apt remove --purge snapd created a warning at the end
You can ignore this message. It is harmless.
by None1975
2024-02-22 12:35
Forum: Installation
Topic: How do I remove snaps
Replies: 5
Views: 704

Re: How do I remove snaps

Snap is a EVIL.... First, make sure that you don’t have any snap packages installed. snap list If there are any, remove those snap packages first. sudo snap remove package1 package2 package3 then sudo apt remove --purge snapd This step removes all the snaps installed. You can verify this by using sn...
by None1975
2024-02-22 12:25
Forum: General Debian
Topic: What Desktop environment do you use?
Replies: 59
Views: 174898

Re: What Desktop environment do you use?

Minimal KDE, Fvwm3 and enlightenment.
by None1975
2024-02-21 16:48
Forum: Debian News
Topic: WARNING!. Problems with the incoming update - kernel 6.1.0-18 & nvidia driver
Replies: 60
Views: 21526

Re: WARNING!. Problems with the incoming update - kernel 6.1.0-18 & nvidia driver

Should i do that as the next step? You can remove all packages on your system with nvidia in the name by running: apt purge "*nvidia*" And then reboot the system with: systemctl reboot If it seems to still be having issues, you may also try running: apt install --reinstall xserver-xorg-co...
by None1975
2024-02-21 16:44
Forum: Graphical Environments & Desktops
Topic: [Solved] Debian 12 (BOOKWORM)
Replies: 2
Views: 698

Re: Debian 12 (BOOKWORM)

Hello. If you want to uninstall GNOME and its dependencies first, do (as root): apt purge `dpkg --get-selections | grep gnome | cut -f 1` apt -f install apt purge `dpkg --get-selections | grep deinstall | cut -f 1` apt -f install To install MATE with core packages, do the following (as root): apt in...
by None1975
2024-02-19 12:16
Forum: Debian News
Topic: [Debian News] [SUA 252-1] Updated nVidia driver packages. nVidia kernel modules via DKMS could not be resolved in time .
Replies: 4
Views: 777

Re: [Debian News] [SUA 252-1] Updated nVidia driver packages. nVidia kernel modules via DKMS could not be resolved in ti

This makes it sound like the problem was known before the point release was unleashed. Where was the warning about not stepping up to the point release if you used Nvidia drivers posted? I'd like to subscribe to that. I think you are right because, I quote This issue could not be resolved in time f...
by None1975
2024-02-19 12:12
Forum: Hardware
Topic: Nvidia driver update broke GPU
Replies: 8
Views: 6595

Re: Nvidia driver update broke GPU

Your GTX540 is simply too old for the new 525.147.05 drivers What you wrote has long been known to me. My video card is gtx650. And previously I used a closed source driver (nvidia-tesla-470-driver). I didn't feel any difference when using this driver compared to the open source driver. So I decide...
by None1975
2024-02-17 11:10
Forum: Hardware
Topic: Nvidia driver update broke GPU
Replies: 8
Views: 6595

Re: Nvidia driver update broke GPU

Code: Select all

Nouveau drivers are slow and often buggy. 
No, it is not. On my Gtx650 opensource driver works better than proprietary driver. No lockups, no crashes...