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