Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#501 Le 23/07/2006, à 19:00

mr_pouit

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Et là, si tu fais un "sudo modprobe fglrx" il se passe quoi ? (en espérant que ça ne plante pas)

Hors ligne

#502 Le 23/07/2006, à 19:14

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

ca ne fait rien. a moin que je doille reboot ?


Amicalement, Soclix.

Hors ligne

#503 Le 23/07/2006, à 19:23

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

J'ai reboot, et toujours rien smile


Amicalement, Soclix.

Hors ligne

#504 Le 23/07/2006, à 19:28

mr_pouit

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Arf, désolé : je voulais dire : tu fais un modprobe fglrx, et tu regardes dmesg pour voir s'il n'est pas plus bavard smile

Hors ligne

#505 Le 23/07/2006, à 19:32

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Toujours ca :

[17179602.940000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[17179602.944000] [fglrx] Maximum main memory to use for locked dma buffers: 1171 MBytes.
[17179602.944000] [fglrx] module loaded - fglrx 8.26.18 [Jun 22 2006] on minor 0[17179603.160000] **** SET: Misaligned resource pointer: f7acc242 Type 07 Len 0
[17179603.160000] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[17179603.160000] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 209
[17179606.328000] ppdev: user-space parallel port driver
[17179606.868000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179606.868000] apm: overridden by ACPI.
[17179609.276000] eth0: no IPv6 routers present
[17179610.256000] Bluetooth: Core ver 2.8
[17179610.256000] NET: Registered protocol family 31
[17179610.256000] Bluetooth: HCI device and connection manager initialized
[17179610.256000] Bluetooth: HCI socket layer initialized
[17179610.340000] Bluetooth: L2CAP ver 2.8
[17179610.340000] Bluetooth: L2CAP socket layer initialized
[17179610.388000] Bluetooth: RFCOMM socket layer initialized
[17179610.388000] Bluetooth: RFCOMM TTY layer initialized
:

Amicalement, Soclix.

Hors ligne

#506 Le 25/07/2006, à 10:23

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Bon, récapitulons.
J'ai d'installé :

linux-image-k7 ( Version 2.6.15.24 )
linux-image-2.6.15-26-k7 ( Version 2.6.15-26.45 )
linux-restricted-modules-k7 ( Version 2.6.15.24 )
linux-restricted-modules-2.6.15-26-k7 ( Version 2.6.15.11-3 )
linux-restricted-modules-common ( Version 2.6.15.11-3 )
fglrx-control ( version 8.26.18-1 )
fglrx-kernel-2.6.15-26-k7 ( Version 8.26.18-1+2.6.15-26.45 )
fglrx-kernel source ( Version 8.26.18-1 )
xorg-driver-fglrx ( Version 8.26.18-1 )
xserver-xorg-driver-ati ( Version 1:6.5.7.3-0ubuntu7 )

Voila pour ce qui est d'installer, donc si vous voyez des incohérance ou si vous avez besoin de plus d'informations, n'hésiter pas.

/etc/modules :

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
agpart
nvidia-agp
fglrx
lp
psmouse
sbp2
sr_mod

/etc/X11/xorg.conf :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    #Load    "extmod"
    SubSection "extmod"
        Option    "omit xfree86-dga"
       EndSubSecti
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Driver        "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "UseInternalAGPGART" "yes"
    BusID        "PCI:2:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

fglrxinfo :

soclix@soclix-desktop:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

dmsg :

soclix@soclix-desktop:~$ dmesg [17179569.184000] Linux version 2.6.15-26-k7 (buildd@terranova) (gcc version 4.0 .3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Mon Jul 17 20:36:04 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[17179569.184000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000004fff0000 (usable)
[17179569.184000]  BIOS-e820: 000000004fff0000 - 000000004fff3000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000004fff3000 - 0000000050000000 (ACPI data)
[17179569.184000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[17179569.184000] 383MB HIGHMEM available.
[17179569.184000] 896MB LOWMEM available.
[17179569.184000] On node 0 totalpages: 327664
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 225280 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 98288 pages, LIFO batch:31
[17179569.184000] DMI 2.2 present.
[17179569.184000] ACPI: RSDP (v000 Nvidia                                ) @ 0x0 00f6b80
[17179569.184000] ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @  0x4fff3000
[17179569.184000] ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @  0x4fff3040
[17179569.184000] ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @  0x4fff79c0
[17179569.184000] ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000d) @  0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x4008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 6:10 APIC version 16
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: BIOS IRQ0 pin2 override ignored.
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 60000000 (gap: 50000000:a ec00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda2 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[17179569.184000] Detected 1913.403 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179572.176000] Dentry cache hash table entries: 131072 (order: 7, 524288 byte s)
[17179572.176000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179572.224000] Memory: 1286520k/1310656k available (2103k kernel code, 22884k  reserved, 600k data, 332k init, 393152k highmem)
[17179572.224000] Checking if this processor honours the WP bit even in supervis or mode... Ok.
[17179572.304000] Calibrating delay using timer specific routine.. 3830.83 BogoM IPS (lpj=7661675)
[17179572.304000] Security Framework v1.0.0 initialized
[17179572.304000] SELinux:  Disabled at boot.
[17179572.304000] Mount-cache hash table entries: 512
[17179572.304000] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[17179572.304000] CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 0 0000000 00000000 00000000 00000000
[17179572.304000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/li ne)
[17179572.304000] CPU: L2 Cache: 512K (64 bytes/line)
[17179572.304000] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 0000042 0 00000000 00000000 00000000
[17179572.304000] mtrr: v2.0 (20020519)
[17179572.304000] Enabling fast FPU save and restore... done.
[17179572.304000] Enabling unmasked SIMD FPU exception support... done.
[17179572.304000] Checking 'hlt' instruction... OK.
[17179572.320000] SMP alternatives: switching to UP code
[17179572.320000] checking if image is initramfs... it is
[17179572.868000] Freeing initrd memory: 6762k freed
[17179572.884000] ACPI: Looking for DSDT ... not found!
[17179572.896000] CPU0: AMD Athlon(tm) XP 2600+ stepping 00
[17179572.896000] Total of 1 processors activated (3830.83 BogoMIPS).
[17179572.896000] ENABLING IO-APIC IRQs
[17179572.896000] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[17179573.040000] Brought up 1 CPUs
[17179573.040000] NET: Registered protocol family 16
[17179573.040000] EISA bus registered
[17179573.040000] ACPI: bus type pci registered
[17179573.040000] PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=2
[17179573.040000] PCI: Using configuration type 1
[17179573.040000] ACPI: Subsystem revision 20051216
[17179573.044000] ACPI: Interpreter enabled
[17179573.044000] ACPI: Using IOAPIC for interrupt routing
[17179573.044000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179573.044000] PCI: Probing PCI hardware (bus 00)
[17179573.048000] PCI: nForce2 C1 Halt Disconnect fixup
[17179573.048000] Boot video device is 0000:02:00.0
[17179573.048000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179573.112000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[17179573.116000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[17179573.116000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.116000] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.116000] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 *11 12 14 1 5)
[17179573.116000] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 11 *12 14 1 5)
[17179573.116000] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.116000] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 1 5)
[17179573.116000] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 *10 11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 *11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.120000] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 *10 11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 11 *12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *10 11 12 14 1 5)
[17179573.120000] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15 ) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCE] (IRQs *16), disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[17179573.124000] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
[17179573.128000] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[17179573.128000] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
[17179573.128000] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
[17179573.128000] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[17179573.128000] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[17179573.128000] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[17179573.132000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179573.132000] pnp: PnP ACPI init
[17179573.136000] pnp: PnP ACPI: found 12 devices
[17179573.136000] PnPBIOS: Disabled by ACPI PNP
[17179573.136000] PCI: Using ACPI for IRQ routing
[17179573.136000] PCI: If a device doesn't work, try "pci=routeirq".  If it help s, post a report
[17179573.184000] pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
[17179573.184000] pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
[17179573.184000] pnp: 00:00: ioport range 0x4400-0x447f has been reserved
[17179573.184000] pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
[17179573.184000] pnp: 00:00: ioport range 0x4200-0x427f has been reserved
[17179573.184000] pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
[17179573.184000] pnp: 00:01: ioport range 0x5000-0x503f has been reserved
[17179573.184000] pnp: 00:01: ioport range 0x5100-0x513f has been reserved
[17179573.184000] PCI: Bridge: 0000:00:08.0
[17179573.184000]   IO window: a000-bfff
[17179573.184000]   MEM window: e6000000-e7ffffff
[17179573.184000]   PREFETCH window: 60000000-600fffff
[17179573.184000] PCI: Bridge: 0000:00:1e.0
[17179573.184000]   IO window: c000-cfff
[17179573.184000]   MEM window: e4000000-e5ffffff
[17179573.184000]   PREFETCH window: d0000000-dfffffff
[17179573.184000] PCI: Setting latency timer of device 0000:00:08.0 to 64
[17179573.184000] audit: initializing netlink socket (disabled)
[17179573.184000] audit(1153814060.180:1): initialized
[17179573.184000] highmem bounce pool size: 64 pages
[17179573.184000] VFS: Disk quotas dquot_6.5.1
[17179573.184000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179573.184000] Initializing Cryptographic API
[17179573.184000] io scheduler noop registered
[17179573.184000] io scheduler anticipatory registered
[17179573.184000] io scheduler deadline registered
[17179573.184000] io scheduler cfq registered
[17179573.188000] isapnp: Scanning for PnP cards...
[17179573.544000] isapnp: No Plug & Play device found
[17179573.560000] Real Time Clock Driver v1.12
[17179573.560000] PNP: No PS/2 controller found. Probing ports directly.
[17179573.560000] i8042.c: Warning: Keylock active.
[17179573.560000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179573.560000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179573.560000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ shar ing enabled
[17179573.564000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179573.564000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179573.564000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179573.564000] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179573.564000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 b locksize
[17179573.564000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179573.564000] ide: Assuming 33MHz system bus speed for PIO modes; override w ith idebus=xx
[17179573.564000] mice: PS/2 mouse device common for all mice
[17179573.564000] EISA: Probing bus 0 at eisa.0
[17179573.564000] Cannot allocate resource for EISA slot 4
[17179573.564000] Cannot allocate resource for EISA slot 5
[17179573.564000] EISA: Detected 0 cards.
[17179573.564000] NET: Registered protocol family 2
[17179573.604000] IP route cache hash table entries: 65536 (order: 6, 262144 byt es)
[17179573.604000] TCP established hash table entries: 262144 (order: 9, 3145728 bytes)
[17179573.608000] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[17179573.608000] TCP: Hash tables configured (established 262144 bind 65536)
[17179573.608000] TCP reno registered
[17179573.608000] TCP bic registered
[17179573.608000] NET: Registered protocol family 1
[17179573.608000] NET: Registered protocol family 8
[17179573.608000] NET: Registered protocol family 20
[17179573.608000] Using IPI No-Shortcut mode
[17179573.608000] ACPI wakeup devices:
[17179573.608000] HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI UAR1
[17179573.608000] ACPI: (supports S0 S1 S4 S5)
[17179573.608000] Freeing unused kernel memory: 332k freed
[17179573.656000] vga16fb: initializing
[17179573.656000] vga16fb: mapped to 0xc00a0000
[17179573.788000] Console: switching to colour frame buffer device 80x25
[17179573.788000] fb0: VGA16 VGA frame buffer device
[17179574.860000] Capability LSM initialized
[17179575.024000] ACPI: Fan [FAN] (on)
[17179575.028000] ACPI: Thermal Zone [THRM] (59 C)
[17179575.572000] SCSI subsystem initialized
[17179575.572000] ACPI: bus type scsi registered
[17179575.572000] libata version 1.20 loaded.
[17179575.576000] sata_sil 0000:01:0b.0: version 0.9
[17179575.576000] **** SET: Misaligned resource pointer: df8afc22 Type 07 Len 0
[17179575.576000] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[17179575.576000] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC3] -> GSI 18 ( level, high) -> IRQ 177
[17179575.576000] ata1: SATA max UDMA/100 cmd 0xF885E080 ctl 0xF885E08A bmdma 0x F885E000 irq 177
[17179575.576000] ata2: SATA max UDMA/100 cmd 0xF885E0C0 ctl 0xF885E0CA bmdma 0x F885E008 irq 177
[17179575.780000] ata1: no device found (phy stat 00000000)
[17179575.780000] scsi0 : sata_sil
[17179575.988000] ata2: no device found (phy stat 00000000)
[17179575.988000] scsi1 : sata_sil
[17179576.024000] NFORCE2: IDE controller at PCI slot 0000:00:09.0
[17179576.024000] NFORCE2: chipset revision 162
[17179576.024000] NFORCE2: not 100% native mode: will probe irqs later
[17179576.024000] NFORCE2: BIOS didn't set cable bits correctly. Enabling workar ound.
[17179576.024000] NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
[17179576.024000]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb :DMA
[17179576.024000]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd :DMA
[17179576.024000] Probing IDE interface ide0...
[17179576.320000] hda: Maxtor 6Y120P0, ATA DISK drive
[17179576.996000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179577.008000] Probing IDE interface ide1...
[17179577.744000] hdc: ASUS CRW-5232AS, ATAPI CD/DVD-ROM drive
[17179578.528000] hdd: HL-DT-STDVD-ROM GDR8162B, ATAPI CD/DVD-ROM drive
[17179578.596000] ide1 at 0x170-0x177,0x376 on irq 15
[17179578.604000] hda: max request size: 128KiB
[17179578.616000] hda: 240121728 sectors (122942 MB) w/7936KiB Cache, CHS=65535/ 16/63, UDMA(133)
[17179578.616000] hda: cache flushes supported
[17179578.620000]  hda: hda1 hda2
[17179578.624000] hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179578.624000] Uniform CD-ROM driver Revision: 3.20
[17179578.636000] hdd: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
[17179578.848000] usbcore: registered new driver usbfs
[17179578.848000] usbcore: registered new driver hub
[17179578.852000] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[17179578.852000] **** SET: Misaligned resource pointer: df8af862 Type 07 Len 0
[17179578.852000] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[17179578.852000] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 ( level, high) -> IRQ 185
[17179578.852000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[17179578.852000] ohci_hcd 0000:00:02.0: OHCI Host Controller
[17179578.884000] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus nu mber 1
[17179578.884000] ohci_hcd 0000:00:02.0: irq 185, io mem 0xe8080000
[17179578.908000] ieee1394: Initialized config rom entry `ip1394'
[17179578.944000] hub 1-0:1.0: USB hub found
[17179578.944000] hub 1-0:1.0: 3 ports detected
[17179579.052000] **** SET: Misaligned resource pointer: df8af1a2 Type 07 Len 0
[17179579.052000] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[17179579.052000] ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [APCG] -> GSI 21 ( level, high) -> IRQ 193
[17179579.052000] PCI: Setting latency timer of device 0000:00:02.1 to 64
[17179579.052000] ohci_hcd 0000:00:02.1: OHCI Host Controller
[17179579.084000] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus nu mber 2
[17179579.084000] ohci_hcd 0000:00:02.1: irq 193, io mem 0xe8083000
[17179579.144000] hub 2-0:1.0: USB hub found
[17179579.144000] hub 2-0:1.0: 3 ports detected
[17179579.252000] **** SET: Misaligned resource pointer: df8af322 Type 07 Len 0
[17179579.252000] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[17179579.252000] ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 20 ( level, high) -> IRQ 201
[17179579.252000] PCI: Setting latency timer of device 0000:00:02.2 to 64
[17179579.252000] ehci_hcd 0000:00:02.2: EHCI Host Controller
[17179579.252000] ehci_hcd 0000:00:02.2: debug port 1
[17179579.252000] PCI: cache line size of 64 is not supported by device 0000:00: 02.2
[17179579.252000] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus nu mber 3
[17179579.252000] ehci_hcd 0000:00:02.2: irq 201, io mem 0xe8086000
[17179579.252000] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 D ec 2004
[17179579.252000] hub 3-0:1.0: USB hub found
[17179579.252000] hub 3-0:1.0: 6 ports detected
[17179579.360000] ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org>
[17179579.360000] **** SET: Misaligned resource pointer: df8af4a2 Type 07 Len 0
[17179579.360000] ACPI: PCI Interrupt Link [APCM] enabled at IRQ 22
[17179579.360000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [APCM] -> GSI 22 ( level, high) -> IRQ 185
[17179579.360000] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[17179579.412000] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[185]  MMIO=[e808 4000-e80847ff]  Max Packet=[2048]
[17179579.476000] Attempting manual resume
[17179579.492000] kjournald starting.  Commit interval 5 seconds
[17179579.492000] EXT3-fs: mounted filesystem with ordered data mode.
[17179579.616000] ohci_hcd 0000:00:02.0: wakeup
[17179580.000000] usb 1-1: new full speed USB device using ohci_hcd and address 3
[17179580.212000] hub 1-1:1.0: USB hub found
[17179580.216000] hub 1-1:1.0: 7 ports detected
[17179580.532000] ohci1394: fw-host0: SelfID received outside of bus reset seque nce
[17179580.688000] usb 1-1.4: new low speed USB device using ohci_hcd and address  4
[17179580.812000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[000000044b808003 ]
[17179581.044000] usb 1-1.5: new low speed USB device using ohci_hcd and address  5
[17179581.404000] usb 1-1.7: new full speed USB device using ohci_hcd and addres s 6
[17179581.756000] usb 1-1.1: new full speed USB device using ohci_hcd and addres s 7
[17179589.836000] Linux agpgart interface v0.101 (c) Dave Jones
[17179589.844000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179589.872000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179589.880000] forcedeth.c: Reverse Engineered nForce ethernet driver. Versio n 0.54.
[17179589.880000] **** SET: Misaligned resource pointer: dfb5ba02 Type 07 Len 0
[17179589.880000] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
[17179589.880000] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 21 ( level, high) -> IRQ 193
[17179589.880000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[17179589.920000] agpgart: Detected NVIDIA nForce2 chipset
[17179589.924000] agpgart: AGP aperture is 64M @ 0xe0000000
[17179589.928000] input: PC Speaker as /class/input/input0
[17179589.940000] Floppy drive(s): fd0 is 1.44M
[17179589.956000] i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
[17179589.956000] i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5100
[17179589.996000] FDC 0 is a post-1991 82077
[17179590.400000] usbcore: registered new driver hiddev
[17179590.408000] eth0: forcedeth.c: subsystem: 0147b:1c00 bound to 0000:00:04.0
[17179590.408000] **** SET: Misaligned resource pointer: dfb5b642 Type 07 Len 0
[17179590.408000] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 20
[17179590.408000] ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 20 ( level, high) -> IRQ 201
[17179590.408000] PCI: Setting latency timer of device 0000:00:06.0 to 64
[17179590.412000] parport: PnPBIOS parport detected.
[17179590.412000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRIST ATE,COMPAT,EPP,ECP,DMA]
[17179590.480000] input: Logitech USB-PS/2 Optical Mouse as /class/input/input1
[17179590.480000] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] o n usb-0000:00:02.0-1.4
[17179590.488000] input: Logitech USB Receiver as /class/input/input2
[17179590.488000] input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0 000:00:02.0-1.5
[17179590.500000] input: Logitech USB Receiver as /class/input/input3
[17179590.500000] input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000 :00:02.0-1.5
[17179590.500000] usbcore: registered new driver usbhid
[17179590.500000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179590.576000] ts: Compaq touchscreen protocol output
[17179590.736000] intel8x0_measure_ac97_clock: measured 56283 usecs
[17179590.736000] intel8x0: clocking to 48000
[17179591.404000] eth0: no link during initialization.
[17179591.432000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologie s, Starnberg, GERMANY' taints kernel.
[17179591.432000] [fglrx] Maximum main memory to use for locked dma buffers: 117 1 MBytes.
[17179591.432000] [fglrx] module loaded - fglrx 8.26.18 [Jun 22 2006] on minor 0
[17179591.464000] lp0: using parport0 (interrupt-driven).
[17179591.492000] sbp2: $Rev: 1306 $ Ben Collins <bcollins@debian.org>
[17179591.492000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1 )
[17179591.492000] ieee1394: sbp2: Try serialize_io=0 for better performance
[17179591.528000] eth0: link up.
[17179591.548000] Adding 265032k swap on /dev/hda1.  Priority:-1 extents:1 acros s:265032k
[17179591.740000] EXT3 FS on hda2, internal journal
[17179591.948000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179591.948000] md: bitmap version 4.39
[17179592.392000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@ redhat.com
[17179592.640000] NET: Registered protocol family 17
[17179592.832000] cdrom: open failed.
[17179593.264000] cdrom: open failed.
[17179593.284000] cdrom: open failed.
[17179599.372000] ACPI: Power Button (FF) [PWRF]
[17179599.372000] ACPI: Power Button (CM) [PWRB]
[17179599.420000] NET: Registered protocol family 10
[17179599.420000] lo: Disabled Privacy Extensions
[17179599.424000] IPv6 over IPv4 tunneling driver
[17179599.492000] ibm_acpi: ec object not found
[17179599.520000] pcc_acpi: loading...
[17179603.740000] **** SET: Misaligned resource pointer: f79e40c2 Type 07 Len 0
[17179603.740000] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[17179603.740000] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC4] -> GSI 19 ( level, high) -> IRQ 209
[17179606.764000] ppdev: user-space parallel port driver
[17179607.116000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179607.116000] apm: overridden by ACPI.
[17179609.668000] eth0: no IPv6 routers present
[17179610.116000] Bluetooth: Core ver 2.8
[17179610.116000] NET: Registered protocol family 31
[17179610.116000] Bluetooth: HCI device and connection manager initialized
[17179610.116000] Bluetooth: HCI socket layer initialized
[17179610.124000] Bluetooth: L2CAP ver 2.8
[17179610.124000] Bluetooth: L2CAP socket layer initialized
[17179610.140000] Bluetooth: RFCOMM socket layer initialized
[17179610.140000] Bluetooth: RFCOMM TTY layer initialized
[17179610.140000] Bluetooth: RFCOMM ver 1.7
soclix@soclix-desktop:~$

Amicalement, Soclix.

Hors ligne

#507 Le 25/07/2006, à 10:24

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

/var/log/Xorg.0.log

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux soclix-desktop 2.6.15-26-k7 #1 SMP PREEMPT Mon Jul 17 20:36:04 UTC 2006 i686
Build Date: 16 March 2006
	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: Tue Jul 25 09:54:41 2006
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 37 of section Module in file /etc/X11/xorg.conf
	"EndSubSecti" is not a valid keyword in this section.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c00 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 147b,1c00 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 147b,1c00 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 147b,1c00 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 147b,1c00 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 147b,1c00 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 147b,1c00 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 147b,1c00 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0d:0: chip 10de,006e card 147b,1c00 rev a3 class 0c,00,10 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
(II) PCI: 02:00:0: chip 1002,4e48 card 1002,0002 rev 00 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,4e68 card 1002,0003 rev 00 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000bfff (0x2000) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe6000000 - 0xe7ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x60000000 - 0x600fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(--) PCI:*(2:0:0) ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] rev 0, Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0xc000/8
(--) PCI: (2:0:1) ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary) rev 0, Mem @ 0xd8000000/27, 0xe5010000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[1] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[2] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[3] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[4] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[5] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[6] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[7] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[8] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[10] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[12] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[13] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[14] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[15] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[16] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[17] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[18] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[19] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[20] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[21] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[1] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[1] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[2] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[3] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[4] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[5] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[6] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[7] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[8] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[10] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[12] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[13] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[14] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[15] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[16] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[17] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[18] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[19] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[20] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[21] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[1] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[5] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[6] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[7] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[8] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[9] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[10] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[11] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[12] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[13] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[14] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[16] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[17] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[20] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[21] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[22] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[23] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[24] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[25] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[26] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[27] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[28] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[29] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[30] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.99.8, module version = 8.26.18
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) ATI Radeon/FireGL: The following chipsets are supported:
	RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
	MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
	RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
	RADEON 9250/9200 Series (RV280 5961),
	RADEON 9250/9200 Series (RV280 5962),
	RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
	MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
	FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
	RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
	RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
	RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
	MOBILITY RADEON 9600/9700 (M10/M11 4E50),
	MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
	RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
	FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
	RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
	FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
	RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
	FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
	RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
	RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
	MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
	RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
	FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
	MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
	MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
	RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
	MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
	MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
	RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
	RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
	FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
	RADEON X800 SE (R420 4A4F),
	RADEON X800 XT Platinum Edition (R420 4A50),
	RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
	RADEON X800 GTO (R423 5549),
	RADEON X800 XT Platinum Edition (R423 554A),
	RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
	FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
	MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
	MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
	RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
	RADEON X850 XT Platinum Edition (R480 5D4D),
	RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
	RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
	RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
	RADEON X850 PRO (R481 4B4B),
	RADEON X850 XT Platinum Edition (R481 4B4C),
	MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
	FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
	RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
	RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
	MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
	MOBILITY RADEON X700 XL (M26-XC 564F),
	RADEON 9000/9100 IGP Series (RS300 5834),
	RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
	MOBILITY RADEON 9000 IGP (RL300MB 7835),
	MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
	RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
	RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
	RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
	RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
	RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
	MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
	FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
	MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
	RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
	RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
	FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
	RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
	MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
	RADEON X1300 Series (RV505 715F), RADEON X1600 Series (RV515 7140),
	RADEON X1300 Series (RV515 7142), MOBILITY FireGL (M54 GL 7144),
	MOBILITY RADEON X1400 (M54 7145), RADEON X1300 Series (RV515 7146),
	MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
	RADEON X1300 Series (RV515 714D), RADEON X1300 Series (RV515 714E),
	FireGL V3300 (RV515 7152), RADEON X1300 Series (RV515 715E),
	RADEON X1300 (RV516 7180), RADEON X1300 (RV516 7183),
	MOBILITY RADEON X1450 (M64P 7186), RADEON X1300 (RV516 7187),
	MOBILITY RADEON X1350 (M62P 718B),
	MOBILITY RADEON X1350 (M62CSP64 718C),
	MOBILITY RADEON X1450 (M62CSP128 718D),
	MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),
	RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),
	RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),
	RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),
	RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),
	RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),
	RADEON X1900 (R580 724D), RADEON X1900 (R580 724E),
	RADEON X1900 (R580 724F), RADEON X1600 Series (RV530 71C0),
	RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),
	MOBILITY RADEON X1600 (M56 71C5),
	RADEON X1600 Series (RV530 LE 71C6),
	RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
	FireGL V5200 (RV530 71DA), RADEON X1600 Series (RV530 SE 71DE)
(II) Primary Device is: PCI 02:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.26.18
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.26g1                           
(II) ATI Proprietary Linux Driver Build Date: Jun 22 2006 12:50:04
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.26.1-driver-lnx-275228
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset RADEON 9800 PRO (R350 4E48) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[5] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[6] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[7] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[8] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[9] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[10] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[11] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[12] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[13] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[14] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[16] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[17] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[20] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[21] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[22] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[23] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[24] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[25] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[26] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[27] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[28] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[29] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[30] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x81d9720
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[5] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[6] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[7] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[8] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[9] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[10] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[11] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[12] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[13] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[14] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[16] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[17] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[23] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[24] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[25] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[26] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[27] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[28] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[29] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[30] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[31] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[32] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[33] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
	[34] 0	0	0xe40003b0 - 0xe40003bb (0xc) IS[b]
	[35] 0	0	0xe40003c0 - 0xe40003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): PCI bus 2 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 "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "UseInternalAGPGART" "yes"
(**) fglrx(0): Option "DPMS"
(==) 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 "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON 9800 PRO (R350 4E48)" (Chipset = 0x4e48)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0002)
(--) fglrx(0): board vendor info: original ATI graphics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xe5000000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131072 kB
(II) fglrx(0): VESA VBE OEM: ATI R350
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: R350
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.99.8, module version = 8.26.18
	ABI class: X.Org Server Extension, version 0.2
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LKM  Model: 3280  Serial#: 1811
(II) fglrx(0): Year: 2003  Week: 16
(II) fglrx(0): EDID Version: 1.0
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync:  Separate
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) fglrx(0): Gamma: 2.80
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.635 redY: 0.340   greenX: 0.279 greenY: 0.596
(II) fglrx(0): blueX: 0.151 blueY: 0.066   whiteX: 0.281 whiteY: 0.311
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 720x400@88Hz
(II) fglrx(0): 640x480@60Hz
(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): 1024x768@87Hz (interlaced)
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) fglrx(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) fglrx(0): #3: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) fglrx(0): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) fglrx(0): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 25.2 MHz   Image Size:  320 x 240 mm
(II) fglrx(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
(II) fglrx(0): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 25.2 MHz   Image Size:  320 x 240 mm
(II) fglrx(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
(II) fglrx(0): v_active: 400  v_sync: 412  v_sync_end 414 v_blanking: 449 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 31.5 MHz   Image Size:  320 x 240 mm
(II) fglrx(0): h_active: 640  h_sync: 672  h_sync_end 736 h_blank_end 832 h_border: 0
(II) fglrx(0): v_active: 400  v_sync: 432  v_sync_end 435 v_blanking: 495 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 31.5 MHz   Image Size:  320 x 240 mm
(II) fglrx(0): h_active: 640  h_sync: 672  h_sync_end 736 h_blank_end 832 h_border: 0
(II) fglrx(0): v_active: 400  v_sync: 401  v_sync_end 404 v_blanking: 445 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(II) fglrx(0): POWERplay not supported on this hardware
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Total of 17 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x1024 (pitch 0)
(**) fglrx(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
(**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
(**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
(**) fglrx(0): *Mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
(**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "1152x864"   64.68  1152 1208 1328 1504  864 865 868 915 interlace +hsync
(**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1152x864"   58.29  1152 1200 1320 1488  864 865 868 911 interlace +hsync
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
(**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
(**) fglrx(0):  Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "800x600"   29.61  800 816 896 992  600 601 604 635 interlace +hsync
(**) fglrx(0): *Mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
(**) fglrx(0): *Mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
(**) fglrx(0):  Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   19.81  512 544 624 664  384 451 453 497
(**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
(**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
(**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
(**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
(**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
(**) fglrx(0): *Mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
(**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "1152x864"   64.68  1152 1208 1328 1504  864 865 868 915 interlace +hsync
(**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1152x864"   58.29  1152 1200 1320 1488  864 865 868 911 interlace +hsync
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
(**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
(**) fglrx(0):  Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "800x600"   29.61  800 816 896 992  600 601 604 635 interlace +hsync
(**) fglrx(0): *Mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
(**) fglrx(0): *Mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
(**) fglrx(0):  Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   19.81  512 544 624 664  384 451 453 497
(**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
(**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
(**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
(--) fglrx(0): Display dimensions: (320, 240) mm
(--) fglrx(0): DPI set to (101, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000000f
(==) fglrx(0): cpuSpeedMHz: 0x00000779
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: yes
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe5000000 - 0xe500ffff (0x10000) MX[b]
	[1] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[6] -1	0	0xe7000000 - 0xe70001ff (0x200) MX[b]
	[7] -1	0	0xe8085000 - 0xe808503f (0x40) MX[b]
	[8] -1	0	0xe8084000 - 0xe80847ff (0x800) MX[b]
	[9] -1	0	0xe8081000 - 0xe8081fff (0x1000) MX[b]
	[10] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[b]
	[11] -1	0	0xe8087000 - 0xe8087fff (0x1000) MX[b]
	[12] -1	0	0xe8086000 - 0xe80860ff (0x100) MX[b]
	[13] -1	0	0xe8083000 - 0xe8083fff (0x1000) MX[b]
	[14] -1	0	0xe8080000 - 0xe8080fff (0x1000) MX[b]
	[15] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[b]O
	[16] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
	[17] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[18] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
	[19] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
	[20] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
	[21] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
	[22] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
	[23] 0	0	0x0000c000 - 0x0000c0ff (0x100) IX[b]
	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[26] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[b]
	[27] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[b]
	[28] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[b]
	[29] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[b]
	[30] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[b]
	[31] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[32] -1	0	0x0000d400 - 0x0000d47f (0x80) IX[b]
	[33] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[34] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[b]
	[35] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[b]
	[36] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
	[37] 0	0	0xe40003b0 - 0xe40003bb (0xc) IS[b](OprU)
	[38] 0	0	0xe40003c0 - 0xe40003df (0x20) IS[b](OprU)
(II) fglrx(0): UMM Bus area:     0xd0701000 (size=0x078ff000)
(II) fglrx(0): UMM area:     0xd0701000 (size=0x078ff000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 99.8
(II) fglrx(0): detected X.org 7.0.0.0
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x08000000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
(II) fglrx(0): Largest offscreen area available: 1280 x 7163
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(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
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbVariant" "latin9"
(**) Generic Keyboard: XkbVariant: "latin9"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Invalid argument
(II) Configured Mouse: ps2EnableDataReporting: succeeded

et puis des Screenshots :
captureig5.th.png
capture1bz9.th.png
capture2rg3.th.png
capture3dj0.th.png
capture4ig2.th.png

En esperant qu'avec tout ca, on y arrivera smile


Amicalement, Soclix.

Hors ligne

#508 Le 25/07/2006, à 12:11

sambar

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Parfait ce How to smile

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5814 (8.25.18)

Merci tongue

Hors ligne

#509 Le 25/07/2006, à 13:44

lexdu

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Soclix> Bon, j'vais peut-être dire une bêtise, mais voilà ce que j'ai remarqué.
Tu as 2 sorties sur ta carte graphique, me gourre-je ? As-tu essayé l'autre sortie ?

Dans le log de xorg j'ai vu ça:
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found

Hors dans ton xorg.conf, la section correspondant à ta carte graphique indique ça config pour ça:
BusID        "PCI:2:0:0"

Tu peux toujours essayer de rajouter une nouvelle section dévolue à ce BusID (la même chose que pour celle que tu as déjà présente dans ton fichier conf) Je sais que dans mon fichier xorg.conf j'ai 2 section device pour la carte graphique: une qui configure une simple carte VGA et l'autre fglrx.

Je ne suis pas chez moi là, je ne peux donc pas regarder ce qui est mis pour avoir plus de détail, mais je te tiens au courant.
Je te dis ça parce que j'ai déjà eu des ennuis avec le coups de la carte graphique à 2 sorties neutral

En espérant ne pas être trop ridicule ...

Dernière modification par lexdu (Le 25/07/2006, à 13:48)


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#510 Le 25/07/2006, à 14:01

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Euh, de la a te dire que ma carte a 2 sortie, je ne sais pas.
Je sais juste que c'est une Powercolor Raedon 9800 Pro : Fiche.
Je vais foir ce que je peux faire, en bidouillant un peu.

- Edit -

J'ai testé quelque petit truc :
1.Modifier

    BusID        "PCI:2:0:0"

en

    BusID        "PCI:2:0:1"

Résultat : plantage du serveur X.

2. Ajouté cela au fichier Xorg.conf :

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Driver        "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "UseInternalAGPGART" "yes"
    BusID        "PCI:2:0:1"
EndSection

Résultat : rien de spécial.

Voili voilou.
En l'attente que tu soit chez toi.

Dernière modification par Soclix (Le 25/07/2006, à 14:12)


Amicalement, Soclix.

Hors ligne

#511 Le 25/07/2006, à 15:29

lexdu

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Comment ça rien de spécial ?

Bon, apparemment tu as deux sorties pour brancher un écran:
- une blanche (DVI)
- une bleue (CRT)

Ton écran est branchée sur laquelle ?
Si tu es sur la bleue, as-tu un convertisseur fourni avec ta carte qui te permettrait de brancher ton écran sur la prise blanche ? (un convertisseur DVI->CRT)


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#512 Le 25/07/2006, à 16:12

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Re,
En effet, j'ai une sortie DVI et une CRT. Actuellement, mon ecran est bien sur la CRT. Mais non, je n'ai pas le convertisseur car il doit etre dans la boite et la boite est ... perdu.

-Edit-

Rien de special ben .. j'ai regarde les logs, j'ai les même choses, le systeme boot correctement, rien de different avec ou sans. Donc voila ... ( bien entendu, cela ne marche pas, glxgears me renvoye toujours un nombre ridicule de fps, un fglrxinfo me donne toujours Mesa etc ... )

Dernière modification par Soclix (Le 25/07/2006, à 16:25)


Amicalement, Soclix.

Hors ligne

#513 Le 25/07/2006, à 17:56

mr_pouit

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Une idée qui me vient :

(**) fglrx(0): using built in AGPGART module: yes

c'est la seule chose qui me choque dans ton log... Sachant que l'agpgart interne à ATI a été supprimé depuis le 8.25.18, c'est normal que ça ne fonctionne pas (ce qui n'est pas normal, c'est qu'il ne t'avertisse pas sad )
Et c'est probablement là le problème : il ne charge pas d'agpgart, donc dri ne démarre pas, donc pas d'accélération 3D...

Essaie en supprimant l'option (Option "UseInternalAGPGART" "yes") :

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Driver        "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    BusID        "PCI:2:0:0"
EndSection

si c'est ça, désolé de pas m'en être aperçu plus tôt roll

Dernière modification par mr_pouit (Le 25/07/2006, à 17:58)

Hors ligne

#514 Le 25/07/2006, à 19:57

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

- Edit -
Enfait nan, le probleme persiste toujours. Rien n'a changer en enlever cette ligne.

Dernière modification par Soclix (Le 25/07/2006, à 20:01)


Amicalement, Soclix.

Hors ligne

#515 Le 25/07/2006, à 20:20

mr_pouit

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

grrr... ils m'énervent ces pilotes fglrx ! pas de changement dans les logs ?

Hors ligne

#516 Le 25/07/2006, à 20:48

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Rien de different.


Amicalement, Soclix.

Hors ligne

#517 Le 26/07/2006, à 10:09

SkeRoy

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Fut un temps j'avais écris ceci, et c'était fait avec les pilotes propriétaires :

SkeRoy a écrit :
skeroy@cerebro:~$ glxgears
6661 frames in 5.0 seconds = 1332.200 FPS
6940 frames in 5.0 seconds = 1388.000 FPS
5246 frames in 5.0 seconds = 1049.200 FPS
6790 frames in 5.0 seconds = 1358.000 FPS

Carte: Radeon 9700 Mobility
Proc: Pentium M 1,7GHz
RAM: 512Mo

Suite au plantage de mon disque dur, j'ai donc réinstallé toute ma dapper. Tout allait bien au niveau graphique jusqu'à ce que j'installe (sans configurer) les pilotes propriétaires des dépots.
Je me suis rendu compte que c'était lent, et j'ai remis les pilotes libres.

Voilà ce que j'obtiens maintenant:

skeroy@cerebro:~$ glxgears -printfps
6090 frames in 5.0 seconds = 1217.829 FPS
6104 frames in 5.0 seconds = 1220.657 FPS
6106 frames in 5.0 seconds = 1221.045 FPS
6105 frames in 5.0 seconds = 1220.924 FPS

Perso, je trouve que le libre est super performant! Je ne vois plus l'intérêt de mettre des pilotes propriétaires, d'autant plus qu'ils ralentissent le développement du noyau et peuvent dégrader la stabilité du système.
Avec les pilotes libres j'ai aussi gagné de pouvoir changer d'utilisateur sans plantage et de pouvoir hiberner mon portable convenablement!

Hors ligne

#518 Le 26/07/2006, à 22:04

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Mr_pouit, tu pense que je devrait essayer avec les drivers libre ? sinon je fais quoi ? je balance ma carte par la fenetre ? tongue


Amicalement, Soclix.

Hors ligne

#519 Le 27/07/2006, à 17:40

mr_pouit

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Désolé de ne pas avoir répondu à ton mail, je l'ai reçu avec un jour de retard (l'envoi des mails avait apparemment été désactivé temporairement), et j'ai pas eu le temps. sad

Le pilote libre ne fonctionne pas trop mal. Au moins tu auras une accélération graphique potable.

Balancer la carte par la fenêtre ? mmh, j'y ai déjà pensé lol

Dernière modification par mr_pouit (Le 27/07/2006, à 17:40)

Hors ligne

#520 Le 29/07/2006, à 10:17

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Bon, j'avance, avec ma pertinance tongue
Voici mon xorg.conf actuel :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Driver        "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "on"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option        "RENDER" "enable"
EndSection

Resultat d'un fglrxinfo, c'est mieux je pense tongue

soclix@soclix-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro Generic
OpenGL version string: 2.0.5946 (8.27.10)

Par contre, un glxgears me donne :

soclix@soclix-desktop:~$ glxgears -printfps
632 frames in 5.0 seconds = 126.208 FPS
628 frames in 5.0 seconds = 125.588 FPS
632 frames in 5.0 seconds = 126.286 FPS
631 frames in 5.0 seconds = 126.088 FPS
630 frames in 5.0 seconds = 125.888 FPS
706 frames in 5.0 seconds = 141.074 FPS
783 frames in 5.0 seconds = 156.585 FPS
886 frames in 5.0 seconds = 177.043 FPS

J'ai noté que ca allait en augmentant, donc c'est normal que ca soit aussi bas pour le moment ? :s pourtant mes roues tourne bien, c'est fluide :s


Amicalement, Soclix.

Hors ligne

#521 Le 29/07/2006, à 10:39

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Au passage, ca a reglé plusieur de mes problemes smile
Entre autre, quand je lisais un dvd en pleine ecran ou une simple video, ca ramer et c'etait pixelisé. Plus maintenant smile


Amicalement, Soclix.

Hors ligne

#522 Le 29/07/2006, à 10:41

Zyke

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

J'ai noté que ca allait en augmentant, donc c'est normal que ca soit aussi bas pour le moment ? :s pourtant mes roues tourne bien, c'est fluide :s

Figure toi que ça me fait pareil depuis la mise à jour de ce matin de fglrx! En général quand il y un problème, j'ai des FPS à 125 mais la roue saccade: pas là!

Je ne comprend plus...hier j'etais encore entre 6500 et 12000 dans des pointes avec glxgears -printfps, et ce matin aprés la maj je suis à:

max@Ubuntu:~$ glxgears -printfps
701 frames in 5.0 seconds = 140.024 FPS
780 frames in 5.0 seconds = 155.989 FPS
1080 frames in 5.0 seconds = 215.803 FPS
1837 frames in 5.0 seconds = 367.084 FPS
762 frames in 5.0 seconds = 152.390 FPS

c'est ridicule...mais j'aimerais bien savoir si c'est mon glxgears qui débloque (vu que les engrenages ne rament pas) ou si j'ai effectivement l'accélération graphique (encore) désactivée?

ps: c'est quand même pénible qu'il y est un problème à chaque maj d'fglrx roll

EDIT:

59744 frames in 5.0 seconds = 11948.800 FPS
54530 frames in 5.0 seconds = 10905.885 FPS
56042 frames in 5.0 seconds = 11208.253 FPS
16178 frames in 5.0 seconds = 3231.696 FPS
815 frames in 5.0 seconds = 162.986 FPS
887 frames in 5.0 seconds = 177.388 FPS

Comment, dans le même glxgears -printfps, des changements aussi grands de FPS sont-ils possibles?!

Dernière modification par Zyke (Le 29/07/2006, à 10:43)


Pour apprendre, il faut comprendre !

Hors ligne

#523 Le 29/07/2006, à 10:49

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

en effet, j'ai eu une maj aussi de xorg-server, fglrx etc ... Et idem, low fps alors que les engrenages ne sacadent pas.

soclix@soclix-desktop:~$ glxinfo | grep direct
direct rendering: Yes

Vu que ca n'arrive pas qu'a moi, je pense plus que glxgears débloquent car sinon, moi tout marche. Les dvds etc ... tout ce qui ne marchait pas avant que ma carte graphique soit bien installé ( les fadings n'eait pas des fadings avant, par exemple ). Enfin ... attendons ceux qui ne sont pas sur leur poste, ou qui n'ont pas encore fait la maj, y devrait se manifester si ca leur arrive aussi.

Dernière modification par Soclix (Le 29/07/2006, à 10:56)


Amicalement, Soclix.

Hors ligne

#524 Le 29/07/2006, à 11:51

lexdu

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

ouais bah moi je crois que je ne vais pas faire la mise à jour finalement big_smile

Sinon, Soclix, je crois que te voilà sauvé des eaux: tes pilotes sont enfin actifs wink
Pour le reste, ne t'en fait pas trop donc smile

Et pis moi, avec les pilotes radeon libres et la radeon7000 de mon PC de secours je suis à ça:

$ glxgears -printfps
1951 frames in 5.0 seconds = 390.019 FPS
1984 frames in 5.0 seconds = 396.779 FPS
1984 frames in 5.0 seconds = 396.757 FPS
1985 frames in 5.0 seconds = 396.933 FPS
1917 frames in 5.0 seconds = 383.336 FPS
1967 frames in 5.0 seconds = 393.314 FPS
1984 frames in 5.0 seconds = 396.716 FPS

ça n'empêche pas de fonctionner correctement ma machine wink
Bon, de là à lui coller XGL+compiz... je ne pense pas non lol


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#525 Le 29/07/2006, à 11:59

Soclix

Re : [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon

Avec une Raedon 9800 Pro, XGL compiz devrait tourner je pense :s C'est pas de la merde une 9800 Pro, si ? tongue
Enfin bref, je sais pas si je vais l'installer, maintenant que tout marche bien ... smile


Amicalement, Soclix.

Hors ligne