User Tools

Site Tools


dell_xps_15_9530

This is an old revision of the document!


Dell_XPS_15_(9530)

Installing Sabayon

  • The most recent live cds use an older i915 driver that causes an unrecoverable black screen when booting in any mode. Add nomodeset to the kernel boot line.
  • Be sure to install using ethernet, since there are no wireless drivers out of the box on 13.08.

Wireless

Install a kernel >= 3.11.6 and make sure CONFIG_IWLMVM is enabled. the iwlwifi module should be automatically loaded and wifi just works.

Audio

Mostly just works.

There are two physical sound cards, both driven by the snd-hda-intel driver. The HDMI card is always detected first, and the analog (speakers and headphones) second. Reorder these to make the analog the default by editing /etc/modprobe.d/alsa.conf to contain the following

options snd-hda-intel index=1,0

KDE defaults to letting the multimedia volume keys (Fn+F1/F2/F3) control the HDMI card by default. Switch this to the analog card by opening KMix and setting Settings→Select Master Channel…→Built-in Audio Analog Stereo.

Graphics

After installing and upgrading to latest i915 driver, remove nomodeset from the kernel boot options. This will enable screen brightness control and fix sleep/resume.

Install bumblebee and enable the service to use optimus. Run programs using optirun to enable the discrete graphics card.

Nice feature, the screen brightness can be turned all the way down to zero, which turns the screen and backlight off.

DPI

Because of the high resolution, text will be very small by default. Change the DPI size in KDE to make all KDE applications well-behaved (konsole, plasma).

Still working on fixing non-KDE programs such as chrome.

Bluetooth

* Enable the bluetooth

systemctl enable bluetooth
systemctl start bluetooth

* Use bluetoothctl to enable the controller, scan and pair with devices, and connect

  - Start the shell
bluetoothctl -a
  - Turn on the controller
power on
  - Scan for devices
scan on
  - List available devices
devices
  - Pair with a device
pair $mac
  - Connect to the device
connect $mac

This is currently broken in KDE 4.12 (bluetoothctl connect fails due to missing a2dp protocol, bluedevil-audio segfaults in isPaired)

Touch screen

Out of the box, single touch input works but no gestures. This means you can touch to click, and drag to select. No scrolling, or pinch-to-zoom.

Install and run touchegg to get multitouch gestures. Touchegg, touchegg-gui (configuration tool), and dependencies (utouch-{evemu,frame,grail,geis}) are in the sihnon portage overlay and community entropy repo.

USB

Just works.

dell_xps_15_9530.1416794994.txt.gz · Last modified: 2014/11/24 02:09 by ben