ANN: xterm-301

2014-01-19 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-301.tgz ftp://invisible-island.net/xterm/current/xterm-301.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-301.patch.gz ftp://invisible-island.net/xterm/patches/xterm-301.patch.gz.asc

Re: Automate desired resolution at login

2014-01-19 Thread Russell Shaw
On 19/01/14 07:11, j...@askur.org wrote: When I log into X I seem to have the wrong resolution (My screen: vga 19LCD envision rated at 1440x900). I am able to get around that by typing the following: xrandr --newmode 1440x900_60.00 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync

Re: Automate desired resolution at login

2014-01-19 Thread Felix Miata
On 2014-01-18 15:11 (GMT-0500) j...@askur.org composed: When I log into X I seem to have the wrong resolution (My screen: vga 19LCD envision rated at 1440x900). I am able to get around that by typing the following: xrandr --newmode 1440x900_60.00 106.50 1440 1528 1672 1904 900 903 909 934

Re: Compilation of xserver broken ( git 2d2d49dab)

2014-01-19 Thread Julien Cristau
On Thu, Jan 16, 2014 at 13:21:21 +0100, Knut Petersen wrote: On 15.01.2014 21:01, Knut Petersen wrote: Hi Keith! I see a build failure on an openSuSE 13.1 system: Some more information: openSuSE 13.1, cpu: Pentium-M (32 bits), gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision

Re: [Xcb] [PATCH:libX11] Add RANDR 1.4 requests events to XErrorDB

2014-01-19 Thread Josh Triplett
On Sat, Jan 18, 2014 at 10:45:55PM -0800, Alan Coopersmith wrote: Now that Xlib requires xcb to build, would it make sense to generate Xlib's src/XErrorDB from the xcb proto xml files at build time? It would save having to remember to update when extensions change (I just happened to notice

Re: Compilation of xserver broken ( git 2d2d49dab)

2014-01-19 Thread Knut Petersen
On 19.01.2014 09:51, Julien Cristau wrote: On Thu, Jan 16, 2014 at 13:21:21 +0100, Knut Petersen wrote: On 15.01.2014 21:01, Knut Petersen wrote: Hi Keith! I see a build failure on an openSuSE 13.1 system: Some more information: openSuSE 13.1, cpu: Pentium-M (32 bits), gcc (SUSE Linux)

Re: [PATCH 01/12] dbus-core: Move to hw/xfree86/common dir

2014-01-19 Thread Daniel Stone
Hi, On 18 January 2014 16:27, Hans de Goede hdego...@redhat.com wrote: On 01/17/2014 02:08 PM, Daniel Stone wrote: On 15 January 2014 14:32, Hans de Goede hdego...@redhat.com wrote: With systemd-logind the dbus-core will be used for more then just config. This patch also makes the building

[PATCH] Replace 'pointer' with the equivalent 'void *'.

2014-01-19 Thread Keith Packard
The pointer typedef is being removed because it causes so many compiler warnings when -Wshadow is enabled. Signed-off-by: Keith Packard kei...@keithp.com --- fontproto.h | 2 +- fontstruct.h | 36 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff

Re: How do we want to deal with 4k tiled displays?

2014-01-19 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: 1. Hide the presence of the second tile in the X server. Somehow combine the two tiles into a single logical output at the RandR protocol level. The X server would be responsible for setting up the right configuration to drive the

Re: Compilation of xserver broken ( git 2d2d49dab)

2014-01-19 Thread Keith Packard
Knut Petersen knut_peter...@t-online.de writes: Yes, xproto is fixed now, but at least fontsproto is still incompatible to current xserver master (see attachment) I sent out the patch for fontsproto this afternoon; would be nice to have it reviewed so it can be pushed. I'm sorry I neglected

Re: [PATCH] Replace 'pointer' with the equivalent 'void *'.

2014-01-19 Thread Gaetan Nadon
On 14-01-19 04:01 PM, Keith Packard wrote: The pointer typedef is being removed because it causes so many compiler warnings when -Wshadow is enabled. Signed-off-by: Keith Packard kei...@keithp.com --- fontproto.h | 2 +- fontstruct.h | 36 ++-- 2 files

