Willkommen im cgboard - classic games Forum! Deine gemütliche Retro Gaming Community. Besuche uns auch im Discord Chat.

[Problem] Knoppix 7.0.5 und Ati Mobility M6 (Radeon 7000)
#1
0
Hi!

Habe gerade mal wieder ein frisches Knoppix 7.0.5 auf meinem Toshiba Satellite installiert, nachdem ich es mal wieder zerschossen habe. Problem: Ich bekomme den Radeon Treiber nicht zum laufen. Nicht nur unter Knoppix, sondern auch bspw. unter Lubuntu. Es werden immer nur die Mesa-Treiber geladen. Die Karte wird beim Booten von Knoppix zwar vom Namen richtig erkannt, steht nachher im System-Profiler mit 128 MB Ram drin, obwohl das Teil nur 16 MB hat. Kann mir da jemand helfen? Kann man das irgendwo konfigurieren, dass dier Speicher richtig erkannt wird?

Ich häng die aktuelle xorg.conf mal hinten dran:

Code:
# /etc/X11/xorg.conf
# Created by KNOPPIX # Delete this line if you don't want KNOPPIX to overwrite your /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    
    # Since evdev, manual keyboard/mice entries are mostly ignored:
    # Keyboard auto-probed
    
    # Touchpad auto-probed
    # USB mouse auto-probed
    # Serial Mouse auto-probed
### AIGLX for compiz 3D-Support with DRI & Composite
### This option doesn't hurt even if it's not supported by the individual card
        Option         "AIGLX"     "true"
    
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option    "DPMS"    "true"
    
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
    FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/Speedo"
    FontPath     "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
    FontPath     "/usr/share/fonts/X11/cyrillic"
#    FontPath     "/usr/share/fonts/X11/latin2/75dpi"
#    FontPath     "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
    Load  "dbe" # Double Buffering Extension, very important.
    Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
    Load  "glx" # GLX Extension.
    Load  "freetype" # Freetype fonts.
    Load  "type1"  # Type 1 fonts
    Load  "record" # Developer extension, usually not needed
    Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it accesses videoram without consulting X about it.
    SubSection      "extmod"
        Option          "omit xfree86-dga"
    EndSubSection
#    Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#       Load  "ddc"  # ddc probing of monitor, this should be never present, as it gets automatically loaded.
#    Load  "GLcore" # This should be never present, as it gets automatically loaded.
#       Load  "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
EndSection

Section "Extensions"
    # compiz needs Composite, but it can cause bad (end even softreset-resistant)
    # effects in some graphics cards, especially nv.
    Option "Composite" "Disable"
EndSection




# Monitor section auto-generated by KNOPPIX mkxorgconfig

Section "Monitor"
    Identifier   "Monitor0"
    ModelName    "Generic Monitor"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
#    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#    VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
#    VertRefresh  50.0 - 60.0 # Extreme conservative. Will flicker. TFT default.
        
    
    Option "MonitorLayout" "LVDS,AUTO"

EndSection


Section "Device"
    ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
    Identifier  "Card0"
    # Driver (chipset) autodetect
    VendorName  "All"
    BoardName   "All"
#    BusID       "PCI:1:0:0"

# compiz, beryl 3D-Support with DRI & Composite
    Option "XAANoOffscreenPixmaps"
    Option "AllowGLXWithComposite" "true"
#       Some Radeon cards don't handle this well.
#    Option "EnablePageFlip" "true"
    Option "TripleBuffer" "true"

# Tweaks for the xorg 7.4 (otherwise broken) "intel" driver
#    Option "Tiling" "no"
    Option "Legacy3D" "false"
    

# These two lines are (presumably) needed to prevent fonts from being scrambled
        Option  "XaaNoScanlineImageWriteRect" "true"
        Option  "XaaNoScanlineCPUToScreenColorExpandFill" "true"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    
    Option "AddARGBGLXVisuals" "true"
    Option "DisableGLXRootClipping" "true"
    SubSection "Display"
        Depth     1
        
    EndSubSection
    SubSection "Display"
        Depth     4
        
    EndSubSection
    SubSection "Display"
        Depth     8
        
    EndSubSection
    SubSection "Display"
        Depth     15
        
    EndSubSection
    SubSection "Display"
        Depth     16
        
    EndSubSection
    SubSection "Display"
        Depth     24
        
    EndSubSection
    SubSection "Display"
        Depth     32
        
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Vielen Dank!
Nemu
Zitieren
#2
0
Kann's sein, dass du dieses Problem schon im Knoppix-Forum gepostet hast? Wink Ansonsten was wirft denn
Code:
lspci
im Terminal aus? Und in der Sektion "device" sehe ich gar keinen Eintrag Confused

