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: Sat, 21 Jul 2007 10:52:57
Message-Id: 3E86D49F-A553-4608-9C90-84845BACA90F@gmx.net
In Reply to: Re: [gentoo-user] Problem shutting down X-server by Mick
1 Here the lines with warnings from /var/log/Xorg.0.log
2
3 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
4 directory)
5 (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
6 found
7 (WW) fglrx(0): Only one display is connnected,so single mode is enabled
8 (WW) LoadModule: given non-canonical module name "glesx.so"
9 (WW) fglrx(0): Option "VendorName" is not used
10 (WW) fglrx(0): Option "ModelName" is not used
11
12 /var/log/messages with info on fglrx
13
14 Jul 21 08:54:25 localhost fglrx: module license 'Proprietary. (C)
15 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
16 Jul 21 08:54:25 localhost [fglrx] Maximum main memory to use for
17 locked dma buffers: 1401 MBytes.
18 Jul 21 08:54:25 localhost [fglrx] module loaded - fglrx 8.37.6 [May
19 25 2007] on minor 0
20 Jul 21 08:54:33 localhost [fglrx] total GART = 130023424
21 Jul 21 08:54:33 localhost [fglrx] free GART = 114032640
22 Jul 21 08:54:33 localhost [fglrx] max single GART = 114032640
23 Jul 21 08:54:33 localhost [fglrx] total LFB = 134086656
24 Jul 21 08:54:33 localhost [fglrx] free LFB = 116256768
25 Jul 21 08:54:33 localhost [fglrx] max single LFB = 116256768
26 Jul 21 08:54:33 localhost [fglrx] total Inv = 134217728
27 Jul 21 08:54:33 localhost [fglrx] free Inv = 134217728
28 Jul 21 08:54:33 localhost [fglrx] max single Inv = 134217728
29 Jul 21 08:54:33 localhost [fglrx] total TIM = 0
30
31 /etc/X11/xorg.conf
32
33 # File generated by xorgconfig.
34 Section "ServerLayout"
35 Identifier "Simple Layout"
36 Screen 0 "aticonfig-Screen[0]" 0 0
37 InputDevice "Mouse1" "CorePointer"
38 InputDevice "Keyboard1" "CoreKeyboard"
39 EndSection
40
41 Section "Files"
42 # FontPath "/usr/share/fonts/TTF/"
43 # FontPath "/usr/share/fonts/OTF"
44 # FontPath "/usr/lib/X11/fonts/local/"
45 # FontPath "/usr/lib/X11/fonts/misc/"
46 # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
47 # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
48 # FontPath "/usr/lib/X11/fonts/Speedo/"
49 # FontPath "/usr/lib/X11/fonts/Type1/"
50 # FontPath "/usr/lib/X11/fonts/TrueType/"
51 # FontPath "/usr/lib/X11/fonts/freefont/"
52 # FontPath "/usr/lib/X11/fonts/75dpi/"
53 # FontPath "/usr/lib/X11/fonts/100dpi/"
54 # The module search path. The default path is shown here.
55 # ModulePath "/usr/lib/modules"
56 FontPath "/usr/share/fonts/misc/"
57 FontPath "/usr/share/fonts/Type1/"
58 FontPath "/usr/share/fonts/100dpi/"
59 FontPath "/usr/share/fonts/75dpi/"
60 EndSection
61
62 Section "Module"
63
64 # This loads the font modules
65 # Load "type1"
66 # This loads the GLX module
67 # Load "glx"
68 # This loads the DRI module
69 # Load "dri"
70 Load "dbe" # Double buffer extension
71 SubSection "extmod"
72 Option "omit xfree86-dga" # don't initialise the DGA extension
73 EndSubSection
74 Load "freetype"
75 # Load "xtt"
76 EndSection
77
78 Section "InputDevice"
79 Identifier "Keyboard1"
80 Driver "keyboard"
81 Option "AutoRepeat" "500 30"
82 Option "XkbRules" "xorg"
83 Option "XkbModel" "pc105"
84 Option "XkbLayout" "de"
85 EndSection
86
87 Section "InputDevice"
88 Identifier "Mouse1"
89 Driver "mouse"
90 Option "Protocol" "ExplorerPS/2" # Explorer PS/2
91 Option "Device" "/dev/input/mice"
92 Option "ZAxisMapping" "4 5 6 7"
93 EndSection
94
95 Section "Monitor"
96 Identifier "aticonfig-Monitor[0]"
97 Option "VendorName" "ATI Proprietary Driver"
98 Option "ModelName" "Generic Autodetecting Monitor"
99 Option "DPMS" "true"
100 EndSection
101
102 Section "Device"
103 Identifier "aticonfig-Device[0]"
104 Driver "fglrx"
105 EndSection
106
107 Section "Screen"
108 Identifier "aticonfig-Screen[0]"
109 Device "aticonfig-Device[0]"
110 Monitor "aticonfig-Monitor[0]"
111 DefaultDepth 24
112 SubSection "Display"
113 Viewport 0 0
114 Depth 24
115 EndSubSection
116 EndSection
117
118 I do not find a xdm.log
119
120
121
122
123 Am 21.07.2007 um 11:56 schrieb Mick:
124
125 > On Saturday 21 July 2007 10:38, Herbert Laubner wrote:
126 >> Hi all,
127 >>
128 >> I am new to Gentoo.
129 >> I finally managed to set up xorg on my system, fluxbox is running,
130 >> but whenever I want to terminate the X-Server, the screen is not
131 >> receiving any signal anymore. The only chance to get a commandline
132 >> back or to get the server running again is to restart the pc.
133 >>
134 >> Where to look for?
135 >
136 > Reboot if you have to (or access the box via ssh from another
137 > computer) and
138 > look for any error messages in:
139 >
140 > /var/log/Xorg.0.log
141 > ~/xdm.log (or wherever xdm.log is stored - # locate xdm.log to
142 > find it)
143 > /var/log/messages
144 >
145 > Check the above BEFORE you restart X otherwise Xorg.0.log will be
146 > overwritten.
147 >
148 > HTH.
149 > --
150 > Regards,
151 > Mick
152
153 --
154 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem shutting down X-server Mick <michaelkintzios@×××××.com>