Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 75682

Summary: inconsistance with the rgb database and xorg-x11-6.8.1.901
Product: Gentoo Linux Reporter: Benoit Boissinot <benoit.boissinot>
Component: [OLD] UnspecifiedAssignee: Gentoo X packagers <x11>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 !