OpenSolaris

Printable Version Enter a New Search
Bug ID 6806763
Synopsis Xorg 1.5 doesn't start if xorg.conf contains RgbPath entry
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:xorg-server
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_109
Fixed In snv_109
Release Fixed solaris_nevada(snv_109)
Related Bugs
Submit Date 18-February-2009
Last Update Date 20-February-2009
Description
If /etc/X11/xorg.conf contains an RgbPath line (used in previous Xorg versions,
now obsolete), then Xorg 1.5 prints an error message and refuses to start:

(++) Using config file: "/etc/X11/xorg.conf"
Parse error on line 9 of section Files in file /etc/X11/xorg.conf
        "RgbPath" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
Work Around
Remove RGBPath lines from xorg.conf files.
Comments
*** Test Case ***
Make sure Xorg can start normally when /etc/X11/xorg.conf includes a line
such as:
        RgbPath      "/usr/X11/lib/X11/rgb"
in the "Files" section.