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 28/01/2018, à 22:07

gqueg

Problème prise en charge / optimisation Radeon HD3850

Bonjour,
Je suis néo-utilisateur Ubuntu. Je viens de l'installer en dual-boot XP sur un PC équipé d'une carte graphique Radeon HD3850.
Mais la carte semble mal prise en charge. En particulier le décodage video est très très lent.
J'ai voulu installer le pilote propriétaire mais un message final m'a indiqué que cela n'avait pas marché et cela n'a rien changé.
Le fichier xorg.conf n'existait pas. Je l'ai généré en suivant la documentation. Le voici. Cela n'a rien changé.

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	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 "Monitor"
	Identifier   "Monitor1"
	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     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
	Identifier  "Card0"
	Driver      "amdgpu"
	BusID       "PCI:2:0:0"
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     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
	Identifier  "Card1"
	Driver      "amdgpu"
	BusID       "PCI:2:0:1"
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

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	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

Et le fichier Xorg.0.log

[  3569.688] 
X.Org X Server 1.19.5
Release Date: 2017-10-12
[  3569.688] X Protocol Version 11, Revision 0
[  3569.688] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
[  3569.689] Current Operating System: Linux PC-du-bureau 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64
[  3569.689] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic root=UUID=f902a6b5-e1f1-44b0-a7e3-49d00f334f22 ro quiet splash vt.handoff=7
[  3569.689] Build Date: 24 November 2017  09:44:25AM
[  3569.689] xorg-server 2:1.19.5-0ubuntu2~16.04.1 (For technical support please see http://www.ubuntu.com/support) 
[  3569.689] Current version of pixman: 0.33.6
[  3569.689] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3569.689] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3569.689] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 28 20:31:09 2018
[  3569.689] (==) Using config file: "/etc/X11/xorg.conf"
[  3569.689] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3569.689] (==) ServerLayout "X.org Configured"
[  3569.689] (**) |-->Screen "Screen0" (0)
[  3569.689] (**) |   |-->Monitor "Monitor0"
[  3569.690] (**) |   |-->Device "Card0"
[  3569.690] (**) |-->Screen "Screen1" (1)
[  3569.690] (**) |   |-->Monitor "Monitor1"
[  3569.690] (**) |   |-->Device "Card1"
[  3569.690] (**) |-->Input Device "Mouse0"
[  3569.690] (**) |-->Input Device "Keyboard0"
[  3569.690] (==) Automatically adding devices
[  3569.690] (==) Automatically enabling devices
[  3569.690] (==) Automatically adding GPU devices
[  3569.690] (==) Automatically binding GPU devices
[  3569.690] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3569.690] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  3569.690] 	Entry deleted from font path.
[  3569.690] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[  3569.690] (**) ModulePath set to "/usr/lib/xorg/modules"
[  3569.690] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  3569.690] (WW) Disabling Mouse0
[  3569.690] (WW) Disabling Keyboard0
[  3569.690] (II) Loader magic: 0x55c32f831e00
[  3569.690] (II) Module ABI versions:
[  3569.690] 	X.Org ANSI C Emulation: 0.4
[  3569.690] 	X.Org Video Driver: 23.0
[  3569.690] 	X.Org XInput driver : 24.1
[  3569.690] 	X.Org Server Extension : 10.0
[  3569.691] (++) using VT number 7

