Gentoo Archives: gentoo-user

From: Herbert Laubner <laubner@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem shutting down X-server
Date: Sun, 22 Jul 2007 19:09:29
Message-Id: 0664B993-A743-45AA-AE10-FBC1E6D07660@gmx.net
In Reply to: Re: [gentoo-user] Problem shutting down X-server by Mick
1 I have not been lucky! I still can not get to command-line-mode
2 stooping X-server.
3
4 lspci
5 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
6 00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
7 00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller
8 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host
9 Controller
10 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host
11 Controller
12 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host
13 Controller
14 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
15 00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI
16 IDE Controller
17 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
18 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
19 00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400
20 AC'97 Audio Controller (rev 02)
21 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
22 Opteron] HyperTransport Technology Configuration
23 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
24 Opteron] Address Map
25 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
26 Opteron] DRAM Controller
27 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
28 Opteron] Miscellaneous Control
29 01:00.0 VGA compatible controller: ATI Technologies Inc RV410 [Radeon
30 X700 Pro (PCIE)]
31 01:00.1 Display controller: ATI Technologies Inc RV410 [Radeon X700
32 Pro (PCIE)] (Secondary)
33 02:00.0 Communication controller: Agere Systems V.92 56K WinModem
34 (rev 03)
35 02:01.0 Serial controller: NetMos Technology PCI 9835 Multi-I/O
36 Controller (rev 01)
37 02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
38 RTL-8139/8139C/8139C+ (rev 10)
39 02:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
40 Controller (rev 80)
41
42 xorg.conf
43 Section "Device"
44 Identifier "aticonfig-Device[0]"
45 Driver "fglrx"
46 BusID "PCI:01:00:0"
47 Screen 0
48 EndSection
49
50 /var/log/Xorg.0.log
51 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
52 directory)
53 (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
54 found
55 (WW) fglrx(0): Only one display is connnected,so single mode is enabled
56 (WW) LoadModule: given non-canonical module name "glesx.so"
57 (WW) fglrx(0): Option "VendorName" is not used
58 (WW) fglrx(0): Option "ModelName" is not used
59
60 fglrxinfo
61 display: :0.0 screen: 0
62 OpenGL vendor string: ATI Technologies Inc.
63 OpenGL renderer string: RADEON X700 PRO
64 OpenGL version string: 2.0.6474 (8.38.6)
65
66 lshw
67 *-display:0
68 description: VGA compatible controller
69 product: RV410 [Radeon X700 Pro (PCIE)]
70 vendor: ATI Technologies Inc
71 physical id: 0
72 bus info: pci@0000:01:00.0
73 version: 00
74 width: 64 bits
75 clock: 33MHz
76 capabilities: pm pciexpress msi vga bus_master cap_list
77 configuration: driver=fglrx_pci latency=0 module=fglrx
78
79 >
80 > Under Device section in your xorg.conf add the BusID number for
81 > your video
82 > device as shown in e.g. I am using the radeon driver and radeon
83 > frame buffer
84 > so I get:
85 >
86 > dmesg: radeonfb (0000:01:00.0): ATI Radeon LY
87 >
88 > lspci -v: 01:00.0 VGA compatible controller: ATI Technologies Inc
89 > Radeon
90 > Mobility M6 LY (prog-if 00 [VGA])
91 >
92 > lshw: bus info: pci@0000:01:00.0
93 >
94 > and in my xorg.conf I have:
95 >
96 > BusID "PCI:1:0:0"
97 >
98 > I think xdm logging is switched on by default.
99 No, I could not find, and I do not where to switch it on
100
101 > Also check under your /var/log
102 > for any fglrx logs - haven't used this driver for years and don't
103 > know what
104 > it does these days.
105 Well, it seems their is no other driver for my Radeon X700 Pro (PCIE).
106
107 Regards,
108 Herbert
109
110 --
111 gentoo-user@g.o mailing list