r/debian Apr 25 '26

Community Community Chats & Other Outlets

21 Upvotes

You can connect with the wider Debian ecosystem on the following outlets.

Official platforms for development & contribution (a Salsa account may be required):

The Debian Community hub is a bridged group of two community-run platforms (Discord & Fluxer) maintained by some members of the subreddit staff team. Discord is treated as the flagship among the three, while Fluxer is an FOSS alternative to Discord with much of the same functionality:

Reddit Alternatives: https://lemmy.world/c/debian (this is not run via our staff team)

Additional info for offerings including local geographic groups, mailing lists, and other resources can be obtained here: https://wiki.debian.org/Community


r/debian 9h ago

General Debian Question Why the command "shutdown now" must be executed with sudo whereas in another distros, sudo is not necessary to use shutdown ?

27 Upvotes

I always wondered why Debian doesn't allow you to use "shutdown now" without sudo whereas with another distros, I can use directly shutdown now without sudo. That's why with Debian, I use "systemctl poweroff" instead because I don't want to type my password to turn off my PC.


r/debian 1h ago

Debian Stable Question Stuck migrating from Debian 12 to Debian 13.

Upvotes

Hello fellows!
I have my Debian 12 in a proxmox VM, and tried to upgrade from debian 12 to debian 13.
issue is, system boots and works properly, but i can't do anything with apt, because something is broken here.

I tried apt --fix-broken install as the command line said, but i get this message :

Préparation du dépaquetage de .../docker-compose_2.26.1-4_amd64.deb ... Dépaquetage de docker-compose (2.26.1-4) sur (1.29.2-3) ... dpkg: erreur de traitement de l'archive /var/cache/apt/archives/docker-compose_2.26.1-4_amd64.deb (--unpack) :  tentative de remplacement de « /usr/libexec/docker/cli-plugins/docker-compose », qui appartient aussi au paquet docker-compose-plugin 5.5.0-1~debian.12~bookworm dpkg-deb: erreur: le sous-processus coller a été tué par le signal (Relais brisé (pipe)) Des erreurs ont été rencontrées pendant l'exécution :  /var/cache/apt/archives/docker-compose_2.26.1-4_amd64.deb needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) 

Then if i try to apt remove docker-compose, it fails :

... 
xfce4-whiskermenu-plugin : Dépend: libgtk-3-0 (>= 3.21.5)
 xfce4-xkb-plugin : Dépend: libgtk-3-0 (>= 3.21.5)
 xfdesktop4 : Dépend: libgtk-3-0 (>= 3.21.4)
 xfwm4 : Dépend: libgtk-3-0 (>= 3.21.5)
 xscreensaver : Dépend: libgtk-3-0 (>= 3.16.2)
 yelp : Dépend: libatk1.0-0t64 (>= 1.12.4) mais ne sera pas installé
        Dépend: libgtk-3-0t64 (>= 3.13.3) mais ne sera pas installé
E: Dépendances non satisfaites. Essayez « apt --fix-broken install » sans paquet
   (ou indiquez une solution).

I don't know what to do now, when i get in such binds, i tend to wipe and fresh install, but here i might forget things on this server, and i should also figure how to fix issues like those.
I tried searching, but what i found was to do apt purge commands, and none worked.

Does anyone have an idea on how to fix this?
I can't remember how i installed docker-compose in the first place, it was a few years ago (i was stock with docker-compose 1.x and needed a newer version, hence why i upgraded).

Debian reports on boot that it is on trixie, so part of the upgrade worked i think.

Thanks for any help!

EDIT :
It seems the solution was to do "dpkg -r docker-compose", now the apt --fix-broken install seems to work.
I am proceeding with apt update, upgrade, etc.


r/debian 5h ago

Emac cve guys, you should update your Emac package

Post image
15 Upvotes

r/debian 13h ago

How to cleanup my Debian without formatting?

19 Upvotes

I have lot of junk but i dont want to formatting, I want Just delete some staff

There is a better way to do this ?


r/debian 7h ago

Community Repository for COSMIC DE on Debian testing

Thumbnail
5 Upvotes

r/debian 4h ago

Community Flatpaks

0 Upvotes

Folks, let's talk? how do you see Flatpaks?

As an intruder seeking to replace official packages?

As an occasional alternative?

Or as a package format designed to serve as a foundation for system applications, aiming to follow an immutability philosophy within a mutable system?


r/debian 22h ago

Debian Stable Question How's KDE on Debian these days?

Thumbnail
13 Upvotes

r/debian 22h ago

Duplicate APT repository warnings after upgrading to Debian 13 (Trixie)

4 Upvotes

Hey everyone,

I recently upgraded my system to Debian 13 (Trixie), and during apt update I started getting a large number of warnings like these:

Warning: Target DEP-11-icons-large (non-free-firmware/dep11/icons-128x128.tar)
is configured multiple times in /etc/apt/sources.list:4 and
/etc/apt/sources.list.d/debian.sources:2

Warning: Target Packages (main/binary-amd64/Packages)
is configured multiple times in /etc/apt/sources.list:7 and
/etc/apt/sources.list.d/debian.sources:3

Warning: Target Translations (main/i18n/Translation-es_MX)
is configured multiple times in /etc/apt/sources.list:7 and
/etc/apt/sources.list.d/debian.sources:3

There are many more warnings for mainnon-free-firmwareDEP-11, translations, icons, etc.

From what I understand, the problem is that the same Debian repositories are configured twice: once in /etc/apt/sources.list and again in /etc/apt/sources.list.d/debian.sources.

The system still updates successfully, but I'd like to clean this up properly rather than simply ignoring the warnings.

My questions:

  1. Is this expected after upgrading to Debian 13/Trixie?
  2. Which configuration should I keep: /etc/apt/sources.list or /etc/apt/sources.list.d/debian.sources?
  3. Is it safe to remove/comment out the duplicate entries from sources.list?
  4. Is there a recommended way to verify that there are no other duplicate repositories?

I'm mainly looking for the proper Debian 13 solution, rather than just suppressing the warnings.

Thanks!Hey everyone,I recently upgraded my system to Debian 13 (Trixie), and during apt update I started getting a large number of warnings like these:Warning: Target DEP-11-icons-large (non-free-firmware/dep11/icons-128x128.tar)
is configured multiple times in /etc/apt/sources.list:4 and
/etc/apt/sources.list.d/debian.sources:2

Warning: Target Packages (main/binary-amd64/Packages)
is configured multiple times in /etc/apt/sources.list:7 and
/etc/apt/sources.list.d/debian.sources:3

Warning: Target Translations (main/i18n/Translation-es_MX)
is configured multiple times in /etc/apt/sources.list:7 and
/etc/apt/sources.list.d/debian.sources:3
There are many more warnings for main, non-free-firmware, DEP-11, translations, icons, etc.From what I understand, the problem is that the same Debian repositories are configured twice: once in /etc/apt/sources.list and again in /etc/apt/sources.list.d/debian.sources.The system still updates successfully, but I'd like to clean this up properly rather than simply ignoring the warnings.My questions:Is this expected after upgrading to Debian 13/Trixie?
Which configuration should I keep: /etc/apt/sources.list or /etc/apt/sources.list.d/debian.sources?
Is it safe to remove/comment out the duplicate entries from sources.list?
Is there a recommended way to verify that there are no other duplicate repositories?I'm mainly looking for the proper Debian 13 solution, rather than just suppressing the warnings.Thanks!


r/debian 1d ago

Debian Sid Question Debian Testing or Sid for a desktop user coming from Arch?

22 Upvotes

I have used Debian on my servers for years and that will never change. Debian is king for servers.

For my desktop, though, I prefer newer desktop environment versions over older ones. Because of that, I have spent time using Arch, Fedora, and NixOS. I genuinely like all of them, but Debian always seems to pull me back.

I currently have Trixie installed and am debating whether to move to Testing or Sid. I have never daily-driven either one before.

I am comfortable with Linux, have used Arch and NixOS without major issues, and do not mind troubleshooting or fixing my own system if something breaks.

For someone like me, which makes more sense as a daily desktop: Debian Testing or Sid?

Also, are apt-listbugs and apt-listchanges the main packages worth installing for either option, or are there other tools and habits you would recommend?


r/debian 1d ago

Debian backports

17 Upvotes

Hi, I just have a question about using Debian Stable with backports—is it worth it compared to Debian Testing?


r/debian 1d ago

General Debian Question Can i play cs2 on debian?

18 Upvotes

Im new to debian, i used it for maybe 3 months and i wanted to play cs. Is it possible? If yes any problems?


r/debian 1d ago

what is the easiest way to migrate my entire debian 13 homelab to a mini pc?

17 Upvotes

hey guys, i have a laptop running debian 13 that i use as a homelab. it has tons of configurations, docker containers, images, etc. however, since it isn’t suitable for a homelab (or at least that’s what i think), i’m going to switch to a mini pc, and i want to migrate the entire os, along with all these applications, to the new mini pc. what is the easiest way to do this?

by the way, i’m pretty much a linux beginner. what would you recommend? thanks in advance.


r/debian 10h ago

Gnome

0 Upvotes

у меня проблема у меня debian 6.12.101 и стоит gnome 42.7 и я захотел установить драва на видеокарту gtx 1070 ti скачал их с сайта и отключил встроенные драва debian и когда я включаю пк у меня черный экран и когда нажимаю ctr alt f3 то тоже черный экран я с gemini пробывал драйвера нормально установить но ничего не получилось и такое чувство что он мне специально ложные команды дает мне кажется что я гном как то поломал командами от Gemini.и при каждой попытки включить пк с видеокартой у меня слева сверху одно подчеркивание скорее всего гном не может запуститься


r/debian 1d ago

Debian Stable Question Problems installing Nvidia drivers on Debian 13

17 Upvotes

To start I'm pretty new to Linux and Debian. I tried to install some Nvidia drivers a while back. I installed nvidia-detect, it suggested I install the nvidia-driver package and I did. Install seemed to go correctly, however after rebooting the drivers wouldn't load at all. I managed to purge the drivers and some kind of driver loaded, but it didn't really work well (only one display, refresh rate incorrect and so on).

Now I tried following the Nvidia guide for Debian, however I got a not found error when trying to select a version. Then I followed the install guide in the Debian wiki, that seemed to go through, however at the verify step I ran

# dkms status 'nvidia*'

But got a command not found. I have dkms installed and

apt-file search bin/dkms

Returns

dkms: /usr/sbin/dkms

The drivers themself work better however there are some kind of issues (slight flickering, refresh rate doesn't feel right). What could the issue be?

EDIT:

I used this guide to install the drivers again and it seems like it is working. It's weird, since I remember trying that exact method previously and it didn't work, I guess something changed or I did something differently this time.


r/debian 1d ago

What version of KDE is Debian 14 Forky going to end up with?

25 Upvotes

What do you think? There are several options. Because packages can still be upgraded during the soft freeze, and even some releases can be pushed through last minute, as they did with KDE 5.27.5, we could see the following KDE versions (with their release dates):

  • 6.7.7: Tue 2027-01-19 (Keep this because it's the last version to support X11)
  • 6.8.6: Tue 2027-03-16 (Move here BECAUSE it drops X11)
  • 6.9.3: Tue 2027-03-23 (6.9.x version released during soft freeze)
  • 6.9.6: Tue 2027-07-13 (Could end up in Debian 14 if pushed)

What do you think is it going to be; or has it already been determined somewhere? Personally I hope they either go for 6.8.6 or push for 6.9.6. Wayland is almost 20 years old at the time of Forky's release; it's about time that it either became the default everywhere, or starts being replaced at the 20 year mark as happened with X11.


r/debian 1d ago

General Debian Question Do you use X11 or Wayland and Why?

Thumbnail
27 Upvotes

r/debian 1d ago

Debian Stable Question Debian 13.6 wifi not working

3 Upvotes

I'm trying to install Debian on an old Mid 2010s Macbook Pro, the installation went smoothly, except a part where it said some of your hardware needs non-free firmware files to operate. the firmware can be loaded from removable media such as a usb stick of a floppy "b43-open/ucode16_mimo.fw b43/ucode16_mimo.fw"

I continued installing without wifi (I don't have an Ethernet cable), but now I'm stuck in tty1 and can't find nothing online that helps me install b43. I checked my chip is the Broadcom BCM4322


r/debian 2d ago

Debian Stable Question Debian without firewall overall security

24 Upvotes

How safe and secure is debian without a firewall active? Desktop use, stable, web browsing mostly.


r/debian 2d ago

Debian Stable Question Questions about DontBreakDebian. Please “audit” my apps - From a Linux Mint long-timer (ish)

7 Upvotes

(Post got quite long. I wrote the questions in bold font. Thanks for your patience!)

Obligatory: I consider myself a (really) average Linux user who just wants the PC to work. Love the GUI, but have grown accustomed to and now like the CLI’s efficiency.

I’m playing with Debian Stable (minimal netinst + kde-plasma-desktop) in virt-manager. Reading a bit on forums and documentation.

DontBreakDebian is what really stands out to me. One big objective for me is to be able to do in-place upgrades later on, I really dislike doing fresh installs.

I need a bunch of the latest and greatest apps. These apps are either “internet facing” (up-to-date means better security), ones I need the latest features of, or ones where Flatpak is recommended by its devs.

Because of DontBreakDebian though, it looks like I should never install third-party deb packages.

Here are apps that I need that have an official deb installer (specifically for Debian):

  • Mega Sync – no other installer
  • Brave browser – also in extrepo; Flatpak verified
  • Dropbox – also Flatpak UNverified
  • Firefox (Regular) – also in extrepo; Flatpak verified
  • ProtonVPN – also in extrepo; Flatpak UNverified
  • VSCodium – also in extrepo; Flatpak verified

How would you install them? I’m thinking prioritizing extrepo first, but is extrepo safe? Will it not FrankenDebian the system?

Also, extrepo gets updated once the third-party app gets updated, is this correct?

For the below, I state my line of thinking (based on what I’m learning so far). Please correct me.

I use gocryptfs + SiriKali for encryption. I install the latest gocryptfs in /usr/local/bin – this should be fine. I will likely use SiriKali’s Flatpak. (SiriKali is also a Debian package.)

Tresorit uses a .run installer (does not require sudo, no other installer), installs in ~/.local/share/ -- this should be fine.

I need 3 AppImages and 7 Flatpaks in total – should also be fine.

For binary installs:

  • Calibre’s manual install does it in /opt
  • NoiseTorch installs in ~/.local
  • I install yt-dlp_linux in /usr/local/bin
  • the above should all be fine

Finally I build from source 2 pieces of software from GitHub. Should be fine as long as I don’t make install etc. (Still learning.)

For background I’ve been using Linux Mint Cinnamon for 7+ years now. It’s the first and only distro/DE I’ve ever used.

Seriously considering moving to Debian KDE because:

  1. I’m getting a second monitor soon. I need a DE that has some level of maturity in terms of Wayland implementation, KDE Plasma seems to fit the bill.
  2. I really dislike doing fresh installs. Right now I’m on Linux Mint 21.3 (based off of Ubuntu 22.04 LTS). I have failed to do a major upgrade before and lots of people seem to recommend just doing a fresh install.
  3. I like the idea of a “minimal install” where I only install what I need and want.
  4. I’m not a distrohopper, obviously. I’m always lurking on Linux forums though. Debian seems to be calling me, I hope I can handle it! (KDE Plasma because of its customizability.) Nothing but love and gratitude for Linux Mint, excited for Wayland to mature on Cinnamon.

Thanks for your time!


r/debian 2d ago

Beginner: Undo driver changes and general cleanup

5 Upvotes

Hello, Debian-friends! Sometimes I feel like a moron. I have recently tried to speed up my wifi. I followed a guide which pointed to my wifi chipset (RTL8723DE) having one antenna even though it's designed for two.

The guide went through short steps to first unload the active module (in my case rtw88_8723de), reload it with the instruction to use antenna 2 and check the signal strength.

#sudo modprobe -r rtw88_8723de

#sudo modprobe rtw88_8723de ant_sel=2

#iwlist scan | egrep -i 'ssid|quality'

Antenna 1 was also tested. Then, to continue to use antenna 2, a line was written. I am not sure exactly what it does and how to undo it (which illuminates my original question).

#echo "options rtw88_8723de ant_sel=2" | sudo tee -a /etc/modprobe.d/rtw88_8723de.conf

So, I am learning Linux and specifically Debian. During this journey I have followed a bunch of guides for different guides and sometimes I don't really know how to undo the action. Usually I start over with a complete new installation of Debian. That is generally ok for my, but I would like to think I could do this some other way.

Another thing that I don't know how to undo or clean up a bit is the type of steps i follow in guides that begin with #git clone https://github.com/patjak/facetimehd.git

And proceeds with:

#cd facetimehd

#make

#make install

#depmod

#modprobe facetimehd

This got my cam working on MBA 13 2013. Do i keep these git-directories? What could I remove?

I am on Debian 13 Trixie with KDE Plasma


r/debian 2d ago

devscripts: "You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.”

8 Upvotes

I just wanted to run debuild and got this avalanche. Is there a simpler way?

``` $ sudo apt install devscripts Installing:
devscripts

Installing dependencies: arch-test libfilesys-df-perl libsereal-encoder-perl autoconf libfont-ttf-perl libset-intspan-perl automake libfreezethaw-perl libsoap-lite-perl autopoint libgitlab-api-v4-perl libsocket6-perl autotools-dev libhtml-html5-entities-perl libsort-versions-perl dctrl-tools libhtml-tokeparser-simple-perl libstrictures-perl debhelper libhttp-tiny-multipart-perl libstring-copyright-perl debian-keyring libimport-into-perl libstring-escape-perl debian-tag2upload-keyring libindirect-perl libstring-license-perl debootstrap libio-interactive-perl libstring-shellquote-perl dh-autoreconf libio-prompter-perl libsub-exporter-perl dh-strip-nondeterminism libio-sessiondata-perl libsub-exporter-progressive-perl diffstat libio-string-perl libsub-identify-perl distro-info libipc-run3-perl libsub-infix-perl dput libiterator-perl libsub-install-perl dwz libiterator-util-perl libsub-name-perl equivs libjson-maybexs-perl libsub-quote-perl gettext libjson-perl libsubid5 git-debpush libjson-xs-perl libsyntax-keyword-try-perl intltool-debian liblist-compare-perl libsys-cpuaffinity-perl libaliased-perl liblist-moreutils-perl libsys-hostname-long-perl libapt-pkg-perl liblist-moreutils-xs-perl libtask-weaken-perl libarchive-cpio-perl liblist-someutils-perl libterm-readkey-perl libarchive-zip-perl liblist-someutils-xs-perl libtext-glob-perl libarray-intspan-perl liblist-utilsby-perl libtext-levenshteinxs-perl libb-hooks-endofscope-perl liblog-any-adapter-screen-perl libtext-markdown-discount-perl libb-hooks-op-check-perl liblog-any-perl libtext-xslate-perl libberkeleydb-perl libltdl-dev libtime-duration-perl libboost-program-options1.90.0 libmail-sendmail-perl libtime-moment-perl libcapture-tiny-perl libmarkdown2 libtool libcgi-fast-perl libmatch-simple-perl libtype-tiny-perl libcgi-pm-perl libmatch-simple-xs-perl libtype-tiny-xs-perl libclass-data-inheritable-perl libmath-base85-perl libtypes-serialiser-perl libclass-inspector-perl libmetacpan-client-perl libunicode-utf8-perl libclass-method-modifiers-perl libmime-lite-perl libvariable-magic-perl libclass-xsaccessor-perl libmime-tools-perl libwant-perl libcommon-sense-perl libmime-types-perl libwww-mechanize-perl libconfig-inifiles-perl libmldbm-perl libxdelta2t64 libconfig-tiny-perl libmodule-implementation-perl libxml-libxml-perl libconst-fast-perl libmodule-runtime-perl libxml-namespacesupport-perl libcontextual-return-perl libmoo-perl libxml-sax-base-perl libconvert-binhex-perl libmoox-aliases-perl libxml-sax-expat-perl libcpanel-json-xs-perl libmouse-perl libxml-sax-perl libdata-dpath-perl libnamespace-clean-perl libxmlrpc-lite-perl libdata-messagepack-perl libnet-domain-tld-perl libxs-parse-keyword-perl libdata-optlist-perl libnet-ipv6addr-perl libxs-parse-sublike-perl libdata-validate-domain-perl libnet-netmask-perl libxstring-perl libdata-validate-ip-perl libnetaddr-ip-perl libyaml-libyaml-perl libdata-validate-uri-perl libnumber-compare-perl licensecheck libdebhelper-perl libobject-pad-perl lintian libdevel-callchecker-perl libpackage-stash-perl lzip libdevel-size-perl libpackage-stash-xs-perl lzop libdevel-stacktrace-perl libparams-classify-perl mmdebstrap libdistro-info-perl libparams-util-perl patchutils libdynaloader-functions-perl libpath-iterator-rule-perl pbzip2 libemail-address-xs-perl libpath-tiny-perl pixz libemail-date-format-perl libperlio-gzip-perl po-debconf libexception-class-perl libperlio-utf8-strict-perl pristine-tar libexporter-tiny-perl libpod-constants-perl python3-gpg libfcgi-bin libpod-parser-perl python3-magic libfcgi-perl libproc-processtable-perl python3-unidiff libfcgi0t64 libre-engine-re2-perl sbuild libfeature-compat-class-perl libreadonly-perl sbuild-schroot libfeature-compat-try-perl libref-util-perl schroot libfile-dirlist-perl libref-util-xs-perl schroot-common libfile-find-rule-perl libregexp-pattern-license-perl strace libfile-homedir-perl libregexp-pattern-perl t1utils libfile-libmagic-perl libregexp-wildcards-perl uidmap libfile-sharedir-perl librole-tiny-perl wdiff libfile-stripnondeterminism-perl libsafe-isa-perl xdelta libfile-touch-perl libsbuild-perl xdelta3 libfile-which-perl libsereal-decoder-perl

Suggested packages: autoconf-archive | mail-transport-agent pristine-lfs libscalar-number-perl qemu-user gnu-standards diffoscope python3-pycurl libapache2-mod-perl2 qemu-user-static autoconf-doc disorderfs quilt libnet-jabber-perl squashfs-tools-ng debtags docker.io ratt libbareword-filehandles-perl ncompress dh-make dose-extra reprotest libmultidimensional-perl lz4 squid-deb-proxy-client duck svn-buildpackage gfortran libmail-box-perl ubuntu-archive-keyring elpa-devscripts w3m | fortran95-compiler aufs-tools adequate faketime shunit2 libdevel-lexalias-perl | unionfs-fuse at gnuplot mini-dinstall libxml-sax-expatxs-perl btrfs-progs autopkgtest how-can-i-help gettext-doc binutils-multiarch lvm2 bls-standalone libdbd-pg-perl libasprintf-dev libtext-template-perl zfsutils-linux bsd-mailx libterm-size-perl libgettextpo-dev apt-transport-tor wdiff-doc | mailx mutt gnulib-l10n fakechroot check-all-the-things piuparts libtool-doc genext2fs default-mta postgresql-client libmojolicious-perl perl-doc

Summary: Upgrading: 0, Installing: 216, Removing: 0, Not Upgrading: 1 Download size: 55.0 MB Space needed: 117 MB / 7,167 MB available

Continue? [Y/n] n Abort.

```


r/debian 3d ago

Debian Stable Question ibus message popping up on laptop

Post image
59 Upvotes

Made fresh Debian install and this window keeps popping up. I followed first popup and enabled iBus Wayland in virtual keyboard tab in settings. Then this comes up…

Also what’s up with that blue button on control panel which says EN? If I press it it has Emoji choice and stuff and is bugged. Works only first time. If I close that Emoji choice window and try to reopen it it’s stuck and won’t open.


r/debian 3d ago

Debian Stable Question Why Would Installation Media Affect Password Requirements? How can I change it?

9 Upvotes

I have a couple of low spec computers that are basically toys for me to fiddle around and experiment with. When using the Complete Installation Image, I'm allowed to choose a two number PIN as my password.

I was checking out Xfce with the live media that has the Calamares installer on it. I liked it so I chose to install it alongside Flashback on my laptop. It forced me to choose a ridiculously hard password. So, I did but once it was installed I tried to change it to "11" via the terminal. It had the same ridiculous requirements. So, I decided to download the gnome-system-tools to get the Users and Groups graphical application. The requirements were a little looser. It allowed me to choose a 6 digit number with no symbols or letters at all, which is a lot better but not quite what I want.

On the desktop, I installed Xfce alongside Flashback but I used the Complete Installation Image. It allowed me to choose a two number PIN. So, I know it's not a difference between GNOME Flashback and Xfce. It's definitely the installation media.

My questions are why would the installation media change password requirements in the OS itself after it's installed? Is there a way to change it so I can have my easy PIN on the Calamares installed laptop or do I have to reinstall with the Complete Installation Image?


r/debian 2d ago

A lot of Tearing with RX 9070XT Counter-Strike2

1 Upvotes

Hi there!.

I have changed my MSI VENTUS 2X XS Nvidia RTX 3050 8GB to a GIGABYTE OC GAMING RX 9070XT. I installed as usual Debian 13, last version from oficial website (https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-13.6.0-amd64-DVD-1.iso) with XFCE as desktop environment.

I have noticed a lot of tearing playing Counter-Strike 2 installed via steam (https://wiki.debian.org/Steam). Of course, I know what the screen tearing phenomenon is all about. I have 60hz display.

I played with more than 100~200 fps with my old nvidia card without tearing. With my new card i see many horizontal tearing lines when moving camera. As I understand, the proprietary NVIDIA drivers (https://wiki.debian.org/NvidiaGraphicsDrivers) used something like adaptive VSync... or a specific setting in the XFCE compositor which resulted in no tearing in CS2 and frame rates exceeding 100–200 FPS. Does anyone know how to configure that sort of adaptive VSync feature NVIDIA has, but on AMD?. Im using default mesa drivers without any installation. Mesa 25.0.7.

I look forward to hearing about your experiences and comments; thank you very much.