Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334491 - add xrandr USE flag to games-sports/speed-dreams
Summary: add xrandr USE flag to games-sports/speed-dreams
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 19:07 UTC by Ben
Modified: 2012-03-13 13:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2010-08-25 19:07:29 UTC
Seems that speed-dreams will crash if it's built with xrandr and xrandr isn't enabled on the machine.  Pass --disable-xrandr to egamesconf.

Reproducible: Always

Steps to Reproduce:
1. disable xrandr on your X server
2. emerge speed-dreams
3. run speed-dreams

Actual Results:  
crash happens right away
running in debug mode indicates it got caught up in xrandr code

Expected Results:  
Should have a USE flag for the ebuild to disable xrandr if not desired.


I rewrote the ebuild like this so I can install it on my xrandr-disabled machine:

http://users.vanade.com/~blc/speed-dreams-1.4.0-r666.ebuild

Might be a better way to write this or if there's already an xrandr flag that could be shared with other packages...
Comment 1 Tupone Alfredo gentoo-dev 2012-03-13 13:02:47 UTC
xrandr use flag added. Thanks for report