15z

Differences between revisions 49 and 52 (spanning 3 versions)
Revision 49 as of 2012-05-02 08:54:18
Size: 6254
Editor: 212
Comment:
Revision 52 as of 2012-05-04 08:20:55
Size: 5519
Editor: 212
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * Boot installer with '''pcie_aspm=force acpi=noirq i915.semaphores=1''' (to access boot options press any key when the purple screen with human=keyboard appears.)  * Boot installer with '''acpi=noirq''' (to access boot options press any key when the purple screen with human=keyboard appears.)
Line 33: Line 34:
''pcie_aspm=force acpi=noirq i915.semaphores=1'' ''acpi=noirq''
Line 41: Line 42:
With ''2GB NVIDIA GeForce GT 525M Graphics Card with Optimus'' installing nvidia-current drivers from ''restricted drivers'' causes the loss of compositing. Moreover running nvidia-xconfig crashes X on the next reboot (fix it with {{{sudo rm /etc/X11/xorg.conf}}} and reboot). This happens because '''you need Bumblebee to make it works''', more explanations follow the suggested procedure. With ''2GB NVIDIA GeForce GT 525M Graphics Card with Optimus'' installing nvidia-current drivers from ''restricted drivers'' causes the loss of compositing. Moreover running nvidia-xconfig crashes X on the next reboot (fix it with {{{sudo rm /etc/X11/xorg.conf}}} and reboot). This happens because '''you need Bumblebee to make it work''', more explanations follow the suggested procedure.
Line 76: Line 77:

== Fix various glitches ==

'''The following fixes are needed to boot correctly after installation.''' Otherwise the laptop will freeze before login screen.

For a first boot hit ''e'' on the first option while on grub screen and add the following commands to the boot sequence just after "quite splash".

'''pcie_aspm=force acpi=noirq i915.semaphores=1'''

To make it persistent add '''pcie_aspm=force acpi=noirq i915.semaphores=1''' to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub.

Then run the following command:
||# update-grub||

And reboot. This fixes ACPI issues, lowers power consumption and 1-2 second regular freezes of your video card.

Introduction

This page should give you all the information you need about running Ubuntu on a Dell XPS 15z laptop. XPS 15z works fine with Ubuntu, read this whole guide before start installation.

Installation gotcha's

  • Boot installer with acpi=noirq (to access boot options press any key when the purple screen with human=keyboard appears.)

  • USB installation: booting with an USB 2.0 storage on the USB 3 slot works to direct installation.

Hardware Support Matrix

Natty 11.04

Oneiric 11.10

Precise 12.04

Keyboard

Works

Works

Works

Screen

Works

Works

Works

Ext. Screen (HDMI)

Broken*

Broken*

Unknown

Ext. Screen (Mini Displayport)

Works

Works

Works

Wired ethernet

Works

Works

Works

Wireless ethernet

Works

Works

Works

Trackpad

Works with manual changes

Works with manual changes

Works in mouse emulation mode

Sound

Works

Works

Works

Optimus

Works with manual changes

Works with manual changes

Works with manual changes

9-in-1 card reader

Broken

Works with manual changes

Unknown

Webcam

Works

Works

Works

* The HDMI is physically connected to the nVidia card -- by manually changing the xorg.conf, it is possible to start X on the nVidia card only, getting the HDMI video (at the cost of inactive main laptop screen and the Mini Displayport output).

Hardware

Boot options

Add to the grub boot line the following options

acpi=noirq

To keep these options edit /boot/grub/grub.cfg, carefully.