You are not logged in.

#376 2016-03-27 17:43:49

xxxifan
Member
Registered: 2016-03-22
Posts: 15

Re: Dell XPS 13 9350 Late 2015

zurich wrote:

Has anybody managed to setup palm detection with this touchpad?
My output for synclient -l, is:

 Parameter settings:
    LeftEdge                = 1583
    RightEdge               = 5359
    TopEdge                 = 1371
    BottomEdge              = 4481
    FingerLow               = 25
    FingerHigh              = 30
    MaxTapTime              = 180
    MaxTapMove              = 250
    MaxDoubleTapTime        = 100
    SingleTapTimeout        = 180
    ClickTime               = 100
    EmulateMidButtonTime    = 0
    EmulateTwoFingerMinZ    = 282
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 113
    HorizScrollDelta        = 113
    VertEdgeScroll          = 0
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 1
    HorizTwoFingerScroll    = 1
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0351679
    TouchpadOff             = 2
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 3
    ClickFinger3            = 2
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 1
    PalmMinWidth            = 8
    PalmMinZ                = 100
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 30
    PressureMotionMaxZ      = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 0
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
    HorizHysteresis         = 28
    VertHysteresis          = 28
    ClickPad                = 1
    RightButtonAreaLeft     = 3471
    RightButtonAreaRight    = 0
    RightButtonAreaTop      = 4083
    RightButtonAreaBottom   = 0
    MiddleButtonAreaLeft    = 0
    MiddleButtonAreaRight   = 0
    MiddleButtonAreaTop     = 0
    MiddleButtonAreaBottom  = 0 

I still have the mouse jumping about.

Is scale to zoom in/out possible?

Offline

#377 2016-03-28 03:35:21

Armxnian
Member
Registered: 2016-03-28
Posts: 2

Re: Dell XPS 13 9350 Late 2015

Hi guys,

Can someone help with some dmesg errors?

[drm:finish_csr_load [i915]] *ERROR* Unknown stepping info, firmware loading failed
[drm:intel_dp_link_training_channel_equalization [i915]] *ERROR* 5.4 Gbps link rate without HBR2/TPS3 support

I don't have intel_agp as a module in mkinitcpio. It makes the gpu crash (i7 6560u).
But even with it the error comes up.

acpi PNP0C0B:00: Setting initial power state

There are 4 or 5 of these each time and a bunch of stuff in between. I don't remember seeing the acpi error until I started to mess with power management. systemctl suspend did suspend to ram, but the laptop just restarted (back to the dell logo) when I tried to resume. I fixed it by creating these: https://wiki.archlinux.org/index.php/Po … vice_files
Closing the lid also suspended after commenting out the handle in the systemd config. But then I played around and installed acpid, and it also worked, but I uninstalled it and let systemd control acpi events again. Something went wrong somewhere since I get the errors now. There are also a bunch of these:

ACPI Error: Method parse/execution failed [\_TZ.TZ00._TMP] (Node ffff88027810f730), AE_NOT_FOUND (20150930/psparse-542)

I also see these in red:

brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 22 2015 06:16:26 version 7.35.180.119 (r594535) FWID 01-e791c176
brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code

These have been here since I installed Arch Linux:

brcmfmac 0000:3a:00.0: Direct firmware load for brcm/brcmfmac4350-pcie.txt failed with error -2
bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6412.hcd failed with error -2
brcmfmac: brcmf_add_if: ERROR: netdev:wlp58s0 already exists
brcmfmac: brcmf_add_if: ignore IF event

The laptop works fine. The only real problem I have is sometimes it does not reboot or shutdown. I use the gnome buttons and have tried systemctl commands, and most of the time it does reboot and shutdown, but sometimes it doesn't. Also sometimes after rebooting, I just get a black screen.

Edit on ACPI errors: I have resume as a hook in mkinitcpio.conf. But I haven't setup hibernation yet. Maybe this is part of the problem?

