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.

#1 Le 17/11/2015, à 20:16

plu9in

Tremblement avec Radeon HD 4670 [RESOLU]

Bonjour à tous,

Depuis que j'ai installé trusty (14.04), j'ai de légers tremblements d'affichage qui  ressemblent à des problèmes d'interférence. Je pensais que mon écran me lâchait et comme il y avait pas mal de temps que je voulais en changer, j'ai acheté un nouvel écran. Apparemment, ce n'était pas l'écran car le problème persiste. J'ai pensé à un chargement en électricité statique de ma carte vidéo mais finalement, je crois qu'il s'agit bien d'un problème de configuration de cette dernière ... De temps à autre, mon écran grésille et parfois devient noir avant de se rallumer comme s'il y avait une décharge électrique ... Enfin, bref, je suis un peu perdu ...

A suivre, la description de ma config :

lspci -nn | grep VGA
02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670] [1002:9490]

Je n'ai que le driver libre radeon installé ... pas de fglrx.

La configuration de mon serveur X est la suivante :

cat /etc/X11/xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "ColorTiling2D"      	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "AccelMethod"        	# <str>
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "EXAPixmaps"         	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Mon écran est un BenQ, GW2870H Ecran PC 28 "  1920 x 1080

Je vous remercie pour votre aide parce que là, mes yeux souffrent ...

Dernière modification par plu9in (Le 19/11/2015, à 10:01)

Hors ligne

#2 Le 18/11/2015, à 07:15

F50

Re : Tremblement avec Radeon HD 4670 [RESOLU]

Salut,

D'où vient ce xorg.conf ?

Donne le retour de :

lsmod
lspci -v
cat /var/log/Xorg.0.log

Il n'y a que radeon au choix car fglrx ne supporte plus les HD 2xxx - 4xxx.

#3 Le 18/11/2015, à 10:22

plu9in

Re : Tremblement avec Radeon HD 4670 [RESOLU]

Merci F50 pour ton aide.

Le xorg.conf, je l'avais supprimé comme il était dit dans la doc d'Ubuntu car il était apparemment plus nécessaire car dispersé entre plusieurs fichiers. Devant mon impuissance à rétablir un affichage correct, j'ai décidé de le regénérer. Donc ce xorg.conf est issu de la regénération d'hier.

Le retour de lsmod

lsmod
Module                  Size  Used by
r8169                  61562  0 
mii                    13654  1 r8169
snd_hrtimer            12648  1 
xt_multiport           12694  1 
iptable_filter         12706  1 
ip_tables              17987  1 iptable_filter
x_tables               22067  3 ip_tables,xt_multiport,iptable_filter
pci_stub               12550  1 
vboxpci                22896  0 
nfsv3                  34001  1 
vboxnetadp             25636  0 
vboxnetflt             27291  0 
vboxdrv               299807  3 vboxnetadp,vboxnetflt,vboxpci
md4                    12523  0 
cuse                   13213  3 
bnep                   18895  2 
rfcomm                 53664  1 
bluetooth             342208  10 bnep,rfcomm
autofs4                33269  2 
nfsv4                 394856  0 
nfsd                  247833  2 
auth_rpcgss            48979  1 nfsd
nfs_acl                12733  2 nfsd,nfsv3
nls_utf8               12493  1 
nfs                   209382  4 nfsv3,nfsv4
cifs                  410382  2 
lockd                  78518  3 nfs,nfsd,nfsv3
sunrpc                242738  21 nfs,nfsd,auth_rpcgss,lockd,nfsv3,nfsv4,nfs_acl
fscache                56756  3 nfs,cifs,nfsv4
binfmt_misc            13140  1 
dm_crypt               22589  0 
gpio_ich               13229  0 
snd_hda_codec_hdmi     45440  1 
arc4                   12536  2 
coretemp               13195  0 
snd_hda_codec_realtek    59451  1 
kvm_intel             132651  0 
rt2500pci              26819  0 
rt2x00pci              13111  1 rt2500pci
snd_hda_intel          42794  5 
kvm                   388318  1 kvm_intel
rt2x00mmio             13395  1 rt2500pci
snd_hda_codec         168250  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
rt2x00lib              48886  3 rt2x00pci,rt2500pci,rt2x00mmio
snd_hwdep              13272  1 snd_hda_codec
mac80211              546118  2 rt2x00lib,rt2x00pci
snd_pcm                85501  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
serio_raw              13230  0 
snd_page_alloc         14230  2 snd_pcm,snd_hda_intel
snd_seq_midi           13132  0 
snd_seq_midi_event     14475  1 snd_seq_midi
parport_pc             31981  0 
cfg80211              409394  2 mac80211,rt2x00lib
snd_rawmidi            25135  1 snd_seq_midi
snd_seq                55383  3 snd_seq_midi_event,snd_seq_midi
ppdev                  17391  0 
snd_seq_device         14137  3 snd_seq,snd_rawmidi,snd_seq_midi
lpc_ich                16864  0 
eeprom_93cx6           13168  1 rt2500pci
snd_timer              28584  3 snd_hrtimer,snd_pcm,snd_seq
firewire_sbp2          18140  0 
snd                    60939  23 snd_hda_codec_realtek,snd_hrtimer,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
i7core_edac            23458  0 
edac_core              51213  2 i7core_edac
soundcore              12600  1 snd
mac_hid                13037  0 
shpchp                 32128  0 
lp                     13299  0 
parport                40836  3 lp,ppdev,parport_pc
radeon               1425007  3 
mxm_wmi                12893  0 
i2c_algo_bit           13197  1 radeon
ttm                    85079  1 radeon
drm_kms_helper         48868  1 radeon
firewire_ohci          35529  0 
firewire_core          61867  2 firewire_ohci,firewire_sbp2
drm                   244037  5 ttm,drm_kms_helper,radeon
psmouse                95439  0 
ahci                   25643  0 
usb_storage            48417  0 
pata_acpi              12886  0 
crc_itu_t              12627  1 firewire_core
libahci                27214  1 ahci
pata_jmicron           12662  0 
wmi                    18673  1 mxm_wmi

Le retour de lspci -v

lspci -v
00:00.0 Host bridge: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port (rev 12)
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
	Flags: fast devsel, IRQ 5
	Capabilities: <access denied>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 12) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: fda00000-fdafffff
	Prefetchable memory behind bridge: 00000000fd900000-00000000fd9fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 12) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fd800000-fd8fffff
	Prefetchable memory behind bridge: 00000000fcf00000-00000000fcffffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:05.0 PCI bridge: Intel Corporation 5520/X58 I/O Hub PCI Express Root Port 5 (rev 12) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fcc00000-fccfffff
	Prefetchable memory behind bridge: 00000000fde00000-00000000fdefffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 12) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: fdd00000-fddfffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:09.0 PCI bridge: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 (rev 12) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: fdc00000-fdcfffff
	Prefetchable memory behind bridge: 00000000fdb00000-00000000fdbfffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:10.0 PIC: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
	Flags: fast devsel
	Capabilities: <access denied>

00:10.1 PIC: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
	Flags: fast devsel

00:11.0 PIC: Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1 (rev 12) (prog-if 00 [8259])
	Flags: fast devsel
	Capabilities: <access denied>

00:11.1 PIC: Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1 (rev 12) (prog-if 00 [8259])
	Flags: fast devsel

00:13.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 12) (prog-if 20 [IO(X)-APIC])
	Flags: bus master, fast devsel, latency 0
	Memory at fdfff000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 12) (prog-if 00 [8259])
	Flags: fast devsel
	Capabilities: <access denied>
	Kernel driver in use: i7core_edac

00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 12) (prog-if 00 [8259])
	Flags: fast devsel
	Capabilities: <access denied>

00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 12) (prog-if 00 [8259])
	Flags: fast devsel
	Capabilities: <access denied>

00:15.0 PIC: Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers (rev 12) (prog-if 20 [IO(X)-APIC])
	Flags: fast devsel

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at ff00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 21
	I/O ports at fe00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at fd00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 18
	Memory at fdffe000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5/GA-EG45M-DS2H Motherboard
	Flags: bus master, fast devsel, latency 0, IRQ 44
	Memory at fdff8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fd700000-fd7fffff
	Prefetchable memory behind bridge: 00000000fd600000-00000000fd6fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fd500000-fd5fffff
	Prefetchable memory behind bridge: 00000000fd400000-00000000fd4fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fd300000-fd3fffff
	Prefetchable memory behind bridge: 00000000fd200000-00000000fd2fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: fd100000-fd1fffff
	Prefetchable memory behind bridge: 00000000fd000000-00000000fd0fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5 Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 23
	I/O ports at fc00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5 Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at fb00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5 Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at fa00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5 Motherboard
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at fdffd000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=64
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fce00000-fcefffff
	Prefetchable memory behind bridge: 00000000fcd00000-00000000fcdfffff
	Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5 Motherboard
	Flags: bus master, medium devsel, latency 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 (prog-if 8a [Master SecP PriP])
	Subsystem: Gigabyte Technology Co., Ltd Device b002
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4
	I/O ports at 0170 [size=8]
	I/O ports at 0374
	I/O ports at f900 [size=16]
	I/O ports at f800 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Gigabyte Technology Co., Ltd GA-EP45-DS5/GA-EG45M-DS2H Motherboard
	Flags: medium devsel, IRQ 3
	Memory at fdffc000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 0500 [size=32]

00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2 (prog-if 85 [Master SecO PriO])
	Subsystem: Gigabyte Technology Co., Ltd Device b002
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
	I/O ports at f600 [size=8]
	I/O ports at f500 [size=4]
	I/O ports at f400 [size=8]
	I/O ports at f300 [size=4]
	I/O ports at f200 [size=16]
	I/O ports at f100 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 4670 512MB GDDR3 Dual DVI-I/TVO
	Flags: bus master, fast devsel, latency 0, IRQ 46
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at fdde0000 (64-bit, non-prefetchable) [size=64K]
	I/O ports at 7e00 [size=256]
	[virtual] Expansion ROM at fdd00000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: radeon

04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
	Subsystem: PC Partner Limited / Sapphire Technology Device aa38
	Flags: bus master, fast devsel, latency 0, IRQ 45
	Memory at fddfc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

07:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at fd5fe000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

07:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02) (prog-if 85 [Master SecO PriO])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, fast devsel, latency 0, IRQ 18
	I/O ports at af00 [size=8]
	I/O ports at ae00 [size=4]
	I/O ports at ad00 [size=8]
	I/O ports at ac00 [size=4]
	I/O ports at ab00 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_jmicron

