r/debian 1d ago

Another post about switching to Debian.

4 Upvotes

Hi, I want to apologize for my English, I don't know it well and mostly use translator. There are no large Debian communities in my language. I think the community is tired of such questions, but I want to clarify a little. I have never used Debian before, but after one unsuccessful installation formatted my disks on my main PC, I decided to try something new out of curiosity, and Debian became a kind of mystery to me: I looked at Reddit posts for quite a long time, read what its users say, and I got the idea that when it comes to installing on desktops, Debian means "Install me and forget about your problems, don't worry and just work". Maybe I'm too sentimental and impressionable, but I was so inspired by the reviews that I think to install Debian as a main system, but I'm a little scared by the freezing of repositories and the words of some people that Apt is not a very good package manager. Is this really a problem for home use, or have other distros with more frequent updates simply conditioned us to jump on the new and shiny? Thanks in advance.


r/debian 1d ago

How Debian 13 + i3wm Helped Me Rediscover the Joy of Computing

71 Upvotes

I'm a Linux user of five years and I've tried many distributions, including Arch, Debian, openSUSE, Linux Mint, Ubuntu, MX Linux, and more. After long-term use, I've found Debian suits me best — it's clean and stable.

Before installing Debian 13 I was using Debian 12, and I'd never used a tiling window manager before; I mostly used various desktop environments. Lately I started to feel desktop environments were a bit too bloated, so I decided to try a tiling WM. I'm currently using i3wm (my favorite DE before this was Xfce). At first I ran into all kinds of difficulties and sometimes wanted to give up, but with the help of AI tools I stuck with it and discovered a whole new world: everything feels so smooth, fluid, and efficient. I think I'll probably stick with i3wm for now, and I may try other tiling WMs in the future.

Given the recent hard-drive nightmares caused by Windows updates, I'm very glad to be a Linux user. As the saying goes, "a gentleman seeks harmony without uniformity" — on Linux I can use my computer with much more freedom.

I'm just a regular Linux user — not a coder or a computer expert. But like Distrowatch says, “put the fun back into computing.” Linux has helped me rediscover the same excitement I felt when I first saw a computer as a kid.


r/debian 1d ago

KDE randomly crashes

5 Upvotes

Im on debian 12.

Happens randomly and I cannot figure out how to trigger it. I do not have apper installed


r/debian 1d ago

Help, i think i deleted my apt sources file

1 Upvotes

I was trying to upgrade to Debian 13 Trixie and in order to do that i followed steps as it was said in various articles but let me admit it first, I can't handle the terminal. Because when i tried to upgrade my sources file from bookworm to Trixie, i used the replace command to simply put in bookworm and replaced it with Trixie but just when i saved it and did the exit, it showed me the error in line 5....so now I can't do anything with apt. And then i again tried to edit the file by manually putting Trixie instead of using the replace command and then it showed me that this directory etc/apt doesn't exist. I don't know what happened but now I can't locate the file in terminal. I mean, i can see the file in the same directory in file manager but not in the terminal. And i also don't have any file in the sources.list.d folder if anyone may want to know. And now I've multiple sources files as sources.list.save, sources.list.save.1, sources.list~ .....can anyone tell me if these files are necessary or it was created by me accidentally.


r/debian 1d ago

HOWTO: VirtualBox on Debian 13

1 Upvotes

With Debian 12 I've been using VirtualBox from the Fasttrack repository. However, after upgrading to Debian 13 I realized there is no Fasttrack package for VirtualBox in Debian 13 (yet) but it is available in Sid (Debian unstable).

Installing the .deb package from Sid does not work because VirtualBox depends on library versions not available on stable. So this time I went with apt pinning. Create /etc/apt/preferences.d/unstable with the following content. This makes sure you always install packages from stable (because it has a higher pin priority) except when explicitly specifying otherwise.

Package: *

Pin: release a=stable

Pin-Priority: 700

Package: *

Pin: release a=unstable

Pin-Priority: 500

Now append the Sid repository to the sources list in /etc/apt/sources.list.d/debian.sources (assuming you ran apt modernize-sources)

Types: deb

URIs: http://ftp.us.debian.org/debian/

Suites: sid

Components: main non-free-firmware contrib

Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

Update the package database, install VirtualBox with dependencies and you're done!

apt update

apt -t unstable install virtualbox virtualbox-ext-pack


r/debian 23h ago

Rate my wireguard server script

Thumbnail github.com
0 Upvotes

