zsh-workers
 help / color / mirror / code / Atom feed
* Missing outputs in xrandr completion
@ 2013-04-24 23:16 Victor Aurélio
  2013-04-25  8:44 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Aurélio @ 2013-04-24 23:16 UTC (permalink / raw)
  To: zsh-workers

Hi,

outputs array in _xrandr is missing for 'radeon' driver outputs, defaults:
VGA-0, DVI-0, S-video

patch:
--- _xrandr
+++ _xrandr
@@ -4,7 +4,7 @@
  local outputs modes expl

  # User configurable. TODO -- styles?
-outputs=(LVDS1 TV1 VGA1)
+outputs=(LVDS1 TV1 VGA1 VGA-0 DVI-0 S-video)
  modes=(1280x800 1024x768 800x600 640x480)

  _arguments \


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Missing outputs in xrandr completion
  2013-04-24 23:16 Missing outputs in xrandr completion Victor Aurélio
@ 2013-04-25  8:44 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2013-04-25  8:44 UTC (permalink / raw)
  To: Victor Aurélio; +Cc: zsh-workers

On Wed, 24 Apr 2013 20:16:20 -0300
Victor Aurélio <victoraur.santos@gmail.com> wrote:
> outputs array in _xrandr is missing for 'radeon' driver outputs, defaults:
> VGA-0, DVI-0, S-video

Thanks... it looks like the latest version of _xrandr in the archive
actually queries the programme to get these, so it should work now.

pws


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-24 23:16 Missing outputs in xrandr completion Victor Aurélio
2013-04-25  8:44 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).