[  3569.691] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  3569.692] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3569.694] (--) PCI:*(0:2:0:0) 1002:9505:1002:2542 rev 0, Mem @ 0xc0000000/268435456, 0xff4f0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[  3569.694] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  3569.694] (II) LoadModule: "glx"
[  3569.714] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3569.809] (II) Module glx: vendor="X.Org Foundation"
[  3569.809] 	compiled for 1.19.5, module version = 1.0.0
[  3569.809] 	ABI class: X.Org Server Extension, version 10.0
[  3569.809] (II) LoadModule: "amdgpu"
[  3569.809] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  3569.809] (II) Module amdgpu: vendor="X.Org Foundation"
[  3569.809] 	compiled for 1.19.3, module version = 1.3.0
[  3569.810] 	Module class: X.Org Video Driver
[  3569.810] 	ABI class: X.Org Video Driver, version 23.0
[  3569.810] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  3569.844] (II) [KMS] Kernel modesetting enabled.
[  3569.844] (EE) AMDGPU(0): amdgpu_device_initialize failed
[  3569.844] (II) [KMS] Kernel modesetting enabled.
[  3569.844] (EE) AMDGPU(G0): amdgpu_device_initialize failed
[  3569.844] (II) [KMS] Kernel modesetting enabled.
[  3569.844] (EE) AMDGPU(1): amdgpu_device_initialize failed
[  3569.845] (II) [KMS] drm report modesetting isn't supported.
[  3569.845] (EE) Screen 0 deleted because of no matching config section.
[  3569.845] (II) UnloadModule: "amdgpu"
[  3569.845] (EE) Screen 0 deleted because of no matching config section.
[  3569.845] (II) UnloadModule: "amdgpu"
[  3569.845] (EE) Screen 0 deleted because of no matching config section.
[  3569.845] (II) UnloadModule: "amdgpu"
[  3569.845] (EE) Device(s) detected, but none match those in the config file.
[  3569.845] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[  3569.845] 	loading driver: radeon
[  3569.845] (==) Matched radeon as autoconfigured driver 0
[  3569.845] (==) Matched ati as autoconfigured driver 1
[  3569.845] (==) Matched ati as autoconfigured driver 2
[  3569.845] (==) Matched modesetting as autoconfigured driver 3
[  3569.845] (==) Matched fbdev as autoconfigured driver 4
[  3569.845] (==) Matched vesa as autoconfigured driver 5
[  3569.845] (==) Assigned the driver to the xf86ConfigLayout
[  3569.845] (II) LoadModule: "radeon"
[  3569.845] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  3569.845] (II) Module radeon: vendor="X.Org Foundation"
[  3569.845] 	compiled for 1.19.3, module version = 7.9.0
[  3569.845] 	Module class: X.Org Video Driver
[  3569.845] 	ABI class: X.Org Video Driver, version 23.0
[  3569.845] (II) LoadModule: "ati"
[  3569.845] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  3569.846] (II) Module ati: vendor="X.Org Foundation"
[  3569.846] 	compiled for 1.19.3, module version = 7.9.0
[  3569.846] 	Module class: X.Org Video Driver
[  3569.846] 	ABI class: X.Org Video Driver, version 23.0
[  3569.846] (II) LoadModule: "modesetting"
[  3569.846] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3569.846] (II) Module modesetting: vendor="X.Org Foundation"
[  3569.846] 	compiled for 1.19.5, module version = 1.19.5
[  3569.846] 	Module class: X.Org Video Driver
[  3569.846] 	ABI class: X.Org Video Driver, version 23.0
[  3569.846] (II) LoadModule: "fbdev"
[  3569.846] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3569.846] (II) Module fbdev: vendor="X.Org Foundation"
[  3569.846] 	compiled for 1.19.3, module version = 0.4.4
[  3569.846] 	Module class: X.Org Video Driver
[  3569.846] 	ABI class: X.Org Video Driver, version 23.0
[  3569.846] (II) LoadModule: "vesa"
[  3569.846] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3569.847] (II) Module vesa: vendor="X.Org Foundation"
[  3569.847] 	compiled for 1.19.3, module version = 2.3.4
[  3569.847] 	Module class: X.Org Video Driver
[  3569.847] 	ABI class: X.Org Video Driver, version 23.0
[  3569.847] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  3569.847] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	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 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 X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, 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 RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	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 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[  3569.851] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3569.851] (II) FBDEV: driver for framebuffer: fbdev
[  3569.851] (II) VESA: driver for VESA chipsets: vesa
[  3569.851] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[  3569.851] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[  3569.851] (II) [KMS] Kernel modesetting enabled.
[  3569.851] (EE) AMDGPU(G1): amdgpu_device_initialize failed
[  3569.851] (II) [KMS] Kernel modesetting enabled.
[  3569.851] (WW) Falling back to old probe method for modesetting
[  3569.852] (WW) Falling back to old probe method for fbdev
[  3569.852] (II) Loading sub module "fbdevhw"
[  3569.852] (II) LoadModule: "fbdevhw"
[  3569.852] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3569.873] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3569.873] 	compiled for 1.19.5, module version = 0.0.2
[  3569.873] 	ABI class: X.Org Video Driver, version 23.0
[  3569.874] (WW) Falling back to old probe method for vesa
[  3569.874] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  3569.874] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  3569.874] (==) RADEON(0): Default visual is TrueColor
[  3569.874] (==) RADEON(0): RGB weight 888
[  3569.874] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  3569.874] (--) RADEON(0): Chipset: "ATI Radeon HD3850" (ChipID = 0x9505)
[  3569.874] (II) Loading sub module "fb"
[  3569.874] (II) LoadModule: "fb"
[  3569.874] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3569.889] (II) Module fb: vendor="X.Org Foundation"
[  3569.889] 	compiled for 1.19.5, module version = 1.0.0
[  3569.889] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3569.889] (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
[  3569.889] (II) Loading sub module "shadow"
[  3569.889] (II) LoadModule: "shadow"
[  3569.889] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  3569.890] (II) Module shadow: vendor="X.Org Foundation"
[  3569.890] 	compiled for 1.19.5, module version = 1.1.0
[  3569.890] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3569.890] (II) RADEON(0): KMS Color Tiling: disabled
[  3569.890] (II) RADEON(0): KMS Color Tiling 2D: disabled
[  3569.890] (II) RADEON(0): KMS Pageflipping: enabled
[  3569.890] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  3569.921] (II) RADEON(0): Output DVI-0 using monitor section Monitor0
[  3569.936] (II) RADEON(0): Output DIN has no monitor section
[  3569.952] (II) RADEON(0): Output DVI-1 has no monitor section
[  3569.983] (II) RADEON(0): EDID for output DVI-0
[  3569.983] (II) RADEON(0): Manufacturer: ACI  Model: 19f2  Serial#: 195034
[  3569.983] (II) RADEON(0): Year: 2014  Week: 44
[  3569.983] (II) RADEON(0): EDID Version: 1.3
[  3569.983] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[  3569.983] (II) RADEON(0): Sync:  Separate
[  3569.983] (II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 23
[  3569.983] (II) RADEON(0): Gamma: 2.20
[  3569.983] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  3569.983] (II) RADEON(0): First detailed timing is preferred mode
[  3569.983] (II) RADEON(0): redX: 0.644 redY: 0.335   greenX: 0.313 greenY: 0.618
[  3569.983] (II) RADEON(0): blueX: 0.153 blueY: 0.059   whiteX: 0.313 whiteY: 0.329
[  3569.983] (II) RADEON(0): Supported established timings:
[  3569.983] (II) RADEON(0): 720x400@70Hz
[  3569.983] (II) RADEON(0): 640x480@60Hz
[  3569.983] (II) RADEON(0): 640x480@67Hz
[  3569.983] (II) RADEON(0): 640x480@72Hz
[  3569.983] (II) RADEON(0): 640x480@75Hz
[  3569.983] (II) RADEON(0): 800x600@60Hz
[  3569.983] (II) RADEON(0): 800x600@72Hz
[  3569.983] (II) RADEON(0): 800x600@75Hz
[  3569.983] (II) RADEON(0): 832x624@75Hz
[  3569.983] (II) RADEON(0): 1024x768@60Hz
[  3569.983] (II) RADEON(0): 1024x768@70Hz
[  3569.983] (II) RADEON(0): 1024x768@75Hz
[  3569.983] (II) RADEON(0): Manufacturer's mask: 0
[  3569.983] (II) RADEON(0): Supported standard timings:
[  3569.983] (II) RADEON(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  3569.983] (II) RADEON(0): Supported detailed timing:
[  3569.983] (II) RADEON(0): clock: 85.5 MHz   Image Size:  410 x 230 mm
[  3569.983] (II) RADEON(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[  3569.983] (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[  3569.983] (II) RADEON(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[  3569.983] (II) RADEON(0): Monitor name: ASUS VS197
[  3569.983] (II) RADEON(0): Serial No: EALMTF195034
[  3569.983] (II) RADEON(0): EDID (in hex):
[  3569.983] (II) RADEON(0): 	00ffffffffffff000469f219daf90200
[  3569.983] (II) RADEON(0): 	2c18010308291778eaf545a455509e27
[  3569.983] (II) RADEON(0): 	0f5054bdee0081c00101010101010101
[  3569.983] (II) RADEON(0): 	010101010101662156aa51001e30468f
[  3569.983] (II) RADEON(0): 	33009ae61000001e000000fd00324b18
[  3569.983] (II) RADEON(0): 	5311000a202020202020000000fc0041
[  3569.983] (II) RADEON(0): 	5355532056533139370a2020000000ff
[  3569.983] (II) RADEON(0): 	0045414c4d54463139353033340a0052
[  3569.983] (II) RADEON(0): Printing probed modes for output DVI-0
[  3569.983] (II) RADEON(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[  3569.983] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3569.983] (II) RADEON(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  3569.983] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  3569.983] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3569.983] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  3569.983] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  3569.983] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  3569.983] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3569.983] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  3569.983] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  3569.983] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  3569.983] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3569.983] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  3569.996] (II) RADEON(0): EDID for output DIN
[  3570.012] (II) RADEON(0): EDID for output DVI-1
[  3570.012] (II) RADEON(0): Output DVI-0 connected
[  3570.012] (II) RADEON(0): Output DIN disconnected
[  3570.012] (II) RADEON(0): Output DVI-1 disconnected
[  3570.012] (II) RADEON(0): Using exact sizes for initial modes
[  3570.012] (II) RADEON(0): Output DVI-0 using initial mode 1366x768 +0+0
[  3570.012] (II) RADEON(0): mem size init: gart size :20000000 vram size: s:10000000 visible:fa9d000
[  3570.012] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  3570.012] (==) RADEON(0): DPI set to (96, 96)
[  3570.012] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[  3570.012] (II) Loading sub module "ramdac"
[  3570.012] (II) LoadModule: "ramdac"
[  3570.012] (II) Module "ramdac" already built-in
[  3570.012] (II) UnloadModule: "amdgpu"
[  3570.012] (II) UnloadModule: "amdgpu"
[  3570.012] (II) UnloadModule: "modesetting"
[  3570.012] (II) Unloading modesetting
[  3570.012] (II) UnloadModule: "fbdev"
[  3570.012] (II) Unloading fbdev
[  3570.012] (II) UnloadSubModule: "fbdevhw"
[  3570.012] (II) Unloading fbdevhw
[  3570.012] (II) UnloadModule: "vesa"
[  3570.012] (II) Unloading vesa
[  3570.012] (--) Depth 24 pixmap format is 32 bpp
[  3570.013] (II) RADEON(0): Front buffer size: 4224K
[  3570.013] (II) RADEON(0): VRAM usage limit set to 227134K
[  3570.013] (==) RADEON(0): DRI3 disabled
[  3570.013] (==) RADEON(0): Backing store enabled
[  3570.013] (WW) RADEON(0): Direct rendering disabled
[  3570.013] (II) RADEON(0): Acceleration disabled
[  3570.013] (==) RADEON(0): DPMS enabled
[  3570.013] (==) RADEON(0): Silken mouse enabled
[  3570.013] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  3570.020] (--) RandR disabled
[  3570.025] (II) SELinux: Disabled on system
[  3570.026] (II) AIGLX: Screen 0 is not DRI2 capable
[  3570.026] (EE) AIGLX: reverting to software rendering
[  3570.087] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[  3570.087] (II) IGLX: Loaded and initialized swrast
[  3570.087] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  3570.088] (II) RADEON(0): Setting screen physical size to 361 x 203
[  3570.315] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  3570.315] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3570.315] (II) LoadModule: "evdev"
[  3570.315] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  3570.337] (II) Module evdev: vendor="X.Org Foundation"
[  3570.337] 	compiled for 1.19.3, module version = 2.10.5
[  3570.337] 	Module class: X.Org XInput Driver
[  3570.337] 	ABI class: X.Org XInput driver, version 24.1
[  3570.337] (II) Using input driver 'evdev' for 'Power Button'
[  3570.337] (**) Power Button: always reports core events
[  3570.337] (**) evdev: Power Button: Device: "/dev/input/event1"
[  3570.337] (--) evdev: Power Button: Vendor 0 Product 0x1
[  3570.337] (--) evdev: Power Button: Found keys
[  3570.337] (II) evdev: Power Button: Configuring as keyboard
[  3570.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  3570.337] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3570.337] (**) Option "xkb_rules" "evdev"
[  3570.337] (**) Option "xkb_model" "pc105"
[  3570.337] (**) Option "xkb_layout" "fr"
[  3570.337] (**) Option "xkb_variant" "latin9"
[  3570.364] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  3570.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3570.364] (II) Using input driver 'evdev' for 'Power Button'
[  3570.364] (**) Power Button: always reports core events
[  3570.364] (**) evdev: Power Button: Device: "/dev/input/event0"
[  3570.364] (--) evdev: Power Button: Vendor 0 Product 0x1
[  3570.364] (--) evdev: Power Button: Found keys
[  3570.364] (II) evdev: Power Button: Configuring as keyboard
[  3570.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  3570.364] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  3570.364] (**) Option "xkb_rules" "evdev"
[  3570.364] (**) Option "xkb_model" "pc105"
[  3570.364] (**) Option "xkb_layout" "fr"
[  3570.364] (**) Option "xkb_variant" "latin9"
[  3570.366] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[  3570.366] (II) No input driver specified, ignoring this device.
[  3570.366] (II) This device may have been added with another device file.
[  3570.366] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[  3570.366] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  3570.366] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[  3570.366] (**) Logitech USB Keyboard: always reports core events
[  3570.366] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
[  3570.367] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[  3570.367] (--) evdev: Logitech USB Keyboard: Found keys
[  3570.367] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[  3570.367] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/0003:046D:C31C.0001/input/input5/event2"
[  3570.367] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
[  3570.367] (**) Option "xkb_rules" "evdev"
[  3570.367] (**) Option "xkb_model" "pc105"
[  3570.367] (**) Option "xkb_layout" "fr"
[  3570.367] (**) Option "xkb_variant" "latin9"
[  3570.368] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event3)
[  3570.368] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  3570.368] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[  3570.368] (**) Logitech USB Keyboard: always reports core events
[  3570.368] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event3"
[  3570.368] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[  3570.368] (--) evdev: Logitech USB Keyboard: Found absolute axes
[  3570.368] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[  3570.368] (--) evdev: Logitech USB Keyboard: Found keys
[  3570.368] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
[  3570.368] (II) evdev: Logitech USB Keyboard: Configuring as mouse
[  3570.368] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[  3570.368] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/0003:046D:C31C.0002/input/input6/event3"
[  3570.368] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[  3570.368] (**) Option "xkb_rules" "evdev"
[  3570.368] (**) Option "xkb_model" "pc105"
[  3570.368] (**) Option "xkb_layout" "fr"
[  3570.368] (**) Option "xkb_variant" "latin9"
[  3570.368] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
[  3570.369] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[  3570.369] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[  3570.369] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[  3570.369] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[  3570.369] (II) config/udev: Adding input device SteelSeries Kana Gaming Mouse (/dev/input/event4)
[  3570.369] (**) SteelSeries Kana Gaming Mouse: Applying InputClass "evdev pointer catchall"
[  3570.369] (II) Using input driver 'evdev' for 'SteelSeries Kana Gaming Mouse'
[  3570.369] (**) SteelSeries Kana Gaming Mouse: always reports core events
[  3570.369] (**) evdev: SteelSeries Kana Gaming Mouse: Device: "/dev/input/event4"
[  3570.428] (--) evdev: SteelSeries Kana Gaming Mouse: Vendor 0x1038 Product 0x1364
[  3570.428] (--) evdev: SteelSeries Kana Gaming Mouse: Found 9 mouse buttons
[  3570.428] (--) evdev: SteelSeries Kana Gaming Mouse: Found scroll wheel(s)
[  3570.428] (--) evdev: SteelSeries Kana Gaming Mouse: Found relative axes
[  3570.428] (--) evdev: SteelSeries Kana Gaming Mouse: Found x and y relative axes
[  3570.428] (II) evdev: SteelSeries Kana Gaming Mouse: Configuring as mouse
[  3570.428] (II) evdev: SteelSeries Kana Gaming Mouse: Adding scrollwheel support
[  3570.428] (**) evdev: SteelSeries Kana Gaming Mouse: YAxisMapping: buttons 4 and 5
[  3570.428] (**) evdev: SteelSeries Kana Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3570.428] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.1/0003:1038:1364.0004/input/input7/event4"
[  3570.428] (II) XINPUT: Adding extended input device "SteelSeries Kana Gaming Mouse" (type: MOUSE, id 10)
[  3570.428] (II) evdev: SteelSeries Kana Gaming Mouse: initialized for relative axes.
[  3570.428] (**) SteelSeries Kana Gaming Mouse: (accel) keeping acceleration scheme 1
[  3570.428] (**) SteelSeries Kana Gaming Mouse: (accel) acceleration profile 0
[  3570.428] (**) SteelSeries Kana Gaming Mouse: (accel) acceleration factor: 2.000
[  3570.428] (**) SteelSeries Kana Gaming Mouse: (accel) acceleration threshold: 4
[  3570.429] (II) config/udev: Adding input device SteelSeries Kana Gaming Mouse (/dev/input/mouse0)
[  3570.429] (II) No input driver specified, ignoring this device.
[  3570.429] (II) This device may have been added with another device file.
[  3570.429] (II) config/udev: Adding input device HDA VIA VT82xx Line (/dev/input/event7)
[  3570.429] (II) No input driver specified, ignoring this device.
[  3570.429] (II) This device may have been added with another device file.
[  3570.430] (II) config/udev: Adding input device HDA VIA VT82xx Line Out Front (/dev/input/event8)
[  3570.430] (II) No input driver specified, ignoring this device.
[  3570.430] (II) This device may have been added with another device file.
[  3570.430] (II) config/udev: Adding input device HDA VIA VT82xx Line Out Surround (/dev/input/event9)
[  3570.430] (II) No input driver specified, ignoring this device.
[  3570.430] (II) This device may have been added with another device file.
[  3570.431] (II) config/udev: Adding input device HDA VIA VT82xx Line Out CLFE (/dev/input/event10)
[  3570.431] (II) No input driver specified, ignoring this device.
[  3570.431] (II) This device may have been added with another device file.
[  3570.431] (II) config/udev: Adding input device HDA VIA VT82xx Line Out Side (/dev/input/event11)
[  3570.431] (II) No input driver specified, ignoring this device.
[  3570.431] (II) This device may have been added with another device file.
[  3570.432] (II) config/udev: Adding input device HDA VIA VT82xx Front Headphone (/dev/input/event12)
[  3570.432] (II) No input driver specified, ignoring this device.
[  3570.432] (II) This device may have been added with another device file.
[  3570.432] (II) config/udev: Adding input device HDA VIA VT82xx Rear Mic (/dev/input/event5)
[  3570.432] (II) No input driver specified, ignoring this device.
[  3570.432] (II) This device may have been added with another device file.
[  3570.433] (II) config/udev: Adding input device HDA VIA VT82xx Front Mic (/dev/input/event6)
[  3570.433] (II) No input driver specified, ignoring this device.
[  3570.433] (II) This device may have been added with another device file.
[  3579.828] (II) RADEON(0): EDID vendor "ACI", prod id 6642
[  3579.828] (II) RADEON(0): Using EDID range info for horizontal sync
[  3579.828] (II) RADEON(0): Using EDID range info for vertical refresh
[  3579.828] (II) RADEON(0): Printing DDC gathered Modelines:
[  3579.828] (II) RADEON(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[  3579.828] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3579.828] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  3579.828] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  3579.828] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  3579.828] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3579.828] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  3579.828] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  3579.828] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  3579.828] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3579.828] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  3579.828] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  3579.828] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  3579.828] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  3889.728] (II) RADEON(0): EDID vendor "ACI", prod id 6642
[  3889.728] (II) RADEON(0): Using hsync ranges from config file
[  3889.728] (II) RADEON(0): Using vrefresh ranges from config file
[  3889.728] (II) RADEON(0): Printing DDC gathered Modelines:
[  3889.728] (II) RADEON(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[  3889.728] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3889.728] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  3889.728] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  3889.728] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  3889.728] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3889.728] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  3889.728] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  3889.728] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  3889.728] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3889.728] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  3889.728] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  3889.728] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  3889.728] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)

Merci de votre aide !

Hors ligne