Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75682 - inconsistance with the rgb database and xorg-x11-6.8.1.901
Summary: inconsistance with the rgb database and xorg-x11-6.8.1.901
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-26 02:52 UTC by Benoit Boissinot
Modified: 2004-12-28 11:30 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 Benoit Boissinot 2004-12-26 02:52:55 UTC
I have errors related to rgb databse with xorg-x11-6.8.901.
(a lot of Cannot parse color "black", XWin::allocColor() : failed to alloc : wheat, urxvt: can't get colour 'white')

It looks like some programs are searching for the rgb database in /usr/lib/rgb but it is actually located in /usr/lib/X11/rgb.txt. (i get the following errors in xdm : Couldn't open RGB_DB '/usr/lib/rgb').

They seems to be differents definitions of LIBDIR beetween the various definition of DefaultRgbDatabase.

Benoit

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-28 11:19:19 UTC
Problem is your xorg.conf has RgbPath incorrect. Check it and update it to /usr/lib/X11/rgb from /usr/lib/rgb.
Comment 2 Benoit Boissinot 2004-12-28 11:30:48 UTC
It worked.

Thank you !