Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem shutting down X-server
Date: Sat, 21 Jul 2007 11:39:20
Message-Id: 200707211232.41827.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Problem shutting down X-server by Herbert Laubner
1 On Saturday 21 July 2007 11:47, Herbert Laubner wrote:
2 > Here the lines with warnings from /var/log/Xorg.0.log
3 >
4 > (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
5 > directory)
6 > (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
7 > found
8
9 Under Device section in your xorg.conf add the BusID number for your video
10 device as shown in e.g. I am using the radeon driver and radeon frame buffer
11 so I get:
12
13 dmesg: radeonfb (0000:01:00.0): ATI Radeon LY
14
15 lspci -v: 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
16 Mobility M6 LY (prog-if 00 [VGA])
17
18 lshw: bus info: pci@0000:01:00.0
19
20 and in my xorg.conf I have:
21
22 BusID "PCI:1:0:0"
23
24 > /var/log/messages with info on fglrx
25
26 These seem alright to me.
27
28 > I do not find a xdm.log
29
30 # find / -iname xdm.log
31
32 I think xdm logging is switched on by default. Also check under your /var/log
33 for any fglrx logs - haven't used this driver for years and don't know what
34 it does these days.
35 --
36 Regards,
37 Mick

Replies

Subject Author
Re: [gentoo-user] Problem shutting down X-server Herbert Laubner <laubner@×××.net>