You are not logged in.

#1 2013-07-04 20:20:18

Knusperkeks
Member
From: Germany
Registered: 2012-07-14
Posts: 26

[Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

Hi,

since i installed the xf86-video-intel 2.21.11-1 package, i can no longer use my external monitor by:

xrandr --output HDMI1 --auto --right-of LVDS1

By downgrading to the previous version everything works fine. Does somebody has the same problems?
The hardware i use is a ivybridge based system running the ck-kernel.

Greetings
Knusperkeks


Edit: As richli reported, with the new version everything is working fine again. Thanks!

Last edited by Knusperkeks (2013-07-26 18:25:04)

Offline

#2 2013-07-05 08:24:48

winix
Member
From: China
Registered: 2010-02-09
Posts: 3

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

same problem.

I temporarily modified the acceleration method from "sna" to "uxa"

Option      "AccelMethod" "uxa"

and works fine.

Offline

#3 2013-07-05 09:32:55

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

Are you both using the ck kernel?


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#4 2013-07-05 10:24:40

Pumpino
Member
Registered: 2011-06-09
Posts: 69

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

I only have one display, and X will not run since the update to 2.21.11. I tried switching from SNA to UXA, and it made no difference.

Where can I obtain 2.21.10 from? Or is my only option to restore a Clonezilla backup and avoid upgrading the package?

Offline

#5 2013-07-05 11:02:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

Pumpino wrote:

Where can I obtain 2.21.10 from? Or is my only option to restore a Clonezilla backup and avoid upgrading the package?

You may have it in your cache or https://wiki.archlinux.org/index.php/Do … g_Packages

Offline

#6 2013-07-05 13:37:34

Knusperkeks
Member
From: Germany
Registered: 2012-07-14
Posts: 26

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

jrussell wrote:

Are you both using the ck kernel?

I now checked it with the official arch-kernel and the problem stays the same, so it doesn't seem to be kernel related.

Greetings Knusperkeks

Offline

#7 2013-07-10 16:03:22

liamfraser
Member
Registered: 2013-07-10
Posts: 1

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

I had the same problem with the latest official Arch kernel (3.9.9-1-ARCH) and have downgraded for now to xf86-video-intel-2.21.10-3. I use sna because it allows me to have tear free video with the TearFree option.

[liam@liam-laptop ~]$ cat /etc/X11/xorg.conf.d/20-intel.conf 
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
   Option      "TearFree" "true"
EndSection

EDIT: For anyone who needs an older package, here is 2.21.10-3:
http://liamfraser.co.uk/arch/xf86-video … pkg.tar.xz

Last edited by liamfraser (2013-07-10 16:16:06)

Offline

#8 2013-07-11 02:25:31

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,173

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

The Arch Rollback Machine is the place to look for all ghosts of packages past when pacman's cache doesn't provide them.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2013-07-18 19:47:41

richli
Member
From: USA
Registered: 2012-03-20
Posts: 15

Re: [Solved] xf86-video-intel 2.21.11-1: Problem with dual-view config

I also have this problem on a Thinkpad T420 (Sandy Bridge microarchitecture) using the stock Arch kernel (3.9.9-1-ARCH). I've only been using the VGA port, I haven't tried the DisplayPort lately.

An updated version (2.21.12) of xf86-video-intel was released a few days ago. According to the changelog:

changelog wrote:

In this release, we clear up the teething troubles from preserving the KMS configuration, notably external connections on Haswell and plugging in new outputs after startup were broken.

This has already been packaged for Arch and is currently in testing.

I haven't tried switching from SNA to UXA, but I have downloaded and installed xf86-video-intel 2.21.12-1. My external output works again!

Offline

Board footer

Powered by FluxBB