Bug 173465 - Modular X: module path doesn't get updated
Summary: Modular X: module path doesn't get updated
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-17 09:30 UTC by Bart Vanbrabant
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-11-17 16:45:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bart Vanbrabant 2005-11-17 09:30:37 UTC
After installing modular X there was one problem:
There were two paths in my xorg.conf that pointed to the old /usr/X11
places. Those where ModulePath and RgbPath. I changed them like this:
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules" 

It seems that RgbPath also doesn't exist, but the x server doesn't seem to need it.

Comment 1 Mike A. Harris 2005-11-17 16:45:08 UTC
Neither of them need to be in the config file, you can just remove both
lines.  Our config tools are being updated to not put these in the file
anymore.

I've updated the X server %pre script, to remove the RgbPath line, and
to check for ModulePath, and if the old X server module path is defined,
to switch it to the new path.

Fixed in: xorg-x11-server-0.99.3-6


Note You need to log in before you can comment on or make changes to this bug.