Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: kogorman@×××××.com
Subject: Re: [gentoo-user] x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict
Date: Sat, 23 May 2009 22:12:09
Message-Id: 20090523181207.0a4c2bb6@osage.osagesoftware.com
In Reply to: Re: [gentoo-user] x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict by Kevin O'Gorman
1 On Sat, 23 May 2009 14:57:32 -0700
2 Kevin O'Gorman wrote:
3
4 > Summary: X is hosed.
5 >
6
7 A couple of weeks back, I made the transition to the current versions
8 of xorg-server and ati-drivers, i.e. the versions in the message
9 subject. I had to do a bit of work with xorg.conf before all was
10 good. If I recall details, keyboard and mouse weren't working and,
11 after correcting that, fonts weren't being found. All is now working
12 fine. Below is my xorg.conf. Hope it helps.
13
14 Regards,
15
16 David
17
18 ### Begin xorg.conf ###
19
20 Section "ServerFlags"
21 Option "AllowEmptyInput" "false"
22 EndSection
23
24 Section "Files"
25 FontPath "/usr/share/fonts/util"
26 FontPath "/usr/share/fonts/encodings"
27 FontPath "/usr/share/fonts/misc"
28 FontPath "/usr/share/fonts/corefonts"
29 FontPath "/usr/local/share/fonts"
30 FontPath "/usr/share/fonts/default"
31 FontPath "/usr/share/fonts/Type1"
32 FontPath "/usr/share/fonts/100dpi"
33 FontPath "/usr/share/fonts/75dpi"
34 EndSection
35
36 ### End xorg.conf ###

Replies