Differences between revisions 5 and 6
Revision 5 as of 2016-08-07 20:00:57
Size: 3634
Comment: Add bug reference for d-i hidpi issue
Revision 6 as of 2016-08-07 20:07:15
Size: 3836
Comment: Add section on touchpad
Deletions are marked like this. Additions are marked like this.
Line 48: Line 48:
=== Touchpad ===

Some gestures on the touchpad don't work for me out of the box (e.g. tap with two fingers to paste; swipe left to go back) but I guess this is a matter of libinput configuration.

This page describes Debian on the Dell XPS 13 9350. This is the model based on Intel's Skylake. It's sometimes referred to as Dell XPS 13 2016.

BIOS Update

Before you install Debian, you should upgrade to the latest BIOS update from Dell.

Power on your notebook and press F12 to get into the BIOS. Choose the "BIOS Flash Update" option. This will show you the revision of your current BIOS.

Go to the Dell XPS 13 9350 support page and look for "BIOS". If there's a new BIOS update, download the XPS_9350_x.y.z.exe file and put it on a USB stick (formatted with VFAT). Put the USB stick into your Dell and click the button on the upper right corner to select the .exe file.

For some reason, I can click on some things in the BIOS with the touchpad but I cannot confirm choices by pressing the touchpad. I have to use the cursor keys and enter.

Choose "Begin Flash Update" to update your BIOS.

BIOS Settings

You have to change some BIOS settings before you can install Debian. Press F12 again when starting your notebook to get into the BIOS.

Choose the first option, BIOS Setup. You have to change two settings:

  • System Configuration: SATA Operation: change "RAID On" to "AHCI". Without this change, Linux won't find the SSD.
  • Secure Boot: Secure Boot Enable: change to "disabled" since Debian currently doesn't support secure boot.

Choose "apply".

Debian installer

Prepare a USB stick with Debian installer on it. You can consult the manual for more information.

Make sure to install Debian stretch (the upcoming Debian 9). Debian jessie doesn't properly support the hardware.

When you connect the USB stick and start your Dell notebook, the installer menu should automatically come up. If not, enter the BIOS and change the boot order.

You can choose "Graphical install" or "Install" (the text-based installer). In both cases, the fonts are quite hard to read. There are some bugs on this already (e.g. 816111).

The wifi card is supported but requires non-free firmware. You'll get a message about missing firmware file brcm/brcmfmac4350-pcie.bin. You can get the firmware-brcm80211 file and extract it to a USB stick.

For some reason, the installer asks for brcm/brcmfmac4350-pcie.txt (with a .txt extension) in addition to the .bin file. I'm not sure why but copying the .bin to .txt seems to work. Interestingly, the .txt file is not required after the installation (removing is is fine). I'll try to investigate why the installer looks for that .txt file and file a bug.

Debian

Wifi

You'll read on some forums that the Broadcom wifi chip is not supported in Linux but this information is out of date. The chip is supported as of Linux 4.4. However, it requires some non-free firmware to operate (as mentioned before).

After the installation, configure the non-free repository in APT and install the firmware-brcm80211 package in order to get firmware updates for the wifi card.

Touchpad

Some gestures on the touchpad don't work for me out of the box (e.g. tap with two fingers to paste; swipe left to go back) but I guess this is a matter of libinput configuration.

Resources