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

--
[EMAIL PROTECTED] mailing list

Reply via email to