Last edited by Armxnian (2016-03-28 03:37:51)

Offline

#378 2016-03-28 14:53:49

Hamza5
Member
Registered: 2015-10-31
Posts: 22

Re: Dell XPS 13 9350 Late 2015

I have also the brcmf errors but the WiFi is working, it doesn't even break after the suspend to RAM. That should not be a problem.
Also, I have the resume hook without the resume parameter in the bootloader (which is the systemd-boot) and the system boots normally.

Offline

#379 2016-03-28 18:01:15

Armxnian
Member
Registered: 2016-03-28
Posts: 2

Re: Dell XPS 13 9350 Late 2015

Hamza5 wrote:

I have also the brcmf errors but the WiFi is working, it doesn't even break after the suspend to RAM. That should not be a problem.
Also, I have the resume hook without the resume parameter in the bootloader (which is the systemd-boot) and the system boots normally.

My wifi also works. Currently using network manager. I did have this one anomoly, where after booting, gnome reported that I had a wired adapter, which is weird because the 9350 doesn't even have an ethernet port, and I didn't have any type of adapter connected. WiFi did not work when this happened, but a simple restart of the machine fixed it.

Right now I'm trying to figure out the reason for the error messages. Which are my fault, which are the kernel's (4.4.5-1) fault, and which are due to Dell's bios.

Offline

#380 2016-03-28 19:49:01

HaMF
Member
From: Germany
Registered: 2007-07-21
Posts: 8

Re: Dell XPS 13 9350 Late 2015

mkey wrote:

Have you passed some kernel parameters through your bootloader configuration ?

looking for a fix, I tsted quite a few. i have none set atm. didnt change anything but see below

ksim wrote:
HaMF wrote:

anyone experiencing screen flickering since one of the last updates? (goes completely black for couple of ms then comes back)

enable_fbc=1 causes flickering, enable_psr=1 freezes, fixes are expected in 4.7

thanks, that solved it! I'm running i915 with enable_fbc=0 now.
  Hannes

Offline

#381 2016-03-29 14:22:32

ar3s3ru
Member
Registered: 2016-03-29
Posts: 7

Re: Dell XPS 13 9350 Late 2015

Hello everybody!
I just installed Arch on my brand new XPS 13 (i7 6560u - Iris Pro 540 - 8GB DDR3 - 256GB - QHD+)

I read most of this thread, and tried to get things work, but I still have some problems.
First of all, GPU hangs (mostly when I'm using Firefox or GNOME Tweak Tool).

I resolved by using this configuration in /etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
        Identifier      "Intel Graphics"
        Driver          "intel"
        Option          "DRI"           "false"
EndSection

But this configuration, along with kernel params

i915.enable_fbc=1 i915.enable_rc6=7

gives poor performances, so I'm booting without kernel params whatsoever.

Downloaded GUC and DMC from 01.org, and installed through their scripts using dracut, but this is the output of lsinitcpio -l /boot/initramfs-linux.img | grep i915

usr/lib/firmware/i915
usr/lib/firmware/i915/skl_guc_ver4.bin
usr/lib/firmware/i915/skl_dmc_ver1.bin
usr/lib/firmware/i915/bxt_dmc_ver1.bin
usr/lib/modules/4.5.0-1-ARCH/kernel/i915.ko

Everything else just works, fortunately.
I have some strage outputs regarding ACPI in dmesg

[    3.496724] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.CHRG] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.496730] ACPI Error: Method parse/execution failed [\PNOT] (Node ffff88027c4ca4b0), AE_NOT_FOUND (20160108/psparse-542)
[    3.496734] ACPI Error: Method parse/execution failed [\_SB.AC._PSR] (Node ffff88027c4dd2a8), AE_NOT_FOUND (20160108/psparse-542)
[    3.496739] ACPI Exception: AE_NOT_FOUND, Error reading AC Adapter state (20160108/ac-128)
[    3.501169] ACPI Warning: \_SB.IETM._ART: Return Package type mismatch at index 0 - found Integer, expected Reference (20160108/nspredef-297)
[    3.501209] ACPI: Invalid package element [0]: got number, expecting [R]
[    3.517531] ACPI: Battery Slot [BAT0] (battery present)
[    3.564412] ACPI: Thermal Zone [THM] (25 C)
[    3.564520] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.564524] ACPI Error: Method parse/execution failed [\_TZ.TZ00._TMP] (Node ffff88027c510730), AE_NOT_FOUND (20160108/psparse-542)
[    3.564591] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.564593] ACPI Error: Method parse/execution failed [\_TZ.TZ00._TMP] (Node ffff88027c510730), AE_NOT_FOUND (20160108/psparse-542)
[    3.564631] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.564634] ACPI Error: Method parse/execution failed [\_TZ.TZ01._TMP] (Node ffff88027c5107f8), AE_NOT_FOUND (20160108/psparse-542)
[    3.564671] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.564674] ACPI Error: Method parse/execution failed [\_TZ.TZ01._TMP] (Node ffff88027c5107f8), AE_NOT_FOUND (20160108/psparse-542)
[    3.571070] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.571074] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.571079] ACPI Error: Method parse/execution failed [\_TZ.FN00._ON] (Node ffff88027c4dfed8), AE_NOT_FOUND (20160108/psparse-542)
[    3.577793] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.577799] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.577805] ACPI Error: Method parse/execution failed [\_TZ.FN00._ON] (Node ffff88027c4dfed8), AE_NOT_FOUND (20160108/psparse-542)
[    3.602749] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB.PCI0.SBUS.SMBI) (20160108/utaddress-255)
[    3.602756] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.604810] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.604816] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.604824] ACPI Error: Method parse/execution failed [\_TZ.FN01._ON] (Node ffff88027c510028), AE_NOT_FOUND (20160108/psparse-542)
[    3.611139] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.611145] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.611152] ACPI Error: Method parse/execution failed [\_TZ.FN01._ON] (Node ffff88027c510028), AE_NOT_FOUND (20160108/psparse-542)
[    3.631121] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.631125] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.631130] ACPI Error: Method parse/execution failed [\_TZ.FN02._ON] (Node ffff88027c510168), AE_NOT_FOUND (20160108/psparse-542)
[    3.637766] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.637769] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.637774] ACPI Error: Method parse/execution failed [\_TZ.FN02._ON] (Node ffff88027c510168), AE_NOT_FOUND (20160108/psparse-542)
[    3.661348] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.661353] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.661361] ACPI Error: Method parse/execution failed [\_TZ.FN03._ON] (Node ffff88027c5102a8), AE_NOT_FOUND (20160108/psparse-542)
[    3.667771] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.667775] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.667781] ACPI Error: Method parse/execution failed [\_TZ.FN03._ON] (Node ffff88027c5102a8), AE_NOT_FOUND (20160108/psparse-542)
[    3.691125] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.691132] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.691141] ACPI Error: Method parse/execution failed [\_TZ.FN04._ON] (Node ffff88027c5103e8), AE_NOT_FOUND (20160108/psparse-542)
[    3.697743] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    3.697748] ACPI Error: Method parse/execution failed [\_TZ.FNCL] (Node ffff88027c5104d8), AE_NOT_FOUND (20160108/psparse-542)
[    3.697753] ACPI Error: Method parse/execution failed [\_TZ.FN04._ON] (Node ffff88027c5103e8), AE_NOT_FOUND (20160108/psparse-542)
[   21.714304] ACPI Error: Cannot release Mutex [PATM], not acquired (20160108/exmutex-393)
[   21.714311] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.ECDV._Q66] (Node ffff88027c4db8c0), AE_AML_MUTEX_NOT_ACQUIRED (20160108/psparse-542)

Could anyone post results with GPU hangs and give me an hand to update GUC and DMC?
Thanks smile

Offline

#382 2016-03-29 15:54:48

sender
Member
Registered: 2014-07-20
Posts: 34

Re: Dell XPS 13 9350 Late 2015

ar3s3ru wrote:

[...]
I just installed Arch on my brand new XPS 13 (i7 6560u - Iris Pro 540 - 8GB DDR3 - 256GB - QHD+)
[...]
First of all, GPU hangs (mostly when I'm using Firefox or GNOME Tweak Tool).
[...]

Since you have the Iris 540, you are probably dealing with this bug: https://bugs.freedesktop.org/show_bug.cgi?id=94161. Most consistent anti-hanging-measure for me is adding i915.enable_rc6=0 to the kernel boot parameters. Bad for battery life, but this seems to be it for now.


XPS 13 9350 / i7-6560U / 16GB / 1T NVMe / QHD+ / Iris 540 / Intel 7265D / linux4.8

Offline

#383 2016-03-29 16:00:07

ar3s3ru
Member
Registered: 2016-03-29
Posts: 7

Re: Dell XPS 13 9350 Late 2015

sender wrote:
ar3s3ru wrote:

[...]
I just installed Arch on my brand new XPS 13 (i7 6560u - Iris Pro 540 - 8GB DDR3 - 256GB - QHD+)
[...]
First of all, GPU hangs (mostly when I'm using Firefox or GNOME Tweak Tool).
[...]

Since you have the Iris 540, you are probably dealing with this bug: https://bugs.freedesktop.org/show_bug.cgi?id=94161. Most consistent anti-hanging-measure for me is adding i915.enable_rc6=0 to the kernel boot parameters. Bad for battery life, but this seems to be it for now.

Can you post your /etc/X11/xorg.conf.d/20-intel.conf?

Offline

#384 2016-03-29 16:07:00

sender
Member
Registered: 2014-07-20
Posts: 34

Re: Dell XPS 13 9350 Late 2015

ar3s3ru wrote:
sender wrote:
ar3s3ru wrote:

[...]
I just installed Arch on my brand new XPS 13 (i7 6560u - Iris Pro 540 - 8GB DDR3 - 256GB - QHD+)
[...]
First of all, GPU hangs (mostly when I'm using Firefox or GNOME Tweak Tool).
[...]

Since you have the Iris 540, you are probably dealing with this bug: https://bugs.freedesktop.org/show_bug.cgi?id=94161. Most consistent anti-hanging-measure for me is adding i915.enable_rc6=0 to the kernel boot parameters. Bad for battery life, but this seems to be it for now.

Can you post your /etc/X11/xorg.conf.d/20-intel.conf?

It's the same as yours (except for a lot of experimenting-mess wink). When using the kernel paramenter as suggested, you can swith DRI back on (Option "DRI" "3").


XPS 13 9350 / i7-6560U / 16GB / 1T NVMe / QHD+ / Iris 540 / Intel 7265D / linux4.8

Offline

#385 2016-03-29 16:37:38

ar3s3ru
Member
Registered: 2016-03-29
Posts: 7

Re: Dell XPS 13 9350 Late 2015

Another issue I'm facing is that I cannot see GPU temps and fan speeds through lm_sensors.
I did sensors-detect, but when using sensors all I got are informations related only to the CPU

Offline

#386 2016-03-29 18:06:04

belette
Member
Registered: 2014-11-17
Posts: 121

Re: Dell XPS 13 9350 Late 2015

got the same issue

ar3s3ru wrote:

Another issue I'm facing is that I cannot see GPU temps and fan speeds through lm_sensors.
I did sensors-detect, but when using sensors all I got are informations related only to the CPU

Offline

#387 2016-03-30 09:09:04

ksim
Member
Registered: 2015-11-15
Posts: 59

Re: Dell XPS 13 9350 Late 2015

ar3s3ru wrote:

I cannot see GPU temps

GPU is a part of CPU, temperature I think temps about the same, do not think it has a separate sensor.

Offline

#388 2016-03-30 10:16:30

belette
Member
Registered: 2014-11-17
Posts: 121

Re: Dell XPS 13 9350 Late 2015

an idea for retrieving fan rpm?

ksim wrote:
ar3s3ru wrote:

I cannot see GPU temps

GPU is a part of CPU, temperature I think temps about the same, do not think it has a separate sensor.

Offline

#389 2016-03-30 10:19:33

ksim
Member
Registered: 2015-11-15
Posts: 59

Re: Dell XPS 13 9350 Late 2015

belette wrote:

an idea for retrieving fan rpm?

no, I've never needed it.

Offline

#390 2016-03-30 10:23:55

ar3s3ru
Member
Registered: 2016-03-29
Posts: 7

Re: Dell XPS 13 9350 Late 2015

What about DMC and GUC update?
How did you managed to do it?

My initramfs uses older version, after the installation of the new one (I used dracut)

EDIT: BIOS 1.3.3 is out

Last edited by ar3s3ru (2016-03-30 10:55:44)

Offline

#391 2016-03-30 13:03:59

ksim
Member
Registered: 2015-11-15
Posts: 59

Re: Dell XPS 13 9350 Late 2015

ar3s3ru wrote:

What about DMC and GUC update?
How did you managed to do it?

linux-firmware contains the latest version.

Offline

#392 2016-03-31 08:38:14

SheepOnMeth
Member
Registered: 2014-04-03
Posts: 38

Re: Dell XPS 13 9350 Late 2015

Hello everyone,

A new BIOS version is available : 1.3.3 http://downloads.dell.com/FOLDER0359689 … _1.3.3.exe

To update, put the file in /boot/EFI, connect the XPS to the AC power adaptater, remove every USB device connected (the update of the USB C controler give a error if something is plug in), boot with F12, "Flash update" entry, select the file and flash.

It has solve the long boot time bug, systemd-analyse previously reported 10 sec spend in the firmware, now it is close to 5 sec.

Startup finished in 5.079s (firmware) + 153ms (loader) + 2.453s (kernel) + 896ms (userspace) = 8.583s

Last edited by SheepOnMeth (2016-03-31 08:44:43)

Offline

#393 2016-03-31 13:15:57

xxxifan
Member
Registered: 2016-03-22
Posts: 15

Re: Dell XPS 13 9350 Late 2015

SheepOnMeth wrote:

Hello everyone,

A new BIOS version is available : 1.3.3 http://downloads.dell.com/FOLDER0359689 … _1.3.3.exe

To update, put the file in /boot/EFI, connect the XPS to the AC power adaptater, remove every USB device connected (the update of the USB C controler give a error if something is plug in), boot with F12, "Flash update" entry, select the file and flash.

It has solve the long boot time bug, systemd-analyse previously reported 10 sec spend in the firmware, now it is close to 5 sec.

Startup finished in 5.079s (firmware) + 153ms (loader) + 2.453s (kernel) + 896ms (userspace) = 8.583s

why can't I found it in offcial website?I checked the drivers page and it's still old 1.2.3 ver.

Offline

#394 2016-03-31 18:37:50

SheepOnMeth
Member
Registered: 2014-04-03
Posts: 38

Re: Dell XPS 13 9350 Late 2015

Seems like some people had trouble during the update process https://www.reddit.com/r/Dell/comments/ … 133_update

I would wait before flashing anything.

Offline

#395 2016-04-01 01:20:14

xxxifan
Member
Registered: 2016-03-22
Posts: 15

Re: Dell XPS 13 9350 Late 2015

SheepOnMeth wrote:

Seems like some people had trouble during the update process https://www.reddit.com/r/Dell/comments/ … 133_update

I would wait before flashing anything.

Upgraded, not having that issue. So far so good smile

Offline

#396 2016-04-01 09:45:27

twiggers
Member
Registered: 2016-04-01
Posts: 3

Re: Dell XPS 13 9350 Late 2015

I upgraded to kernel 4.5 from testing yesterday, but it started flickering on the laptop's screen. I've put i915.enable_fbc=0 in my boot parameters, but that didn't fix anything sad

I've also been having issues (over several kernel versions) that when I have some images on a second screen (eg. some reddit pages trigger it), the second screen turns off. When I move the screen or alt-tab so another window gets drawn over it, the screen turns back on, when I go back to the previous window, the screen turns off again.

Last edited by twiggers (2016-04-01 09:49:25)

Offline

#397 2016-04-01 10:24:47

zetxx
Member
From: Sofia :: Bulgaria
Registered: 2013-12-13
Posts: 97

Re: Dell XPS 13 9350 Late 2015

twiggers wrote:

I upgraded to kernel 4.5 from testing yesterday, but it started flickering on the laptop's screen. I've put i915.enable_fbc=0 in my boot parameters, but that didn't fix anything sad

I've also been having issues (over several kernel versions) that when I have some images on a second screen (eg. some reddit pages trigger it), the second screen turns off. When I move the screen or alt-tab so another window gets drawn over it, the screen turns back on, when I go back to the previous window, the screen turns off again.

this is not a issue, it's feature wink


xps13@late2015x16gbx512g

Offline

#398 2016-04-01 20:43:16

kang
Member
Registered: 2010-08-07
Posts: 83

Re: Dell XPS 13 9350 Late 2015

There's a patch that fixes the GPU hang on https://bugs.freedesktop.org/show_bug.cgi?id=94161
Works for me.

If you want, here's my patched kernel. Its just a fork of linux-mainline from AUR with the patch and my own kernel config.
makepkg -s should get you started. Feel free to replace config.x86_64 by the default one if you prefer it ;-)

https://github.com/kangsterizer/linux-mainline-xps13

Offline

#399 2016-04-02 12:55:46

piemonkey
Member
Registered: 2015-12-28
Posts: 14

Re: Dell XPS 13 9350 Late 2015

xxxifan wrote:
SheepOnMeth wrote:

Seems like some people had trouble during the update process https://www.reddit.com/r/Dell/comments/ … 133_update

I would wait before flashing anything.

Upgraded, not having that issue. So far so good smile

Looks like 1.3.3 is back. Just flashed it and no issues, not even a seizure screen. I forgot to keep the old one around (I downloaded the first one but saw the posts of issues before I flashed it) to check for differences, but I think the file size changed.

Does anyone else suffer from regular failed boots? Similar to I saw with the 4.3 kernel without the correct boot params, as in attempting to start straight into sddm leads to a blank screen, where a successful boot goes blank briefly but keeps going, except I'm now running 4.4.5-1 from core. I thought it was this problem but I'm not so sure any more. Any hints on where to look for useful logs would be great, I'm not really sure where to start and anything I've look at seems to be a dead end.

Offline

#400 2016-04-02 18:59:36

zetxx
Member
From: Sofia :: Bulgaria
Registered: 2013-12-13
Posts: 97

Re: Dell XPS 13 9350 Late 2015

➜  Desktop md5sum XPS_9350_1.3.3*   
32501f5f9ba50680b12ce5d0598d5e58  XPS_9350_1.3.3.exe
32501f5f9ba50680b12ce5d0598d5e58  XPS_9350_1.3.3.exe_broken_dont_use
➜  Desktop ls -la XPS_9350_1.3.3*   
-rw-r--r-- 1 zetxx zetxx 10932528 Apr  2 21:58 XPS_9350_1.3.3.exe
-rwxr-xr-x 1 zetxx zetxx 10932528 Mar 31 00:38 XPS_9350_1.3.3.exe_broken_dont_use

Last edited by zetxx (2016-04-02 19:00:02)


xps13@late2015x16gbx512g

Offline

Board footer

Powered by FluxBB