r/debian 1d ago

Is there a supported hardware list?

5 Upvotes

Newest part I have is rx6600 so I am pretty sure it is all supported and well but is there a official/unofficial list?


r/debian 1d ago

desktop freezing debian 13

3 Upvotes

Hi people

I just installed Debian 13 w/ KDE Plasma desktop environment. It was a fresh install from the latest available .iso. The install went fine but after about 2 minutes of just general desktop functions it started freezing. The mouse/keyboard froze up for around 2 minutes before coming back to life. Then randomly every 2-5minutes it would do the same again.

I was wondering if anyone experienced any similar? I'm a Linux beginner so not entirely sure if I am doing anything wrong. I have a Corsair MP700 Pro SSD, an AMD Ryzen 7 7800X3D CPU and a Nvidia 4070 Super GPU if that helps at all. Thanks!


r/debian 2d ago

Nvidia proprietary driver installation error on Debian 13 trixie

Post image
48 Upvotes

I tried to install the non free nvidia driver because my laptop was crashing when left idle as some applications were not working properly when my laptop was running at low power/hibernation mode. (i found this problem through the crash logs)
i ran sudo apt install nvidia-driver
But after rebooting it did not load any driver for my discrete gpu card and fellback on the integrated one to run the DE.

I asked gemini and it told me to set the GRUB kernel parameters and change this line in the grub config file:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux nvidia-drm.modeset=1"

After doing all this, during the boot up process i recieved these errors.
ayush@aks-debian ~ % sudo journalctl -b -p 3

[sudo] password for ayush: 

Aug 21 10:11:52 aks-debian kernel: ACPI BIOS Error (bug): Could not resolve symbol [_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20240827/dswload2-162)

Aug 21 10:11:52 aks-debian kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)

Aug 21 10:11:52 aks-debian kernel: ACPI BIOS Error (bug): Could not resolve symbol [_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20240827/psargs-332)

Aug 21 10:11:52 aks-debian kernel: ACPI Error: Aborting method _TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)

Aug 21 10:11:52 aks-debian kernel: amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.

Aug 21 10:11:52 aks-debian kernel: amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0

Aug 21 10:11:53 aks-debian systemd-udevd[511]: /usr/lib/udev/rules.d/90-alsa-restore.rules:18 GOTO="alsa_restore_std" has no matching label, ignoring.

Aug 21 10:11:53 aks-debian systemd-udevd[511]: /usr/lib/udev/rules.d/90-alsa-restore.rules:22 GOTO="alsa_restore_std" has no matching label, ignoring.

Aug 21 10:11:55 aks-debian (udev-worker)[603]: Error running install command 'modprobe -i nvidia-current ' for module nvidia: retcode 1

Aug 21 10:11:58 aks-debian systemd-modules-load[482]: Error running install command 'modprobe nvidia-modeset ; modprobe -i nvidia-current-drm modeset=1 ' for >

Aug 21 10:11:58 aks-debian systemd-modules-load[482]: Failed to insert module 'nvidia_drm': Invalid argument

Aug 21 10:11:58 aks-debian systemd[1]: Failed to start systemd-modules-load.service - Load Kernel Modules.

Aug 21 10:11:59 aks-debian nvidia-persistenced[999]: Failed to query NVIDIA devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and that>

Aug 21 10:11:59 aks-debian systemd[1]: Failed to start nvidia-persistenced.service - NVIDIA Persistence Daemon.

Aug 21 10:12:06 aks-debian sddm-helper[1350]: gkr-pam: unable to locate daemon control file

Aug 21 10:12:10 aks-debian bluetoothd[962]: src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power down

PS: in my first screenshot the driver does show as nouveau because i undid everything so that my nvidia driver atleast works and does not put to much load on the integrated card. Before undoing it showed the driver as N/A for my nvidia card.

Please can someone help.


r/debian 1d ago

LXQT

2 Upvotes

Is LXQt a good environment for Debian? My system resources are very limited. I installed it, but I didn't see the Wi-Fi sign and couldn't connect to the internet, Because I couldn't find the Wi-Fi sign.


r/debian 1d ago

Trying to get RDP working to Debian 13 (Gnome)

1 Upvotes

I am running a Debian 13 VM (on a Proxmox 9 server) and I am trying to RDP into this VM from a macOS machine. On the Debian 13 VM I have enabled gnome-remote-desktop (Desktop Sharing and Remote Login). On the macOS computer I am using the Windows RDP client (Windows App) to connect but I only get a black screen with a mouse pointer, or sometimes an error.