./edit:

Ersetze o.g. Sektion mal durch:

Code:
Section "Device"
    Identifier    "Generic Video Card"
    Driver        "radeon"
EndSection

Wenn das funzt, kann man weiter feilen...
Zitieren
#3
0
meh, Zufall! Smile

hier das spuckt lspci aus:
Code:
knoppix@Microknoppix:~$ lspci
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 05)
00:1f.2 USB controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 05)
00:1f.4 USB controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 05)
00:1f.6 Modem: Intel Corporation 82801BA/BAM AC'97 Modem Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV100 LY [Mobility Radeon 7000]
02:00.0 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
02:00.1 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
02:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
02:0b.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
03:00.0 USB controller: NEC Corporation USB (rev 41)
03:00.1 USB controller: NEC Corporation USB (rev 41)
03:00.2 USB controller: NEC Corporation USB 2.0 (rev 02)

ich probier das gleich mal aus, das in der xorg zu ersetzen....

edit: Nein. Es werden wieder die Mesa-Treiber geladen. ich denke, es liegt daran, dass schon von Haus aus 128 Mb Ram erkannt werden. Das zeugt doch davon, dass x die karte erst gar nicht richtig erkennt, und dann die mesa-dinger nachlädt, oder?

hier: so sieht das dann im Profiler aus:
Code:
-Display-
Resolution        : 1024x768 pixels
Vendor        : The X.Org Foundation
Version        : 1.12.4
-Monitors-
Monitor 0        : 1024x768 pixels
Monitor 1        : 1024x768 pixels
-Extensions-
BIG-REQUESTS
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
XVideo-MotionCompensation
-OpenGL-
Vendor        : Tungsten Graphics, Inc.
Renderer        : Mesa DRI R100 (RV100 4C59) x86/MMX/SSE2 NO-TCL DRI2
Version        : 1.3 Mesa 8.0.5
Direct Rendering        : Yes
Zitieren
#4
0
Korrigiert mich wenn ich falsch liege: Mesa ist doch nur eine Rendering Erweiterung. Treiber konnte ich in deinem Auschnitt überhaupt nicht sehen.

Kannst du mal das Xorg-Logfile posten?
Zitieren
#5
0
sag mir wo ich das finde Smile
Zitieren
#6
0
Eigentlich immer unter /var/log ...wie hast du die Radeon-Treiber eigentlich installiert?
Zitieren
#7
0
ok. danke. die radeon-treiber wurden von knoppix automatisch installiert.

Log poste ich heute Abend, wenn ich am Rechner bin!
Zitieren
#8
0
Hm, ok - ich würde an deiner Stelle noch einmal die Radeon-Treiber ziehen und manuell installieren.
Zitieren
#9
0
sag mal, hast du das nur bei knoppix, oder auch bei anderen distros?
kannst das ja mal mit ner live-version von z.B Mint testen, dann hätte man schon wieder was ausgeschlossen
Amicus certus in re incerta cernitur
[Bild: loomawogf.png]
Zitieren
#10
0
Hi beule!

Ich hatte das selbe problem bereits bei lubuntu.


Hier hab ich noch etwas gefunden:

http://forums.gentoo.org/viewtopic.php?t=220878

Kann da jemand was mit anfangen und mir das verständlich machen? Smile

Hier nochmal die xorg.0.log
Code:
[    26.775]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    26.776] X Protocol Version 11, Revision 0
[    26.776] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    26.776] Current Operating System: Linux Microknoppix 3.6.11 #12 SMP PREEMPT Thu Dec 20 04:04:10 CET 2012 i686
[    26.776] Kernel command line: root=/dev/sda2 rootwait lang=de apm=power-off nomce libata.force=noncq no3d tz=localtime loglevel=1  rw
[    26.776] Build Date: 29 November 2012  08:52:43PM
[    26.776] xorg-server 2:1.12.4-4 (Julien Cristau <jcristau@debian.org>)
[    26.776] Current version of pixman: 0.26.0
[    26.776]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    26.777] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.777] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  5 18:39:07 2013
[    26.819] (==) Using config file: "/etc/X11/xorg.conf"
[    26.819] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.821] (==) ServerLayout "XFree86 Configured"
[    26.821] (**) |Screen "Screen0" (0)
[    26.821] (**) |   |Monitor "Monitor0"
[    26.849] (==) No device specified for screen "Screen0".
    Using the first device section listed.