08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, fast devsel, latency 0, IRQ 47
	I/O ports at 9e00 [size=256]
	Memory at fd2ff000 (64-bit, prefetchable) [size=4K]
	Memory at fd2f8000 (64-bit, prefetchable) [size=16K]
	[virtual] Expansion ROM at fd200000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169

09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, fast devsel, latency 0, IRQ 48
	I/O ports at 8e00 [size=256]
	Memory at fd0ff000 (64-bit, prefetchable) [size=4K]
	Memory at fd0f8000 (64-bit, prefetchable) [size=16K]
	[virtual] Expansion ROM at fd000000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169

0a:01.0 Network controller: Ralink corp. RT2500 Wireless 802.11bg (rev 01)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 6834
	Flags: bus master, slow devsel, latency 64, IRQ 17
	Memory at fcefc000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: rt2500pci

0a:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
	Subsystem: Gigabyte Technology Co., Ltd Motherboard
	Flags: bus master, medium devsel, latency 64, IRQ 18
	Memory at fceff000 (32-bit, non-prefetchable) [size=2K]
	Memory at fcef8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci

ff:00.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:00.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:02.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 0 (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:02.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:03.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:03.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:03.4 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:04.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:04.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:04.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:04.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:05.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:05.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:05.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:05.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:06.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:06.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:06.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

ff:06.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers (rev 04)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Flags: bus master, fast devsel, latency 0

Le retour de la commande cat /var/log/Xorg.0.log

cat /var/log/Xorg.0.log
[  5195.667] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[  5195.667] X Protocol Version 11, Revision 0
[  5195.667] Build Operating System: Linux 3.2.0-75-generic i686 Ubuntu
[  5195.667] Current Operating System: Linux NESTOR 3.13.0-68-generic #111-Ubuntu SMP Fri Nov 6 18:18:09 UTC 2015 i686
[  5195.667] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic root=UUID=d1b6a5f4-372a-4c27-a602-36c10bb480da ro crashkernel=384M-:128M plymouth:debug=1 crashkernel=384M-:128M
[  5195.667] Build Date: 12 February 2015  02:49:46PM
[  5195.667] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
[  5195.667] Current version of pixman: 0.30.2
[  5195.667] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  5195.667] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5195.667] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 17 23:24:35 2015
[  5195.668] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5195.668] (==) No Layout section.  Using the first Screen section.
[  5195.668] (==) No screen section available. Using defaults.
[  5195.668] (**) |-->Screen "Default Screen Section" (0)
[  5195.668] (**) |   |-->Monitor "<default monitor>"
[  5195.668] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  5195.668] (==) Automatically adding devices
[  5195.668] (==) Automatically enabling devices
[  5195.668] (==) Automatically adding GPU devices
[  5195.668] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  5195.668] 	Entry deleted from font path.
[  5195.668] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  5195.668] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  5195.668] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5195.668] (II) Loader magic: 0xb77976c0
[  5195.668] (II) Module ABI versions:
[  5195.668] 	X.Org ANSI C Emulation: 0.4
[  5195.668] 	X.Org Video Driver: 15.0
[  5195.668] 	X.Org XInput driver : 20.0
[  5195.668] 	X.Org Server Extension : 8.0
[  5195.669] (II) xfree86: Adding drm device (/dev/dri/card0)
[  5195.672] (--) PCI:*(0:4:0:0) 1002:9490:174b:e880 rev 0, Mem @ 0xd0000000/268435456, 0xfdde0000/65536, I/O @ 0x00007e00/256, BIOS @ 0x????????/131072
[  5195.672] Initializing built-in extension Generic Event Extension
[  5195.672] Initializing built-in extension SHAPE
[  5195.672] Initializing built-in extension MIT-SHM
[  5195.672] Initializing built-in extension XInputExtension
[  5195.672] Initializing built-in extension XTEST
[  5195.672] Initializing built-in extension BIG-REQUESTS
[  5195.672] Initializing built-in extension SYNC
[  5195.672] Initializing built-in extension XKEYBOARD
[  5195.672] Initializing built-in extension XC-MISC
[  5195.672] Initializing built-in extension SECURITY
[  5195.672] Initializing built-in extension XINERAMA
[  5195.672] Initializing built-in extension XFIXES
[  5195.672] Initializing built-in extension RENDER
[  5195.672] Initializing built-in extension RANDR
[  5195.672] Initializing built-in extension COMPOSITE
[  5195.672] Initializing built-in extension DAMAGE
[  5195.672] Initializing built-in extension MIT-SCREEN-SAVER
[  5195.672] Initializing built-in extension DOUBLE-BUFFER
[  5195.672] Initializing built-in extension RECORD
[  5195.672] Initializing built-in extension DPMS
[  5195.672] Initializing built-in extension Present
[  5195.672] Initializing built-in extension DRI3
[  5195.672] Initializing built-in extension X-Resource
[  5195.672] Initializing built-in extension XVideo
[  5195.672] Initializing built-in extension XVideo-MotionCompensation
[  5195.672] Initializing built-in extension SELinux
[  5195.672] Initializing built-in extension XFree86-VidModeExtension
[  5195.672] Initializing built-in extension XFree86-DGA
[  5195.672] Initializing built-in extension XFree86-DRI
[  5195.672] Initializing built-in extension DRI2
[  5195.672] (II) LoadModule: "glx"
[  5195.672] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  5195.673] (II) Module glx: vendor="X.Org Foundation"
[  5195.673] 	compiled for 1.15.1, module version = 1.0.0
[  5195.673] 	ABI class: X.Org Server Extension, version 8.0
[  5195.673] (==) AIGLX enabled
[  5195.673] Loading extension GLX
[  5195.673] (==) Matched fglrx as autoconfigured driver 0
[  5195.673] (==) Matched ati as autoconfigured driver 1
[  5195.673] (==) Matched fglrx as autoconfigured driver 2
[  5195.673] (==) Matched ati as autoconfigured driver 3
[  5195.673] (==) Matched modesetting as autoconfigured driver 4
[  5195.673] (==) Matched fbdev as autoconfigured driver 5
[  5195.673] (==) Matched vesa as autoconfigured driver 6
[  5195.673] (==) Assigned the driver to the xf86ConfigLayout
[  5195.673] (II) LoadModule: "fglrx"
[  5195.674] (WW) Warning, couldn't open module fglrx
[  5195.674] (II) UnloadModule: "fglrx"
[  5195.674] (II) Unloading fglrx
[  5195.674] (EE) Failed to load module "fglrx" (module does not exist, 0)
[  5195.674] (II) LoadModule: "ati"
[  5195.674] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  5195.674] (II) Module ati: vendor="X.Org Foundation"
[  5195.674] 	compiled for 1.15.1, module version = 7.3.0
[  5195.674] 	Module class: X.Org Video Driver
[  5195.674] 	ABI class: X.Org Video Driver, version 15.0
[  5195.674] (II) LoadModule: "radeon"
[  5195.674] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  5195.674] (II) Module radeon: vendor="X.Org Foundation"
[  5195.674] 	compiled for 1.15.1, module version = 7.3.0
[  5195.674] 	Module class: X.Org Video Driver
[  5195.674] 	ABI class: X.Org Video Driver, version 15.0
[  5195.675] (II) LoadModule: "modesetting"
[  5195.675] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  5195.675] (II) Module modesetting: vendor="X.Org Foundation"
[  5195.675] 	compiled for 1.15.0, module version = 0.8.1
[  5195.675] 	Module class: X.Org Video Driver
[  5195.675] 	ABI class: X.Org Video Driver, version 15.0
[  5195.675] (II) LoadModule: "fbdev"
[  5195.675] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  5195.675] (II) Module fbdev: vendor="X.Org Foundation"
[  5195.675] 	compiled for 1.15.0, module version = 0.4.4
[  5195.675] 	Module class: X.Org Video Driver
[  5195.675] 	ABI class: X.Org Video Driver, version 15.0
[  5195.675] (II) LoadModule: "vesa"
[  5195.675] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  5195.675] (II) Module vesa: vendor="X.Org Foundation"
[  5195.675] 	compiled for 1.15.0, module version = 2.3.3
[  5195.675] 	Module class: X.Org Video Driver
[  5195.675] 	ABI class: X.Org Video Driver, version 15.0
[  5195.675] (==) Matched fglrx as autoconfigured driver 0
[  5195.675] (==) Matched ati as autoconfigured driver 1
[  5195.675] (==) Matched fglrx as autoconfigured driver 2
[  5195.675] (==) Matched ati as autoconfigured driver 3
[  5195.675] (==) Matched modesetting as autoconfigured driver 4
[  5195.675] (==) Matched fbdev as autoconfigured driver 5
[  5195.675] (==) Matched vesa as autoconfigured driver 6
[  5195.675] (==) Assigned the driver to the xf86ConfigLayout
[  5195.675] (II) LoadModule: "fglrx"
[  5195.676] (WW) Warning, couldn't open module fglrx
[  5195.676] (II) UnloadModule: "fglrx"
[  5195.676] (II) Unloading fglrx
[  5195.676] (EE) Failed to load module "fglrx" (module does not exist, 0)
[  5195.676] (II) LoadModule: "ati"
[  5195.676] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  5195.676] (II) Module ati: vendor="X.Org Foundation"
[  5195.676] 	compiled for 1.15.1, module version = 7.3.0
[  5195.676] 	Module class: X.Org Video Driver
[  5195.676] 	ABI class: X.Org Video Driver, version 15.0
[  5195.676] (II) LoadModule: "modesetting"
[  5195.676] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  5195.676] (II) Module modesetting: vendor="X.Org Foundation"
[  5195.676] 	compiled for 1.15.0, module version = 0.8.1
[  5195.676] 	Module class: X.Org Video Driver
[  5195.676] 	ABI class: X.Org Video Driver, version 15.0
[  5195.676] (II) UnloadModule: "modesetting"
[  5195.676] (II) Unloading modesetting
[  5195.676] (II) Failed to load module "modesetting" (already loaded, 0)
[  5195.676] (II) LoadModule: "fbdev"
[  5195.677] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  5195.677] (II) Module fbdev: vendor="X.Org Foundation"
[  5195.677] 	compiled for 1.15.0, module version = 0.4.4
[  5195.677] 	Module class: X.Org Video Driver
[  5195.677] 	ABI class: X.Org Video Driver, version 15.0
[  5195.677] (II) UnloadModule: "fbdev"
[  5195.677] (II) Unloading fbdev
[  5195.677] (II) Failed to load module "fbdev" (already loaded, 0)
[  5195.677] (II) LoadModule: "vesa"
[  5195.677] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  5195.677] (II) Module vesa: vendor="X.Org Foundation"
[  5195.677] 	compiled for 1.15.0, module version = 2.3.3
[  5195.677] 	Module class: X.Org Video Driver
[  5195.677] 	ABI class: X.Org Video Driver, version 15.0
[  5195.677] (II) UnloadModule: "vesa"
[  5195.677] (II) Unloading vesa
[  5195.677] (II) Failed to load module "vesa" (already loaded, 0)
[  5195.677] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
	HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII
[  5195.683] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  5195.683] (II) FBDEV: driver for framebuffer: fbdev
[  5195.683] (II) VESA: driver for VESA chipsets: vesa
[  5195.683] (++) using VT number 7

[  5195.683] (II) [KMS] Kernel modesetting enabled.
[  5195.683] (WW) Falling back to old probe method for modesetting
[  5195.683] (WW) Falling back to old probe method for fbdev
[  5195.683] (II) Loading sub module "fbdevhw"
[  5195.683] (II) LoadModule: "fbdevhw"
[  5195.683] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  5195.683] (II) Module fbdevhw: vendor="X.Org Foundation"
[  5195.683] 	compiled for 1.15.1, module version = 0.0.2
[  5195.683] 	ABI class: X.Org Video Driver, version 15.0
[  5195.683] (WW) Falling back to old probe method for vesa
[  5195.683] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  5195.683] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  5195.683] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  5195.683] (==) RADEON(0): Default visual is TrueColor
[  5195.683] (==) RADEON(0): RGB weight 888
[  5195.683] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  5195.683] (--) RADEON(0): Chipset: "ATI RV730XT [Radeon HD 4670]" (ChipID = 0x9490)
[  5195.683] (II) Loading sub module "dri2"
[  5195.683] (II) LoadModule: "dri2"
[  5195.683] (II) Module "dri2" already built-in
[  5195.683] (II) Loading sub module "exa"
[  5195.683] (II) LoadModule: "exa"
[  5195.684] (II) Loading /usr/lib/xorg/modules/libexa.so
[  5195.684] (II) Module exa: vendor="X.Org Foundation"
[  5195.684] 	compiled for 1.15.1, module version = 2.6.0
[  5195.684] 	ABI class: X.Org Video Driver, version 15.0
[  5195.684] (II) RADEON(0): KMS Color Tiling: enabled
[  5195.684] (II) RADEON(0): KMS Color Tiling 2D: enabled
[  5195.684] (II) RADEON(0): KMS Pageflipping: enabled
[  5195.684] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  5195.708] (II) RADEON(0): Output DVI-0 has no monitor section
[  5195.732] (II) RADEON(0): Output DIN has no monitor section
[  5195.762] (II) RADEON(0): Output DVI-1 has no monitor section
[  5195.784] (II) RADEON(0): EDID for output DVI-0
[  5195.808] (II) RADEON(0): EDID for output DIN
[  5195.838] (II) RADEON(0): EDID for output DVI-1
[  5195.838] (II) RADEON(0): Manufacturer: BNQ  Model: 78da  Serial#: 21573
[  5195.838] (II) RADEON(0): Year: 2015  Week: 34
[  5195.838] (II) RADEON(0): EDID Version: 1.3
[  5195.838] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[  5195.838] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
[  5195.839] (II) RADEON(0): Max Image Size [cm]: horiz.: 62  vert.: 34
[  5195.839] (II) RADEON(0): Gamma: 2.20
[  5195.839] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[  5195.839] (II) RADEON(0): Default color space is primary color space
[  5195.839] (II) RADEON(0): First detailed timing is preferred mode
[  5195.839] (II) RADEON(0): redX: 0.637 redY: 0.341   greenX: 0.309 greenY: 0.631
[  5195.839] (II) RADEON(0): blueX: 0.155 blueY: 0.044   whiteX: 0.313 whiteY: 0.329
[  5195.839] (II) RADEON(0): Supported established timings:
[  5195.839] (II) RADEON(0): 640x480@60Hz
[  5195.839] (II) RADEON(0): 800x600@60Hz
[  5195.839] (II) RADEON(0): 1024x768@60Hz
[  5195.839] (II) RADEON(0): Manufacturer's mask: 0
[  5195.839] (II) RADEON(0): Supported standard timings:
[  5195.839] (II) RADEON(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  5195.839] (II) RADEON(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  5195.839] (II) RADEON(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  5195.839] (II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  5195.839] (II) RADEON(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  5195.839] (II) RADEON(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  5195.839] (II) RADEON(0): Supported detailed timing:
[  5195.839] (II) RADEON(0): clock: 148.5 MHz   Image Size:  621 x 341 mm
[  5195.839] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  5195.839] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  5195.839] (II) RADEON(0): Serial No: H8F04618019
[  5195.839] (II) RADEON(0): Ranges: V min: 57 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 215 MHz
[  5195.839] (II) RADEON(0): Monitor name: BenQ GW2870
[  5195.839] (II) RADEON(0): EDID (in hex):
[  5195.839] (II) RADEON(0): 	00ffffffffffff0009d1da7845540000
[  5195.839] (II) RADEON(0): 	221901030e3e22782e12d5a3574fa127
[  5195.839] (II) RADEON(0): 	0b5054210800d1c0b300a9c081808100
[  5195.839] (II) RADEON(0): 	81c001010101023a801871382d40582c
[  5195.839] (II) RADEON(0): 	45006d552100001e000000ff00483846
[  5195.839] (II) RADEON(0): 	30343631383031390a20000000fd0039
[  5195.839] (II) RADEON(0): 	3d1e5315000a202020202020000000fc
[  5195.839] (II) RADEON(0): 	0042656e51204757323837300a20008c
[  5195.839] (II) RADEON(0): Printing probed modes for output DVI-1
[  5195.839] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5195.839] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5195.839] (II) RADEON(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[  5195.839] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5195.839] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[  5195.839] (II) RADEON(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[  5195.839] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5195.839] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5195.839] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5195.839] (II) RADEON(0): Output DVI-0 disconnected
[  5195.839] (II) RADEON(0): Output DIN disconnected
[  5195.839] (II) RADEON(0): Output DVI-1 connected
[  5195.839] (II) RADEON(0): Using exact sizes for initial modes
[  5195.839] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080
[  5195.839] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  5195.839] (II) RADEON(0): mem size init: gart size :3fdee000 vram size: s:20000000 visible:1f7d7000
[  5195.839] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  5195.839] (==) RADEON(0): DPI set to (96, 96)
[  5195.839] (II) Loading sub module "fb"
[  5195.839] (II) LoadModule: "fb"
[  5195.840] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5195.840] (II) Module fb: vendor="X.Org Foundation"
[  5195.840] 	compiled for 1.15.1, module version = 1.0.0
[  5195.840] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5195.840] (II) Loading sub module "ramdac"
[  5195.840] (II) LoadModule: "ramdac"
[  5195.840] (II) Module "ramdac" already built-in
[  5195.840] (II) UnloadModule: "modesetting"
[  5195.840] (II) Unloading modesetting
[  5195.840] (II) UnloadModule: "fbdev"
[  5195.840] (II) Unloading fbdev
[  5195.840] (II) UnloadSubModule: "fbdevhw"
[  5195.840] (II) Unloading fbdevhw
[  5195.840] (II) UnloadModule: "vesa"
[  5195.840] (II) Unloading vesa
[  5195.840] (--) Depth 24 pixmap format is 32 bpp
[  5195.840] (II) RADEON(0): [DRI2] Setup complete
[  5195.840] (II) RADEON(0): [DRI2]   DRI driver: r600
[  5195.840] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[  5195.840] (II) RADEON(0): Front buffer size: 8160K
[  5195.840] (II) RADEON(0): VRAM usage limit set to 456966K
[  5195.841] (==) RADEON(0): Backing store enabled
[  5195.841] (II) RADEON(0): Direct rendering enabled
[  5195.841] (II) EXA(0): Driver allocated offscreen pixmaps
[  5195.841] (II) EXA(0): Driver registered support for the following operations:
[  5195.841] (II)         Solid
[  5195.841] (II)         Copy
[  5195.841] (II)         Composite (RENDER acceleration)
[  5195.841] (II)         UploadToScreen
[  5195.841] (II)         DownloadFromScreen
[  5195.841] (II) RADEON(0): Acceleration enabled
[  5195.841] (==) RADEON(0): DPMS enabled
[  5195.841] (==) RADEON(0): Silken mouse enabled
[  5195.841] (II) RADEON(0): Set up textured video
[  5195.841] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[  5195.841] (II) RADEON(0): [XvMC] Extension initialized.
[  5195.841] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  5195.841] (--) RandR disabled
[  5195.852] (II) SELinux: Disabled on system
[  5195.862] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  5195.862] (II) AIGLX: enabled GLX_ARB_create_context
[  5195.862] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  5195.862] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  5195.862] (II) AIGLX: enabled GLX_INTEL_swap_event
[  5195.862] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  5195.862] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  5195.862] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  5195.862] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  5195.863] (II) AIGLX: Loaded and initialized r600
[  5195.863] (II) GLX: Initialized DRI2 GL provider for screen 0
[  5195.863] (II) RADEON(0): Setting screen physical size to 507 x 285
[  5195.877] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[  5195.879] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  5195.879] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  5195.879] (II) LoadModule: "evdev"
[  5195.879] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5195.880] (II) Module evdev: vendor="X.Org Foundation"
[  5195.880] 	compiled for 1.15.0, module version = 2.8.2
[  5195.880] 	Module class: X.Org XInput Driver
[  5195.880] 	ABI class: X.Org XInput driver, version 20.0
[  5195.880] (II) Using input driver 'evdev' for 'Power Button'
[  5195.880] (**) Power Button: always reports core events
[  5195.880] (**) evdev: Power Button: Device: "/dev/input/event1"
[  5195.880] (--) evdev: Power Button: Vendor 0 Product 0x1
[  5195.880] (--) evdev: Power Button: Found keys
[  5195.880] (II) evdev: Power Button: Configuring as keyboard
[  5195.880] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  5195.880] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  5195.880] (**) Option "xkb_rules" "evdev"
[  5195.880] (**) Option "xkb_model" "pc105"
[  5195.880] (**) Option "xkb_layout" "fr"
[  5195.880] (**) Option "xkb_variant" "oss"
[  5195.882] (II) XKB: reuse xkmfile /var/lib/xkb/server-6CCE7350BC740BB33D520367F4A10E64192A358C.xkm
[  5195.882] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  5195.882] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  5195.882] (II) Using input driver 'evdev' for 'Power Button'
[  5195.883] (**) Power Button: always reports core events
[  5195.883] (**) evdev: Power Button: Device: "/dev/input/event0"
[  5195.883] (--) evdev: Power Button: Vendor 0 Product 0x1
[  5195.883] (--) evdev: Power Button: Found keys
[  5195.883] (II) evdev: Power Button: Configuring as keyboard
[  5195.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  5195.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  5195.883] (**) Option "xkb_rules" "evdev"
[  5195.883] (**) Option "xkb_model" "pc105"
[  5195.883] (**) Option "xkb_layout" "fr"
[  5195.883] (**) Option "xkb_variant" "oss"
[  5195.883] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:07.0/0000:04:00.0/drm/card0
[  5195.883] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[  5195.883] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[  5195.883] (II) No input driver specified, ignoring this device.
[  5195.883] (II) This device may have been added with another device file.
[  5195.883] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event6)
[  5195.883] (II) No input driver specified, ignoring this device.
[  5195.883] (II) This device may have been added with another device file.
[  5195.883] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event5)
[  5195.884] (II) No input driver specified, ignoring this device.
[  5195.884] (II) This device may have been added with another device file.
[  5195.884] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event4)
[  5195.884] (II) No input driver specified, ignoring this device.
[  5195.884] (II) This device may have been added with another device file.
[  5195.884] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event11)
[  5195.884] (II) No input driver specified, ignoring this device.
[  5195.884] (II) This device may have been added with another device file.
[  5195.884] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event10)
[  5195.884] (II) No input driver specified, ignoring this device.
[  5195.884] (II) This device may have been added with another device file.
[  5195.884] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
[  5195.884] (II) No input driver specified, ignoring this device.
[  5195.884] (II) This device may have been added with another device file.
[  5195.884] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event8)
[  5195.885] (II) No input driver specified, ignoring this device.
[  5195.885] (II) This device may have been added with another device file.
[  5195.885] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event7)
[  5195.885] (II) No input driver specified, ignoring this device.
[  5195.885] (II) This device may have been added with another device file.
[  5195.885] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[  5195.885] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  5195.885] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  5195.885] (**) AT Translated Set 2 keyboard: always reports core events
[  5195.885] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[  5195.885] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  5195.885] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  5195.885] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  5195.885] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[  5195.885] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[  5195.885] (**) Option "xkb_rules" "evdev"
[  5195.885] (**) Option "xkb_model" "pc105"
[  5195.885] (**) Option "xkb_layout" "fr"
[  5195.885] (**) Option "xkb_variant" "oss"
[  5195.885] (II) config/udev: Adding input device PS2++ Logitech Wheel Mouse (/dev/input/event3)
[  5195.885] (**) PS2++ Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[  5195.885] (II) Using input driver 'evdev' for 'PS2++ Logitech Wheel Mouse'
[  5195.885] (**) PS2++ Logitech Wheel Mouse: always reports core events
[  5195.885] (**) evdev: PS2++ Logitech Wheel Mouse: Device: "/dev/input/event3"
[  5195.885] (--) evdev: PS2++ Logitech Wheel Mouse: Vendor 0x2 Product 0x2
[  5195.886] (--) evdev: PS2++ Logitech Wheel Mouse: Found 3 mouse buttons
[  5195.886] (--) evdev: PS2++ Logitech Wheel Mouse: Found scroll wheel(s)
[  5195.886] (--) evdev: PS2++ Logitech Wheel Mouse: Found relative axes
[  5195.886] (--) evdev: PS2++ Logitech Wheel Mouse: Found x and y relative axes
[  5195.886] (II) evdev: PS2++ Logitech Wheel Mouse: Configuring as mouse
[  5195.886] (II) evdev: PS2++ Logitech Wheel Mouse: Adding scrollwheel support
[  5195.886] (**) evdev: PS2++ Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[  5195.886] (**) evdev: PS2++ Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  5195.886] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event3"
[  5195.886] (II) XINPUT: Adding extended input device "PS2++ Logitech Wheel Mouse" (type: MOUSE, id 9)
[  5195.886] (II) evdev: PS2++ Logitech Wheel Mouse: initialized for relative axes.
[  5195.886] (**) PS2++ Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[  5195.886] (**) PS2++ Logitech Wheel Mouse: (accel) acceleration profile 0
[  5195.886] (**) PS2++ Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[  5195.886] (**) PS2++ Logitech Wheel Mouse: (accel) acceleration threshold: 4
[  5195.886] (II) config/udev: Adding input device PS2++ Logitech Wheel Mouse (/dev/input/mouse0)
[  5195.886] (II) No input driver specified, ignoring this device.
[  5195.886] (II) This device may have been added with another device file.
[  5196.478] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5196.478] (II) RADEON(0): Using EDID range info for horizontal sync
[  5196.478] (II) RADEON(0): Using EDID range info for vertical refresh
[  5196.478] (II) RADEON(0): Printing DDC gathered Modelines:
[  5196.478] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5196.478] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5196.478] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5196.478] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5196.654] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5196.654] (II) RADEON(0): Using hsync ranges from config file
[  5196.654] (II) RADEON(0): Using vrefresh ranges from config file
[  5196.654] (II) RADEON(0): Printing DDC gathered Modelines:
[  5196.654] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5196.654] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5196.654] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5196.654] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5202.654] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5202.655] (II) RADEON(0): Using hsync ranges from config file
[  5202.655] (II) RADEON(0): Using vrefresh ranges from config file
[  5202.655] (II) RADEON(0): Printing DDC gathered Modelines:
[  5202.655] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5202.655] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5202.655] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5202.655] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5202.922] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5202.922] (II) RADEON(0): Using hsync ranges from config file
[  5202.922] (II) RADEON(0): Using vrefresh ranges from config file
[  5202.922] (II) RADEON(0): Printing DDC gathered Modelines:
[  5202.922] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5202.922] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5202.922] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5202.922] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5203.006] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5203.006] (II) RADEON(0): Using hsync ranges from config file
[  5203.006] (II) RADEON(0): Using vrefresh ranges from config file
[  5203.006] (II) RADEON(0): Printing DDC gathered Modelines:
[  5203.006] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5203.006] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5203.006] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5203.006] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5203.044] (II) XKB: reuse xkmfile /var/lib/xkb/server-79DA8A0BAEB4CF1B2497C5C301111BA2CA0B8D85.xkm
[  5203.190] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5203.190] (II) RADEON(0): Using hsync ranges from config file
[  5203.190] (II) RADEON(0): Using vrefresh ranges from config file
[  5203.190] (II) RADEON(0): Printing DDC gathered Modelines:
[  5203.190] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5203.190] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5203.190] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5203.190] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5203.438] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5203.438] (II) RADEON(0): Using hsync ranges from config file
[  5203.438] (II) RADEON(0): Using vrefresh ranges from config file
[  5203.438] (II) RADEON(0): Printing DDC gathered Modelines:
[  5203.438] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5203.438] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5203.438] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5203.438] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5203.826] (II) XKB: reuse xkmfile /var/lib/xkb/server-79DA8A0BAEB4CF1B2497C5C301111BA2CA0B8D85.xkm
[  5204.139] (II) XKB: reuse xkmfile /var/lib/xkb/server-1580E94F9C282AE2A0B7C28D11147BD2670E600F.xkm
[  5204.274] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5204.274] (II) RADEON(0): Using hsync ranges from config file
[  5204.274] (II) RADEON(0): Using vrefresh ranges from config file
[  5204.274] (II) RADEON(0): Printing DDC gathered Modelines:
[  5204.274] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5204.274] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5204.274] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5204.274] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5204.274] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5204.275] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5204.275] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5204.275] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5204.275] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5204.275] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5204.358] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5204.358] (II) RADEON(0): Using hsync ranges from config file
[  5204.358] (II) RADEON(0): Using vrefresh ranges from config file
[  5204.358] (II) RADEON(0): Printing DDC gathered Modelines:
[  5204.358] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5204.359] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5204.359] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5204.359] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  5218.399] (II) RADEON(0): EDID vendor "BNQ", prod id 30938
[  5218.399] (II) RADEON(0): Using hsync ranges from config file
[  5218.399] (II) RADEON(0): Using vrefresh ranges from config file
[  5218.399] (II) RADEON(0): Printing DDC gathered Modelines:
[  5218.400] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  5218.400] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  5218.400] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  5218.400] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)

Hors ligne

#4 Le 18/11/2015, à 12:00

F50

Re : Tremblement avec Radeon HD 4670 [RESOLU]

plu9in a écrit :

Donc ce xorg.conf est issu de la regénération d'hier.

Je me doutais bien car il est inutile avec les pilotes libres. En plus, il contient des erreurs :

Le bus indique dans xorg.conf est :

BusID       "PCI:2:0:0"

Alors que lspci -v donne le 4 :

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670] (prog-if 00 [VGA controller])

Essayons un truc, change la ligne incriminée dans xorg.conf comme ceci :

BusID       "PCI:4:0:0"

Puis reboot et redonne le retour des commandes précédentes.

Si jamais tu te retrouves devant un écran noir tu fais :

sudo mv /etc/X11/xorg.conf /home/toi/Documents

Puis :

sudo reboot

#5 Le 18/11/2015, à 15:20

plu9in

Re : Tremblement avec Radeon HD 4670 [RESOLU]

Merci F50. C'est sympa de ta part.

J'essaye de reconfigurer mon serveur X ce soir et je te tiens au courant.

Hors ligne

#6 Le 19/11/2015, à 10:00

plu9in

Re : Tremblement avec Radeon HD 4670 [RESOLU]

Bonjour,

Finalement, j'ai décidé de virer une de mes cartes PCI et de changer ma carte de port PCI. Je pense que le problème vient d'un composant un peu fatigué de ma carte ... notamment les condensateurs chimiques. Ca fait 6 ans que j'ai ce PC qui fonctionne encore bien pour le dév.

Merci bcp F50 pour ton attention. Je passe le sujet en "résolu" même si la solution est un peu radicale.

Hors ligne

#7 Le 20/11/2015, à 08:26

F50

Re : Tremblement avec Radeon HD 4670 [RESOLU]

De rien.

Ça arrive, ou un port PCI défectueux. L'important est que c'est régler.