xrandr patch: an additional decimal place is required to distinguish different refresh rates in query

2014-01-21 Thread Kevin Mitchell
I have a Samsung eh5000 HDTV that I connect to my Intel Mobile Ivy Bridge chipset via HDMI1 as reported by xrandr. Without modification xrandr reports the display's native resolution as 1920x1080 60.0 + 59.9 30.0 24.0 30.0 24.0* This is confusing because it lists 30.0 and 2

Re: [PATCH 2/3] linux: xf86OpenConsole: open vt before detaching from terminal

2014-01-21 Thread Peter Hutterer
On Tue, Jan 21, 2014 at 09:14:17AM +0100, Hans de Goede wrote: > Hi, > > On 01/21/2014 06:11 AM, Peter Hutterer wrote: > >On Thu, Jan 16, 2014 at 11:24:50AM +0100, Hans de Goede wrote: > >>This is a preparation patch for automatically doing keeptty when the server > >>gets passed the current vt as

Re: [PATCH 0/3] linux: Allow console switching to work without root rights

2014-01-21 Thread Peter Hutterer
On Tue, Jan 21, 2014 at 09:47:31AM +0100, Hans de Goede wrote: > Hi, > > On 01/21/2014 05:44 AM, Peter Hutterer wrote: > >On Thu, Jan 16, 2014 at 11:24:48AM +0100, Hans de Goede wrote: > >>This patch-set makes it possible to run without as non-root without > >>-sharevts. With the caveat that the u

Re: [PULL] XQuartz hardening and static analysis cleanup

2014-01-21 Thread Jeremy Huddleston Sequoia
Ping. These are still waiting for a merge. On Jan 12, 2014, at 23:15, Jeremy Huddleston Sequoia wrote: > Ping. I've rebased these against current master. > > --Jeremy > > On Jan 1, 2014, at 11:14, Jeremy Huddleston Sequoia > wrote: > >> The following changes since commit 2ea973e12f5d95421

Re: [PATCH] Windows/Cygwin: Add support through the WinIo library

2014-01-21 Thread Martin Peres
On 18/01/2014 17:19, Samuel Pitoiset wrote: V2: - Add support for unmapping - Add a README.cygwin Reviewed-by: Martin Peres Ping I checked and it doesn't seem to affect Linux's compilation at all. It is useful for Nouveau, to reverse the performance counters on Windows (because NVIDIA doesn't

Re: [PATCH rendercheck] fix compiler warnings

2014-01-21 Thread Aaron Plattner
On 01/20/14 15:06, Robert Morell wrote: From: Matt Craighead Removed redundant declarations. Removed an unused variable. Fixed the sign of some loop variables. Signed-off-by: Matt Craighead Signed-off-by: Robert Morell diff of warnings with -Wall -Wextra says this fixes nineteen warnings

Re: Resurrecting uvesafb and turning it into a kms driver ?

2014-01-21 Thread Alex Deucher
On Tue, Jan 21, 2014 at 9:15 AM, Hans de Goede wrote: > Hi, > > On 01/21/2014 12:57 PM, David Herrmann wrote: >> >> Hi >> >> On Tue, Jan 21, 2014 at 9:36 AM, Hans de Goede >> wrote: >>> >>> Hi, >>> >>> I've started a discussion on fedora-devel about what to do with old-style >>> userspace mode se

Re: Resurrecting uvesafb and turning it into a kms driver ?

2014-01-21 Thread Hans de Goede
Hi, On 01/21/2014 12:57 PM, David Herrmann wrote: Hi On Tue, Jan 21, 2014 at 9:36 AM, Hans de Goede wrote: Hi, I've started a discussion on fedora-devel about what to do with old-style userspace mode setting drivers when the suid root bit is removed from the X server binary: https://lists.f

Re: Resurrecting uvesafb and turning it into a kms driver ?

2014-01-21 Thread David Herrmann
Hi On Tue, Jan 21, 2014 at 9:36 AM, Hans de Goede wrote: > Hi, > > I've started a discussion on fedora-devel about what to do with old-style > userspace mode setting > drivers when the suid root bit is removed from the X server binary: > > https://lists.fedoraproject.org/pipermail/devel/2014-Janu

Re: [PATCH 0/3] linux: Allow console switching to work without root rights

2014-01-21 Thread Hans de Goede
Hi, On 01/21/2014 05:44 AM, Peter Hutterer wrote: On Thu, Jan 16, 2014 at 11:24:48AM +0100, Hans de Goede wrote: This patch-set makes it possible to run without as non-root without -sharevts. With the caveat that the user must specify the vt from which X is started as the vt to run on (as both

Resurrecting uvesafb and turning it into a kms driver ?

2014-01-21 Thread Hans de Goede
Hi, I've started a discussion on fedora-devel about what to do with old-style userspace mode setting drivers when the suid root bit is removed from the X server binary: https://lists.fedoraproject.org/pipermail/devel/2014-January/194123.html I started this discussion there because to me the de

Re: [PATCH 2/3] linux: xf86OpenConsole: open vt before detaching from terminal

2014-01-21 Thread Hans de Goede
Hi, On 01/21/2014 06:11 AM, Peter Hutterer wrote: On Thu, Jan 16, 2014 at 11:24:50AM +0100, Hans de Goede wrote: This is a preparation patch for automatically doing keeptty when the server gets passed the current vt as vt to use on the cmdline. I found the commit message a bit confusing. The