[    26.849] (**) |   |Device "Generic Video Card"
[    26.849] (**) Option "AllowMouseOpenFail" "true"
[    26.849] (**) Option "AIGLX" "true"
[    26.850] (==) Automatically adding devices
[    26.850] (==) Automatically enabling devices
[    26.959] (WW) The directory "/usr/share/fonts/X11/Speedo" does not exist.
[    26.959]     Entry deleted from font path.
[    26.959] (WW) The directory "/usr/share/fonts/X11/PEX" does not exist.
[    26.959]     Entry deleted from font path.
[    26.959] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    26.959]     Entry deleted from font path.
[    26.959] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    26.959]     Entry deleted from font path.
[    26.959] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
[    26.959]     Entry deleted from font path.
[    26.960]     (Run 'mkfontdir' on "/usr/share/fonts/truetype").
[    26.960] (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
[    26.960]     Entry deleted from font path.
[    26.960] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    26.960]     Entry deleted from font path.
[    26.960] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    26.960]     Entry deleted from font path.
[    26.960] (**) FontPath set to:
    /usr/share/fonts/X11/misc:unscaled,
    /usr/share/fonts/X11/75dpi:unscaled,
    /usr/share/fonts/X11/100dpi:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    26.960] (**) ModulePath set to "/usr/lib/xorg/modules"
[    26.960] (**) Extension "Composite" is disabled
[    26.960] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.960] (II) Loader magic: 0xb77595a0
[    26.960] (II) Module ABI versions:
[    26.960]     X.Org ANSI C Emulation: 0.4
[    26.960]     X.Org Video Driver: 12.1
[    26.960]     X.Org XInput driver : 16.0
[    26.960]     X.Org Server Extension : 6.0
[    26.962] (--) PCI:*(0:1:0:0) 1002:4c59:1179:ff00 rev 0, Mem @ 0xf0000000/134217728, 0xe8000000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    26.963] (II) Open ACPI successful (/var/run/acpid.socket)
[    26.963] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    26.963] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    26.963] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    26.964] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    26.964] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    26.964] (II) "dri2" will be loaded by default.
[    26.964] (II) LoadModule: "dbe"
[    27.025] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    27.042] (II) Module dbe: vendor="X.Org Foundation"
[    27.042]     compiled for 1.12.4, module version = 1.0.0
[    27.042]     Module class: X.Org Server Extension
[    27.042]     ABI class: X.Org Server Extension, version 6.0
[    27.042] (II) Loading extension DOUBLE-BUFFER
[    27.042] (II) LoadModule: "dri"
[    27.043] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    27.075] (II) Module dri: vendor="X.Org Foundation"
[    27.075]     compiled for 1.12.4, module version = 1.0.0
[    27.075]     ABI class: X.Org Server Extension, version 6.0
[    27.075] (II) Loading extension XFree86-DRI
[    27.075] (II) LoadModule: "glx"
[    27.076] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.151] (II) Module glx: vendor="X.Org Foundation"
[    27.152]     compiled for 1.12.4, module version = 1.0.0
[    27.152]     ABI class: X.Org Server Extension, version 6.0
[    27.152] (**) AIGLX enabled
[    27.152] (II) Loading extension GLX
[    27.152] (II) LoadModule: "record"
[    27.153] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    27.158] (II) Module record: vendor="X.Org Foundation"
[    27.158]     compiled for 1.12.4, module version = 1.13.0
[    27.158]     Module class: X.Org Server Extension
[    27.158]     ABI class: X.Org Server Extension, version 6.0
[    27.158] (II) Loading extension RECORD
[    27.158] (II) LoadModule: "extmod"
[    27.159] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    27.185] (II) Module extmod: vendor="X.Org Foundation"
[    27.185]     compiled for 1.12.4, module version = 1.0.0
[    27.185]     Module class: X.Org Server Extension
[    27.185]     ABI class: X.Org Server Extension, version 6.0
[    27.185] (II) Loading extension SELinux
[    27.185] (II) Loading extension MIT-SCREEN-SAVER
[    27.186] (II) Loading extension XFree86-VidModeExtension
[    27.186] (II) Loading extension XFree86-DGA
[    27.186] (II) Loading extension DPMS
[    27.186] (II) Loading extension XVideo
[    27.186] (II) Loading extension XVideo-MotionCompensation
[    27.186] (II) Loading extension X-Resource
[    27.186] (II) LoadModule: "extmod"
[    27.187] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    27.187] (II) Module extmod: vendor="X.Org Foundation"
[    27.187]     compiled for 1.12.4, module version = 1.0.0
[    27.187]     Module class: X.Org Server Extension
[    27.187]     ABI class: X.Org Server Extension, version 6.0
[    27.187] (II) Loading extension SELinux
[    27.187] (II) Loading extension MIT-SCREEN-SAVER
[    27.187] (II) Loading extension XFree86-VidModeExtension
[    27.187] (II) Loading extension DPMS
[    27.187] (II) Loading extension XVideo
[    27.187] (II) Loading extension XVideo-MotionCompensation
[    27.187] (II) Loading extension X-Resource
[    27.187] (II) LoadModule: "dri2"
[    27.188] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    27.190] (II) Module dri2: vendor="X.Org Foundation"
[    27.190]     compiled for 1.12.4, module version = 1.2.0
[    27.190]     ABI class: X.Org Server Extension, version 6.0
[    27.190] (II) Loading extension DRI2
[    27.190] (II) LoadModule: "radeon"
[    27.190] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    27.295] (II) Module radeon: vendor="X.Org Foundation"
[    27.295]     compiled for 1.12.1.902, module version = 6.14.4
[    27.295]     Module class: X.Org Video Driver
[    27.295]     ABI class: X.Org Video Driver, version 12.0
[    27.315] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA
[    27.365] (++) using VT number 5