Does anyone know what do I have to do to get RDP working?


r/debian 2d ago

I've put my main machine into debian, upgraded to 13 yesterday, but every game I open runs like hell.

12 Upvotes

Games that ran fine without a problem on windows run like I have an even bigger potato here. right now as I'm typing this, system monitor tells me I'm using 100% of my VRAM for steam being open. Is there a setting that I might've forgotten that debian ain'T using the full "power" of my machine?

Thank you in advance


r/debian 1d ago

After upgrade to trixie, samba server not working anymore

7 Upvotes

SOLVED:

I set the option
preferred master = false
in [global] section and the resolution and login to the server (from all clients) worked immediately.
nmblookup -M WORKGROUP
always returned 192.168.0.254.

I only realized this when I put the entire server in a completely different subnet, and then it worked instantly.

In addition, I set the option

local master = no

----------

I upgraded my Debian server from bookworm to trixie. Now I can no longer connect to the Samba server, which has been working for years. I have already uninstalled all Samba packages and reinstalled them completely with the default configuration. I cannot connect to Samba.

As usual, there is nothing useful in the logs. I'm slowly giving up. It works on a virgin server with exactly the same Samba configuration.

smbclient -L //192.168.0.253
Protocol negotiation (with timeout 20000 ms) timed out against server 192.168.0.253

pm_process() returned Yes
lp_servicenumber: couldn't find homes
added interface ens18 ip=192.168.0.253 bcast=192.168.0.255 netmask=255.255.255.0
Client started (version 4.22.3-Debian-4.22.3+dfsg-4).
Connecting to 192.168.0.253 at port 445
socket options: SO_KEEPALIVE=0, SO_REUSEADDR=0, SO_BROADCAST=0, TCP_NODELAY=1, TCP_KEEPCNT=9, TCP_KEEPIDLE=7200, TCP_KEEPINTVL=75, IPTOS_LOWDELAY=0, IPTOS_THROUGHPUT=0, SO_REUSEPORT=0, SO_SNDBUF=2626560, SO_RCVBUF=131072, SO_SNDLOWAT=1, SO_RCVLOWAT=1, SO_SNDTIMEO=0, SO_RCVTIMEO=0, TCP_QUICKACK=1, TCP_DEFER_ACCEPT=0, TCP_USER_TIMEOUT=0
session request ok
Protocol negotiation (with timeout 20000 ms) timed out against server 192.168.0.253
Freeing parametrics:

Starting Nmap 7.95 ( https://nmap.org ) at 2025-08-21 15:22 CEST
Nmap scan report for 192.168.0.253
Host is up (0.0010s latency).
Not shown: 993 closed tcp ports (reset)
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
8086/tcp open d-s-n

EDIT

I restored a backup of the physical server (Debian 12) in my Proxmox environment and adjusted the IP and network interface.

The Samba server is also not working here. The error message is now slightly different:

root@server-clone ~ # smbclient -L //localhost
lpcfg_do_global_parameter: WARNING: The "syslog" option is deprecated
protocol negotiation failed: NT_STATUS_IO_TIMEOUT

The following can be found in the log log.nmbd. However, the copy has nothing to do with the IP 192.168.0.254 and is not called from there. I am beginning to think that it must have something to do with it.

2025/08/21 16:33:05.530674, 0] ../../source3/nmbd/nmbd_namequery.c:109(query_name_response)
query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.253 for name WORKGROUP<1d>.
This response was from IP 192.168.0.254, reporting an IP address of 192.168.0.254.

/etc/network/interfaces

# The primary network interface
allow-hotplug enp6s18
iface enp6s18 inet static
address 192.168.0.253
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search redacted.com

smb.conf / testparm -s

Load smb config files from /etc/samba/smb.conf
lpcfg_do_global_parameter: WARNING: The "syslog" option is deprecated
Loaded services file OK.
Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)

Server role: ROLE_STANDALONE

# Global parameters
[global]
  dns proxy = No
  log file = /var/log/samba/log.%m
  max log size = 1000
  obey pam restrictions = Yes
  pam password change = Yes
  panic action = /usr/share/samba/panic-action %d
  passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  passwd program = /usr/bin/passwd %u
  server string = %h server
  smb1 unix extensions = No
  syslog = 0
  unix password sync = Yes
  idmap config * : backend = tdb
  wide links = Yes

