Itslian Win|Experience the ultimate gaming on the go with the GPD WIN 4 Pro, a 6.0-inch AMD 7840U gaming laptop with 64GB RAM and 4TB ROM, featuring a 1920x1080 IPS touch screen and Windows 11.
GPD Win 4 (6800u only) All hardware, excluding the FP sensor, is usable with Linux. Note that this has been confirmed on the 6800u versions. 7840u and 8840u models have reported suspend-resume issues. This includes the following:
GPD Win Max 2 2023 (7840U) GPD Win Max 2 2024 (8840U) GPD Win 4 (6800U) GPD Win 4 (7840U)UsageCurrent fan speed $ cat /sys/devices/platform/gpd_fan/hwmon/hwmon*/fan1_input Set fan speed control mode # 0: disable (full speed) # 1: manual # 2: auto $ echo 2 | sudo...
Itslian Win|Experience the ultimate gaming on the go with the GPD WIN 4 Pro, a 6.0-inch AMD 7840U gaming laptop with 64GB RAM and 4TB ROM, featuring a 1920x1080 IPS touch screen and Windows 11.
static DEFINE_MUTEX(gpd_fan_lock); enum gpd_board { win_mini, win4_6800u, win_max_2, }; enum FAN_PWM_ENABLE { DISABLE = 0, MANUAL = 1, AUTOMATIC = 2, }; static struct { enum FAN_PWM_ENABLE pwm_enable; u8 pwm_value; #ifdef OUT_OF_TREE u16 read_rpm_cached; u8 read_pwm_...