[    27.379] (II) [KMS] Kernel modesetting enabled.
[    27.380] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    27.484] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    27.484] (==) RADEON(0): Default visual is TrueColor
[    27.484] (==) RADEON(0): RGB weight 888
[    27.484] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    27.484] (--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59)
[    27.484] (II) RADEON(0): AGP card detected
[    27.484] drmOpenDevice: node name is /dev/dri/card0
[    27.484] drmOpenDevice: open result is 9, (OK)
[    27.485] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    27.485] drmOpenDevice: node name is /dev/dri/card0
[    27.485] drmOpenDevice: open result is 9, (OK)
[    27.485] drmOpenByBusid: drmOpenMinor returns 9
[    27.485] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    27.485] (II) Loading sub module "exa"
[    27.485] (II) LoadModule: "exa"
[    27.485] (II) Loading /usr/lib/xorg/modules/libexa.so
[    27.508] (II) Module exa: vendor="X.Org Foundation"
[    27.508]     compiled for 1.12.4, module version = 2.5.0
[    27.508]     ABI class: X.Org Video Driver, version 12.1
[    27.508] (II) RADEON(0): KMS Color Tiling: disabled
[    27.509] (II) RADEON(0): KMS Pageflipping: enabled
[    27.509] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    27.529] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
[    27.529] (II) RADEON(0): Output LVDS has no monitor section
[    27.529] (II) RADEON(0): Output S-video has no monitor section
[    27.549] (II) RADEON(0): EDID for output VGA-0
[    27.549] (II) RADEON(0): Printing probed modes for output VGA-0
[    27.549] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    27.549] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    27.549] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    27.549] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    27.549] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    27.550] (II) RADEON(0): EDID for output LVDS
[    27.550] (II) RADEON(0): Printing probed modes for output LVDS
[    27.550] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1040 1176 1344  768 770 776 806 (48.4 kHz eP)
[    27.550] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    27.550] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    27.550] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    27.551] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    27.551] (II) RADEON(0): EDID for output S-video
[    27.551] (II) RADEON(0): Output VGA-0 connected
[    27.551] (II) RADEON(0): Output LVDS connected
[    27.551] (II) RADEON(0): Output S-video disconnected
[    27.551] (II) RADEON(0): Using exact sizes for initial modes
[    27.551] (II) RADEON(0): Output VGA-0 using initial mode 1024x768
[    27.551] (II) RADEON(0): Output LVDS using initial mode 1024x768
[    27.551] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    27.551] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:1000000 visible:f00000
[    27.551] (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
[    27.551] (++) RADEON(0): DPI set to (96, 96)
[    27.551] (II) Loading sub module "fb"
[    27.551] (II) LoadModule: "fb"
[    27.553] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.674] (II) Module fb: vendor="X.Org Foundation"
[    27.674]     compiled for 1.12.4, module version = 1.0.0
[    27.674]     ABI class: X.Org ANSI C Emulation, version 0.4
[    27.674] (II) Loading sub module "ramdac"
[    27.674] (II) LoadModule: "ramdac"
[    27.674] (II) Module "ramdac" already built-in
[    27.675] (--) Depth 24 pixmap format is 32 bpp
[    27.721] (II) RADEON(0): [DRI2] Setup complete
[    27.721] (II) RADEON(0): [DRI2]   DRI driver: radeon
[    27.721] (II) RADEON(0): [DRI2]   VDPAU driver: radeon
[    27.722] (II) RADEON(0): Front buffer size: 3072K
[    27.722] (II) RADEON(0): VRAM usage limit set to 11059K
[    27.734] (==) RADEON(0): Backing store disabled
[    27.734] (II) RADEON(0): Direct rendering enabled
[    27.765] (II) RADEON(0): Render acceleration enabled for R100 type cards.
[    27.765] (II) RADEON(0): Setting EXA maxPitchBytes
[    27.766] (II) EXA(0): Driver allocated offscreen pixmaps
[    27.766] (II) EXA(0): Driver registered support for the following operations:
[    27.766] (II)         Solid
[    27.766] (II)         Copy
[    27.766] (II)         Composite (RENDER acceleration)
[    27.766] (II)         UploadToScreen
[    27.766] (II)         DownloadFromScreen
[    27.791] (II) RADEON(0): Acceleration enabled
[    27.792] (==) RADEON(0): DPMS enabled
[    27.792] (==) RADEON(0): Silken mouse enabled
[    27.821] (II) RADEON(0): Set up textured video
[    27.821] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    27.821] (II) RADEON(0): [XvMC] Extension initialized.
[    27.821] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.822] (WW) RADEON(0): Option "MonitorLayout" is not used
[    27.822] (WW) RADEON(0): Option "AddARGBGLXVisuals" is not used
[    27.822] (WW) RADEON(0): Option "DisableGLXRootClipping" is not used
[    27.822] (--) RandR disabled
[    27.822] (II) Initializing built-in extension Generic Event Extension
[    27.822] (II) Initializing built-in extension SHAPE
[    27.822] (II) Initializing built-in extension MIT-SHM
[    27.822] (II) Initializing built-in extension XInputExtension
[    27.822] (II) Initializing built-in extension XTEST
[    27.822] (II) Initializing built-in extension BIG-REQUESTS
[    27.822] (II) Initializing built-in extension SYNC
[    27.822] (II) Initializing built-in extension XKEYBOARD
[    27.822] (II) Initializing built-in extension XC-MISC
[    27.822] (II) Initializing built-in extension SECURITY
[    27.822] (II) Initializing built-in extension XINERAMA
[    27.822] (II) Initializing built-in extension XFIXES
[    27.823] (II) Initializing built-in extension RENDER
[    27.823] (II) Initializing built-in extension RANDR
[    27.823] (II) Initializing built-in extension COMPOSITE
[    27.823] (II) Initializing built-in extension DAMAGE
[    27.829] (II) SELinux: Disabled on system
[    28.441] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    28.441] (II) AIGLX: enabled GLX_INTEL_swap_event
[    28.441] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    28.441] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    28.442] (II) AIGLX: Loaded and initialized radeon
[    28.442] (II) GLX: Initialized DRI2 GL provider for screen 0
[    28.671] (II) RADEON(0): Setting screen physical size to 270 x 203
[    29.492] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    29.493] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.493] (II) LoadModule: "evdev"
[    29.493] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.513] (II) Module evdev: vendor="X.Org Foundation"
[    29.513]     compiled for 1.12.1, module version = 2.7.0
[    29.513]     Module class: X.Org XInput Driver
[    29.513]     ABI class: X.Org XInput driver, version 16.0
[    29.513] (II) Using input driver 'evdev' for 'Power Button'
[    29.513] (**) Power Button: always reports core events
[    29.513] (**) evdev: Power Button: Device: "/dev/input/event2"
[    29.513] (--) evdev: Power Button: Vendor 0 Product 0x1
[    29.513] (--) evdev: Power Button: Found keys
[    29.513] (II) evdev: Power Button: Configuring as keyboard
[    29.513] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    29.514] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.514] (**) Option "xkb_rules" "evdev"
[    29.514] (**) Option "xkb_model" "pc105"
[    29.514] (**) Option "xkb_layout" "de"
[    29.514] (**) Option "xkb_variant" "nodeadkeys"
[    29.514] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.626] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    29.626] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.626] (II) Using input driver 'evdev' for 'Power Button'
[    29.626] (**) Power Button: always reports core events
[    29.626] (**) evdev: Power Button: Device: "/dev/input/event1"
[    29.626] (--) evdev: Power Button: Vendor 0 Product 0x1
[    29.626] (--) evdev: Power Button: Found keys
[    29.626] (II) evdev: Power Button: Configuring as keyboard
[    29.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    29.627] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    29.627] (**) Option "xkb_rules" "evdev"
[    29.627] (**) Option "xkb_model" "pc105"
[    29.627] (**) Option "xkb_layout" "de"
[    29.627] (**) Option "xkb_variant" "nodeadkeys"
[    29.627] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.629] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    29.629] (II) No input driver specified, ignoring this device.
[    29.629] (II) This device may have been added with another device file.
[    29.631] (II) config/udev: Adding input device Logitech Trackball (/dev/input/event4)
[    29.631] (**) Logitech Trackball: Applying InputClass "evdev pointer catchall"
[    29.631] (II) Using input driver 'evdev' for 'Logitech Trackball'
[    29.631] (**) Logitech Trackball: always reports core events
[    29.631] (**) evdev: Logitech Trackball: Device: "/dev/input/event4"
[    29.631] (--) evdev: Logitech Trackball: Vendor 0x46d Product 0xc404
[    29.631] (--) evdev: Logitech Trackball: Found 3 mouse buttons
[    29.631] (--) evdev: Logitech Trackball: Found scroll wheel(s)
[    29.631] (--) evdev: Logitech Trackball: Found relative axes
[    29.632] (--) evdev: Logitech Trackball: Found x and y relative axes
[    29.632] (II) evdev: Logitech Trackball: Configuring as mouse
[    29.632] (II) evdev: Logitech Trackball: Adding scrollwheel support
[    29.632] (**) evdev: Logitech Trackball: YAxisMapping: buttons 4 and 5
[    29.632] (**) evdev: Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1/1-1:1.0/input/input4/event4"
[    29.632] (II) XINPUT: Adding extended input device "Logitech Trackball" (type: MOUSE, id 8)
[    29.632] (II) evdev: Logitech Trackball: initialized for relative axes.
[    29.633] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
[    29.633] (**) Logitech Trackball: (accel) acceleration profile 0
[    29.633] (**) Logitech Trackball: (accel) acceleration factor: 2.000
[    29.633] (**) Logitech Trackball: (accel) acceleration threshold: 4
[    29.634] (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
[    29.635] (II) No input driver specified, ignoring this device.
[    29.635] (II) This device may have been added with another device file.
[    29.636] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event5)
[    29.636] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    29.636] (II) Using input driver 'evdev' for '  USB Keyboard'
[    29.637] (**)   USB Keyboard: always reports core events
[    29.637] (**) evdev:   USB Keyboard: Device: "/dev/input/event5"
[    29.637] (--) evdev:   USB Keyboard: Vendor 0x1241 Product 0x1503
[    29.637] (--) evdev:   USB Keyboard: Found keys
[    29.637] (II) evdev:   USB Keyboard: Configuring as keyboard
[    29.637] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/usb2/2-2/2-2:1.0/input/input5/event5"
[    29.637] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    29.637] (**) Option "xkb_rules" "evdev"
[    29.637] (**) Option "xkb_model" "pc105"
[    29.637] (**) Option "xkb_layout" "de"
[    29.637] (**) Option "xkb_variant" "nodeadkeys"
[    29.638] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.640] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event6)
[    29.640] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    29.640] (II) Using input driver 'evdev' for '  USB Keyboard'
[    29.640] (**)   USB Keyboard: always reports core events
[    29.641] (**) evdev:   USB Keyboard: Device: "/dev/input/event6"
[    29.641] (--) evdev:   USB Keyboard: Vendor 0x1241 Product 0x1503
[    29.641] (--) evdev:   USB Keyboard: Found keys
[    29.641] (II) evdev:   USB Keyboard: Configuring as keyboard
[    29.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/usb2/2-2/2-2:1.1/input/input6/event6"
[    29.641] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 10)
[    29.641] (**) Option "xkb_rules" "evdev"
[    29.641] (**) Option "xkb_model" "pc105"
[    29.641] (**) Option "xkb_layout" "de"
[    29.641] (**) Option "xkb_variant" "nodeadkeys"
[    29.641] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.644] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    29.644] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    29.644] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    29.644] (**) AT Translated Set 2 keyboard: always reports core events
[    29.644] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    29.644] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    29.644] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    29.644] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    29.644] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    29.644] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    29.645] (**) Option "xkb_rules" "evdev"
[    29.645] (**) Option "xkb_model" "pc105"
[    29.645] (**) Option "xkb_layout" "de"
[    29.645] (**) Option "xkb_variant" "nodeadkeys"
[    29.645] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.647] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
[    29.647] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[    29.647] (II) Using input driver 'evdev' for 'PS/2 Mouse'
[    29.647] (**) PS/2 Mouse: always reports core events
[    29.647] (**) evdev: PS/2 Mouse: Device: "/dev/input/event7"
[    29.648] (--) evdev: PS/2 Mouse: Vendor 0x2 Product 0x8
[    29.648] (--) evdev: PS/2 Mouse: Found 3 mouse buttons
[    29.648] (--) evdev: PS/2 Mouse: Found relative axes
[    29.648] (--) evdev: PS/2 Mouse: Found x and y relative axes
[    29.648] (II) evdev: PS/2 Mouse: Configuring as mouse
[    29.648] (**) evdev: PS/2 Mouse: YAxisMapping: buttons 4 and 5
[    29.648] (**) evdev: PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.648] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input7/event7"
[    29.648] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE, id 12)
[    29.648] (II) evdev: PS/2 Mouse: initialized for relative axes.
[    29.649] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[    29.649] (**) PS/2 Mouse: (accel) acceleration profile 0
[    29.649] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[    29.649] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[    29.650] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse1)
[    29.650] (II) No input driver specified, ignoring this device.
[    29.650] (II) This device may have been added with another device file.
[    29.652] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
[    29.652] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    29.652] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    29.652] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    29.652] (II) LoadModule: "synaptics"
[    29.652] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    29.685] (II) Module synaptics: vendor="X.Org Foundation"
[    29.685]     compiled for 1.12.1.902, module version = 1.6.2
[    29.685]     Module class: X.Org XInput Driver
[    29.685]     ABI class: X.Org XInput driver, version 16.0
[    29.685] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    29.685] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    29.685] (**) Option "Device" "/dev/input/event8"
[    29.723] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[    29.723] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[    29.723] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    29.723] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[    29.723] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    29.723] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[    29.724] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[    29.724] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    29.724] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    29.743] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event8"
[    29.743] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 13)
[    29.743] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    29.743] (**) synaptics: AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[    29.743] (**) synaptics: AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[    29.744] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    29.744] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    29.744] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    29.744] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    29.744] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    29.745] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse2)
[    29.746] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"


