Hi Sascha,

here output of lspci:
# 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 ATI 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 ATI
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)
And the xorg.conf

# cat /etc/X11/xorg.conf
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
#    RgbPath    "/usr/share/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
#    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    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/"
#    ModulePath "/usr/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option      "AutoRepeat" "500 30"
    Option      "XkbVariant"  "nodeadkeys"
    Option      "XkbRules"      "xorg"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"     "de"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Protocol"    "ExplorerPS/2"
    Option      "Device"      "/dev/input/mice"
    Option      "ZAxisMapping"   "4 5"
EndSection

Section "Monitor"
    Identifier  "SyncMaster"
    Option      "DPMS"
EndSection

Section "Device"
        Identifier      "ATI Technologies Radeon X700 Pro (RV410)"
        Driver          "fglrx"
        Option          "EnableMonitor" "tmds1"
        BusID           "PCI:1:0:0"
        Option          "ForceMonitors" "notv"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Technologies Radeon X700 Pro (RV410)"
    Monitor     "SyncMaster"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Regards,
Herb

Am 16.08.2007 um 23:24 schrieb Sascha Hlusiak:

Am Donnerstag 16 August 2007 20:56:07 schrieb Herbert Laubner:
I still having a problem to shut down Xorg.

Independent if I am root or member of group user, as soon as I want
to end the xorg-server this one freezes.
As a side effect, the system-shutdown freezes as well.
Tell us more info about your system, especially graphics card and  
drivers. The
intel-2.x drivers are known to cause hardfreezes on some systems when
shutting down X, for example.

Sascha
--
[EMAIL PROTECTED] mailing list

Reply via email to