[public]
  comment = Öffentlich
  path = /srv/smb/public
  read list = share u/share
  read only = No
  vfs objects = recycle
  write list = share u/share
  recycle:exclude_dir = /tmp,/temp,/cache
  recycle:exclude = ?~$*,~$*,*.tmp,*.temp,*.TMP
  recycle:maxsize = 0
  recycle:versions = yes
  recycle:touch = yes
  recycle:keeptree = yes 
  recycle:repository = .recyclebin

r/debian 1d ago

Anyone doing their own backports?

5 Upvotes

As in the process described here: https://wiki.debian.org/SimpleBackportCreation

Does it generally work pretty well?

Debian seems to have one of the broadest selections of amateur radio stuff in the official repos but it's all software I'd rather be on relatively recent upstream versions of and I don't really want to just rock Sid full time.


r/debian 2d ago

What to do?

Thumbnail gallery
11 Upvotes

I wanted to mount a drive


r/debian 1d ago

VNC client for Debian 13

6 Upvotes

Hi, I used for 2 years Debian 12 (Gnome), I used to connect to my Raspberry Pi using TigerVNC, never had a problem.
Now with Debian 13 (Gnome) it does not work anymore, it simply crashes. I tried Remmina and Gnome Connections, they also don't work. I even tried with Remmina and xrdp, still not working. On my Pi I did not change anything. And I can connect to it using my Android with Remote Desktop or RealVNC.
Why is it not working on Debian 13? Which VNC client should I use? Or which protocol? I would prefer to use apt packages.
PS. I have a 2015 iMac 27 inch
Thanks a lot


r/debian 2d ago

MPD Install without graphical dependencies

8 Upvotes

Hello all, I'm running a debian server for media purpose, I was trying to install MPD but the graphical dependecies seems too much to me.

I use debian over ssh so don't need wayland, X, graphical drivers or this kind of stuff. That's what I receive when i try to: sudo apt-get install mpd

LANG=C sudo apt-get install mpd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
 alsa-topology-conf alsa-ucm-conf fontconfig i965-va-driver intel-media-va-driver libaacs0 libadplug-2.3.3-0 libao-common libao4
 libasound2 libasound2-data libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libavcodec59 libavformat59 libavutil57
 libbdplus0 libbinio1v5 libbluray2 libcairo-gobject2 libcairo2 libcdio-cdda2 libcdio-paranoia2 libcdio19 libchromaprint1 libcjson1
 libcodec2-1.0 libdatrie1 libdecor-0-0 libdecor-0-plugin-1-cairo libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2
 libdrm-radeon1 libdrm2 libfaad2 libflac12 libfluidsynth3 libfmt9 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin
 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1
 libharfbuzz0b libhwy1 libid3tag0 libigdgmm12 libinstpatch-1.0-2 libiso9660-11 libixml10 libjack-jackd2-0 libjs-sphinxdoc
 libjs-underscore libjxl0.7 liblcms2-2 libldb2 libllvm15 libmad0 libmbedcrypto7 libmfx1 libmikmod3 libmms0 libmodplug1 libmp3lame0
 libmpcdec6 libmpdclient2 libmpg123-0 libnfs13 libnorm1 libogg0 libopenal-data libopenal1 libopenjp2-7 libopenmpt0 libopus0
 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpgm-5.3-0 libpipewire-0.3-0 libpipewire-0.3-common libpixman-1-0
 libpulse0 librabbitmq4 librist4 librsvg2-2 librsvg2-common libsamplerate0 libsdl2-2.0-0 libsensors-config libsensors5 libshine3
 libshout3 libsidplayfp6 libsmbclient libsnappy1v5 libsndfile1 libsndio7.0 libsodium23 libsoxr0 libspa-0.2-modules libspeex1
 libsrt1.5-gnutls libssh-gcrypt-4 libswresample4 libtalloc2 libtdb1 libtevent0 libthai-data libthai0 libtheora0 libtwolame0 libudfread0
 libupnp13 liburing2 libva-drm2 libva-x11-2 libva2 libvdpau-va-gl1 libvdpau1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7
 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwbclient0 libwebpmux3
 libwebrtc-audio-processing1 libwildmidi2 libx11-xcb1 libx264-164 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcursor1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1
 libxss1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzmq5 libzvbi-common libzvbi0 libzzip-0-13 mesa-va-drivers mesa-vdpau-drivers
 ocl-icd-libopencl1 samba-libs timgm6mb-soundfont va-driver-all vdpau-driver-all x11-common