edit: Habe gerade nochmals den Treiber radeon neu installiert, via synaptic, keinen erfolg Sad
Zitieren
#11
0
gibts auf der ati seite keinen treiber für linux? wäre in jedem fall die beste wahl
allerdings hatte ich unter linux immer probeme mit meinen nvidia treiber...das hat nie so richtig geklappt.
Allerdings brauch ich keine speziellen treiber, für das was ich mit linux mache. Dosbox und scumm klappt auch mit normalen treibern
Amicus certus in re incerta cernitur
[Bild: loomawogf.png]
Zitieren
#12
0
Hast du schon mit "lsmod" geschaut, ob das Modul "radeon" wirklich nicht geladen wird? Falls es geladen wird, müsste es da nämlich in der Auflistung stehen. Ansonsten teste doch mal, ob du mit "modprobe radeon" das Modul manuell laden kannst...

Im Übrigen würde ich auch die Treiber komplett entfernen, von der AMD-Seite ziehen und manuell installieren, damit du definitiv die neusten versucht hast...

./edit - ach ja, unter deinem Link findest du Beispiele, wie du die conf ändern könntest, um die Treiber (hoffentlich) laden zu lassen, nur die BusID muss entsprechend geändert werden...
Zitieren
#13
0
Nach dem Log oben wurde doch der Radeon-Treiber geladen. Was genau funktioniert nicht? 3D?

