[Bug 296797] New: rgb.txt handling is removed from xorg since V7

https://bugzilla.novell.com/show_bug.cgi?id=296797 Summary: rgb.txt handling is removed from xorg since V7 Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: wharms@bfs.de QAContact: sndirsch@novell.com Found By: --- User used to define the own color name in rgb.txt that does not work in xorg V7 since the support for rgb.txt is removed (see: opensuse-xorg mailing list). 1. rgb.txt is dead, please remove from distribution 2. add a dummy that explais were to define user defined names (xcms.txt) note that xcms.txt has a different syntax (test programm and remarks: http://www.math.ucla.edu/~jimc/xcolor/xcolor http://www.math.ucla.edu/~jimc/xcolor/color.txt) 3. rgbpath is not an error but shown in Xorg.0.log using rgbpath should be an error 4. there is no propper dcucumentation how to use xcms.txt 5. the system still knows about color names even when rgb.txt is removed, why ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|sndirsch@novell.com |xorg-maintainer-bugs@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c1 --- Comment #1 from a b <wharms@bfs.de> 2007-08-03 01:47:36 MST --- The following awk script rewrites a rgb.txt in something xcms.txt understands. 'xcmsdb -query' does not work since monitor dependend information are missing. #!/bin/sh awk '/^\s*[0-9]/{ for(i=4;i<=NF;i++) { printf $i " " } print "\trgb:"$1"/"$2"/"$3 }' <rgb.txt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c2 --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2007-08-03 03:28:33 MST --- Date: Fri, 03 Aug 2007 11:09:21 +0200 From: walter harms <wharms@bfs.de> To: opensuse-xorg@opensuse.org Subject: [opensuse-xorg] xcms.txt where to get data ? Hello list, i was diving into Device Color Characterization of X11, since rgb.txt is dead. good news you can easy add new color names by adding to xcms.txt: <name> rgb:R/G/B bad news, X11 still defines names that are NOT defined here (try: xterm -bg gold) and xcms.txt requires some monitor data that are not available (read no idea were to get these), like RGB matrix and intensity profile. I tried xcmsdb -query but always got xcmsdb -query Could not find property XDCCC_LINEAR_RGB_MATRICES Could not find property XDCCC_LINEAR_RGB_CORRECTION i tried the xcms.txt from Jim Carter (http://www.math.ucla.edu/~jime/xcolor/color.txt) but it did not work, because for the xcmsdb failure his tcl-script xcolor breaks also. IMHO the whole stuff is tuned toward 1990-Monitors, i could not find any reference to LED/LCD/Plasma what ever. Since XDCC is now the only way to configure, improved documentation and examples, examples, examples are needed. re, wh -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c3 --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2007-08-03 13:23:32 MST --- http://lists.opensuse.org/opensuse-xorg/2007-08/msg00000.html http://lists.opensuse.org/opensuse-xorg/2007-08/msg00007.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c4 --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2007-08-12 14:13:41 MST --- http://lists.opensuse.org/opensuse-xorg/2007-08/msg00011.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c5 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2007-08-16 14:02:03 MST --- minor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797#c6 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX --- Comment #6 from Stefan Dirsch <sndirsch@novell.com> 2007-11-25 09:15:05 MST --- This is an issue, which needs to be addressed upstream. Could you open a bugreport for this upstream on bugs.freedesktop.org and take me into Cc (sndirsch@suse.de)? I've seen that you have an account there and already opened a bunch of bugreports. Thanks. Please understand WONTFIX as "needs to be addressed/discussed upstream". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=296797 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=296797#c7 --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2009-02-09 19:27:33 MST --- Possibly related upstream bugs. http://bugs.freedesktop.org/show_bug.cgi?id=13354 http://bugs.freedesktop.org/show_bug.cgi?id=13357 http://bugs.freedesktop.org/show_bug.cgi?id=15305 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com