Re: [PATCH xserver] dix-config: fix incorrect definition of _XTYPEDEF_POINTER

2014-01-19 Thread Gaetan Nadon
On 14-01-17 07:36 PM, Gaetan Nadon wrote: Problem was introduced in commit 60014a4a98. _XTYPEDEF_POINTER falsely advertizes type pointer as being defined while it is not. This pointer type is needed by fontsproto fontstruct.h. Usage of pointer type has been removed in many xserver files. This

Re: [PATCH] Replace 'pointer' with the equivalent 'void *'.

2014-01-19 Thread Keith Packard
Gaetan Nadon mems...@videotron.ca writes: On 14-01-19 04:01 PM, Keith Packard wrote: The pointer typedef is being removed because it causes so many compiler warnings when -Wshadow is enabled. Signed-off-by: Keith Packard kei...@keithp.com --- fontproto.h | 2 +- fontstruct.h | 36

[PULL updated] grab fixes, display name restriction, xephyr grab

2014-01-19 Thread Peter Hutterer
The following changes since commit 2ea973e12f5d954211e1d10085a4c74581b43aca: Bump version to 1.15.0 (2013-12-27 09:50:55 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

[PATCH] modesetting: 24bpp are too confusing, shadow our way out.

2014-01-19 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com So we have 2 places where gpus with 24bpp frontbuffers are still in use, cirrus (in qemu) and some early variants of the mgag200 server chips. Currently we seem to get a lot of broken rendering in qt, mesa, gnome if we expose the frontbuffer as 24bpp, nobody

[Bug 63900] Position of second monitor wrong in dual monitor setup if first monitor is 1366x768

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63900 --- Comment #13 from Anonymous Helper anonym...@dodgeit.com --- Thanks for the explanation. It's a pity that it's no possible to solve this bug, yet. It's the last feature I need after DPM and UVD have been included in the oss radeon-driver. --

[Bug 71189] screens go to standby mode

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71189 --- Comment #9 from jackdac...@gmail.com --- Created attachment 92400 -- https://bugs.freedesktop.org/attachment.cgi?id=92400action=edit r600g_full-debug-02_rayman-origins_no-info compiled a full-debug kernel and wanted to run UT3 again: the

[Bug 71189] screens go to standby mode

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71189 --- Comment #10 from jackdac...@gmail.com --- tried out drm-next-3.14 (merged it manually into 3.13-rc8) with radeon.hard_reset=1 radeon.audio=0 radeon.aspm=0 and launched UT3/Steam with R600_DEBUG=sb,nohyperz,sbsafemath,nollvm it only took

[Bug 71189] screens go to standby mode

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71189 --- Comment #11 from jackdac...@gmail.com --- Created attachment 92411 -- https://bugs.freedesktop.org/attachment.cgi?id=92411action=edit r600g_ut3_blackscreen-3.13-rc8 debug went back to an almost vanilla kernel of 3.13-rc8 with debug a few

[Bug 71189] screens go to standby mode

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71189 --- Comment #12 from jackdac...@gmail.com --- this time Steam/UT3 were launched with vblank_mode=0 R600_DEBUG=sb so nohyperz, hyperz don't seem to make a difference in this case @h...@synack.fo: you tried launching your games

[Bug 71189] [r600g] GPU hangs with UT3

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71189 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Summary|screens go to standby mode |[r600g] GPU hangs with UT3

ALSA: hda - Fix possible races in HDMI driver - lockup on shutdown when radeon.audio=1 after using audacity

2014-01-19 Thread Arthur Marsh
I have had reproducible lock-ups on shut-down (at the shutting down ALSA stage) of my AMD64 machine (Asus M3A78Pro motherboard, BIOS 1701 01/27/2011, CPU AMD Athlon(tm) II X4 640 Processor) running the 64 bit Linux kernel more recent than 3.12 when *both* radeon.audio=1 was set and I had been

[Bug 73783] Flashing and freezing (AMD Radeon HD 8330)

2014-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73783 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Assignee|e...@pdx.freedesktop.org