3 Likes
#ryzen
2 Likes
#China: #Loongson releases next-generation #CPU
Source: http://www.ecns.cn/m/news/sci-tech/2023-11-29/detail-ihcvixpi0428703.shtml
It is manufactured using 12-nanometer #technology and features a quad-core design, with an operating frequency of 2.5GHz.
...
The Loongson #3A6000 is comparable to the #Intel Core i3-10100 and #AMD #Ryzen 3 3100 CPUs in certain key functions, according to tech website Wccf tech.
Looks for me like that they don't need US tech anymore. 🤔
4 Likes
4 Comments
One person like that
Putting an AMD Ryzen based HP x360 Envy (13-ar0xxx) into legacy S3 suspend mode
#Linux #Manjaro #AMD #Ryzen #x360 #13ar0xxx #s2idle #s0ix #s3 #deepsleep #acpi
WARNING : This tutorial is specific to that exact computer model, but the general idea may help debug other systems.
So, to whom may find that tutorial useful …
Context :
I have a 2020 HP X360 Envy 13-ar0xxx (Ryzen 7 3700U based, nothing fancy but nice hardware) ; bios version F.25 dated 04/2022
The darn thing has never been able to sleep under Linux because HP screwed buyers by only allowing the s2idle method to put the computer into sleep mode, and that method is broken on AMD Ryzen based platforms. Work is being done to support s2idle in kernel, but at a glacially slow pace.
HP refuses to acknowledge the problem (unlike Dell or Lenovo) and locked the AMI Bios option to switch between S2idle and the more common S3 (deep sleep) method. Thankfully, hibernation has always worked and the SSD is fast enough it’s not too painful. But. But it’s MY computer and I’m not going to be told what I can, can’t or should do.
After months of trying every “legal” way to make it happen without success, I finally (thanks to a bout of COVID) took some days to stick my greasy fingers into the root cause of the problem : ACPI tables.
First you need to install the acpi-tools. With Manjaro, use snap :
https://snapcraft.io/install/acpi-tools/manjaro
- create a work directory and place yourself inside that directory
- run :
acpi-tools.acpidump -o tables
to create a file with the currently running tables then
acpi-tools.acpixtract -a tables
to extract the individual tables (we need both FACP and DSDT tables)
- FACP :
acpi-tools.iasl -d facp.dat to disassemble the FACP table
edit facp.dsl
increase the “Oem Revision” field at the top by 1
set the “Hardware Reduced (V5)” field to 0
acpi-tools.iasl -sa facp.dsl to assemble your modified table
- DSDT :
acpi-tools.iasl -e ssdt*.dat -d dsdt.dat
(if you don’t xref ssdt tables, you won’t be able to recompile dsdt)
edit dsdt.dsl
add 1 to the last parameter of the DefinitionBlock() line - that’s the OEM version number
search for XS3 ; replace with _S3 (one occurence)
acpi-tools.iasl -sa dsdt.dsl to assemble your modified table
- Make the following folder structure: payload/kernel/firmware/acpi/
In the acpi/ folder add your compiled facp.aml and dsdt.aml
In the payload/ folder, run:
find kernel | cpio -H newc --create > overrideacpi.img
- Move the resulting overrideacpi.img to your /boot folder
Edit /etc/default/grub
Add mem_sleep_default=deep as the last parameter of the line GRUB_CMDLINE_DEFAULT
(like so : ) GRUB_CMDLINE_DEFAULT="... mem_sleep_default=deep"
Create a new line just below like so :
GRUB_EARLY_INITRD_LINUX_CUSTOM="overrideacpi.img"
Save /etc/default/grub
Update grub as usual : sudo update-grub
- Finally reboot. Check in dmesg your modified ACPI tables are indeed loaded, and do a :
cat /sys/power/mem_sleep, it should now return :
s2idle [deep]
Try putting the computer to sleep and enjoy the sound of silence… and be amazed when it wakes up at the slightest touch of the space bar !
last words : I haven’t tested all the the scenarios where this could go wrong (plugging or unplugging AC power while the computer is suspended, for instance), but it seems to do the job so far. In S3 suspend mode, the computer draws less than 1% of the battery per hour.
This solution was heavily inspired by the work of Jordan Maris : https://gitlab.freedesktop.org/drm/amd/-/issues/1230#note_580057
Memory PC AMD Ryzen 5 2400G 4X 3.9 GHz Quadcore, 16 ... ! via @blickwinkel1 @verona_pooth1 @blickwinkel24 @gedankensplitte @andrea66119 @DeineIdee @BoxingL19164990 @faechersport @boxticker @boxtickerin #computer #ryzen #ddr4 #ssd https://amzn.to/2HbkZPt
2 Likes
Adopt, don't shop...
Was bei Haustieren gilt, sollte auch bei PCs gelten. ;) Ich habe mich bereiterklärt, einem knapp 3 Jahre alten Gamer-PC ein ruhiges Zuhause zu bieten, wo er sich von den Strapazen der letzten Jahre erholen kann. Hier wird er kaum noch gestresst werden und die CPU sowie Gehäusetemperatur bleibt meist unter 50°C. Meinen letzten neuen PC hatte ich mir vor 10 Jahren gekauft. Seitdem sind hier nur noch ausgemusterte Gerätschaften gelandet. Mein letzter PC, welchen ich hauptsächlich nutzte, war vom Amt und hat 50€ gekostet. Ok, für dieses Gamerteil habe ich etwas mehr gezahlt, aber dafür sollte ich auch wieder einige Zeit auskommen.
Das Teil kann als einziger Rechner in meinem Haushalt Win11. Und das ist auch das einzige Manko. Win11 fühlt sich in etwa an wie Vista. Murkelig und unfertig. Ansonsten schnurrt das Teil wie ein Kätzchen, kann meinen großen Fernseher mit 4k60p betreiben und ist für die nächsten Jahre hoffentlich gut ausgerüstet. Die inneren Werte sind soweit gut bis sehr gut. MSI B450 Gaming Pro Carbon AC (MS-7B85) mit Ryzen 7 2700X, 32GB RAM, 2x M.2 1TB SSD, 1 x SATA 1TB SSD, NVidia GeForce GTX 1070ti, 6+ Lüfter, Beleuchtung. Glasplatte. Dickes Netzteil und Gehäuse. Möchte nicht wissen, was das Teil dem Erstbesitzer gekostet hat. Ich habe es für 6 Hunnis bekommen. Ist mit Sicherheit ein sehr guter Preis.
Nun habe ich erstmal was zu tun, bis ich alles so eingerichtet habe, wie ich es brauche. Zum Glück kann man heute bei der meisten Software die Lizenzen zwischen den Rechnern verschieben. Und alle Daten befinden sich eh auf dem NAS. Nun muss ich mir nur noch ein paar Slotblenden mit USB2 und USB3 Anschlüssen besorgen, da ich da etwas anspruchsvoller bin als der Vorbesitzer. :))))
#refurb #ryzen #gamerpc
5 Likes
4 Comments
#System76 Announces "Kudu" #AMD #Ryzen 9 5900HX Powered Laptop http://www.tuxmachines.org/node/160960#comment-32684
#Linux 5.17 Brings Major Performance Improvements For #AMD #Ryzen CPUs & APUs ⚓ https://wccftech.com/amd-ryzen-cpu-apu-performance-improvements-linux-5-17/ ䷉ #wccftech | more in http://schestowitz.com/2022/01/25/#latest
One person like that
One person like that
#AMD #Ryzen 7 PRO 5850U - Windows vs. Linux Performance Review • Tux Machines ⇨ http://www.tuxmachines.org/node/159376 #GNU #Linux #TuxMachines
#AMD #Ryzen 7 PRO 5850U Linux Performance • Tux Machines ⇨ http://www.tuxmachines.org/node/159100 #GNU #Linux #TuxMachines
Tuxedo Nano Pro Gen 11 is a compact #GNU #Linux desktop with #AMD #Ryzen 4000U https://liliputing.com/2021/11/tuxedo-nano-pro-gen-11-is-a-compact-linux-desktop-with-amd-ryzen-4000u.html
Ubuntu-ready #Ryzen V2000 mini-PC starts at $639 ⚓ https://linuxgizmos.com/ubuntu-ready-ryzen-v2000-mini-pc-starts-at-639/ ䷉ #LinuxGizmos #Devices #GNU #Linux
#vista11 bug could reduce #Ryzen CPU performance by up to 15%, #AMD says https://arstechnica.com/gadgets/2021/10/windows-11-bug-could-reduce-ryzen-cpu-performance-by-up-to-15-amd-says/
#AMD #Ryzen 9 5900HX / ASUS ROG Strix G15 Is A Nicer Experience On Ubuntu 21.10 • 𝖳𝗎𝗑 𝖬𝖺𝖼𝗁𝗂𝗇𝖾𝗌 ⇨ http://www.tuxmachines.org/node/156533 #Linux #TuxMachines
One person like that
#AMD #Ryzen processors are getting a performance boost on Linux • 𝖳𝗎𝗑 𝖬𝖺𝖼𝗁𝗂𝗇𝖾𝗌 ⇨ http://www.tuxmachines.org/node/155958 #GNU #Linux #TuxMachines
#AMD Developer Discusses New Linux CPPC Drivers For #Ryzen , #SteamDeck • 𝖳𝗎𝗑 𝖬𝖺𝖼𝗁𝗂𝗇𝖾𝗌 ⇨ http://www.tuxmachines.org/node/155921 #Linux #TuxMachines