Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431548 - xfce-base/xfce4-settings-4.10.0: At runtime, fails to find correct libXRandR version (Gentoo Prefix)
Summary: xfce-base/xfce4-settings-4.10.0: At runtime, fails to find correct libXRandR ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 16:22 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2015-07-04 15:57 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-08-15 16:22:00 UTC
During buildtime, everything seems fine: 
configure:17673: checking for xrandr >= 1.2.0
configure:17677: result: 1.3.2

During runtime, xfce4-display-settings doesn't start:
Unable to start the Xfce Display Settings
This system is using RandR 1.1. For the display settings to work version 1.2 is required at least

Mind digging around for this one? If requested, I will go upstream but they may not understand the concept of Gentoo Prefix?
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2013-04-10 12:39:40 UTC
The build system gets the version from xrandr.pc which is correctly fetched from the prefix.
During runtime, xfce4-settings queries the X server via XRRQueryVersion(). In your case, I'd guess the X server is not started from the prefix. In that case it correctly reports an older randr version (assuming the host does indeed run 1.1).
Please correct me if any of this is wrong.
Comment 2 Jason Zaman gentoo-dev 2015-07-04 15:57:58 UTC
does this still happen with 4.12? please reopen if it does