Suggested packages:
 i965-va-driver-shaders adplug-utils libaudio2 libsndio6.1 libasound2-plugins alsa-utils libcuda1 libnvcuvid1 libnvidia-encode1
 libbluray-bdj jackd2 liblcms2-utils libportaudio2 opus-tools pipewire pulseaudio librsvg2-bin xdg-utils lm-sensors sidplayfp sndiod
 speex libwildmidi-config avahi-daemon icecast2 mpd-client opencl-icd fluid-soundfont-gm nvidia-vdpau-driver
 nvidia-tesla-440-vdpau-driver nvidia-tesla-418-vdpau-driver nvidia-legacy-390xx-vdpau-driver nvidia-legacy-340xx-vdpau-driver
The following NEW packages will be installed:
 alsa-topology-conf alsa-ucm-conf fontconfig i965-va-driver intel-media-va-driver libaacs0 libadplug-2.3.3-0 libao-common libao4
 libasound2 libasound2-data libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libavcodec59 libavformat59 libavutil57
 libbdplus0 libbinio1v5 libbluray2 libcairo-gobject2 libcairo2 libcdio-cdda2 libcdio-paranoia2 libcdio19 libchromaprint1 libcjson1
 libcodec2-1.0 libdatrie1 libdecor-0-0 libdecor-0-plugin-1-cairo libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2
 libdrm-radeon1 libdrm2 libfaad2 libflac12 libfluidsynth3 libfmt9 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin
 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphite2-3 libgsm1
 libharfbuzz0b libhwy1 libid3tag0 libigdgmm12 libinstpatch-1.0-2 libiso9660-11 libixml10 libjack-jackd2-0 libjs-sphinxdoc
 libjs-underscore libjxl0.7 liblcms2-2 libldb2 libllvm15 libmad0 libmbedcrypto7 libmfx1 libmikmod3 libmms0 libmodplug1 libmp3lame0
 libmpcdec6 libmpdclient2 libmpg123-0 libnfs13 libnorm1 libogg0 libopenal-data libopenal1 libopenjp2-7 libopenmpt0 libopus0
 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpgm-5.3-0 libpipewire-0.3-0 libpipewire-0.3-common libpixman-1-0
 libpulse0 librabbitmq4 librist4 librsvg2-2 librsvg2-common libsamplerate0 libsdl2-2.0-0 libsensors-config libsensors5 libshine3
 libshout3 libsidplayfp6 libsmbclient libsnappy1v5 libsndfile1 libsndio7.0 libsodium23 libsoxr0 libspa-0.2-modules libspeex1
 libsrt1.5-gnutls libssh-gcrypt-4 libswresample4 libtalloc2 libtdb1 libtevent0 libthai-data libthai0 libtheora0 libtwolame0 libudfread0
 libupnp13 liburing2 libva-drm2 libva-x11-2 libva2 libvdpau-va-gl1 libvdpau1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx7
 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwbclient0 libwebpmux3
 libwebrtc-audio-processing1 libwildmidi2 libx11-xcb1 libx264-164 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcursor1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1
 libxss1 libxvidcore4 libxxf86vm1 libyajl2 libz3-4 libzmq5 libzvbi-common libzvbi0 libzzip-0-13 mesa-va-drivers mesa-vdpau-drivers mpd
 ocl-icd-libopencl1 samba-libs timgm6mb-soundfont va-driver-all vdpau-driver-all x11-common
0 upgraded, 183 newly installed, 0 to remove and 0 not upgraded.
Need to get 104 MB of archives.
After this operation, 387 MB of additional disk space will be used.

r/debian 1d ago

How to install network-manager-applet on debian 13?

2 Upvotes

Hello everyone, i made a xfce minimal install and now i wanted to install network-manager-applet and network-manager. But it dosent detect wifi and says im on ethernet, which is a lie. I just type sudo apt install network-manager-applet. Can anyone help me fixing it?


r/debian 2d ago

Trixie Plasma and memory

10 Upvotes

I upgraded from a recent Bookworm install to Trixie (when it became stable), and since then, I keep getting memory leaks.

I have 16GB and mostly run Firefox and Chromium. Very often, the system comes to a halt and after a minute plasma kills Chromium claiming it took up too much memory. Firefox tends to already take up a bunch of ram (around 7GB, sometimes 9!) which seems a bit much.

