public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Herbert Laubner <laubner@gmx.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Problem shutting down X-server
Date: Sat, 21 Jul 2007 12:47:21 +0200	[thread overview]
Message-ID: <3E86D49F-A553-4608-9C90-84845BACA90F@gmx.net> (raw)
In-Reply-To: <200707211056.19466.michaelkintzios@gmail.com>

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



  reply	other threads:[~2007-07-21 10:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2007-07-21 11:32     ` Mick
2007-07-22 18:59       ` Herbert Laubner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E86D49F-A553-4608-9C90-84845BACA90F@gmx.net \
    --to=laubner@gmx.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox