Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict
Date: Sun, 24 May 2009 00:56:53
Message-Id: gva5vo$la5$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict by David Relson
1 David Relson wrote:
2 > On Sun, 24 May 2009 01:22:06 +0300
3 > Nikos Chantziaras wrote:
4 >
5 > ...[snip]...
6 >
7 >>> ### Begin xorg.conf ###
8 >>>
9 >>> Section "ServerFlags"
10 >>> Option "AllowEmptyInput" "false"
11 >>> EndSection
12 >>>
13 >>> Section "Files"
14 >>> FontPath "/usr/share/fonts/util"
15 >>> FontPath "/usr/share/fonts/encodings"
16 >>> FontPath "/usr/share/fonts/misc"
17 >>> FontPath "/usr/share/fonts/corefonts"
18 >>> FontPath "/usr/local/share/fonts"
19 >>> FontPath "/usr/share/fonts/default"
20 >>> FontPath "/usr/share/fonts/Type1"
21 >>> FontPath "/usr/share/fonts/100dpi"
22 >>> FontPath "/usr/share/fonts/75dpi"
23 >>> EndSection
24 >>>
25 >>> ### End xorg.conf ###
26 >> This xorg.conf won't load ati-drivers at all. If it works, it is
27 >> probably running with another driver (radeon or vesa perhaps). You
28 >> need to run "aticonfig --initial" as root first.
29 >
30 >
31 > Really? My understanding had been that xorg-server-1.5.3 uses evdev and
32 > runs happily without an xorg.conf file. Without an xorg.conf I had
33 > keyboard and font problems -- cured by the above configuration.
34 >
35 > As an experiment, I ran the suggested command ( "aticonfig
36 > --initial" ). This added a lot to xorg.con and I then restarted X.
37 > My screen resolution dropped from 1280x1024 to 640x480 and the screen
38 > looked awful.
39 >
40 > I've returned to the short config shown above.
41 >
42 > To be honest, I don't know which display driver is in use and don't
43 > much care since the display is working fine AFAICT.
44
45 The only reason to use ati-drivers is to have fast, accelerated OpenGL.
46 You're probably not using ati-drivers at all. So you're a bit
47 off-topic to this whole thread :P fglrx ("ati-drivers") required an
48 xorg.conf entry. This is done with aticonfig --initial and after that
49 you have to run the Catalyst Control Center ("amdcccle" in a terminal,
50 you'll also find it in the start menu) and adjust your resolution and
51 other settings (anti-aliasing, vsync, anisotropic filters, etc.) there.