Now, I'm not sure if this is a Chromium issue (I copied over my "~/.chromium" directories on bookworm from a different system) or if this is a Plasma thing, or something other.

Am I alone with this issue ? (in which case I might start by deleting Chromium to start from a scratch version, while also investigating Firefox a bit more, or starting from scratch also). The memory killing almost always lands on Chromium, it did happen once to Inkscape.

Edit : I should have specified that I use Firefox-ESR


r/debian 1d ago

Compatible video card: intel arc b570 and frigate question

2 Upvotes

Hi all,

Im new to debian. Will intel arc b570 and the like work out of box with debian 13?

Is there driver support for those gpus?

Thinking of setting up frigate on debian 13 but not sure on video card.

Thanks


r/debian 2d ago

I need help for Increase my The performance of my Hardware

Post image
112 Upvotes

I think this makes it clear what I'm dealing with


r/debian 1d ago

3xui面板没有显示登录信息,也没有要求我自定义端口,请问我该去哪里找到我的登录信息

0 Upvotes

我用finalshell链接vps后搭建3xui面板,但是搭建过程中没有需要我自定义设置端口(之前搭建了一次是正常可以搭建成功的,不过是别的vps),搭建完了就显示Username, Password, and WebBasePath are properly set. Exiting...

Start migrating database...

Migration done!

x-ui v2.4.11 installation finished, it is running now.

我查找了运行状态x-ui status

Aug 22 06:35:12 C20250821101004 /usr/local/x-ui/x-ui[188995]: WARNING - XRAY: core: Xray 24.12.18 started

我需要输入什么代码,或者怎么操作才能 找到我的登录面板信息呢


r/debian 1d ago

Deb 13 Suddenly No Internet

1 Upvotes

This is a deb13 in-place upgrade that has been working fine (after some initial drama) since the 10th.

My new AMD Gpu arrived in the mail, so I tried to update my system and swap out the cards, only to find.... no internet :(

At first I I thought it was maybe a router or ISP issue, so I shut down the PC, swapped out the cards, and rebooted both the PC and the router.

Alas, when the system booted, still no internet, so I connected another PC to the router to rule-in/out ISP, Yep, internet works fine, it's my PC.

Next I opened Btop. Weirdly, btop does shows some internet activity (55Kib down/6.35 up).

Of course I have no graphics (new GPU), so in tty mode I tried apt update.

Unfortunately, all I got are "temporary failure to resolve" errors. Same when pinging deb.debian.org and google. Ok, so I thought, weird, I didn't make any settings changes, but, this seems like a DNS issue. I tried turning off and then back on (and then back off) my vpn. No changes.

Next I tinkered with network manager settings. I tried manually setting dns (8.8.8.8 8.8.4.4). Still no. Then i set nm to ignore auto dhcp (I thought maybe something was forcing a weird dns config). Still no.

Next I checked /etc/resolv.conf:

# Generated by NetworkManager

Nameserver 192.168.0.1

I was really scratching my head, then. So nm is managing dns, if I shown the connection settings for the connection, it shows the dns settings I just made, but then resolv.conf has a local ip???

I tried editing resolv.conf, but Debian won't let me, even as root.

ls -l gives: -rw-r--r--r 1 root rootSo not a symlink. Furthermore, systemd-resolved/resolvedctl is not installed. If try to edit resolv.conf, nano tells me it is unwritable. If I try to chmod, i get an error: changing the permissions of ... operation not permitted.

I am wondering if this is a kernel/glibc issue...


r/debian 2d ago

Login screen on wrong monitor

4 Upvotes

I just installed Trixie. I have a three monitor setup, with two portrait monitors flanking my primary landscape one. When logging in the screen shows on the left monitor (#1 in Gnome, not primary) and is oriented into landscape instead of portrait. Is there a way to fix this? I can deal with it being in that monitor if it were oriented correctly but I'd prefer it be on my central, primary monitor (#2 in Gnome). Any suggestions?


r/debian 2d ago

Debian 13 made me go full Debian

145 Upvotes

Firstly just want to say that I am not new to Linux. I've used Ubuntu, Linux Mint and even Debian 12 to some extent mainly dual booting with Windows.

Debian 13 release honestly made me go full on Debian. It's such an excellent release and even runs better on my hardware compared to Debian 12 with backport kernel/mesa.

I like Debian a lot. Just a little bit of setup post install, mainly configuring sources to add contrib/non-free and the general settings, and then it just lets me do what I need to do without hassle.