* [gentoo-user] Problem shutting down X-server
@ 2007-07-21 9:38 Herbert Laubner
2007-07-21 9:56 ` Mick
0 siblings, 1 reply; 5+ messages in thread
From: Herbert Laubner @ 2007-07-21 9:38 UTC (permalink / raw
To: gentoo-user
Hi all,
I am new to Gentoo.
I finally managed to set up xorg on my system, fluxbox is running,
but whenever I want to terminate the X-Server, the screen is not
receiving any signal anymore. The only chance to get a commandline
back or to get the server running again is to restart the pc.
Where to look for?
Regards,
Herb
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Problem shutting down X-server
2007-07-21 9:38 [gentoo-user] Problem shutting down X-server Herbert Laubner
@ 2007-07-21 9:56 ` Mick
2007-07-21 10:47 ` Herbert Laubner
0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2007-07-21 9:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
On Saturday 21 July 2007 10:38, Herbert Laubner wrote:
> Hi all,
>
> I am new to Gentoo.
> I finally managed to set up xorg on my system, fluxbox is running,
> but whenever I want to terminate the X-Server, the screen is not
> receiving any signal anymore. The only chance to get a commandline
> back or to get the server running again is to restart the pc.
>
> Where to look for?
Reboot if you have to (or access the box via ssh from another computer) and
look for any error messages in:
/var/log/Xorg.0.log
~/xdm.log (or wherever xdm.log is stored - # locate xdm.log to find it)
/var/log/messages
Check the above BEFORE you restart X otherwise Xorg.0.log will be overwritten.
HTH.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Problem shutting down X-server
2007-07-21 9:56 ` Mick
@ 2007-07-21 10:47 ` Herbert Laubner
2007-07-21 11:32 ` Mick
0 siblings, 1 reply; 5+ messages in thread
From: Herbert Laubner @ 2007-07-21 10:47 UTC (permalink / raw
To: gentoo-user
Here the lines with warnings from /var/log/Xorg.0.log
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
directory)
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
found
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) LoadModule: given non-canonical module name "glesx.so"
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
/var/log/messages with info on fglrx
Jul 21 08:54:25 localhost fglrx: module license 'Proprietary. (C)
2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Jul 21 08:54:25 localhost [fglrx] Maximum main memory to use for
locked dma buffers: 1401 MBytes.
Jul 21 08:54:25 localhost [fglrx] module loaded - fglrx 8.37.6 [May
25 2007] on minor 0
Jul 21 08:54:33 localhost [fglrx] total GART = 130023424
Jul 21 08:54:33 localhost [fglrx] free GART = 114032640
Jul 21 08:54:33 localhost [fglrx] max single GART = 114032640
Jul 21 08:54:33 localhost [fglrx] total LFB = 134086656
Jul 21 08:54:33 localhost [fglrx] free LFB = 116256768
Jul 21 08:54:33 localhost [fglrx] max single LFB = 116256768
Jul 21 08:54:33 localhost [fglrx] total Inv = 134217728
Jul 21 08:54:33 localhost [fglrx] free Inv = 134217728
Jul 21 08:54:33 localhost [fglrx] max single Inv = 134217728
Jul 21 08:54:33 localhost [fglrx] total TIM = 0
/etc/X11/xorg.conf
# File generated by xorgconfig.
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
# This loads the font modules
# Load "type1"
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # Explorer PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
I do not find a xdm.log
Am 21.07.2007 um 11:56 schrieb Mick:
> On Saturday 21 July 2007 10:38, Herbert Laubner wrote:
>> Hi all,
>>
>> I am new to Gentoo.
>> I finally managed to set up xorg on my system, fluxbox is running,
>> but whenever I want to terminate the X-Server, the screen is not
>> receiving any signal anymore. The only chance to get a commandline
>> back or to get the server running again is to restart the pc.
>>
>> Where to look for?
>
> Reboot if you have to (or access the box via ssh from another
> computer) and
> look for any error messages in:
>
> /var/log/Xorg.0.log
> ~/xdm.log (or wherever xdm.log is stored - # locate xdm.log to
> find it)
> /var/log/messages
>
> Check the above BEFORE you restart X otherwise Xorg.0.log will be
> overwritten.
>
> HTH.
> --
> Regards,
> Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Problem shutting down X-server
2007-07-21 10:47 ` Herbert Laubner
@ 2007-07-21 11:32 ` Mick
2007-07-22 18:59 ` Herbert Laubner
0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2007-07-21 11:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
On Saturday 21 July 2007 11:47, Herbert Laubner wrote:
> Here the lines with warnings from /var/log/Xorg.0.log
>
> (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
> directory)
> (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
> found
Under Device section in your xorg.conf add the BusID number for your video
device as shown in e.g. I am using the radeon driver and radeon frame buffer
so I get:
dmesg: radeonfb (0000:01:00.0): ATI Radeon LY
lspci -v: 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
Mobility M6 LY (prog-if 00 [VGA])
lshw: bus info: pci@0000:01:00.0
and in my xorg.conf I have:
BusID "PCI:1:0:0"
> /var/log/messages with info on fglrx
These seem alright to me.
> I do not find a xdm.log
# find / -iname xdm.log
I think xdm logging is switched on by default. Also check under your /var/log
for any fglrx logs - haven't used this driver for years and don't know what
it does these days.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Problem shutting down X-server
2007-07-21 11:32 ` Mick
@ 2007-07-22 18:59 ` Herbert Laubner
0 siblings, 0 replies; 5+ messages in thread
From: Herbert Laubner @ 2007-07-22 18:59 UTC (permalink / raw
To: gentoo-user
I have not been lucky! I still can not get to command-line-mode
stooping X-server.
lspci
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host
Controller
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host
Controller
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host
Controller
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI
IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400
AC'97 Audio Controller (rev 02)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: ATI Technologies Inc RV410 [Radeon
X700 Pro (PCIE)]
01:00.1 Display controller: ATI Technologies Inc RV410 [Radeon X700
Pro (PCIE)] (Secondary)
02:00.0 Communication controller: Agere Systems V.92 56K WinModem
(rev 03)
02:01.0 Serial controller: NetMos Technology PCI 9835 Multi-I/O
Controller (rev 01)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
02:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80)
xorg.conf
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
BusID "PCI:01:00:0"
Screen 0
EndSection
/var/log/Xorg.0.log
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
directory)
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1)
found
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) LoadModule: given non-canonical module name "glesx.so"
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X700 PRO
OpenGL version string: 2.0.6474 (8.38.6)
lshw
*-display:0
description: VGA compatible controller
product: RV410 [Radeon X700 Pro (PCIE)]
vendor: ATI Technologies Inc
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga bus_master cap_list
configuration: driver=fglrx_pci latency=0 module=fglrx
>
> Under Device section in your xorg.conf add the BusID number for
> your video
> device as shown in e.g. I am using the radeon driver and radeon
> frame buffer
> so I get:
>
> dmesg: radeonfb (0000:01:00.0): ATI Radeon LY
>
> lspci -v: 01:00.0 VGA compatible controller: ATI Technologies Inc
> Radeon
> Mobility M6 LY (prog-if 00 [VGA])
>
> lshw: bus info: pci@0000:01:00.0
>
> and in my xorg.conf I have:
>
> BusID "PCI:1:0:0"
>
> I think xdm logging is switched on by default.
No, I could not find, and I do not where to switch it on
> Also check under your /var/log
> for any fglrx logs - haven't used this driver for years and don't
> know what
> it does these days.
Well, it seems their is no other driver for my Radeon X700 Pro (PCIE).
Regards,
Herbert
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-22 19:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 9:38 [gentoo-user] Problem shutting down X-server Herbert Laubner
2007-07-21 9:56 ` Mick
2007-07-21 10:47 ` Herbert Laubner
2007-07-21 11:32 ` Mick
2007-07-22 18:59 ` Herbert Laubner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox