Il faudrait que tu me donne moyen de contact histoire que je discute avec toi sur l'article, je peux pas t'envoyer un mp.
Quelqu'un a déjà fait une traduction sur ps4hax (
https://www.psxhax.c...y-tikilou.4873/ ), tu n'as qu'à la reprendre sur GBAtemp, après tout... C'est moi qui l'ait écrit à la base ^^
Oh, et d'ailleurs, je voulais leur répondre sur comment passer la distro en anglais/qwerty, mais pas moyen, 7 jours d'attente pour participer, du coup si tu pouvais rajouter ça à l'article en bon anglais, ça serait cool :
Hi guys ! I'm the author who have published the news on Logic-Sunrise and host this IMG.
By advance, sorry for my bad english.
You should use google translate, i've explained a lot of things... The Radeon (it's the name) driver is included inside the Linux Kernel published and compiled by EEPLY... If you want contribute, you have two ways.
First, you can contribute to the kernel, source code of driver is here, and you can report bugs/comits => github : /eeply/ps4-linux/tree/ps4pro/drivers/gpu/drm/radeon
Or, you can make two pkgbuild for AUR repository, and port Linux Kernel-Headers on Manjaro properly frome EEPLY Linux sources, then with it, purpose an other pkgbuild for AUR repository, with regular updates of the GPU driver PS4 + DKMS, then load him with modprobe.
Oh, by the way, you can easy change langage of Manjaro in Gnome settings, and for TTY/CLI :
"sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf"
English configuration :
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbOptions" "compose:caps,altwin:swap_alt_win"
EndSection
French configuration :
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss_latin9"
EndSection
Modifié par tikilou, 19 mars 2018 - 20:03.