- Dell XPS 15 9570
- Contents
- Power Management
- Suspend
- Hibernate
- Powertop
- Graphics
- kernel modules
- NVIDIA Optimus
- Troubleshooting
- xbacklight
- NVRM: Failed to enable MSI; falling back to PCIe virtual-wire interrupts
- Lock-ups when resuming from suspend with nvidia module
- Wifi and Bluetooth
- Troubleshooting
- ath10k module crashes after suspend
- WiFi partially looses network connectivity every 1-2 hours
- Bluetooth disappears (after suspend?)
- Touchpad and Touchscreen
- Thunderbolt docks
- Caldigit TS3 Plus
- EFI firmware updates
- Thermal management
- Diagnosis
- Undervolting
- Repasting & padding
- Results
- Fingerprint reader
- Самые ремонтопригодные ноутбуки
- Новый Dell XPS 13 (9300)
- Запчасти к ноуту
- Ждущий режим на Dell XPS 13 9350
- Выбор ноутбука на потаскать в универ
- Проблемы с Bluetooth-мышью
- Dell precision 5510 (XPS 9550) + 4К монитор
- Пользователи Dell XPS 13 9370 на ЛОРе?
- Начал подглюкивать тачпад у Dell XPS 9350
- Dell XPS 19
- Dell XPS 15 vs Latitude E74xx
- Посоветуйте как бороться с постоянными отваливаниями при обновлении?
- После последнего обновления Ubuntu отвалились WiFi && VirtualBox
- HDD + SSD cache (intel srt), dual boot
- Расскажите как поживают мониторы Thunderbolt на линуксе
Dell XPS 15 9570
This article or section does not follow the Laptop page guidelines.
This article or section needs expansion.
Device/Functionality | Status |
---|---|
Suspend | Working |
Hibernate | Working |
Integrated Graphics | Working |
Discrete Nvidia Graphics | Modify |
Wifi | Working |
Bluetooth | Working |
rfkill | Working |
Audio | Working |
Touchpad | Working |
Touchscreen | Working |
Webcam | Working |
Card Reader | Working |
Function/Multimedia Keys | Working |
Power Management | Working |
EFI firmware updates | Working |
Fingerprint reader | Not working |
Contents
Before installing it is necessary to modify some UEFI Settings. They can be accessed by pressing the F2 key repeatedly when booting.
- Change the SATA Mode from the default «RAID» to «AHCI». This will allow Linux to detect the NVME SSD. If dual booting with an existing Windows installation, Windows will not boot after the change but this can be fixed without a reinstallation.
- Change Fastboot to «Thorough» in «POST Behaviour». This prevents intermittent boot failures.
- Disable secure boot to allow Linux to boot. Alternatively, you can choose to set up Secure Boot so that it works with Linux and you can take advantage of its potential security benefits.
Installation of Arch Linux can proceed normally. Refer to the Installation guide for more information.
Power Management
Suspend
By default, the very inefficient s2idle suspend variant is selected, which consumes a large amount of power. The much more efficient deep variant can be selected instead:
To make the change permanent add mem_sleep_default=deep to your kernel parameters.
An easy way would be to add mem_sleep_default=deep to the GRUB_CMDLINE_LINUX_DEFAULT entry in /etc/default/grub:
Read more regarding the sleep variants on the kernel documentation [2].
Hibernate
Powertop
powertop is very efficient to manage power consumption. Run powertop —auto-tune and compare the Watt consumption variation (laptop must be unplugged and running on battery). powertop —auto-tune can be run at every boot.
Graphics
kernel modules
The nouveau module is known to cause kernel panics and freezes on Dell XPS 15 9570.
One way to mitigate this would be by adding nomodeset to the kernel options. However it’s better to completely disable it with the blacklist method (recommended):
NVIDIA Optimus
Troubleshooting
xbacklight
To get xbacklight working and not conflicting with NVIDIA optimus:
NVRM: Failed to enable MSI; falling back to PCIe virtual-wire interrupts
Sometimes it happens after suspend/resume. GPU could work fine without MSI. [6]. You could disable MSI by adding the following in /etc/modprobe.d/nvidia.conf:
Lock-ups when resuming from suspend with nvidia module
If your system locks up every time you resume from suspend with the following two lines in the output of dmesg:
you need to do the following:
This solved the lock-ups for me. (internal nvidia bug number: 2589324, dell resolution)
Wifi and Bluetooth
These work well out of the box but you might need to update the firmware for better stability. For bluetooth, make sure you have everything installed as per the Bluetooth wiki page.
This article or section needs expansion.
Troubleshooting
ath10k module crashes after suspend
You may notice driver crashes after suspend/resume, which for the most part does not seem to impact the running system, with coredumps similar to:
Patched in some kernels and not others (which?), relevant links:
WiFi partially looses network connectivity every 1-2 hours
With some WiFi routers, the network connection might get partially lost without any noticeable change in the network status. Existing connections (e.g. ssh sessions, Zoom videocalls) keep working, but loading new web pages or even pinging the gateway do not work anymore. Restarting the network fixes the problem, which however reappears after 1-2 ours.
The issue can be fixed definitively by downgrading the WiFi card firmware as explained in post #17 of this forum thread. The downgrade must be repeated every time the linux-firmware package is upgraded.
Bluetooth disappears (after suspend?)
Possibly related to the previous instability issue, sometimes the adapter seems to completely disappear. As reported here (thanks w.v.w., you can likely fix this by manually upgrading the firmware (to something newer than what’s in linux-firmware :
1. Double check adapter (e.g. QCA6174, below)
2. Confirm hardware and current firmware version (e.g. hw3.2, firmware RM.4.4.1.c3-00013-QCARMSWPZ-1, below)
Either rmmod ath10k_core ath10k_pci && modprobe ath10k_pci (as the root user) (may not work, check dmesg) or reboot.
Touchpad and Touchscreen
Wacom touchscreen and Synaptics touchpad:
Both are i2c devices:
If you experience problems with the touch pad it might be worth disabling psmouse
Thunderbolt docks
TB16 works fine if either Thunderbolt security is disabled in the BIOS or using bolt to temporarily authorize or permanently enroll Thunderbolt devices with Thunderbolt security activated. Various quirks are detailed on the Dell TB16 page.
Caldigit TS3 Plus
The TS3 Plus works fine if either Thunderbolt security is disabled in the BIOS or using bolt to temporarily authorize or permanently enroll Thunderbolt devices with Thunderbolt security activated. There is an issue where the USB ports will not work if unplugged and then plugged in again. This can be fixed by rebooting into the UEFI and using BIOS assisted enumeration (NOT native nor auto-switch), you may need to disable auto-switch, apply, then choose BIOS assisted, then apply again.
EFI firmware updates
They are 2 main ways to update efi firmware:
- through running linux session with Fwupd
- through UEFI
Firmware images can be found at Dell support page as XPS_15_9570_X.Y.Z.exe files. In order to install:
- Download the desired firmware from section «Dell XPS 15 9570 System BIOS»
- Save it in /boot/EFI/Dell/Bios/ (this path may vary, depending on your installation)
- Reboot the system, and enter the boot menu by pressing repeatedly F12 on Dell logo
- Choose «Bios Flash Update»
- Select the file previously saved, and start the process
The process will take about five minutes, during which the system will have some reboots and push fans at maximum speed. Finally the system will reboot normally.
Thermal management
Thermal design is poor in the 9570, primarily due to higher-end chips being used inside the original system design without compensating for extra heat. This impacts numerous areas:
- Performance: at higher temperatures, CPU cores are throttled down to avoid damage. At best your system will not run as fast as it can, and at worst (and quite commonly), slower than cheaper chips and with sluggish performance.
- Battery life is unnecessarily decreased.
- System longevity: running at constantly high temperatures will negatively impact equipment lifetime.
- User discomfort: uncomfortable heat and uncomfortable fan noise.
Fortunately these can all be improved significantly to get your system running powerfully and quietly.
Diagnosis
You probably have a lot of dmesg output like this (for all CPUs), even with fairly light usage:
Use lm_sensors and do some stress testing (with stress and mprime ) to see what’s happening with CPU core temperatures and fanspeed under different loads.
Undervolting
See Undervolting CPU on the wiki. Reduces heat and extends battery life.
Possible configurations for /etc/intel-undervolt.conf :
- i9-8950HK* (last updated 2019-03-30)
This has a more minor impact than repasting but is significantly easier to do.
Repasting & padding
Significant improvements are possible by replacing the thermal grease used by Dell with better options available from Amazon, and adding some extra thermal padding. This might sound overwhelming but is well worth the effort, especially for newer CPUs. If you cannot do this yourself consider finding a shop / technician who can do this for you. See the following article as the user comments below it for more info:
Results
According to the author of the UltraBookReview article above:
Undervolting seems to reduce temps at max load by 7-10C, while repasting seems to reduce temps by between 4-10C depending on your original paste job and paste used.
From this forum post, much lower/softer fan speeds were needed to maintain the same temperatures, and temperature was a few degrees lower under similar loads. Fans were on less often and for less time when they were. Throttling was less prevalent and less severe.
Fingerprint reader
The fingerprint reader lacks Linux drivers.
Goodix will not provide them directly as stated on their forum and frequently blames the responsibility on device manufacturers.
Nonetheless Goodix stated (2020-04-30) that they are collaborating with Dell to provide the support for Linux in the second half of 2020 for the XPS 9570.
There are also some people working on reverse engineering the driver.
Источник
Самые ремонтопригодные ноутбуки
K50 , вопрос по сабжу какие за последние 5-7 лет самые ремонтопригодные ноуты с нормальным качеством корпуса?
Коррелирует ли ремонтопригодность с поколением процессора Интел?
Новый Dell XPS 13 (9300)
Была представлена обновленная модель Dell XPS 13.
Что нового по сравнению со старыми моделями:
- 10-ое поколение Intel
- камера перенесена наверх (уже в предыдущем поколении)
- увеличили экран с 13.3″ 16:9 до 13.4″ 16:10, убрав безель снизу
- проапгрейдили память up to 16GB LPDDR3-2133 -> up to 32GB LPDDR4X-3733
- переделали систему охлаждения
- увеличили петли крышки (см. предыдущее фото)
- увеличили клавиатуру и тачпад
Недостатки (мое личное мнение):
- кнопку выключения поместили в угол на законное место кнопки Delete
- опции с матовым экраном я опять не вижу
- батарея на 52Wh, хотя в линейке раньше было до 60Wh
Запчасти к ноуту
Приветствую всех! В процессе эксплуатации своей 13ой xps’ки в жарком климате пришла в негодность противоскользящая резинка которая наклеена на нижнюю часть корпуса. Здесь много поклонников данной модели и может кто-нибудь подскажет где можно ее найти.
Ждущий режим на Dell XPS 13 9350
Стоит Arch Linux со всеми обновлениями на сабже. Несколько месяцев назад появилась проблема — ноутбук не просыпается из ждущего режима (suspend to RAM), начинает грузится с нуля. При этом такое происходит только если за время ухода в сон было отключение ноутбука от блока питания. Если усыпить и сразу пробудить ничего не трогая, то проснётся нормально. В прошлом всё работало нормально, скорее всего какое-то обновление что-то сломало. С батареей проблем нет — ноутбук спокойно несколько часов работает от аккумулятора.
В чём может быть проблема?
Выбор ноутбука на потаскать в универ
Выбираю себе ноутбук (ультрабук), который можно легко и непринужденно таскать в универ и иногда там что-то показывать.
Проблемы с Bluetooth-мышью
Имеется ноутбук Dell XPS 13 9350 с Arch Linux. Имеется Bluetooth-мышь MX Master 2S подключенная по Bluetooth. Раньше отлично работала, но после переустановки системы движение указателя стало дёрганным. При использовании тачпада таких проблем нет (да и вообще все анимации DE не тормозят — проблема не в видео). На другом компьютере под офтопиком таких проблем нет, так что дело и не в мыши (но если что недавно заряжал её до 100%).
Отсюда можно сделать вывод, что какие-то проблемы с драйвером Bluetooth или с настройками его энергосбережения.
Пакет bcm4350-firmware с AUR стоит.
В чём может быть проблема?
Dell precision 5510 (XPS 9550) + 4К монитор
Как решили проблему подключения 4К монитора к ноуту Dell XPS? На ноуте HDMI 1.4 (не тянет 4К 60ФПС) и Thunderbolt 3. Какой кабель использовать? В магазинах нет кабелей TB3 — DP =(. Фирменный док — дорого.
Пользователи Dell XPS 13 9370 на ЛОРе?
Есть ли здесь живые пользователи Dell XPS 13 9370?
На Arch Wiki уже смотрел, интересует опыт ЛОРовцев использования этой машины (только Linux).
Планирую ставить Debian Stretch.
Начал подглюкивать тачпад у Dell XPS 9350
Мне интуиция подсказывает что проблема известная. Кто нибуть уже стыкался?
Dell XPS 19
Всем привет! В моноблоке Dell XPS 19 при нажатии F12 при загрузке почему то упорно не хочет показывать usb storage. В bios установлен режим legacy вместо uefi, и соответственно выбрана загрузка с usb. Причем fedora с флешки грузит при любых настройках в bios а стоит ему подсунуть любую другую флешку , которая гарантированно грузится на любой другой машине, имеем фиг вам. Упорно пытаюсь Clonezilla запустить на этом. чопике и ни хрена. В инете посмотрел и кроме usb debug mode больше ничего не знакомого не нашел. Кто сталкивался?
Dell XPS 15 vs Latitude E74xx
У кого нибуть есть опыт использования обеих, или второго из них?
Посоветуйте как бороться с постоянными отваливаниями при обновлении?
Ubuntu 16.04 on Dell XPS 9350
PS: Снова отвалился WiFi. Какая-то хитрая несовместимость ядра и фирмвари для беспроводного адаптера.
После последнего обновления Ubuntu отвалились WiFi && VirtualBox
В VirtualBox машины просто не стартуют, в dmesg никаких ошибок относящихся к virtual-box модулям
HDD + SSD cache (intel srt), dual boot
Всем привет!
Заказал себе Dell XPS 15 9560 (но на руках его пока нету — жду доставку). У меня возникли вопросы по поводу установки на этот ноутбук Linux в дуал-бут. Дело в том, что в моей конфигурации установлены 500 Gb HDD + 32 Gb SSD, а последний используется как кэш в винде с помощью некой Intel Smart Response Technology. Гугление дало мало инфы (еще и достаточно старой). До этого с конфигурациями с двумя накопителями дела не имел. Собственно говоря, интересно:
1) Можно ли установить Linux на HDD так, что бы под виндой SSD продолжал использоваться как кэш? Насколько я понял из нагугленого — проблема в том, что эта SRT работает только при включенном RAID SATA режиме в BIOSе, а дуал-бут в этом режиме работать не будет.
2) Установить Linux на SSD, предварительно отключив его как кэш и переключив SATA режим в AHCI. Будет ли в таком случае возможность юзать grub для загрузки обеих систем, с виндой установленной на HDD?
Заранее спасибо за помощь.
Расскажите как поживают мониторы Thunderbolt на линуксе
Есть DELL XPS c Thunderbolt и я думаю как бы подключить монитор. Хотелось бы проверенное бюджетное решение.
Источник