PS: Bitte nicht Kernelmodule und X.Org-Treiber durcheinander bringen.
Zitieren
#14
0
lsmod:
Code:
Module                  Size  Used by
ipv6                  211919  10
ppdev                   4168  0
lp                      6194  0
irda                   74507  0
serio_raw               3203  0
parport_pc             23985  1
parport                21929  3 lp,ppdev,parport_pc
floppy                 41965  0
battery                 9405  0
ac                      2540  0
orinoco_cs              7542  1
orinoco                45110  1 orinoco_cs
cfg80211              119685  1 orinoco
snd_intel8x0m           8473  0
pcmcia                 25391  1 orinoco_cs
8250_pci               21650  0
yenta_socket           16048  0
joydev                  6757  0
8250                   16457  1 8250_pci
snd_intel8x0           20530  1
snd_ac97_codec         79136  2 snd_intel8x0,snd_intel8x0m
lpc_ich                 9142  0
ac97_bus                 759  1 snd_ac97_codec
e100                   22748  0
serial_core            12684  1 8250
mii                     2844  1 e100
i2c_i801                7302  0
rng_core                2364  0
radeon                663072  2
ttm                    38367  1 radeon
drm_kms_helper         18872  1 radeon

ok, nach dem wird der radeon also doch geladen. Demnach ist der Profiler nicht aussagekräftig.

