Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4514 - Create a new use variable for multi-monitor systems.
Summary: Create a new use variable for multi-monitor systems.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-04 00:40 UTC by John Krukoff
Modified: 2011-10-30 22:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Sample of how I'd like to see the fluxbox ebuild work with a new use variable. (fluxbox-0.1.9-sample.ebuild,1.29 KB, text/plain)
2002-07-04 00:43 UTC, John Krukoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Krukoff 2002-07-04 00:40:07 UTC
Fluxbox currently requires a specific configuration directive to enable xinerama
(X extension to stretch a single window manager across multiple screens)
support. It's currently necessary to to edit the ebuild file to enable support
for xinerama (--enable-xinerama). I'd imagine that there are other programs out
there, especially window managers with similar requirements. It would be nice to
see a new USE variable to allow the ebuild packagers to automatically configure
support for such.

I think the best choice would probably be 'multimon' though 'xinerama' should be
just as clear to people who've had to configure it.
Comment 1 John Krukoff 2002-07-04 00:43:58 UTC
Created attachment 1950 [details]
Sample of how I'd like to see the fluxbox ebuild work with a new use variable.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-07-08 20:50:17 UTC
-r4 of fluxbox will have xinerama always enabled... we don't want to require
users to recompile everything when they get a 2nd monitor, and I don't see a
reason to leave this capability out by default.