Optimiertes System

flybyray

Vice Admiral Special
Mitglied seit
06.06.2008
Beiträge
509
Renomée
9
Standort
München
Um ein auf das eigene System optimiertes Linux System zu erstellen gibt es ja verschiedene Möglichkeiten.
Welche ist aber die einfachste (die auch funktioniert?).

System: PHENOM X4 9550, M3A32-MVP Deluxe (AMD 790FX Chipset)

Gentoo soll ja ganz ok für solche zwecke sein (/etc/make.conf ...).
Mit Debian geht so etwas ähnliches ja auch (kann mich aber nicht mehr erinnern wie ich das da gemacht habe).
Mit LFS (Linux from scratch) kann man das ganze dann noch vollkommen übertreiben.

Was mich aber jetzt aktuell an Gentoo nervt, dass es mit dem stage3 bzw LiveCD System nicht direkt möglich ist mit aktuellem Compiler zu bauen.

Um es mal deutlich zu machen! Ich möchte eine GNU Toolset Optimized for AMD Platforms verwenden!
Außerdem würde ich mich freuen wenn das ...
GCC Quick Reference Guide for Optimized x86 Code Generation
One-page summary of GCC flags for general x86 platform optimization and several flags for AMD platforms including the AMD Family 10h or "Shanghai" processors (i.e. Quad-Core AMD Opteron™, AMD Phenom™ X4 and AMD Phenom™ X3).
» View now (PDF)
alles funktionieren würde. Aber -mtune=amdfam10 kennt der Compiler nicht. Muss man erstmal nen neueren Compiler installieren. Da ist mir erstmal aufgefallen wie veraltet gentoo eigentlich ist.

Was unter anderem auch noch cool ist. Das wird dann aber auch eher ohne Probleme funktionieren.
AMD String Library
Bei ein paar Anwendungen machen die wirklich Sinn. Könnte mir auch vorstellen, dass die auf Webservern ein wenig helfen könnten.
 
Zuletzt bearbeitet:
Wieviele gcc's willst Du denn unter gentoo installieren?
Code:
[I] sys-devel/gcc
     Available versions:
        (2.95)  *2.95.3-r9 ~*2.95.3-r10!s
        (3.1)   *3.1.1-r2
        (3.2)   **3.2.2!s *3.2.3-r4
        (3.3)   ~3.3.6-r1!s
        (3.4)   3.4.6-r2!s
        (4.0)   ~*4.0.4!s
        (4.1)   4.1.2!s
        (4.2)   ~4.2.4-r1!s
        (4.3)   **4.3.0!s ~4.3.1!s ~4.3.1-r1!s ~4.3.2!s ~4.3.2-r2!s ~4.3.2-r3!s ~4.3.3!s

Ich denke da wird sich das eine oder andere Versiönchen finden zum parallel Installieren ;)
"gcc-config" besorgt dann den Rest.

"emerge -e system" bzw. "emerge -e world" baut Dir alles neu was am Rechner ist.

lg
__tom
 
Ok auf der aktuellen, LiveCD bzw dem stage3 System ist nur der gcc 4.1 als stabil.
Leider sind die Phenom Features erst in der 4.3.0 Version vom gcc enthalten.
Also sollte von den vielen Versionen eh nur eine der letzten helfen.
Gibt es aktuelle stage3 oder LiveCD wo die 4.3 er gcc drauf ist?
Naja sonst muss ich die mal nach installieren.
Aber danke für die Info.
 
Man sollte auch -march und nicht -mtune benutzen. Wobei der march Paramater mtune impliziert.
 
Ok auf der aktuellen, LiveCD bzw dem stage3 System ist nur der gcc 4.1 als stabil.
Leider sind die Phenom Features erst in der 4.3.0 Version vom gcc enthalten.
Also sollte von den vielen Versionen eh nur eine der letzten helfen.
Gibt es aktuelle stage3 oder LiveCD wo die 4.3 er gcc drauf ist?
Naja sonst muss ich die mal nach installieren.
Aber danke für die Info.
Nein, die live bzw. installcd bringen nur den stable mit. Du kannst entweder das gesamte System auf unstable upgraden, oder aber du machst das nur mit einem Teil der Pakete (gcc, binutils etc).
.
EDIT :
.

Man sollte auch -march und nicht -mtune benutzen. Wobei der march Paramater mtune impliziert.
Kommt darauf an, was man erreichen will. Mit march läuft der Code wirklich nur noch auf der Zielplattform, nix anderem mehr. Dagegen optimiert mtune nicht ganz so extrem, lässt aber den Code halt auf fast allem x86-kompatiblen noch laufen. Und ganz nebenbei, manchen Code sollte man nicht versuchen selber optimiert zu übersetzen. Der funktioniert nur mit den von den Entwicklern vorgegebenen Optionen. Bekannte Beispiele dafür sind mplayer, Opfenoffice.org oder Mozilla. Da ist es gefährlich, an den vorgegeben Compiler-Flags zu spielen. Gentoo z.B. berücksichtigt das schon, und lässt dort die Flags, so man sie nicht explizit überschreibt. Dann gibts aber auch ne deftige Warnung, und man braucht mit Fehlermeldungen gar nicht erst im Bugtracker auftauchen.
 
Zuletzt bearbeitet:
So das Gentoo gefällt mir ja mal wirklich gut. Leider kenne ich mich mit dem portage noch nicht so gut aus.
Da ich das fglrx Kerneltreibermodul aus den offiziellen Portage Repositories nicht installieren kann (Build Fehler),
würde ich gern wissen
1. wie ich evtl. ein eigenes lokales Portage Repository mit höherer Priorität anlegen kann
2. wie ich solche "Packete" selber erstellen kann (zB mit dem aktuellen ati treiber
Dabei würde mich der von gentoo angedachte Weg interessieren. Ich schau mich mal schlau. Aber vielleicht hat da ja einer schnell die Info's parat.
 
So das Gentoo gefällt mir ja mal wirklich gut. Leider kenne ich mich mit dem portage noch nicht so gut aus.
Da ich das fglrx Kerneltreibermodul aus den offiziellen Portage Repositories nicht installieren kann (Build Fehler),
würde ich gern wissen
1. wie ich evtl. ein eigenes lokales Portage Repository mit höherer Priorität anlegen kann
Kannst du. Portage Overlay ist das Stichwort.

2. wie ich solche "Packete" selber erstellen kann (zB mit dem aktuellen ati treiber
Dabei würde mich der von gentoo angedachte Weg interessieren. Ich schau mich mal schlau. Aber vielleicht hat da ja einer schnell die Info's parat.
Gerade beim ATI-Treiber würde ich dir das nicht empfehlen. Das ebuild ist sehr sehr hässlich. Da mache auch ich einen Bogen drum. Wäre evtl. besser, du nimmst einen Vanilla-Kernel und baust da dagegen. Das funktioniert bei mir problemlos.
 
So ein paar Einträge in die /etc/portage/package.keywords
Code:
[FONT="Courier New"]=sys-devel/gcc-4.3.3 -* ~*
=x11-drivers/ati-drivers-8.582 -* ~*
=x11-base/xorg-server-1.5.3-r3 -* ~*
=x11-libs/pixman-0.14.0 -* ~*
=x11-libs/libpciaccess-0.10.5 -* ~*
=x11-apps/xauth-1.0.3 -* ~*
=x11-libs/libXrender-0.9.4 -* ~*
=x11-proto/xextproto-7.0.4 -* ~*
=x11-libs/libXau-1.0.4 -* ~*
=x11-proto/xproto-7.0.14 -* ~*
=media-libs/mesa-7.3-r1 -* ~*
=x11-libs/libXext-1.0.4 -* ~*
=x11-proto/inputproto-1.5.0 -* ~*
=x11-misc/xkeyboard-config-1.5 -* ~*
=x11-libs/xtrans-1.2.3 -* ~*
=x11-apps/rgb-1.0.3 -* ~*
=x11-libs/libX11-1.1.5 -* ~*
=x11-apps/xinit-1.0.8-r4 -* ~*
=x11-proto/xf86driproto-2.0.4 -* ~*
=x11-libs/libXxf86vm-1.0.2 -* ~*
=x11-proto/randrproto-1.2.2 -* ~*
=x11-libs/libXfont-1.3.4 -* ~*
=x11-proto/renderproto-0.9.3 -* ~*
=x11-drivers/xf86-input-keyboard-1.3.2 -* ~*
=x11-drivers/xf86-input-mouse-1.4.0 -* ~*
=x11-libs/libdrm-2.4.5 -* ~*
=x11-proto/dri2proto-1.99.3 -* ~*[/FONT]

Dann klappt das mit dem Treiber.
Jetzt happerts bloß noch an ner gescheiten xorg.conf.
Starte ich die Konfiguration wie im Gentoo Handbuch beschrieben mit
Code:
[FONT="Courier New"]Xorg -configure[/FONT]
Dann crash es mit nem SIG 11.
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-gentoo-r8 x86_64
Current Operating System: Linux localhost 2.6.27-gentoo-r8 #1 SMP Mon Mar 9 08:33:02 CET 2009 x86_64
Build Date: 09 March 2009 07:31:09PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 9 19:49:06 2009
List of video drivers:
fglrx
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found

Backtrace:
0: Xorg(xorg_backtrace+0x26) [0x4eb386]
1: Xorg(xf86SigHandler+0x39) [0x4948d9]
2: /lib/libc.so.6 [0x7f46f328f290]
3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x33b) [0x7f46f2d7045b]
4: Xorg(xf86CallDriverProbe+0x213) [0x465b53]
5: Xorg(DoConfigure+0x1c4) [0x470f84]
6: Xorg(InitOutput+0xa2e) [0x46752e]
7: Xorg(main+0x27e) [0x43091e]
8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f46f327b486]
9: Xorg [0x42fea9]

Fatal server error:
Caught signal 11. Server aborting
Kopiere ich aber mal eine xorg.conf von opensuse oder eine die ich aticonfig --initial von der xorg.conf.example generieren lassen habe. Und starte dann
Code:
X -config /etc/X11/xorg.conf
zugehörige xorg.conf:
# /.../
# SaX generated X11 config file
# Created on: 2009-03-04T05:15:06+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [SaX2] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "Screen[0]" 0 0
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
EndSection

Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
EndSection

Section "Module"
Load "dbe"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
Option "ZapWarning" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "6"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech MouseMan Wheel"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "Modes"
Identifier "Modes[0]"
EndSection

Section "Monitor"
Identifier "Monitor[0]"
VendorName "HSD"
ModelName "HW191D"
UseModes "Modes[0]"
DisplaySize 408 255
HorizSync 30.0 - 80.0
VertRefresh 43.0 - 75.0
Option "CalcAlgorithm" "XServerPool"
Option "DPMS"
Option "PreferredMode" "1440x900"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "fglrx"
VendorName "ATI"
BoardName "ATI Radeon HD 3670"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "FSAAEnable" "off"
Option "FSAAScale" "0"
Option "XAANoOffscreenPixmaps" "true"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1440x900" "1280x960" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x960" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x960" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x960" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
Dann startet der mir den X-Server ich sehe auch dieses tolle schwarz-weiß Muster. Aber leider hängt dann auch das ganze System. Ich komme mit keiner der üblichen Tasten raus. Die Maus bewegt sich nicht. Es hilft nur noch ein reset.
Das log von /var/log/Xorg.0.log
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-gentoo-r8 x86_64
Current Operating System: Linux localhost 2.6.27-gentoo-r8 #1 SMP Mon Mar 9 08:33:02 CET 2009 x86_64
Build Date: 09 March 2009 07:31:09PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 9 20:01:50 2009
(++) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "AIGLX" "on"
(**) Option "IgnoreABI" "on"
(**) Ignoring ABI Version
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/URW" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Speedo" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/uni" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
Entry deleted from font path.
(WW) The directory "/opt/kde3/share/fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/Type1,
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Keyboard[0]
(WW) Disabling Mouse[1]
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1500
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc Mobilitiy Radeon HD 3600 Series rev 0, Mem @ 0xd0000000/268435456, 0xfe7f0000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"

(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"

(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "extmod"

(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"

(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(**) AIGLX enabled
(**) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"

(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "fglrx"

(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
Module class: X.Org Video Driver
(II) Primary Device is: PCI 01@00:00:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.58.2
(II) ATI Proprietary Linux Driver Release Identifier: 8.582
(II) ATI Proprietary Linux Driver Build Date: Feb 3 2009 23:43:36
(II) Loading PCS database from /etc/ati/amdpcsdb
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(II) AMD ASIC control file status: R2 S1 B324 N324 T323
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x9598) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) fglrx(0): pEnt->device->identifier=0x7ea630
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DPMS"
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
(--) fglrx(0): Chipset: "ATI Radeon HD 3600 Series" (Chipset = 0x9598)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x01e4)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xfe7f0000
(--) fglrx(0): I/O port at 0x00009000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.74
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RV635
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): Using adapter: 1:0.0.
(--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
(II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: HSD Model: 8991 Serial#: 2985
(II) fglrx(0): Year: 2006 Week: 20
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 41 vert.: 26
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.643 redY: 0.325 greenX: 0.295 greenY: 0.616
(II) fglrx(0): blueX: 0.143 blueY: 0.081 whiteX: 0.310 whiteY: 0.330
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 66 vid: 17969
(II) fglrx(0): #1: hsize: 1024 vsize 768 refresh: 66 vid: 18017
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) fglrx(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 106.5 MHz Image Size: 408 x 255 mm
(II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: HW191D
(II) fglrx(0): Serial No: 620GH32CA2985
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0022649189a90b0000
(II) fglrx(0): 1410010380291a782a9bb6a4534b9d24
(II) fglrx(0): 144f54bfef0031466146714f81408180
(II) fglrx(0): 9500950f01019a29a0d0518422305098
(II) fglrx(0): 360098ff1000001c000000fd00314b1e
(II) fglrx(0): 500e000a202020202020000000fc0048
(II) fglrx(0): 57313931440a202020202020000000ff
(II) fglrx(0): 0036323047483332434132393835006c
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output DFP1 using monitor section Monitor[0]
(**) fglrx(0): Option "PreferredMode" "1440x900"
(II) fglrx(0): Output DFP2 has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output CRT2 has no monitor section
(II) fglrx(0): Output TV has no monitor section
(II) fglrx(0): Output COMPONENT_VIDEO has no monitor section
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output DFP2 connected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Output CRT2 disconnected
(II) fglrx(0): Output TV disconnected
(II) fglrx(0): Output COMPONENT_VIDEO disconnected
(II) fglrx(0): Using user preference for initial modes
(II) fglrx(0): Output DFP2 using initial mode 1440x900
(**) fglrx(0): Display dimensions: (408, 255) mm
(**) fglrx(0): DPI set to (89, 143)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.2.1
ABI class: X.Org Video Driver, version 4.1
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000001f
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) fglrx(0): [pcie] 2022932 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Interrupt handler installed at IRQ 1274.
(II) fglrx(0): Finished Initialize PPLIB!
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprU)
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprU)
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprU)
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS(OprU)
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(II) fglrx(0): detected X.org 7.4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) [drm] DRM interface version 1.0
(II) [drm] DRM open master succeeded.
(II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.58.2
(II) fglrx(0): Date: Feb 4 2009
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-gentoo-r8
(II) fglrx(0): Build-Kernel MODVERSIONS: yes
(II) fglrx(0): Build-Kernel __SMP__: yes
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0x00005000
(II) fglrx(0): Adjust primary surface width to 0x600 for rotation!
(II) fglrx(0): Adjust desktop virtualY to 0x600! for rotation
(II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010c8000
(II) fglrx(0): FBMM initialized for area (0,0)-(1536,2864)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1536 x 1328
(NI) fglrx(0): ASIC Family ID/Name:71/RV6XX

(NI) fglrx(0): ASIC Rev ID/Name:81/Not RV6xx family Device

(NI) fglrx(0): ASIC Device ID/Name:0X9598/Unknown

(NI) fglrx(0): CPLIB is initialized.

(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"

(II) Loading /usr/lib64/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 94
(**) fglrx(0): Option "XaaNoOffscreenPixmaps" "true"
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Driver provided ScreenToScreenBitBlt replacement
Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"

(II) Loading /usr/lib64/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) fglrx(0): UVD2 feature is available
(WW) fglrx(0): Option "FSAAEnable" is not used
(WW) fglrx(0): Option "FSAAScale" is not used
(WW) fglrx(0): Option "CalcAlgorithm" is not used
(WW) fglrx(0): Option "PreferredMode" is not used
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 14, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 14, (OK)
drmOpenByBusid: drmOpenMinor returns 14
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 408 x 255

.
EDIT :
.

Gibt es eigentlich einen Konsolen Frambuffer Treiber für fglrx? Oder dann nur den radeonfb?
 
Gibt es eigentlich einen Konsolen Frambuffer Treiber für fglrx? Oder dann nur den radeonfb?

Du schmeißt gerade X11-Treiber und Kernel-Treiber durcheinander. Der Catalyst/fglrx ist nur für X11 zuständig. Für den Framebuffer-Treiber auf der Console ist der Kernel verantwortlich.

Zu deinem Problem, was sagt 'eselect opengl list'? Ich vermute mal, der steht noch auf xorg-x11.

Mal als Referenz:
xorg.conf
Code:
Section "Files"
    FontPath    "/usr/share/fonts/corefonts/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load        "dbe"
    Load        "extmod"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
EndSection

Section "Extensions"
    Option      "Composite"     "Enable"
EndSection

Section "ServerFlags"
    Option      "blank time"    "10"    # 10 minutes
    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"
    Option      "IgnoreABI"     "on"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    Option      "dpms"
    Gamma       2.0
EndSection

Section "Device"
    Identifier  "fglrx"
    Driver      "fglrx"
    Option      "XAANoOffscreenPixmaps"         "true"
    Option      "TexturedVideo"                 "True"
    Option      "Textured2D"                    "True"
    Option      "UseFastTLS"                    "1"
    Option      "VideoOverlay"                  "off"
    Option      "OpenGLOverlay"                 "off"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device  "fglrx"
    Monitor     "Generic Monitor"

    DefaultDepth 24

    SubSection "Display"
        Depth           24
        Modes           "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        Modes           "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Main Layout"
    Screen      "Screen 1"
EndSection

/etc/hal/fdi/policy/10-x11-input.fdi
Code:
<?xml version="1.0" encoding="utf-8"?>
<deviceinfo version="0.2">
  <device>
  <!-- ============================= Keyboard ============================================== -->
    <match key="info.udi" contains="/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port">
      <merge key="input.x11_driver" type="string">evdev</merge>
      <merge key="input.x11_options.XkbRules" type="string">xorg</merge>
      <merge key="input.x11_options.XkbModel" type="string">pc105</merge>
      <merge key="input.x11_options.XkbLayout" type="string">de</merge>
      <!-- merge key="input.x11_options.XkbVariant" type="string">nodeadkeys</merge -->
    </match>
  </device>
  <device>
  <!-- ============================= Mouse ================================================ -->
    <match key="info.udi" contains="/org/freedesktop/Hal/devices/usb_device_46d_c03e_noserial">
      <merge key="input.x11_driver" type="string">evdev</merge>
    </match>
  </device>
</deviceinfo>

Musst du dir noch entsprechend anpassen.
 
Zuletzt bearbeitet:
Du schmeißt gerade X11-Treiber und Kernel-Treiber durcheinander. Der Catalyst/fglrx ist nur für X11 zuständig. Für den Framebuffer-Treiber auf der Console ist der Kernel verantwortlich.
Nein verwechsel ich nicht. Ich meine tatsächlich ein Kernelmodul das ähnlich wie radeonfb funktioniert und für die Konsole ist (aslo mit kernel parameter video=radeonfb,....). Nur ob es eben eines von ATI gibt (evtl. mit ner schnittstelle zum fglrx als unterbau).
Zu deinem Problem, was sagt 'eselect opengl list'? Ich vermute mal, der steht noch auf xorg-x11.
Ja scheint so
Code:
[FONT="Courier New"]# eselect opengl list
Available OpenGL implementations:
  [1]   ati
  [2]   xorg-x11 *[/FONT]
Wie schalte ich das um?
.
EDIT :
.

Achso
Code:
[FONT="Courier New"]# eselect opengl set ati[/FONT]
 
Nein verwechsel ich nicht. Ich meine tatsächlich ein Kernelmodul das ähnlich wie radeonfb funktioniert und für die Konsole ist (aslo mit kernel parameter video=radeonfb,....). Nur ob es eben eines von ATI gibt (evtl. mit ner schnittstelle zum fglrx als unterbau).
Du schmeißt zusammen, was nicht zusammen gehört. Und du brauchst kein anderes Kernelmodul von ATI. Der radeonfb deckt das alles ab. Ist ja auch nicht viel an Funktionalität. Von ATI gibts nur den Treiber für X11. Du solltest aber aufpassen und nach Möglichkeit auf den radeonfb verzichten. X11-Treiber und Framebuffer kommen sich gerne mal ins Gehege.

Ja scheint so
Code:
[FONT="Courier New"]# eselect opengl list
Available OpenGL implementations:
  [1]   ati
  [2]   xorg-x11 *[/FONT]
Wie schalte ich das um?
'eselect opengl set 1' oder 'eselect opengl set ati'

Ist beides das Gleiche.
 
Genau deswegen frage ich ja ob es da mal was von ATI gibt. ;D
Ich meine cool wäre einfach mal was tadelos hinundher switched und einfach rundläuft nicht immer so ein ewiges geklacker mit bangen und hoffen. *lol*

Das lässt die Architektur nicht zu (Userspace Treiber + Kernelspace Treiber). Sollte sich mit KMS dann endlich erledigt haben.
 
'eselect opengl set 1' oder 'eselect opengl set ati'
übrigens das hat leider nichts geholfen.
Oder muss danach nochmal irgendwas neu gebaut/kompiliert werden?
ich habe mal eine minimalkonfiguration mit xorgconfig erstellt und dann mit aticonfig überarbeitet. Aber auch das funktioniert nicht.
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-gentoo-r8 x86_64
Current Operating System: Linux localhost 2.6.27-gentoo-r8 #1 SMP Mon Mar 9 08:33:02 CET 2009 x86_64
Build Date: 09 March 2009 07:31:09PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 9 21:38:13 2009
(++) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]-0"
(**) | |-->Device "aticonfig-Device[0]-0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(==) ModulePath set to "/usr/lib64/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse1
(WW) Disabling Keyboard1
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1500
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc Mobilitiy Radeon HD 3600 Series rev 0, Mem @ 0xd0000000/268435456, 0xfe7f0000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded by default.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"

(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"

(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"

(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"

(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
(==) AIGLX disabled
(WW) fglrx: Force AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"

(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"

(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
Module class: X.Org Video Driver
(II) Primary Device is: PCI 01@00:00:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.58.2
(II) ATI Proprietary Linux Driver Release Identifier: 8.582
(II) ATI Proprietary Linux Driver Build Date: Feb 3 2009 23:43:36
(II) Loading PCS database from /etc/ati/amdpcsdb
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(II) AMD ASIC control file status: R2 S1 B324 N324 T323
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x9598) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) fglrx(0): pEnt->device->identifier=0x7ed0e0
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
(--) fglrx(0): Chipset: "ATI Radeon HD 3600 Series" (Chipset = 0x9598)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x01e4)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xfe7f0000
(--) fglrx(0): I/O port at 0x00009000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.74
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RV635
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): Using adapter: 1:0.0.
(--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
(II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: HSD Model: 8991 Serial#: 2985
(II) fglrx(0): Year: 2006 Week: 20
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 41 vert.: 26
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.643 redY: 0.325 greenX: 0.295 greenY: 0.616
(II) fglrx(0): blueX: 0.143 blueY: 0.081 whiteX: 0.310 whiteY: 0.330
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 66 vid: 17969
(II) fglrx(0): #1: hsize: 1024 vsize 768 refresh: 66 vid: 18017
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) fglrx(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 106.5 MHz Image Size: 408 x 255 mm
(II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: HW191D
(II) fglrx(0): Serial No: 620GH32CA2985
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0022649189a90b0000
(II) fglrx(0): 1410010380291a782a9bb6a4534b9d24
(II) fglrx(0): 144f54bfef0031466146714f81408180
(II) fglrx(0): 9500950f01019a29a0d0518422305098
(II) fglrx(0): 360098ff1000001c000000fd00314b1e
(II) fglrx(0): 500e000a202020202020000000fc0048
(II) fglrx(0): 57313931440a202020202020000000ff
(II) fglrx(0): 0036323047483332434132393835006c
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output DFP2 has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output CRT2 has no monitor section
(II) fglrx(0): Output TV has no monitor section
(II) fglrx(0): Output COMPONENT_VIDEO has no monitor section
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output DFP2 connected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Output CRT2 disconnected
(II) fglrx(0): Output TV disconnected
(II) fglrx(0): Output COMPONENT_VIDEO disconnected
(II) fglrx(0): Using exact sizes for initial modes
(II) fglrx(0): Output DFP2 using initial mode 1440x900
(==) fglrx(0): DPI set to (96, 96)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.2.1
ABI class: X.Org Video Driver, version 4.1
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000001f
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) fglrx(0): [pcie] 2022932 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Interrupt handler installed at IRQ 1274.
(II) fglrx(0): Finished Initialize PPLIB!
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprU)
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprU)
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprU)
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS(OprU)
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(II) fglrx(0): detected X.org 7.4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7f6424795000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.58.2
(II) fglrx(0): Date: Feb 4 2009
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-gentoo-r8
(II) fglrx(0): Build-Kernel MODVERSIONS: yes
(II) fglrx(0): Build-Kernel __SMP__: yes
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): Adjust primary surface width to 0x600 for rotation!
(II) fglrx(0): Adjust desktop virtualY to 0x600! for rotation
(II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010c8000
(II) fglrx(0): FBMM initialized for area (0,0)-(1536,2864)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1536 x 1328
(NI) fglrx(0): ASIC Family ID/Name:71/RV6XX

(NI) fglrx(0): ASIC Rev ID/Name:81/Not RV6xx family Device

(NI) fglrx(0): ASIC Device ID/Name:0X9598/Unknown

(NI) fglrx(0): CPLIB is initialized.

(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"

(II) Loading /usr/lib64/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Driver provided ScreenToScreenBitBlt replacement
Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"

(II) Loading /usr/lib64/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) fglrx(0): UVD2 feature is available
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 14, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 14, (OK)
drmOpenByBusid: drmOpenMinor returns 14
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 408 x 255

Aber es sind weniger (EE) Einträge dort.
 
Ich habe das Gefühl, der findet deine Karte nicht. *kopfkratz

PS: Welcher ati-treiber ist das?
 
Zuletzt bearbeitet:
Doch doch die findet der schon, sonst würde er nicht in den Grafikmodus schalten.
Also diesen mit den schwarz-weiß muster und dem mauszeiger.
Hier auch mal die Xor.log.0 von OpenSUSE 11.1 die ist ziemlich identisch.
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-5x2d 2.6.28.7-0.1-ray-default #1 SMP Sat Feb 28 10:46:22 CET 2009 x86_64
Build Date: 03 December 2008 02:40:38PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 9 20:39:39 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(**) Option "ZapWarning" "on"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "AIGLX" "on"
(**) Option "IgnoreABI" "on"
(**) Ignoring ABI Version
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/uni" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
Entry deleted from font path.
(WW) The directory "/opt/kde3/share/fonts" does not exist.
Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc:unscaled,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled.
(**) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/Type1,
/usr/share/fonts/URW,
/usr/share/fonts/Speedo,
/usr/share/fonts/cyrillic,
/usr/share/fonts/truetype,
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7ae680
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) unknown vendor (0x1002) unknown chipset (0x9598) rev 0, Mem @ 0xd0000000/268435456, 0xfe7f0000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"

(II) Loading /usr/lib64/xorg/modules//extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"

(II) Loading /usr/lib64/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "extmod"

(II) Loading /usr/lib64/xorg/modules//extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"

(II) Loading /usr/lib64/xorg/modules//extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
(==) AIGLX disabled
(WW) fglrx: Force AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/lib64/xorg/modules//extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"

(II) Loading /usr/lib64/xorg/modules//extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "fglrx"

(II) Loading /usr/lib64/xorg/modules//drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
Module class: X.Org Video Driver
(II) LoadModule: "kbd"

(II) Loading /usr/lib64/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "mouse"

(II) Loading /usr/lib64/xorg/modules//input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) Primary Device is: PCI 01@00:00:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.58.2
(II) ATI Proprietary Linux Driver Release Identifier: 8.582
(II) ATI Proprietary Linux Driver Build Date: Feb 3 2009 23:43:36
(II) Loading PCS database from /etc/ati/amdpcsdb
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(II) AMD ASIC control file status: R2 S1 B324 N324 T323
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x9598) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX
(II) fglrx(0): pEnt->device->identifier=0x7ea300
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DPMS"
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.58.2
(--) fglrx(0): Chipset: "ATI Radeon HD 3600 Series" (Chipset = 0x9598)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x01e4)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xfe7f0000
(--) fglrx(0): I/O port at 0x00009000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.74
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RV635
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): Using adapter: 1:0.0.
(--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
(II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: HSD Model: 8991 Serial#: 2985
(II) fglrx(0): Year: 2006 Week: 20
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 41 vert.: 26
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.643 redY: 0.325 greenX: 0.295 greenY: 0.616
(II) fglrx(0): blueX: 0.143 blueY: 0.081 whiteX: 0.310 whiteY: 0.330
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 66 vid: 17969
(II) fglrx(0): #1: hsize: 1024 vsize 768 refresh: 66 vid: 18017
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) fglrx(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 106.5 MHz Image Size: 408 x 255 mm
(II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: HW191D
(II) fglrx(0): Serial No: 620GH32CA2985
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0022649189a90b0000
(II) fglrx(0): 1410010380291a782a9bb6a4534b9d24
(II) fglrx(0): 144f54bfef0031466146714f81408180
(II) fglrx(0): 9500950f01019a29a0d0518422305098
(II) fglrx(0): 360098ff1000001c000000fd00314b1e
(II) fglrx(0): 500e000a202020202020000000fc0048
(II) fglrx(0): 57313931440a202020202020000000ff
(II) fglrx(0): 0036323047483332434132393835006c
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output DFP1 using monitor section Monitor[0]
(**) fglrx(0): Option "PreferredMode" "1440x900"
(II) fglrx(0): Output DFP2 has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output CRT2 has no monitor section
(II) fglrx(0): Output TV has no monitor section
(II) fglrx(0): Output COMPONENT_VIDEO has no monitor section
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output DFP2 connected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Output CRT2 disconnected
(II) fglrx(0): Output TV disconnected
(II) fglrx(0): Output COMPONENT_VIDEO disconnected
(II) fglrx(0): Using user preference for initial modes
(II) fglrx(0): Output DFP2 using initial mode 1440x900
(**) fglrx(0): Display dimensions: (408, 255) mm
(**) fglrx(0): DPI set to (89, 89)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.2.1
ABI class: X.Org Video Driver, version 4.1
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"

(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000001f
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) fglrx(0): [pcie] 2011008 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Interrupt handler installed at IRQ 378.
(II) fglrx(0): Finished Initialize PPLIB!
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprU)
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprU)
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprU)
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS(OprU)
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(II) fglrx(0): detected X.org 7.4.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7f12bacda000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.58.2
(II) fglrx(0): Date: Feb 4 2009
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.28.7-0.1-ray-default
(II) fglrx(0): Build-Kernel MODVERSIONS: yes
(II) fglrx(0): Build-Kernel __SMP__: yes
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): Adjust primary surface width to 0x600 for rotation!
(II) fglrx(0): Adjust desktop virtualY to 0x600! for rotation
(II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010c8000
(II) fglrx(0): FBMM initialized for area (0,0)-(1536,2864)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1536 x 1328
(NI) fglrx(0): ASIC Family ID/Name:71/RV6XX

(NI) fglrx(0): ASIC Rev ID/Name:81/Not RV6xx family Device

(NI) fglrx(0): ASIC Device ID/Name:0X9598/Unknown

(NI) fglrx(0): CPLIB is initialized.

(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"

(II) Loading /usr/lib64/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 94
(**) fglrx(0): Option "XaaNoOffscreenPixmaps" "true"
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Driver provided ScreenToScreenBitBlt replacement
Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"

(II) Loading /usr/lib64/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) fglrx(0): UVD2 feature is available
(WW) fglrx(0): Option "FSAAEnable" is not used
(WW) fglrx(0): Option "FSAAScale" is not used
(WW) fglrx(0): Option "CalcAlgorithm" is not used
(WW) fglrx(0): Option "PreferredMode" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Match for the recent mode (1280x1024@0Hz) not found
(II) fglrx(0): Setting screen physical size to 408 x 255
(**) Option "CoreKeyboard"
(**) Keyboard[0]: always reports core events
(**) Option "Protocol" "Standard"
(**) Keyboard[0]: Protocol: Standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard[0]: XkbRules: "xfree86"
(**) Option "XkbModel" "microsoftpro"
(**) Keyboard[0]: XkbModel: "microsoftpro"
(**) Option "XkbLayout" "de"
(**) Keyboard[0]: XkbLayout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) Keyboard[0]: XkbVariant: "nodeadkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard[0]: CustomKeycodes disabled
(**) Option "Protocol" "explorerps/2"
(**) Mouse[1]: Device: "/dev/input/mice"
(**) Mouse[1]: Protocol: "explorerps/2"
(**) Option "CorePointer"
(**) Mouse[1]: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "6"
(==) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse[1]: ZAxisMapping: buttons 4 and 5
(**) Mouse[1]: Buttons: 10
(**) Mouse[1]: Sensitivity: 1
(II) evaluating device (Keyboard[0])
(II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD)
(II) evaluating device (Mouse[1])
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) Mouse[1]: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
(II) fglrx(0): EDID vendor "HSD", prod id 35217
(II) fglrx(0): Using hsync ranges from config file
(II) fglrx(0): Using vrefresh ranges from config file
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) fglrx(0): Modeline "640x480"x66.0 26.87 640 664 728 816 480 481 484 499 -hsync +vsync (32.9 kHz)
(II) fglrx(0): Modeline "1024x768"x66.0 71.63 1024 1080 1192 1360 768 769 772 798 -hsync +vsync (52.7 kHz)
(II) fglrx(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
(II) fglrx(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
(II) fglrx(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) fglrx(0): Modeline "1440x900"x60.0 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "1440x900"x75.0 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync (70.5 kHz)
(II) fglrx(0): EDID vendor "HSD", prod id 35217
(II) fglrx(0): Using hsync ranges from config file
(II) fglrx(0): Using vrefresh ranges from config file
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) fglrx(0): Modeline "640x480"x66.0 26.87 640 664 728 816 480 481 484 499 -hsync +vsync (32.9 kHz)
(II) fglrx(0): Modeline "1024x768"x66.0 71.63 1024 1080 1192 1360 768 769 772 798 -hsync +vsync (52.7 kHz)
(II) fglrx(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
(II) fglrx(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
(II) fglrx(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) fglrx(0): Modeline "1440x900"x60.0 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "1440x900"x75.0 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync (70.5 kHz)
(II) fglrx(0): EDID vendor "HSD", prod id 35217
(II) fglrx(0): Using hsync ranges from config file
(II) fglrx(0): Using vrefresh ranges from config file
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) fglrx(0): Modeline "640x480"x66.0 26.87 640 664 728 816 480 481 484 499 -hsync +vsync (32.9 kHz)
(II) fglrx(0): Modeline "1024x768"x66.0 71.63 1024 1080 1192 1360 768 769 772 798 -hsync +vsync (52.7 kHz)
(II) fglrx(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
(II) fglrx(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
(II) fglrx(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) fglrx(0): Modeline "1440x900"x60.0 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "1440x900"x75.0 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync (70.5 kHz)
(II) fglrx(0): EDID vendor "HSD", prod id 35217
(II) fglrx(0): Using hsync ranges from config file
(II) fglrx(0): Using vrefresh ranges from config file
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) fglrx(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) fglrx(0): Modeline "640x480"x66.0 26.87 640 664 728 816 480 481 484 499 -hsync +vsync (32.9 kHz)
(II) fglrx(0): Modeline "1024x768"x66.0 71.63 1024 1080 1192 1360 768 769 772 798 -hsync +vsync (52.7 kHz)
(II) fglrx(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
(II) fglrx(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
(II) fglrx(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) fglrx(0): Modeline "1440x900"x60.0 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync (55.9 kHz)
(II) fglrx(0): Modeline "1440x900"x75.0 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync (70.5 kHz)

Man kann dann sehen, dass das OpenSUSE System dann bei
Code:
Option "CoreKeyboard"
weiter macht.
.
EDIT :
.

Jetzt muss ich mal syslog zum laufen bekommen. Eigentlich kann es ja fast nur noch sein, dass das Kernelmodul fglrx was ausspuckt.
Ansonsten ist ja wirklich nichts herauszulesen.
 
Jetzt muss ich mal syslog zum laufen bekommen. Eigentlich kann es ja fast nur noch sein, dass das Kernelmodul fglrx was ausspuckt.
Ansonsten ist ja wirklich nichts herauszulesen.

dmesg

Und fürs syslog, 'emerge syslog-ng' 'rc-update add syslog-ng default' '/etc/init.d/syslog-ng start'

erster Befehl zum installieren
zweiter Befehl damit der daemon bei jedem booten gestartet wird
dritter Befehl zum sofort starten

Gelogt wird nach /var/log/messages

PS: Ich empfehle dir logrotate zu installieren.
 
Ich habe gerade gesehen, dass ich das bereits alles installiert hatte.
Die Ausgaben scheinen aber auf keine Fehler hinzuweisen.
Mar 9 22:27:14 localhost syslog-ng[16059]: syslog-ng starting up; version='2.1.3'
Mar 9 22:27:14 localhost ng
Mar 9 22:27:14 localhost 0000000000 - 00cfe00000 page 2M
Mar 9 22:27:14 localhost 00cfe00000 - 00cffb0000 page 4k
Mar 9 22:27:14 localhost kernel direct mapping tables up to cffb0000 @ 10000-16000
Mar 9 22:27:14 localhost last_map_addr: cffb0000 end: cffb0000
Mar 9 22:27:14 localhost init_memory_mapping
Mar 9 22:27:14 localhost 0100000000 - 0130000000 page 2M
Mar 9 22:27:14 localhost kernel direct mapping tables up to 130000000 @ 14000-1a000
Mar 9 22:27:14 localhost last_map_addr: 130000000 end: 130000000
Mar 9 22:27:14 localhost RAMDISK: 36b00000 - 37fefe12
Mar 9 22:27:14 localhost ACPI: RSDP 000F9D40, 0024 (r2 ACPIAM)
Mar 9 22:27:14 localhost ACPI: XSDT CFFB0100, 0054 (r1 112108 OEMXSDT 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: FACP CFFB0290, 00F4 (r3 112108 OEMFACP 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: DSDT CFFB0440, 955F (r1 P0001 P0001000 0 INTL 20051117)
Mar 9 22:27:14 localhost ACPI: FACS CFFBE000, 0040
Mar 9 22:27:14 localhost ACPI: APIC CFFB0390, 006C (r1 112108 OEMAPIC 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: MCFG CFFB0400, 003C (r1 112108 OEMMCFG 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: OEMB CFFBE040, 0071 (r1 112108 AMI_OEM 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: HPET CFFB99A0, 0038 (r1 112108 OEMHPET 20081121 MSFT 97)
Mar 9 22:27:14 localhost ACPI: SSDT CFFB99E0, 0544 (r1 A M I POWERNOW 1 AMD 1)
Mar 9 22:27:14 localhost (7 early reservations) ==> bootmem [0000000000 - 0130000000]
Mar 9 22:27:14 localhost #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Mar 9 22:27:14 localhost #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Mar 9 22:27:14 localhost #2 [0000200000 - 000081c708] TEXT DATA BSS ==> [0000200000 - 000081c708]
Mar 9 22:27:14 localhost #3 [0036b00000 - 0037fefe12] RAMDISK ==> [0036b00000 - 0037fefe12]
Mar 9 22:27:14 localhost #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
Mar 9 22:27:14 localhost #5 [0000010000 - 0000014000] PGTABLE ==> [0000010000 - 0000014000]
Mar 9 22:27:14 localhost #6 [0000014000 - 0000015000] PGTABLE ==> [0000014000 - 0000015000]
Mar 9 22:27:14 localhost found SMP MP-table at [ffff8800000ff780] 000ff780
Mar 9 22:27:14 localhost [ffffe20000000000-ffffe200043fffff] PMD -> [ffff880028200000-ffff88002c5fffff] on node 0
Mar 9 22:27:14 localhost Zone PFN ranges:
Mar 9 22:27:14 localhost DMA 0x00000010 -> 0x00001000
Mar 9 22:27:14 localhost DMA32 0x00001000 -> 0x00100000
Mar 9 22:27:14 localhost Normal 0x00100000 -> 0x00130000
Mar 9 22:27:14 localhost Movable zone start PFN for each node
Mar 9 22:27:14 localhost early_node_map[3] active PFN ranges
Mar 9 22:27:14 localhost 0: 0x00000010 -> 0x0000009f
Mar 9 22:27:14 localhost 0: 0x00000100 -> 0x000cffb0
Mar 9 22:27:14 localhost 0: 0x00100000 -> 0x00130000
Mar 9 22:27:14 localhost On node 0 totalpages: 1048383
Mar 9 22:27:14 localhost DMA zone: 2257 pages, LIFO batch:0
Mar 9 22:27:14 localhost DMA32 zone: 833512 pages, LIFO batch:31
Mar 9 22:27:14 localhost Normal zone: 193920 pages, LIFO batch:31
Mar 9 22:27:14 localhost ACPI: PM-Timer IO Port: 0x808
Mar 9 22:27:14 localhost ACPI: Local APIC address 0xfee00000
Mar 9 22:27:14 localhost ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Mar 9 22:27:14 localhost ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Mar 9 22:27:14 localhost ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Mar 9 22:27:14 localhost ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Mar 9 22:27:14 localhost ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
Mar 9 22:27:14 localhost IOAPIC[0]: apic_id 4, version 0, address 0xfec00000, GSI 0-23
Mar 9 22:27:14 localhost ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 9 22:27:14 localhost ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Mar 9 22:27:14 localhost ACPI: IRQ0 used by override.
Mar 9 22:27:14 localhost ACPI: IRQ2 used by override.
Mar 9 22:27:14 localhost ACPI: IRQ9 used by override.
Mar 9 22:27:14 localhost Setting APIC routing to flat
Mar 9 22:27:14 localhost ACPI: HPET id: 0x8300 base: 0xfed00000
Mar 9 22:27:14 localhost Using ACPI (MADT) for SMP configuration information
Mar 9 22:27:14 localhost SMP: Allowing 4 CPUs, 0 hotplug CPUs
Mar 9 22:27:14 localhost PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000cffb0000 - 00000000cffbe000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000cffbe000 - 00000000cffe0000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000d0000000 - 00000000fff00000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
Mar 9 22:27:14 localhost Allocating PCI resources starting at d4000000 (gap: d0000000:2ff00000)
Mar 9 22:27:14 localhost PERCPU: Allocating 46496 bytes of per cpu data
Mar 9 22:27:14 localhost NR_CPUS: 32, nr_cpu_ids: 4, nr_node_ids 1
Mar 9 22:27:14 localhost Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1029689
Mar 9 22:27:14 localhost Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda1
Mar 9 22:27:14 localhost Initializing CPU#0
Mar 9 22:27:14 localhost PID hash table entries: 4096 (order: 12, 32768 bytes)
Mar 9 22:27:14 localhost Extended CMOS year: 2000
Mar 9 22:27:14 localhost TSC: PIT calibration confirmed by PMTIMER.
Mar 9 22:27:14 localhost TSC: using PIT calibration value
Mar 9 22:27:14 localhost Detected 2206.668 MHz processor.
Mar 9 22:27:14 localhost Console: colour VGA+ 80x25
Mar 9 22:27:14 localhost console [tty0] enabled
Mar 9 22:27:14 localhost Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mar 9 22:27:14 localhost Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Mar 9 22:27:14 localhost Checking aperture...
Mar 9 22:27:14 localhost No AGP bridge found
Mar 9 22:27:14 localhost Node 0: aperture @ 20000000 size 32 MB
Mar 9 22:27:14 localhost Aperture pointing to e820 RAM. Ignoring.
Mar 9 22:27:14 localhost Your BIOS doesn't leave a aperture memory hole
Mar 9 22:27:14 localhost Please enable the IOMMU option in the BIOS setup
Mar 9 22:27:14 localhost This costs you 64 MB of RAM
Mar 9 22:27:14 localhost Mapping aperture over 65536 KB of RAM @ 20000000
Mar 9 22:27:14 localhost PM: Registered nosave memory: 0000000020000000 - 0000000024000000
Mar 9 22:27:14 localhost Memory: 4023192k/4980736k available (3845k kernel code, 169436k reserved, 1108k data, 328k init)
Mar 9 22:27:14 localhost CPA: page pool initialized 1 of 1 pages preallocated
Mar 9 22:27:14 localhost hpet clockevent registered
Mar 9 22:27:14 localhost Calibrating delay loop (skipped), value calculated using timer frequency.. 4413.33 BogoMIPS (lpj=22066650)
Mar 9 22:27:14 localhost Mount-cache hash table entries: 256
Mar 9 22:27:14 localhost Initializing cgroup subsys ns
Mar 9 22:27:14 localhost Initializing cgroup subsys cpuacct
Mar 9 22:27:14 localhost CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: L2 Cache: 512K (64 bytes/line)
Mar 9 22:27:14 localhost tseg: 0000000000
Mar 9 22:27:14 localhost CPU: Physical Processor ID: 0
Mar 9 22:27:14 localhost CPU: Processor Core ID: 0
Mar 9 22:27:14 localhost using C1E aware idle routine
Mar 9 22:27:14 localhost ACPI: Core revision 20080609
Mar 9 22:27:14 localhost ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 9 22:27:14 localhost CPU0: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
Mar 9 22:27:14 localhost Using local APIC timer interrupts.
Mar 9 22:27:14 localhost APIC timer calibration result 12537859
Mar 9 22:27:14 localhost Detected 12.537 MHz APIC timer.
Mar 9 22:27:14 localhost Booting processor 1/1 ip 6000
Mar 9 22:27:14 localhost Initializing CPU#1
Mar 9 22:27:14 localhost Calibrating delay using timer specific routine.. 4413.48 BogoMIPS (lpj=22067405)
Mar 9 22:27:14 localhost CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: L2 Cache: 512K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: Physical Processor ID: 0
Mar 9 22:27:14 localhost CPU: Processor Core ID: 1
Mar 9 22:27:14 localhost CPU1: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
Mar 9 22:27:14 localhost checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Mar 9 22:27:14 localhost Booting processor 2/2 ip 6000
Mar 9 22:27:14 localhost Initializing CPU#2
Mar 9 22:27:14 localhost Calibrating delay using timer specific routine.. 4413.46 BogoMIPS (lpj=22067318)
Mar 9 22:27:14 localhost CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: L2 Cache: 512K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: Physical Processor ID: 0
Mar 9 22:27:14 localhost CPU: Processor Core ID: 2
Mar 9 22:27:14 localhost CPU2: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
Mar 9 22:27:14 localhost checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Mar 9 22:27:14 localhost Booting processor 3/3 ip 6000
Mar 9 22:27:14 localhost Initializing CPU#3
Mar 9 22:27:14 localhost Calibrating delay using timer specific routine.. 4413.47 BogoMIPS (lpj=22067385)
Mar 9 22:27:14 localhost CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: L2 Cache: 512K (64 bytes/line)
Mar 9 22:27:14 localhost CPU: Physical Processor ID: 0
Mar 9 22:27:14 localhost CPU: Processor Core ID: 3
Mar 9 22:27:14 localhost CPU3: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
Mar 9 22:27:14 localhost checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Mar 9 22:27:14 localhost Brought up 4 CPUs
Mar 9 22:27:14 localhost Total of 4 processors activated (17653.75 BogoMIPS).
Mar 9 22:27:14 localhost net_namespace: 1440 bytes
Mar 9 22:27:14 localhost NET: Registered protocol family 16
Mar 9 22:27:14 localhost node 0 link 0: io port [1000, ffffff]
Mar 9 22:27:14 localhost TOM: 00000000d0000000 aka 3328M
Mar 9 22:27:14 localhost Fam 10h mmconf [e0000000, efffffff]
Mar 9 22:27:14 localhost node 0 link 0: mmio [e0000000, efffffff] ==> none
Mar 9 22:27:14 localhost node 0 link 0: mmio [f0000000, ffffffff]
Mar 9 22:27:14 localhost node 0 link 0: mmio [a0000, bffff]
Mar 9 22:27:14 localhost node 0 link 0: mmio [d0000000, dfffffff]
Mar 9 22:27:14 localhost TOM2: 0000000130000000 aka 4864M
Mar 9 22:27:14 localhost bus: [00,07] on node 0 link 0
Mar 9 22:27:14 localhost bus: 00 index 0 io port: [0, ffff]
Mar 9 22:27:14 localhost bus: 00 index 1 mmio: [f0000000, ffffffff]
Mar 9 22:27:14 localhost bus: 00 index 2 mmio: [a0000, bffff]
Mar 9 22:27:14 localhost bus: 00 index 3 mmio: [d0000000, dfffffff]
Mar 9 22:27:14 localhost bus: 00 index 4 mmio: [130000000, fcffffffff]
Mar 9 22:27:14 localhost ACPI: bus type pci registered
Mar 9 22:27:14 localhost PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Mar 9 22:27:14 localhost PCI: Not using MMCONFIG.
Mar 9 22:27:14 localhost PCI: Using configuration type 1 for base access
Mar 9 22:27:14 localhost PCI: Using configuration type 1 for extended access
Mar 9 22:27:14 localhost ACPI: EC: Look up EC in DSDT
Mar 9 22:27:14 localhost ACPI: Interpreter enabled
Mar 9 22:27:14 localhost ACPI: (supports S0 S1 S3 S4 S5)
Mar 9 22:27:14 localhost ACPI: Using IOAPIC for interrupt routing
Mar 9 22:27:14 localhost PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Mar 9 22:27:14 localhost PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
Mar 9 22:27:14 localhost PCI: Using MMCONFIG at e0000000 - efffffff
Mar 9 22:27:14 localhost ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar 9 22:27:14 localhost PCI: 0000:00:00.0 reg 1c 64bit mmio: [e0000000, ffffffff]
Mar 9 22:27:14 localhost pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:00:02.0: PME# disabled
Mar 9 22:27:14 localhost pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:00:04.0: PME# disabled
Mar 9 22:27:14 localhost pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:00:06.0: PME# disabled
Mar 9 22:27:14 localhost pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:00:07.0: PME# disabled
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 10 io port: [8000, 8007]
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 14 io port: [7000, 7003]
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 18 io port: [6000, 6007]
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 1c io port: [5000, 5003]
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 20 io port: [4000, 400f]
Mar 9 22:27:14 localhost PCI: 0000:00:12.0 reg 24 32bit mmio: [fe6ff800, fe6ffbff]
Mar 9 22:27:14 localhost pci 0000:00:12.0: set SATA to AHCI mode
Mar 9 22:27:14 localhost PCI: 0000:00:13.0 reg 10 32bit mmio: [fe6fe000, fe6fefff]
Mar 9 22:27:14 localhost PCI: 0000:00:13.1 reg 10 32bit mmio: [fe6fd000, fe6fdfff]
Mar 9 22:27:14 localhost PCI: 0000:00:13.2 reg 10 32bit mmio: [fe6fc000, fe6fcfff]
Mar 9 22:27:14 localhost PCI: 0000:00:13.3 reg 10 32bit mmio: [fe6fb000, fe6fbfff]
Mar 9 22:27:14 localhost PCI: 0000:00:13.4 reg 10 32bit mmio: [fe6fa000, fe6fafff]
Mar 9 22:27:14 localhost PCI: 0000:00:13.5 reg 10 32bit mmio: [fe6ff000, fe6ff0ff]
Mar 9 22:27:14 localhost pci 0000:00:13.5: supports D1
Mar 9 22:27:14 localhost pci 0000:00:13.5: supports D2
Mar 9 22:27:14 localhost pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
Mar 9 22:27:14 localhost pci 0000:00:13.5: PME# disabled
Mar 9 22:27:14 localhost PCI: 0000:00:14.0 reg 10 io port: [b00, b0f]
Mar 9 22:27:14 localhost PCI: 0000:00:14.1 reg 10 io port: [0, 7]
Mar 9 22:27:14 localhost PCI: 0000:00:14.1 reg 14 io port: [0, 3]
Mar 9 22:27:14 localhost PCI: 0000:00:14.1 reg 18 io port: [0, 7]
Mar 9 22:27:14 localhost PCI: 0000:00:14.1 reg 1c io port: [0, 3]
Mar 9 22:27:14 localhost PCI: 0000:00:14.1 reg 20 io port: [ff00, ff0f]
Mar 9 22:27:14 localhost PCI: 0000:00:14.2 reg 10 64bit mmio: [fe6f4000, fe6f7fff]
Mar 9 22:27:14 localhost pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:00:14.2: PME# disabled
Mar 9 22:27:14 localhost PCI: 0000:01:00.0 reg 10 64bit mmio: [d0000000, dfffffff]
Mar 9 22:27:14 localhost PCI: 0000:01:00.0 reg 18 64bit mmio: [fe7f0000, fe7fffff]
Mar 9 22:27:14 localhost PCI: 0000:01:00.0 reg 20 io port: [9000, 90ff]
Mar 9 22:27:14 localhost PCI: 0000:01:00.0 reg 30 32bit mmio: [fe7c0000, fe7dffff]
Mar 9 22:27:14 localhost pci 0000:01:00.0: supports D1
Mar 9 22:27:14 localhost pci 0000:01:00.0: supports D2
Mar 9 22:27:14 localhost PCI: 0000:01:00.1 reg 10 64bit mmio: [fe7ec000, fe7effff]
Mar 9 22:27:14 localhost pci 0000:01:00.1: supports D1
Mar 9 22:27:14 localhost pci 0000:01:00.1: supports D2
Mar 9 22:27:14 localhost PCI: bridge 0000:00:02.0 io port: [9000, 9fff]
Mar 9 22:27:14 localhost PCI: bridge 0000:00:02.0 32bit mmio: [fe700000, fe7fffff]
Mar 9 22:27:14 localhost PCI: bridge 0000:00:02.0 64bit mmio pref: [d0000000, dfffffff]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 10 io port: [b800, b807]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 14 io port: [b400, b403]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 18 io port: [b000, b007]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 1c io port: [a800, a803]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 20 io port: [a400, a40f]
Mar 9 22:27:14 localhost PCI: 0000:02:00.0 reg 24 32bit mmio: [fe8ffc00, fe8fffff]
Mar 9 22:27:14 localhost pci 0000:02:00.0: supports D1
Mar 9 22:27:14 localhost pci 0000:02:00.0: PME# supported from D0 D1 D3hot
Mar 9 22:27:14 localhost pci 0000:02:00.0: PME# disabled
Mar 9 22:27:14 localhost PCI: bridge 0000:00:04.0 io port: [a000, bfff]
Mar 9 22:27:14 localhost PCI: bridge 0000:00:04.0 32bit mmio: [fe800000, fe8fffff]
Mar 9 22:27:14 localhost PCI: 0000:03:00.0 reg 10 64bit mmio: [fe9fc000, fe9fffff]
Mar 9 22:27:14 localhost PCI: 0000:03:00.0 reg 18 io port: [c800, c8ff]
Mar 9 22:27:14 localhost PCI: 0000:03:00.0 reg 30 32bit mmio: [fe9c0000, fe9dffff]
Mar 9 22:27:14 localhost pci 0000:03:00.0: supports D1
Mar 9 22:27:14 localhost pci 0000:03:00.0: supports D2
Mar 9 22:27:14 localhost pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Mar 9 22:27:14 localhost pci 0000:03:00.0: PME# disabled
Mar 9 22:27:14 localhost PCI: bridge 0000:00:06.0 io port: [c000, cfff]
Mar 9 22:27:14 localhost PCI: bridge 0000:00:06.0 32bit mmio: [fe900000, fe9fffff]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 10 io port: [e800, e807]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 14 io port: [e400, e403]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 18 io port: [e000, e007]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 1c io port: [d800, d803]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 20 io port: [d400, d40f]
Mar 9 22:27:14 localhost PCI: 0000:04:00.0 reg 24 32bit mmio: [feaffc00, feafffff]
Mar 9 22:27:14 localhost pci 0000:04:00.0: supports D1
Mar 9 22:27:14 localhost pci 0000:04:00.0: PME# supported from D0 D1 D3hot
Mar 9 22:27:14 localhost pci 0000:04:00.0: PME# disabled
Mar 9 22:27:14 localhost PCI: bridge 0000:00:07.0 io port: [d000, efff]
Mar 9 22:27:14 localhost PCI: bridge 0000:00:07.0 32bit mmio: [fea00000, feafffff]
Mar 9 22:27:14 localhost PCI: 0000:05:08.0 reg 10 32bit mmio: [febff000, febfffff]
Mar 9 22:27:14 localhost pci 0000:05:08.0: supports D1
Mar 9 22:27:14 localhost pci 0000:05:08.0: supports D2
Mar 9 22:27:14 localhost pci 0000:05:08.0: PME# supported from D0 D1 D2 D3hot
Mar 9 22:27:14 localhost pci 0000:05:08.0: PME# disabled
Mar 9 22:27:14 localhost pci 0000:00:14.4: transparent bridge
Mar 9 22:27:14 localhost PCI: bridge 0000:00:14.4 32bit mmio: [feb00000, febfffff]
Mar 9 22:27:14 localhost bus 00 -> node 0
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE4._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Mar 9 22:27:14 localhost ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 94, should be 8B [20080609]
Mar 9 22:27:14 localhost Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 9 22:27:14 localhost pnp: PnP ACPI init
Mar 9 22:27:14 localhost ACPI: bus type pnp registered
Mar 9 22:27:14 localhost pnp 00:07: mem resource (0xfec00000-0xfec00fff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp 00:07: mem resource (0xfee00000-0xfee00fff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp 00:08: mem resource (0xffb80000-0xffbfffff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp 00:08: mem resource (0xfff00000-0xffffffff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp 00:0c: mem resource (0xe0000000-0xefffffff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp 00:0d: mem resource (0xfec00000-0xffffffff) overlaps 0000:00:00.0 BAR 3 (0xe0000000-0xffffffff), disabling
Mar 9 22:27:14 localhost pnp: PnP ACPI: found 14 devices
Mar 9 22:27:14 localhost ACPI: ACPI bus type pnp unregistered
Mar 9 22:27:14 localhost SCSI subsystem initialized
Mar 9 22:27:14 localhost PCI: Using ACPI for IRQ routing
Mar 9 22:27:14 localhost pci 0000:00:00.0: BAR 3: can't allocate resource
Mar 9 22:27:14 localhost DMAR:parse DMAR table failure.
Mar 9 22:27:14 localhost PCI-DMA: Disabling AGP.
Mar 9 22:27:14 localhost PCI-DMA: aperture base @ 20000000 size 65536 KB
Mar 9 22:27:14 localhost PCI-DMA: using GART IOMMU.
Mar 9 22:27:14 localhost PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
Mar 9 22:27:14 localhost Switched to high resolution mode on CPU 0
Mar 9 22:27:14 localhost ACPI: RTC can wake from S4
Mar 9 22:27:14 localhost Switched to high resolution mode on CPU 3
Mar 9 22:27:14 localhost Switched to high resolution mode on CPU 1
Mar 9 22:27:14 localhost Switched to high resolution mode on CPU 2
Mar 9 22:27:14 localhost system 00:08: ioport range 0x4d0-0x4d1 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0x40b-0x40b has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0x4d6-0x4d6 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc00-0xc01 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc14-0xc14 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc50-0xc51 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc52-0xc52 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc6c-0xc6c has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xc6f-0xc6f has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xcd0-0xcd1 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xcd2-0xcd3 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xcd4-0xcd5 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xcd6-0xcd7 has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xcd8-0xcdf has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0x800-0x89f has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xb10-0xb1f has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0x900-0x90f has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0x910-0x91f has been reserved
Mar 9 22:27:14 localhost system 00:08: ioport range 0xfe00-0xfefe has been reserved
Mar 9 22:27:14 localhost system 00:0b: ioport range 0xe00-0xe0f has been reserved
Mar 9 22:27:14 localhost system 00:0b: ioport range 0xe80-0xe8f has been reserved
Mar 9 22:27:14 localhost system 00:0b: ioport range 0xf40-0xf4f has been reserved
Mar 9 22:27:14 localhost system 00:0b: ioport range 0xa30-0xa3f has been reserved
Mar 9 22:27:14 localhost system 00:0d: iomem range 0x0-0x9ffff could not be reserved
Mar 9 22:27:14 localhost system 00:0d: iomem range 0xc0000-0xcffff has been reserved
Mar 9 22:27:14 localhost system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
Mar 9 22:27:14 localhost system 00:0d: iomem range 0x100000-0xcfffffff could not be reserved
Mar 9 22:27:14 localhost pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
Mar 9 22:27:14 localhost pci 0000:00:02.0: IO window: 0x9000-0x9fff
Mar 9 22:27:14 localhost pci 0000:00:02.0: MEM window: 0xfe700000-0xfe7fffff
Mar 9 22:27:14 localhost pci 0000:00:02.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
Mar 9 22:27:14 localhost pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
Mar 9 22:27:14 localhost pci 0000:00:04.0: IO window: 0xa000-0xbfff
Mar 9 22:27:14 localhost pci 0000:00:04.0: MEM window: 0xfe800000-0xfe8fffff
Mar 9 22:27:14 localhost pci 0000:00:04.0: PREFETCH window: disabled
Mar 9 22:27:14 localhost pci 0000:00:06.0: PCI bridge, secondary bus 0000:03
Mar 9 22:27:14 localhost pci 0000:00:06.0: IO window: 0xc000-0xcfff
Mar 9 22:27:14 localhost pci 0000:00:06.0: MEM window: 0xfe900000-0xfe9fffff
Mar 9 22:27:14 localhost pci 0000:00:06.0: PREFETCH window: disabled
Mar 9 22:27:14 localhost pci 0000:00:07.0: PCI bridge, secondary bus 0000:04
Mar 9 22:27:14 localhost pci 0000:00:07.0: IO window: 0xd000-0xefff
Mar 9 22:27:14 localhost pci 0000:00:07.0: MEM window: 0xfea00000-0xfeafffff
Mar 9 22:27:14 localhost pci 0000:00:07.0: PREFETCH window: disabled
Mar 9 22:27:14 localhost pci 0000:00:14.4: PCI bridge, secondary bus 0000:05
Mar 9 22:27:14 localhost pci 0000:00:14.4: IO window: disabled
Mar 9 22:27:14 localhost pci 0000:00:14.4: MEM window: 0xfeb00000-0xfebfffff
Mar 9 22:27:14 localhost pci 0000:00:14.4: PREFETCH window: disabled
Mar 9 22:27:14 localhost pci 0000:00:02.0: setting latency timer to 64
Mar 9 22:27:14 localhost pci 0000:00:04.0: setting latency timer to 64
Mar 9 22:27:14 localhost pci 0000:00:06.0: setting latency timer to 64
Mar 9 22:27:14 localhost pci 0000:00:07.0: setting latency timer to 64
Mar 9 22:27:14 localhost bus: 00 index 0 io port: [0, ffff]
Mar 9 22:27:14 localhost bus: 00 index 1 mmio: [0, ffffffffffffffff]
Mar 9 22:27:14 localhost bus: 01 index 0 io port: [9000, 9fff]
Mar 9 22:27:14 localhost bus: 01 index 1 mmio: [fe700000, fe7fffff]
Mar 9 22:27:14 localhost bus: 01 index 2 mmio: [d0000000, dfffffff]
Mar 9 22:27:14 localhost bus: 01 index 3 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 02 index 0 io port: [a000, bfff]
Mar 9 22:27:14 localhost bus: 02 index 1 mmio: [fe800000, fe8fffff]
Mar 9 22:27:14 localhost bus: 02 index 2 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 02 index 3 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 03 index 0 io port: [c000, cfff]
Mar 9 22:27:14 localhost bus: 03 index 1 mmio: [fe900000, fe9fffff]
Mar 9 22:27:14 localhost bus: 03 index 2 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 03 index 3 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 04 index 0 io port: [d000, efff]
Mar 9 22:27:14 localhost bus: 04 index 1 mmio: [fea00000, feafffff]
Mar 9 22:27:14 localhost bus: 04 index 2 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 04 index 3 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 05 index 0 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 05 index 1 mmio: [feb00000, febfffff]
Mar 9 22:27:14 localhost bus: 05 index 2 mmio: [0, 0]
Mar 9 22:27:14 localhost bus: 05 index 3 io port: [0, ffff]
Mar 9 22:27:14 localhost bus: 05 index 4 mmio: [0, ffffffffffffffff]
Mar 9 22:27:14 localhost NET: Registered protocol family 2
Mar 9 22:27:14 localhost IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Mar 9 22:27:14 localhost TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Mar 9 22:27:14 localhost TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Mar 9 22:27:14 localhost TCP: Hash tables configured (established 262144 bind 65536)
Mar 9 22:27:14 localhost TCP reno registered
Mar 9 22:27:14 localhost NET: Registered protocol family 1
Mar 9 22:27:14 localhost checking if image is initramfs... it is
Mar 9 22:27:14 localhost Freeing initrd memory: 21439k freed
Mar 9 22:27:14 localhost audit: initializing netlink socket (disabled)
Mar 9 22:27:14 localhost type=2000 audit(1236634009.440:1): initialized
Mar 9 22:27:14 localhost squashfs: version 3.4 (2008/08/26) Phillip Lougher
Mar 9 22:27:14 localhost SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
Mar 9 22:27:14 localhost SGI XFS Quota Management subsystem
Mar 9 22:27:14 localhost OCFS2 1.5.0
Mar 9 22:27:14 localhost ocfs2: Registered cluster interface o2cb
Mar 9 22:27:14 localhost OCFS2 Node Manager 1.5.0
Mar 9 22:27:14 localhost OCFS2 DLM 1.5.0
Mar 9 22:27:14 localhost OCFS2 DLMFS 1.5.0
Mar 9 22:27:14 localhost OCFS2 User DLM kernel interface loaded
Mar 9 22:27:14 localhost GFS2 (built Mar 9 2009 08:29:58) installed
Mar 9 22:27:14 localhost msgmni has been set to 7901
Mar 9 22:27:14 localhost Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
Mar 9 22:27:14 localhost io scheduler noop registered
Mar 9 22:27:14 localhost io scheduler anticipatory registered (default)
Mar 9 22:27:14 localhost io scheduler deadline registered
Mar 9 22:27:14 localhost io scheduler cfq registered
Mar 9 22:27:14 localhost pci 0000:01:00.0: Boot video device
Mar 9 22:27:14 localhost pcieport-driver 0000:00:02.0: setting latency timer to 64
Mar 9 22:27:14 localhost pcieport-driver 0000:00:02.0: found MSI capability
Mar 9 22:27:14 localhost pci_express 0000:00:02.0:pcie00: allocate port service
Mar 9 22:27:14 localhost pcieport-driver 0000:00:04.0: setting latency timer to 64
Mar 9 22:27:14 localhost pcieport-driver 0000:00:04.0: found MSI capability
Mar 9 22:27:14 localhost pci_express 0000:00:04.0:pcie00: allocate port service
Mar 9 22:27:14 localhost pcieport-driver 0000:00:06.0: setting latency timer to 64
Mar 9 22:27:14 localhost pcieport-driver 0000:00:06.0: found MSI capability
Mar 9 22:27:14 localhost pci_express 0000:00:06.0:pcie00: allocate port service
Mar 9 22:27:14 localhost pcieport-driver 0000:00:07.0: setting latency timer to 64
Mar 9 22:27:14 localhost pcieport-driver 0000:00:07.0: found MSI capability
Mar 9 22:27:14 localhost pci_express 0000:00:07.0:pcie00: allocate port service
Mar 9 22:27:14 localhost Linux agpgart interface v0.103
Mar 9 22:27:14 localhost Serial: 8250/16550 driver4 ports, IRQ sharing enabled
Mar 9 22:27:14 localhost serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 9 22:27:14 localhost 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 9 22:27:14 localhost brd: module loaded
Mar 9 22:27:14 localhost loop: module loaded
Mar 9 22:27:14 localhost input: Macintosh mouse button emulation as /class/input/input0
Mar 9 22:27:14 localhost Uniform Multi-Platform E-IDE driver
Mar 9 22:27:14 localhost atiixp 0000:00:14.1: IDE controller (0x1002:0x438c rev 0x00)
Mar 9 22:27:14 localhost pci 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Mar 9 22:27:14 localhost atiixp 0000:00:14.1: not 100% native mode: will probe irqs later
Mar 9 22:27:14 localhost ide0: BM-DMA at 0xff00-0xff07
Mar 9 22:27:14 localhost Probing IDE interface ide0...
Mar 9 22:27:14 localhost ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 9 22:27:14 localhost ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Mar 9 22:27:14 localhost ide_generic: I/O resource 0x1F0-0x1F7 not free.
Mar 9 22:27:14 localhost Probing IDE interface ide1...
Mar 9 22:27:14 localhost ide1 at 0x170-0x177,0x376 on irq 15
Mar 9 22:27:14 localhost Driver 'sd' needs updating - please use bus_type methods
Mar 9 22:27:14 localhost Driver 'sr' needs updating - please use bus_type methods
Mar 9 22:27:14 localhost PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Mar 9 22:27:14 localhost PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Mar 9 22:27:14 localhost serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 9 22:27:14 localhost mice: PS/2 mouse device common for all mice
Mar 9 22:27:14 localhost input: AT Translated Set 2 keyboard as /class/input/input1
Mar 9 22:27:14 localhost cpuidle: using governor ladder
Mar 9 22:27:14 localhost cpuidle: using governor menu
Mar 9 22:27:14 localhost TCP cubic registered
Mar 9 22:27:14 localhost NET: Registered protocol family 17
Mar 9 22:27:14 localhost registered taskstats version 1
Mar 9 22:27:14 localhost Freeing unused kernel memory: 328k freed
Mar 9 22:27:14 localhost No dock devices found.
Mar 9 22:27:14 localhost libata version 3.00 loaded.
Mar 9 22:27:14 localhost pata_marvell 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Mar 9 22:27:14 localhost pata_marvell 0000:02:00.0: setting latency timer to 64
Mar 9 22:27:14 localhost scsi0 : pata_marvell
Mar 9 22:27:14 localhost scsi1 : pata_marvell
Mar 9 22:27:14 localhost ata1: PATA max UDMA/100 cmd 0xb800 ctl 0xb400 bmdma 0xa400 irq 16
Mar 9 22:27:14 localhost ata2: PATA max UDMA/133 cmd 0xb000 ctl 0xa800 bmdma 0xa408 irq 16
Mar 9 22:27:14 localhost pata_marvell 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Mar 9 22:27:14 localhost pata_marvell 0000:04:00.0: setting latency timer to 64
Mar 9 22:27:14 localhost scsi2 : pata_marvell
Mar 9 22:27:14 localhost scsi3 : pata_marvell
Mar 9 22:27:14 localhost ata3: PATA max UDMA/100 cmd 0xe800 ctl 0xe400 bmdma 0xd400 irq 19
Mar 9 22:27:14 localhost ata4: PATA max UDMA/133 cmd 0xe000 ctl 0xd800 bmdma 0xd408 irq 19
Mar 9 22:27:14 localhost ahci 0000:00:12.0: version 3.0
Mar 9 22:27:14 localhost ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Mar 9 22:27:14 localhost ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
Mar 9 22:27:14 localhost ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Mar 9 22:27:14 localhost ahci 0000:00:12.0: flags: ncq sntf ilck led clo pmp pio
Mar 9 22:27:14 localhost scsi4 : ahci
Mar 9 22:27:14 localhost scsi5 : ahci
Mar 9 22:27:14 localhost scsi6 : ahci
Mar 9 22:27:14 localhost scsi7 : ahci
Mar 9 22:27:14 localhost ata5: SATA max UDMA/133 abar m1024@0xfe6ff800 port 0xfe6ff900 irq 22
Mar 9 22:27:14 localhost ata6: SATA max UDMA/133 abar m1024@0xfe6ff800 port 0xfe6ff980 irq 22
Mar 9 22:27:14 localhost ata7: SATA max UDMA/133 abar m1024@0xfe6ff800 port 0xfe6ffa00 irq 22
Mar 9 22:27:14 localhost ata8: SATA max UDMA/133 abar m1024@0xfe6ff800 port 0xfe6ffa80 irq 22
Mar 9 22:27:14 localhost ata5: softreset failed (device not ready)
Mar 9 22:27:14 localhost ata5: failed due to HW bug, retry pmp=0
Mar 9 22:27:14 localhost ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Mar 9 22:27:14 localhost ata5.00: ATA-7: SAMSUNG HD753LJ, 1AA01109, max UDMA7
Mar 9 22:27:14 localhost ata5.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Mar 9 22:27:14 localhost ata5.00: SB600 AHCI: limiting to 255 sectors per cmd
Mar 9 22:27:14 localhost ata5.00: SB600 AHCI: limiting to 255 sectors per cmd
Mar 9 22:27:14 localhost ata5.00: configured for UDMA/133
Mar 9 22:27:14 localhost ata6: softreset failed (device not ready)
Mar 9 22:27:14 localhost ata6: failed due to HW bug, retry pmp=0
Mar 9 22:27:14 localhost ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Mar 9 22:27:14 localhost ata6.00: ATAPI: TSSTcorp CDDVDW SH-S203D, SB00, max UDMA/100, ATAPI AN
Mar 9 22:27:14 localhost ata6.00: SB600 AHCI: limiting to 255 sectors per cmd
Mar 9 22:27:14 localhost ata6.00: SB600 AHCI: limiting to 255 sectors per cmd
Mar 9 22:27:14 localhost ata6.00: configured for UDMA/100
Mar 9 22:27:14 localhost ata7: SATA link down (SStatus 0 SControl 300)
Mar 9 22:27:14 localhost ata8: SATA link down (SStatus 0 SControl 300)
Mar 9 22:27:14 localhost scsi 4:0:0:0: Direct-Access ATA SAMSUNG HD753LJ 1AA0 PQ: 0 ANSI: 5
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] 1465149168 512-byte hardware sectors (750156 MB)
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Write Protect is off
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] 1465149168 512-byte hardware sectors (750156 MB)
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Write Protect is off
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 9 22:27:14 localhost sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
Mar 9 22:27:14 localhost sd 4:0:0:0: [sda] Attached SCSI disk
Mar 9 22:27:14 localhost scsi 5:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203D SB00 PQ: 0 ANSI: 5
Mar 9 22:27:14 localhost sr0: scsi3-mmc drive: 62x/94x writer dvd-ram cd/rw xa/form2 cdda tray
Mar 9 22:27:14 localhost Uniform CD-ROM driver Revision: 3.20
Mar 9 22:27:14 localhost sr 5:0:0:0: Attached scsi CD-ROM sr0
Mar 9 22:27:14 localhost sd 4:0:0:0: Attached scsi generic sg0 type 0
Mar 9 22:27:14 localhost sr 5:0:0:0: Attached scsi generic sg1 type 5
Mar 9 22:27:14 localhost scsi: <fdomain> Detection failed (no card)
Mar 9 22:27:14 localhost GDT-HA: Storage RAID Controller Driver. Version: 3.05
Mar 9 22:27:14 localhost Fusion MPT base driver 3.04.07
Mar 9 22:27:14 localhost Copyright (c) 1999-2008 LSI Corporation
Mar 9 22:27:14 localhost Fusion MPT SPI Host driver 3.04.07
Mar 9 22:27:14 localhost Fusion MPT FC Host driver 3.04.07
Mar 9 22:27:14 localhost Fusion MPT SAS Host driver 3.04.07
Mar 9 22:27:14 localhost 3ware Storage Controller device driver for Linux v1.26.02.002.
Mar 9 22:27:14 localhost 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
Mar 9 22:27:14 localhost Compaq SMART2 Driver (v 2.6.0)
Mar 9 22:27:14 localhost HP CISS Driver (v 3.6.20)
Mar 9 22:27:14 localhost Adaptec aacraid driver 1.1-5[2456]-ms
Mar 9 22:27:14 localhost megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
Mar 9 22:27:14 localhost megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
Mar 9 22:27:14 localhost megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
Mar 9 22:27:14 localhost QLogic Fibre Channel HBA Driver: 8.02.01-k7
Mar 9 22:27:14 localhost Emulex LightPulse Fibre Channel SCSI driver 8.2.7
Mar 9 22:27:14 localhost Copyright(c) 2004-2008 Emulex. All rights reserved.
Mar 9 22:27:14 localhost usbcore: registered new interface driver usbfs
Mar 9 22:27:14 localhost usbcore: registered new interface driver hub
Mar 9 22:27:14 localhost usbcore: registered new device driver usb
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: EHCI Host Controller
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: debug port 1
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe6ff000
Mar 9 22:27:14 localhost ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar 9 22:27:14 localhost usb usb1: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 1-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 1-0:1.0: 10 ports detected
Mar 9 22:27:14 localhost Initializing USB Mass Storage driver...
Mar 9 22:27:14 localhost usbcore: registered new interface driver usb-storage
Mar 9 22:27:14 localhost USB Mass Storage support registered.
Mar 9 22:27:14 localhost USB Universal Host Controller Interface driver v3.0
Mar 9 22:27:14 localhost ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.0: OHCI Host Controller
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe6fe000
Mar 9 22:27:14 localhost usb usb2: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 2-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 2-0:1.0: 2 ports detected
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.1: OHCI Host Controller
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe6fd000
Mar 9 22:27:14 localhost usb usb3: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 3-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 3-0:1.0: 2 ports detected
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.2: OHCI Host Controller
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe6fc000
Mar 9 22:27:14 localhost usb usb4: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 4-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 4-0:1.0: 2 ports detected
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.3: OHCI Host Controller
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe6fb000
Mar 9 22:27:14 localhost usb usb5: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 5-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 5-0:1.0: 2 ports detected
Mar 9 22:27:14 localhost usb 4-2: new low speed USB device using ohci_hcd and address 2
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.4: OHCI Host Controller
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
Mar 9 22:27:14 localhost ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe6fa000
Mar 9 22:27:14 localhost usb usb6: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost hub 6-0:1.0: USB hub found
Mar 9 22:27:14 localhost hub 6-0:1.0: 2 ports detected
Mar 9 22:27:14 localhost usb 4-2: configuration #1 chosen from 1 choice
Mar 9 22:27:14 localhost usbcore: registered new interface driver hiddev
Mar 9 22:27:14 localhost input: Logitech USB Mouse as /class/input/input2
Mar 9 22:27:14 localhost input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:13.2-2
Mar 9 22:27:14 localhost usbcore: registered new interface driver usbhid
Mar 9 22:27:14 localhost usbhid: v2.6:USB HID core driver
Mar 9 22:27:14 localhost sl811: driver sl811-hcd, 19 May 2005
Mar 9 22:27:14 localhost ohci1394 0000:05:08.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Mar 9 22:27:14 localhost ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[22] MMIO=[febff000-febff7ff] Max Packet=[2048] IR/IT contexts=[8/8]
Mar 9 22:27:14 localhost device-mapper: uevent: version 1.0.3
Mar 9 22:27:14 localhost device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Mar 9 22:27:14 localhost md: raid0 personality registered for level 0
Mar 9 22:27:14 localhost md: raid1 personality registered for level 1
Mar 9 22:27:14 localhost async_tx: api initialized (async)
Mar 9 22:27:14 localhost xor: automatically using best checksumming function: generic_sse
Mar 9 22:27:14 localhost generic_sse: 9144.400 MB/sec
Mar 9 22:27:14 localhost xor: using function: generic_sse (9144.400 MB/sec)
Mar 9 22:27:14 localhost raid6: int64x1 2281 MB/s
Mar 9 22:27:14 localhost raid6: int64x2 2928 MB/s
Mar 9 22:27:14 localhost raid6: int64x4 1991 MB/s
Mar 9 22:27:14 localhost raid6: int64x8 2068 MB/s
Mar 9 22:27:14 localhost ieee1394: Host added: ID:BUS[0-00:1023] GUID[001e8c0000050b72]
Mar 9 22:27:14 localhost raid6: sse2x1 2878 MB/s
Mar 9 22:27:14 localhost raid6: sse2x2 4794 MB/s
Mar 9 22:27:14 localhost raid6: sse2x4 5351 MB/s
Mar 9 22:27:14 localhost raid6: using algorithm sse2x4 (5351 MB/s)
Mar 9 22:27:14 localhost md: raid6 personality registered for level 6
Mar 9 22:27:14 localhost md: raid5 personality registered for level 5
Mar 9 22:27:14 localhost md: raid4 personality registered for level 4
Mar 9 22:27:14 localhost md: raid10 personality registered for level 10
Mar 9 22:27:14 localhost JFS: nTxBlock = 8192, nTxLock = 65536
Mar 9 22:27:14 localhost RPC: Registered udp transport module.
Mar 9 22:27:14 localhost RPC: Registered tcp transport module.
Mar 9 22:27:14 localhost Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
Mar 9 22:27:14 localhost Copyright (c) 1999-2006 Intel Corporation.
Mar 9 22:27:14 localhost kjournald starting. Commit interval 5 seconds
Mar 9 22:27:14 localhost EXT3-fs: mounted filesystem with ordered data mode.
Mar 9 22:27:14 localhost sky2 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Mar 9 22:27:14 localhost sky2 0000:03:00.0: setting latency timer to 64
Mar 9 22:27:14 localhost sky2 0000:03:00.0: v1.22 addr 0xfe9fc000 irq 18 Yukon-2 EC Ultra rev 3
Mar 9 22:27:14 localhost sky2 eth0: addr 00:1e:8c:27:e4:7e
Mar 9 22:27:14 localhost Floppy drive(s): fd0 is 1.44M
Mar 9 22:27:14 localhost FDC 0 is a post-1991 82077
Mar 9 22:27:14 localhost input: Power Button (FF) as /class/input/input3
Mar 9 22:27:14 localhost input: PC Speaker as /class/input/input4
Mar 9 22:27:14 localhost ACPI: Power Button (FF) [PWRF]
Mar 9 22:27:14 localhost input: Power Button (CM) as /class/input/input5
Mar 9 22:27:14 localhost ACPI: Power Button (CM) [PWRB]
Mar 9 22:27:14 localhost ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SOR1 [0xb00-0xb0f]
Mar 9 22:27:14 localhost ACPI: Device needs an ACPI driver
Mar 9 22:27:14 localhost piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Mar 9 22:27:14 localhost ACPI: duty_cycle spans bit 4
Mar 9 22:27:14 localhost processor ACPI0007:00: registered as cooling_device0
Mar 9 22:27:14 localhost processor ACPI0007:01: registered as cooling_device1
Mar 9 22:27:14 localhost processor ACPI0007:02: registered as cooling_device2
Mar 9 22:27:14 localhost processor ACPI0007:03: registered as cooling_device3
Mar 9 22:27:14 localhost fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Mar 9 22:27:14 localhost [fglrx] Maximum main memory to use for locked dma buffers: 3789 MBytes.
Mar 9 22:27:14 localhost [fglrx] vendor: 1002 device: 9598 count: 1
Mar 9 22:27:14 localhost [fglrx] ioport: bar 4, base 0x9000, size: 0x100
Mar 9 22:27:14 localhost pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Mar 9 22:27:14 localhost pci 0000:01:00.0: setting latency timer to 64
Mar 9 22:27:14 localhost [fglrx] Driver built-in PAT support is enabled successfully
Mar 9 22:27:14 localhost [fglrx] module loaded - fglrx 8.58.2 [Feb 4 2009] with 1 minors
Mar 9 22:27:14 localhost HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Mar 9 22:27:14 localhost hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
Mar 9 22:27:14 localhost HDA Intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Mar 9 22:27:14 localhost HDA Intel 0000:01:00.1: setting latency timer to 64
Mar 9 22:27:14 localhost EXT3 FS on sda1, internal journal
Mar 9 22:27:14 localhost Adding 3903752k swap on /dev/sda5. Priority:-1 extents:1 across:3903752k
Mar 9 22:27:14 localhost /usr/sbin/gpm[16118]: *** info [daemon/startup.c(136)]:
Mar 9 22:27:14 localhost /usr/sbin/gpm[16118]: Started gpm successfully. Entered daemon mode.
Mar 9 22:27:14 localhost sky2 eth0: enabling interface
Mar 9 22:27:16 localhost sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
Mar 9 22:27:18 localhost cron[16669]: (CRON) STARTUP (V5.0)
Mar 9 22:27:19 localhost NET: Registered protocol family 10
Mar 9 22:27:19 localhost lo: Disabled Privacy Extensions
Mar 9 22:27:25 localhost login[16734]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Mar 9 22:27:25 localhost login[16772]: ROOT LOGIN on 'tty1'
Mar 9 22:27:30 localhost eth0: no IPv6 routers present
Mar 9 22:27:34 localhost [fglrx] Firegl kernel thread PID: 16800
Mar 9 22:27:34 localhost [fglrx] Gart USWC size:1911 M.
Mar 9 22:27:34 localhost [fglrx] Gart cacheable size:60 M.
Mar 9 22:27:34 localhost [fglrx] Reserved FB block: Shared offset:0, size:1000000
Mar 9 22:27:34 localhost [fglrx] Reserved FB block: Unshared offset:fc19000, size:3e7000
Mar 9 22:27:34 localhost [fglrx] Reserved FB block: Unshared offset:1fffc000, size:4000
Den Eintrag vom Ende
Code:
[fglrx] Reserved FB block: Unshared offset:1fffc000, size:4000
habe ich genauso auch im OpenSUSE log.
Gibt es noch spezielle debugging options für fglrx? mal sehen ...
 
Hmm ....
ich glaube einfach der aktuelle X-Server ist defekt oder so was.
Jetzt wollte ich alternative den X11 mit radeonhd probieren. Da ist ähnliches verhalten. Nur bleibt der Bildschirm komplett schwarz.
 
Hmm ....
ich glaube einfach der aktuelle X-Server ist defekt oder so was.
Jetzt wollte ich alternative den X11 mit radeonhd probieren. Da ist ähnliches verhalten. Nur bleibt der Bildschirm komplett schwarz.
Glaube ich nicht. Funktioniert hier bei mir wunderbar. Hast du den Rechner rebootet für den Wechsel? Du musst dafür sorgen, dass für den radeonhd das fglrx-Modul nicht geladen wird, und der Rechner rebootet wird, so das Modul geladen war. Das beißt sich bei den Treibern.
 
Du bekommst nur einen schwarzen Bildschirm, richtig? Kannst du noch auf die console wechseln?
Nein ich kann überhaupt nichts mehr machen.
Strg-Alt-Backspace
Strg-Alt-F1
Strg-Alt-Entf
funktioniert alles nicht mehr.
Oder auch die Num Taste lässt die LED in der Tastatur nicht mehr ändern. Der ist definitv abgeschmiert. Leider ohne BSOD. ;D Das wäre wenigstens cool.

Ich glaube ich werde versuchen den ganzen Müll in der package.keywords und so wieder zurück fahren und gentoo mit default sachen benutzen, bis das offiziell unterstützt ist.
Ich wollte aber den gcc-4.3.3 schon verwenden. Wegen der amdfam10 Unterstützung.

Wie deinstalliere ich jetzt am besten die Packete samt abhängigkeiten:
ati-driver
xorg-server
radeonhd ...
emerge -aC ...?
.
EDIT :
.

Glaube ich nicht. Funktioniert hier bei mir wunderbar. Hast du den Rechner rebootet für den Wechsel? Du musst dafür sorgen, dass für den radeonhd das fglrx-Modul nicht geladen wird, und der Rechner rebootet wird, so das Modul geladen war. Das beißt sich bei den Treibern.
Ich habe das Modul einfach mit rmmod fglrx entfernt.
.
EDIT :
.

Code:
[FONT="Courier New"]=sys-devel/gcc-4.3.3 -* ~*
=x11-drivers/ati-drivers-8.582 -* ~*
=x11-base/xorg-server-1.5.3-r3 -* ~*
=x11-libs/pixman-0.14.0 -* ~*
=x11-libs/libpciaccess-0.10.5 -* ~*
=x11-apps/xauth-1.0.3 -* ~*
=x11-libs/libXrender-0.9.4 -* ~*
=x11-proto/xextproto-7.0.4 -* ~*
=x11-libs/libXau-1.0.4 -* ~*
=x11-proto/xproto-7.0.14 -* ~*
=media-libs/mesa-7.3-r1 -* ~*
=x11-libs/libXext-1.0.4 -* ~*
=x11-proto/inputproto-1.5.0 -* ~*
=x11-misc/xkeyboard-config-1.5 -* ~*
=x11-libs/xtrans-1.2.3 -* ~*
=x11-apps/rgb-1.0.3 -* ~*
=x11-libs/libX11-1.1.5 -* ~*
=x11-apps/xinit-1.0.8-r4 -* ~*
=x11-proto/xf86driproto-2.0.4 -* ~*
=x11-libs/libXxf86vm-1.0.2 -* ~*
=x11-proto/randrproto-1.2.2 -* ~*
=x11-libs/libXfont-1.3.4 -* ~*
=x11-proto/renderproto-0.9.3 -* ~*
=x11-drivers/xf86-input-keyboard-1.3.2 -* ~*
=x11-drivers/xf86-input-mouse-1.4.0 -* ~*
=x11-libs/libdrm-2.4.5 -* ~*
=x11-proto/dri2proto-1.99.3 -* ~*[/FONT]
Wie ich schon erwähnte habe ich diese Packete also sehr neue installiert. Hast du die auch am laufen?
.
EDIT :
.

ich vermute einfach da wird eines der sehr neuen packete einfach buggy sein.
 
Nein ich kann überhaupt nichts mehr machen.
Strg-Alt-Backspace
Strg-Alt-F1
Strg-Alt-Entf
funktioniert alles nicht mehr.
Oder auch die Num Taste lässt die LED in der Tastatur nicht mehr ändern. Der ist definitv abgeschmiert. Leider ohne BSOD. ;D Das wäre wenigstens cool.

Ich glaube ich werde versuchen den ganzen Müll in der package.keywords und so wieder zurück fahren und gentoo mit default sachen benutzen, bis das offiziell unterstützt ist.
Ich wollte aber den gcc-4.3.3 schon verwenden. Wegen der amdfam10 Unterstützung.
Trag halt nur den gcc in die package.keywords ein. Aber mit
Code:
sys-devel/gcc ~amd64
Ich setze gerade ein 64bit System voraus.

Wie deinstalliere ich jetzt am besten die Packete samt abhängigkeiten:
ati-driver
xorg-server
radeonhd ...
emerge -aC ...?
Einfach aus der package.keywords entfernen. Danach ein 'emerge -DN world', und die sollten downgraded werden.

Ich habe das Modul einfach mit rmmod fglrx entfernt.
Reicht nicht. Wie gesagt, der Treiber darf nie geladen wesen sein.

Wie ich schon erwähnte habe ich diese Packete also sehr neue installiert. Hast du die auch am laufen?
Ich habe komplett unstable laufen (~amd64), teilweise sogar experimentelle Pakete.
 
Ich habe komplett unstable laufen (~amd64), teilweise sogar experimentelle Pakete.
Wie geht das?
Einfach nur ~amd64 in die package.keywords eintragen?
.
EDIT :
.

Macht das eigentlich was aus wenn ich ab und zu mit einer chroot umgebung aus OpenSUSE -> Gentoo etwas kompiliere/emerge?
Eigentlich doch nicht solang ich die Anweisungen wie beim stage3 befolge.
 
Wie geht das?
Einfach nur ~amd64 in die package.keywords eintragen?
Wie ich es oben geschrieben habe. Für ein 64bit System lautet der Eintrag:
Code:
sys-devel/gcc ~amd64
Bei einem 32bit System ist es:
Code:
sys-devel/gcc ~x86

Macht das eigentlich was aus wenn ich ab und zu mit einer chroot umgebung aus OpenSUSE -> Gentoo etwas kompiliere/emerge?
Eigentlich doch nicht solang ich die Anweisungen wie beim stage3 befolge.
Nein, macht nichts. Nur die Architektur muss passen. Aber du kannst aus einem 32bit System eh nicht in ein 64bit System chrooten.

PS: Ich würde dir die binutils auch aus unstable nahe legen. Also für die dann

sys-devel/binutils ~amd64/~x86, je nach Architektur
 
Zuletzt bearbeitet:
Zurück
Oben Unten