Der sagt nämlich das die Mesa-Treiber geladen sind. Mit den falschen Angaben zum RAM.

Hm...

Memphis: Der offizielle AMD-Treiber (ist doch der fglrx..?) unterstützt die Karte nicht mehr. Daher bin ich auf den radeon angewiesen.

Shadow: nein. 3D funktioniert nicht, was sich bei jeder Gelegenheit mit Abstürzen bemerkbar macht...

edit: keiner ne idee?
Zitieren
#15
0
Hm, also, wie bist du denn da dran gegangen? Du hast Knoppix installiert, anschließend die Treiber, aber nach einem Neustart hat sich nichts verändert, ja? Hast du die xorg.conf nach der Treiberinstallation neu schreiben lassen und dann angepasst? Ich erinnere mich dunkel (gilt für die fglrx-Treiber), dass man nach der Installation der Treiber den Window Manager schließen musste, die xorg.conf neu schreiben ließ und dann von den Treibern alles eintragen lassen konnte...gibt's für die radeon nicht auch so etwas wie "aticonfig --initial"? Oder kann man das Kommando dafür nicht auch nutzen!?

Gott bin ich froh, dass die aktuelle Ubuntu LTS in einer VM ohne großes Konfigurieren sauber läuft -.-
Zitieren
#16
0
hm. Nein. ich stehe immer noch am Anfang. Knoppix hat die Treiber installiert, die offensichtlich ja auch geladen werden. Habe jetzt natürlich einmal neu installiert, aber nichts weiter...

Nur 3D-Beschleunigung produziert weiterhin fehler und ist sehr langsam

edit:
hmm... LIBGL_DEBUG=verbose glxinfo gibt folgendes aus:

Code:
name of display: :0
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/radeon_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/radeon_dri.so
libGL: Can't open configuration file /home/knoppix/.drirc: No such file or directory.
libGL: Can't open configuration file /home/knoppix/.drirc: No such file or directory.

GLXgears:
296 frames in 5.0 seconds = 59.040 FPS
298 frames in 5.0 seconds = 59.581 FPS
298 frames in 5.0 seconds = 59.576 FPS
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Sunshine und Moonlight goodsubarita 1 207 24.12.2023, 13:22
Letzter Beitrag: goodsubarita
  [Frage] Timidity++ und GUS K.A.R.R. 5 1.158 13.09.2021, 14:48
Letzter Beitrag: K.A.R.R.
  [Frage] Android und seine entropy CrazyJose 0 1.487 04.11.2017, 18:27
Letzter Beitrag: CrazyJose
  WindowsPE - Keine Maus und Tastatur! Atreyu 5 3.401 13.06.2017, 23:57
Letzter Beitrag: Atreyu
  [DOSBox] Welche Versionen verwendet ihr und von wo? Gismo 19 6.245 13.03.2017, 20:10
Letzter Beitrag: Gismo

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste