16099 shaares
737 results
tagged
linux
Pour le lancer sur Linux : protontricks-launch --appid 1250410 /path/to/MSFS_MCA_vX-X-X.exe
« So, a Windows gaming handheld sans Windows - it's a weird concept, but one that works surprisingly well. Bazzite provides a great SteamOS-like experience for Windows handheld users. »
1 million de joueurs et joueuses Linux en plus en moins d'1 an.
« The latest Steam Hardware & Software Survey is out now for September 2022, with it showing that clearly the Steam Deck with SteamOS is the most popular way now to game on Linux. »
Distribution Linux orientée JV par Glorious Eggroll (dév Red Hat derrière Proton GE)
Pas testé.
Pas testé.
cool !
Seul Flathub est mentionné mais c'est aussi dans les dépôts
https://gitlab.com/rmnvgr/metadata-cleaner/
https://gitlab.com/rmnvgr/metadata-cleaner/
(Pas de .deb. Pffffff. Font chier avec leur flatpak et leur snap)
EDIT : j'ai rien dit, c'est dans les dépôts de Pop!_OS/Ubuntu
EDIT : j'ai rien dit, c'est dans les dépôts de Pop!_OS/Ubuntu
Natif Linux, dispo sur itch, steam et le code est sur github sous licence libre
Pas testé son workaround, mais je me garde ça de côté au cas où pck j'ai un souci de micro-stutter qui apparaît toutes les 20 ou 30s, peu importe le jeu (Steam, émulateurs etc).
Mais en désactivant l'extension "Disable unredirect fullscreen windows" ( https://extensions.gnome.org/extension/1873/disable-unredirect-fullscreen-windows/ ), les micro-stutters ont l'air de ne plus être là. À voir par contre si les problèmes de tearings pour lesquels j'avais installé cette extension ya 2 ans reviennent.
Mais en désactivant l'extension "Disable unredirect fullscreen windows" ( https://extensions.gnome.org/extension/1873/disable-unredirect-fullscreen-windows/ ), les micro-stutters ont l'air de ne plus être là. À voir par contre si les problèmes de tearings pour lesquels j'avais installé cette extension ya 2 ans reviennent.
« Photoflare is inspired by the image editor currently only available on Microsoft Windows – PhotoFiltre. »
https://github.com/PhotoFlare/photoflare
(pas testé)
https://github.com/PhotoFlare/photoflare
(pas testé)
« A cross platform, customizable graphical frontend for launching emulators and managing your game collection. »
« Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface. »
Capcom a l'air d'avoir fourni des versions de Monter Hunter Rise aux dévs de Proton pour que le jeu fonctionne "day one" sur Proton.
Donc apparemment sur Ubuntu 21.04+, comme Firefox est packagé via snap, il peut pas causer avec Gnome et peut pas installer d'extension Gnome. Pour pallier à ça, il faut installer une appli dédiée via Flatpak. Mais quel bordel. Snap et Flatpak commence pas mal à me saouler.
Ya aussi Mailnags qui peut faire le job (une extension est dispo pour Gnome)
Le compte officiel de DMC qui fait un tweet promouvant DMC5 sur le Steam Deck.
Le compte officiel de The Witcher aussi avec TW3 ( https://twitter.com/witchergame/status/1445737514761801746 )
La sauce a quand même l'air de bien mieux prendre qu'avec les Steam Machine à l'époque. Si ça peut aussi aider le JV sous Linux, c'est cool.
(et j'avoue qu'elle me fait quand même un peu envie cette machine)
Le compte officiel de The Witcher aussi avec TW3 ( https://twitter.com/witchergame/status/1445737514761801746 )
La sauce a quand même l'air de bien mieux prendre qu'avec les Steam Machine à l'époque. Si ça peut aussi aider le JV sous Linux, c'est cool.
(et j'avoue qu'elle me fait quand même un peu envie cette machine)
Je savais pas mais apparemment rm comporte une protection contre le "rm -rf /".
« I just spun up an 18.04 system (so years ago) and it won't let you by default.
ubuntu@rmtest:~$ sudo rm -rf /
rm: it is dangerous to operate recursively on '/'
rm: use --no-preserve-root to override this failsafe »
« I just spun up an 18.04 system (so years ago) and it won't let you by default.
ubuntu@rmtest:~$ sudo rm -rf /
rm: it is dangerous to operate recursively on '/'
rm: use --no-preserve-root to override this failsafe »
« Scrcpy is a free, open source tool that lets you view and interact with your Android device on a Windows, macOS, or Linux PC, wirelessly or wired. »
Network Manager ne permet pas de choisir une IP quand on partage une connexion via la gui, mais c'est facilement configurable en ligne de commande.
« nmcli connection modify $CONNECTION_ID +ipv4.addresses 192.168.5.1/24
where $CONNECTION_ID if found via nmcli connection show. Afterwards, verify with nmcli connection show $CONNECTION_ID. »
« nmcli connection modify $CONNECTION_ID +ipv4.addresses 192.168.5.1/24
where $CONNECTION_ID if found via nmcli connection show. Afterwards, verify with nmcli connection show $CONNECTION_ID. »
- ip addr
- ip link set dev enp3s0 up
- dhclient enp3s0
- ip link set dev enp3s0 up
- dhclient enp3s0
Fixing the black screen after grub boot-up (screen/video settings mismatch) - Linux Mint - Community
« Here is a simple and short fix that will allow to boot and configure the system from a graphical user interface (In Linux Mint will be Gnome).
- Reboot and wait to see the initial boot screen of GRUB with a list of operating systems. Tap a cursor key to avoid automatic boot.
- Select your choice (pe. LInux Mint) with the cursor and then press the [tab] key to get the full boot grub commad line. Don't be afraid: is a long command. Avoid modifying it.
- Go to the line starting with the word linux and ending with the words: quiet splash
- Add one of the following '????.modeset=0' parameter at the end of the long grub command line as is (type 1 space before). Use the parameter related to the brand or chipset of your video card . pe.: use nouveau or nvidia for nvidia based cards (proprietary driver, just nv in some linux distributions, nouveau driver is the default in Mint) ), use radeon for amd/ati cards, i915 for intel based motherboards, ,,, These are the most common examples.
- nvidia.modeset=0
- nouveau.modeset=0
- radeon.modeset=0
- i915.modeset=0
- r128.modeset=0 (for very old ati rage 128 cards...)
- If you don't know the brand you may use just one word: nomodeset
- Your will find the full range of drivers and more info at Xorg.org wiki
- Press [Ctrl]+[X] to boot with this added parameter. This parameter will not be saved, just used in this single boot and nothing is damaged. To cancel without changes press [Esc]. »
De côté pck ça risque de me resservir pour openmediavault
- Reboot and wait to see the initial boot screen of GRUB with a list of operating systems. Tap a cursor key to avoid automatic boot.
- Select your choice (pe. LInux Mint) with the cursor and then press the [tab] key to get the full boot grub commad line. Don't be afraid: is a long command. Avoid modifying it.
- Go to the line starting with the word linux and ending with the words: quiet splash
- Add one of the following '????.modeset=0' parameter at the end of the long grub command line as is (type 1 space before). Use the parameter related to the brand or chipset of your video card . pe.: use nouveau or nvidia for nvidia based cards (proprietary driver, just nv in some linux distributions, nouveau driver is the default in Mint) ), use radeon for amd/ati cards, i915 for intel based motherboards, ,,, These are the most common examples.
- nvidia.modeset=0
- nouveau.modeset=0
- radeon.modeset=0
- i915.modeset=0
- r128.modeset=0 (for very old ati rage 128 cards...)
- If you don't know the brand you may use just one word: nomodeset
- Your will find the full range of drivers and more info at Xorg.org wiki
- Press [Ctrl]+[X] to boot with this added parameter. This parameter will not be saved, just used in this single boot and nothing is damaged. To cancel without changes press [Esc]. »
De côté pck ça risque de me resservir pour openmediavault
« Caption takes the effort out of finding and setting up the right subtitles. A simple design, drag & drop search, and automatic downloading & renaming let you just start watching. Caption is multi-platform, open-source, and built entirely on web technology. »
« I imagine this could take months, some likely not even until after Steam Deck launches. For starters, they won't just enable it, they would need to test to ensure it's secure enough for their liking. »
(tweets du 24 septembre)
(tweets du 24 septembre)
« A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine. »
EDIT : une autre liste https://aclist.github.io/
EDIT : une autre liste https://aclist.github.io/
« Similar to the incredibly useful sleep/suspend function found in consoles like the Nintendo Switch and Sony PlayStation; suspend your game (and its resource usage) at any time, and resume whenever you wish - at the push of a button. »
(Linux et Windows)
(Linux et Windows)
Ok, donc en plus de EAC, BattlEye sera aussi supporté. Ce qui ouvre la porte a un paquet de jeux
« Aaah, ça veut dire que je vais peut être pouvoir me racheter SW Squadrons ! »
Pas sûr. Squadrons est un jeu EA, je suis pas sûr qu'ils utilisent l'EAC d'Epic (à vérifier)
EDIT : Bon finalement, Squadrons apparait dans cette liste, donc ya moyen qu'il tourne ;) https://www.reddit.com/r/linux_gaming/comments/pu3ro0/complete_list_of_games_using_eac_20210923/
Pas sûr. Squadrons est un jeu EA, je suis pas sûr qu'ils utilisent l'EAC d'Epic (à vérifier)
EDIT : Bon finalement, Squadrons apparait dans cette liste, donc ya moyen qu'il tourne ;) https://www.reddit.com/r/linux_gaming/comments/pu3ro0/complete_list_of_games_using_eac_20210923/
gnome-session-quit
gnome-session-quit --no-prompt
gnome-session-quit --no-prompt
Launcher alternatif pour Lotro, successeur de pyLotro.
Natif Linux, macOS et Windows. Pas testé.
Natif Linux, macOS et Windows. Pas testé.
Un autre launcher pour Wine (mais je pense que je vais rester sur Lutris, qui me convient très bien)
J'imagine que ça répond à la question "mais pourquoi Valve se prend autant la tête à supporter Linux ?"
(via https://www.gamingonlinux.com/2021/05/hints-appear-of-valve-making-a-handheld-steam-steampal-neptune-console )
(via https://www.gamingonlinux.com/2021/05/hints-appear-of-valve-making-a-handheld-steam-steampal-neptune-console )
« After a decade of dual-booting Linux, I got tired of waiting around to change the GRUB boot selection any time I wanted to boot Windows. With a little tinkering, here's a physical switch that determines the OS to boot each time the computer is turned on. »
Les versions native et Windows se valent, le natif est plus performant que la version Proton
Et c'est pas si souvent que ça arrive que le natif soit plus performant que Proton (au moins pour les jeux en 3D, je suppose la faute à des dévs qui n'ont peu ou pas de compétences Linux (ex Supraland) ou pas envie de se prendre la tête à optimiser pour une base d'users très petite ou des portages qui utilisent des solutions maisons qui font grosso modo le même taf que dxvk (ex les portages Feral), ou d'autres raisons qui m'échappent)
Et c'est pas si souvent que ça arrive que le natif soit plus performant que Proton (au moins pour les jeux en 3D, je suppose la faute à des dévs qui n'ont peu ou pas de compétences Linux (ex Supraland) ou pas envie de se prendre la tête à optimiser pour une base d'users très petite ou des portages qui utilisent des solutions maisons qui font grosso modo le même taf que dxvk (ex les portages Feral), ou d'autres raisons qui m'échappent)
Les mainteneurs des drivers Ubuntu ont l'air d'avoir d'avoir dégagé des libs 32bits nécessaires à Steam. Ça affecte aussi les drivers proposés par Pop!_OS. Pas trouvé de solution pour le moment à part rester sur les 460.
EDIT : https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-455/+bug/1927178
https://github.com/ValveSoftware/steam-for-linux/issues/7773
EDIT : https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-455/+bug/1927178
https://github.com/ValveSoftware/steam-for-linux/issues/7773
"Steering Wheel Manager for Linux" https://github.com/berarma/oversteer
"Experimental Logitech force feedback module for Linux" https://github.com/berarma/new-lg4ff
https://www.gamingonlinux.com/2018/02/some-initial-thoughts-on-the-logitech-driving-force-g29-steering-wheel
"Experimental Logitech force feedback module for Linux" https://github.com/berarma/new-lg4ff
https://www.gamingonlinux.com/2018/02/some-initial-thoughts-on-the-logitech-driving-force-g29-steering-wheel
Sandboxing des AppImage avec Firejail
À propos du successeur de PulseAudio
« Zrythm is a cross-platform digital audio workstation designed to be featureful and easy to use. »
Une alternative pour Linux à CPU-Z
Du coup, avec une moyenne à 0.9%, ça fait environ du 1 million de personnes actives par mois sous Linux.
C'est pas si mal que ça pour une niche.
C'est pas si mal que ça pour une niche.
« Improvements to Xbox controller support in Yakuza: Like a Dragon. » ( https://github.com/ValveSoftware/Proton/wiki/Changelog#available-in-proton-experimental )
Huhu. Allez c'est reparti pour retélécharger les 35go du jeu avec ma connexion adsl de merde 😭
Huhu. Allez c'est reparti pour retélécharger les 35go du jeu avec ma connexion adsl de merde 😭
Le logo SteamOS/Linux et macOS a été retiré de Steam et du store de Feral (la boite qui a porté ces jeux sur ces OS) pour Mad Max et Shadow of Mordor. J'aurais pas pensé que les licences pouvaient expirer pour des portages o_O
(En tout cas, la version native Linux a toujours l'air d'être installable et j'imagine qu'elle restera accessible en achetant le jeu sur Steam)
EDIT : https://www.gamingonlinux.com/2021/01/mad-max-and-shadow-of-mordor-delisted-for-linux-and-macos-on-steam
« On the macOS side, they lost even more as a few Lego titles also vanished and Batman: Arkham City too from mentioning macOS. Why? They all have a common publisher - Warner
(...)
So what does this actually mean? The Linux ports still exist, still work as expected and anyone who buys them on Steam would still get them too as they're attached to standard purchases. Going forward though, they're not being advertised or supported. »
(En tout cas, la version native Linux a toujours l'air d'être installable et j'imagine qu'elle restera accessible en achetant le jeu sur Steam)
EDIT : https://www.gamingonlinux.com/2021/01/mad-max-and-shadow-of-mordor-delisted-for-linux-and-macos-on-steam
« On the macOS side, they lost even more as a few Lego titles also vanished and Batman: Arkham City too from mentioning macOS. Why? They all have a common publisher - Warner
(...)
So what does this actually mean? The Linux ports still exist, still work as expected and anyone who buys them on Steam would still get them too as they're attached to standard purchases. Going forward though, they're not being advertised or supported. »
J'aime beaucoup Gnome, mais c'est vrai que des fois leurs choix d' "UX design" me fatiguent 😐
https://gitlab.gnome.org/GNOME/gnome-music/-/issues/343
https://gitlab.gnome.org/GNOME/gnome-music/-/issues/343
« Low D3D12 performance on Nvidia Pascal (and older) GPUs is expected and likely won't improve much.
(...) we'd need help from Nvidia to figure out what's going on and why it's so slow. We don't even fully understand that much. And then we'd need to invest probably several weeks or months into rewriting large parts of the code base yet again to make specifically these GPUs happy, and some issues that are known to impact perf are impossible to fix given design differences between D3D12 and Vulkan as well as hardware limitations.
In other words, not going to happen for an aging GPU architecture that won't be relevant in a few years. »
Pour avoir testé Death Stranding sur une 1060, je confirme que les perfs rendent le jeu difficilement jouable. 😢
Et au delà des limitations de l'hardware, j'imagine que des drivers ouverts auraient pas mal aidé à comprendre le pourquoi du comment. Ce qui me fait dire que peut-être que je passerais sur AMD pour mon prochain GPU. Chépa, on verra, j'ai pas prévu de changer prochainement.
(...) we'd need help from Nvidia to figure out what's going on and why it's so slow. We don't even fully understand that much. And then we'd need to invest probably several weeks or months into rewriting large parts of the code base yet again to make specifically these GPUs happy, and some issues that are known to impact perf are impossible to fix given design differences between D3D12 and Vulkan as well as hardware limitations.
In other words, not going to happen for an aging GPU architecture that won't be relevant in a few years. »
Pour avoir testé Death Stranding sur une 1060, je confirme que les perfs rendent le jeu difficilement jouable. 😢
Et au delà des limitations de l'hardware, j'imagine que des drivers ouverts auraient pas mal aidé à comprendre le pourquoi du comment. Ce qui me fait dire que peut-être que je passerais sur AMD pour mon prochain GPU. Chépa, on verra, j'ai pas prévu de changer prochainement.
Un espèce de The Long Dark multi vu du dessus.
https://store.steampowered.com/app/774861/Project_Winter/
https://store.steampowered.com/app/774861/Project_Winter/
Serveur Linux/Windows, client Android (malheureusement pas dispo sur F-droid :/ )
Testé rapidement sur Elite Dangerous avec ce board et ça fonctionne plutôt pas mal (faut juste adapter les actions des boutons à ses propres raccourcis)
https://files.nekoblog.org/uploads/vrac/Elite_Dangerous_Deckboard_icons-20201129T165111Z-001.zip
Par contre, j'ai du installer la version snap du serveur, j'ai aussi ce bug avec le .deb https://github.com/rivafarabi/deckboard/issues/558
(via https://www.reddit.com/r/EliteDangerous/comments/jea8ll/got_a_tablet_from_amazon_prime_day_putting_it_to/g9f7x5w/ )
EDIT : bug corrigé avec cette release https://github.com/rivafarabi/deckboard/releases/tag/v1.9.88
Testé rapidement sur Elite Dangerous avec ce board et ça fonctionne plutôt pas mal (faut juste adapter les actions des boutons à ses propres raccourcis)
https://files.nekoblog.org/uploads/vrac/Elite_Dangerous_Deckboard_icons-20201129T165111Z-001.zip
Par contre, j'ai du installer la version snap du serveur, j'ai aussi ce bug avec le .deb https://github.com/rivafarabi/deckboard/issues/558
(via https://www.reddit.com/r/EliteDangerous/comments/jea8ll/got_a_tablet_from_amazon_prime_day_putting_it_to/g9f7x5w/ )
EDIT : bug corrigé avec cette release https://github.com/rivafarabi/deckboard/releases/tag/v1.9.88
(la comparaison vaut ce qu'elle vaut, le matériel n'est pas tout à fait le même)
Comme ce genre de matos peut se trouver à prix raisonnable, je vais peut-être me laisser tenter du coup
Ça aussi je plussoie, c'est assez pénible quand tu veux uploader une image sur le tchat
EDIT : Ah mais l'absence de drag & drop sur le tchat Steam c'est un bug spécifique à Linux ?
https://github.com/ValveSoftware/steam-for-linux/issues/6324
EDIT : Ah mais l'absence de drag & drop sur le tchat Steam c'est un bug spécifique à Linux ?
https://github.com/ValveSoftware/steam-for-linux/issues/6324