[Xorg] Zone inaccessible par le curseur (Résolu)

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
Répondre
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

[Xorg] Zone inaccessible par le curseur (Résolu)

Message par Xorg »

Bonjour.

J'ai un problème assez étrange, qui est apparut à priori quand je suis passé au xorg-serveur 1.12.3-1, ou bien au Catalyst 12.6-4.
Il se trouve qu'en ouvrant un jeu directement dans un serveur X, le jeu étant en 1920x1080 en plein écran, je n'arrive pas à déplacer le curseur sur tout l'écran. Disons que j'ai un rectangle dans lequel je peux aller, qui va des extrémités haute et gauche de l'écran, mais qui s'arrête bien avant les extrémités basse et droite. Donc impossible de déplacer le curseur tout en bas, ou bien à droite, ce qui est gênant.
Pour schématiser, c'est comme si j'avais une zone de 1920x1080 mais que la souris n'arrive qu'à se déplacer dans 1360x768 de cette zone...

Pour résumer ma configuration logicielle, j'utilise Xorg en version 1.12.3-1, avec ma HD 6870 j'utilise les Catalyst 12.6-4, et j'ai aussi le noyau Linux 3.4.6-1.

Voici le contenu de mon xorg.conf.d :
- 10-evdev.conf

Code : Tout sélectionner

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
	Option "XkbLayout"	"fr"
	Option "XkbVariantÃ"	"latin9"
	Option "XkbOptions"	"terminate:ctrl_alt_bksp"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
- 15-monitor.conf

Code : Tout sélectionner

Section "Monitor"
    Identifier     "Monitor0"
    Modeline       "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
    Option         "PreferredMode"  "1920x1080_60.00"
EndSection
- 20-catalyst.conf

Code : Tout sélectionner

Section "Device"
	Identifier	"Card0"
	Driver		"fglrx"
	VendorName	"ATI Technologies Inc"
	BusID		"01:00:0"
EndSection
Vous pensez que ça vient d'un paquet ou bien qu mon Xorg est mal configuré ?

Merci d'avance. :)
Dernière modification par Xorg le ven. 17 août 2012, 14:19, modifié 2 fois.
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17578
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par benjarobin »

Donne toujours le log de Xorg mais je reste perplexe...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

Le voilà :

Code : Tout sélectionner

[    71.515] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[    71.516] X Protocol Version 11, Revision 0
[    71.517] Build Operating System: Linux 3.4.4-3-ARCH x86_64 
[    71.518] Current Operating System: Linux PC-Xorg 3.4.6-1-ARCH #1 SMP PREEMPT Fri Jul 20 08:21:26 CEST 2012 x86_64
[    71.518] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c47dd22f-b716-4023-8789-5d1ccc3c3836 ro quiet fastboot add_efi_memmap console=tty1 splash=silent,theme:arch-black
[    71.519] Build Date: 09 July 2012  03:59:39PM
[    71.520]  
[    71.520] Current version of pixman: 0.26.2
[    71.521] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    71.521] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    71.524] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 30 10:29:01 2012
[    71.524] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    71.524] (==) No Layout section.  Using the first Screen section.
[    71.524] (==) No screen section available. Using defaults.
[    71.524] (**) |-->Screen "Default Screen Section" (0)
[    71.524] (**) |   |-->Monitor "<default monitor>"
[    71.524] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    71.524] (**) |   |-->Device "Card0"
[    71.524] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    71.524] (==) Automatically adding devices
[    71.524] (==) Automatically enabling devices
[    71.524] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    71.524] 	Entry deleted from font path.
[    71.524] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    71.524] 	Entry deleted from font path.
[    71.524] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    71.524] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    71.524] 	Entry deleted from font path.
[    71.525] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    71.525] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    71.525] (==) ModulePath set to "/usr/lib/xorg/modules"
[    71.525] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    71.525] (II) Loader magic: 0x7c8b00
[    71.525] (II) Module ABI versions:
[    71.525] 	X.Org ANSI C Emulation: 0.4
[    71.525] 	X.Org Video Driver: 12.0
[    71.525] 	X.Org XInput driver : 16.0
[    71.525] 	X.Org Server Extension : 6.0
[    71.525] (--) PCI:*(0:1:0:0) 1002:6738:174b:174b rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    71.525] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    71.525] (II) LoadModule: "extmod"
[    71.525] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    71.525] (II) Module extmod: vendor="X.Org Foundation"
[    71.525] 	compiled for 1.12.3, module version = 1.0.0
[    71.525] 	Module class: X.Org Server Extension
[    71.525] 	ABI class: X.Org Server Extension, version 6.0
[    71.525] (II) Loading extension MIT-SCREEN-SAVER
[    71.525] (II) Loading extension XFree86-VidModeExtension
[    71.525] (II) Loading extension XFree86-DGA
[    71.525] (II) Loading extension DPMS
[    71.525] (II) Loading extension XVideo
[    71.525] (II) Loading extension XVideo-MotionCompensation
[    71.525] (II) Loading extension X-Resource
[    71.525] (II) LoadModule: "dbe"
[    71.525] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    71.525] (II) Module dbe: vendor="X.Org Foundation"
[    71.525] 	compiled for 1.12.3, module version = 1.0.0
[    71.525] 	Module class: X.Org Server Extension
[    71.525] 	ABI class: X.Org Server Extension, version 6.0
[    71.525] (II) Loading extension DOUBLE-BUFFER
[    71.525] (II) LoadModule: "glx"
[    71.525] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    71.525] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    71.525] 	compiled for 6.9.0, module version = 1.0.0
[    71.525] (II) Loading extension GLX
[    71.526] (II) LoadModule: "record"
[    71.526] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    71.526] (II) Module record: vendor="X.Org Foundation"
[    71.526] 	compiled for 1.12.3, module version = 1.13.0
[    71.526] 	Module class: X.Org Server Extension
[    71.526] 	ABI class: X.Org Server Extension, version 6.0
[    71.526] (II) Loading extension RECORD
[    71.526] (II) LoadModule: "dri"
[    71.526] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    71.526] (II) Module dri: vendor="X.Org Foundation"
[    71.526] 	compiled for 1.12.3, module version = 1.0.0
[    71.526] 	ABI class: X.Org Server Extension, version 6.0
[    71.526] (II) Loading extension XFree86-DRI
[    71.526] (II) LoadModule: "dri2"
[    71.526] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    71.526] (II) Module dri2: vendor="X.Org Foundation"
[    71.526] 	compiled for 1.12.3, module version = 1.2.0
[    71.526] 	ABI class: X.Org Server Extension, version 6.0
[    71.526] (II) Loading extension DRI2
[    71.526] (II) LoadModule: "fglrx"
[    71.526] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    71.533] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    71.533] 	compiled for 1.4.99.906, module version = 8.98.2
[    71.533] 	Module class: X.Org Video Driver
[    71.533] (II) Loading sub module "fglrxdrm"
[    71.533] (II) LoadModule: "fglrxdrm"
[    71.533] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    71.534] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    71.534] 	compiled for 1.4.99.906, module version = 8.98.2
[    71.534] (II) AMD Proprietary Linux Driver Version Identifier:8.98.2
[    71.534] (II) AMD Proprietary Linux Driver Release Identifier: 8.98                                 
[    71.534] (II) AMD Proprietary Linux Driver Build Date: Jun 11 2012 11:57:59
[    71.534] (--) using VT number 7

[    71.535] (WW) Falling back to old probe method for fglrx
[    71.541] (II) Loading PCS database from /etc/ati/amdpcsdb
[    71.542] (--) Chipset Supported AMD Graphics Processor (0x6738) found
[    71.542] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    71.543] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    71.543] (II) AMD Video driver is signed
[    71.543] (II) fglrx(0): pEnt->device->identifier=0x15e8070
[    71.543] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
[    71.543] (II) Loading sub module "vgahw"
[    71.544] (II) LoadModule: "vgahw"
[    71.544] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    71.544] (II) Module vgahw: vendor="X.Org Foundation"
[    71.544] 	compiled for 1.12.3, module version = 0.1.0
[    71.544] 	ABI class: X.Org Video Driver, version 12.0
[    71.544] (II) fglrx(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    71.544] (==) fglrx(0): Depth 24, (==) framebuffer bpp 32
[    71.544] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    71.544] (==) fglrx(0): Default visual is TrueColor
[    71.544] (==) fglrx(0): RGB weight 888
[    71.544] (II) fglrx(0): Using 8 bits per RGB 
[    71.544] (==) fglrx(0): Buffer Tiling is ON
[    71.544] (II) Loading sub module "fglrxdrm"
[    71.544] (II) LoadModule: "fglrxdrm"
[    71.544] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    71.544] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    71.544] 	compiled for 1.4.99.906, module version = 8.98.2
[    71.546] ukiDynamicMajor: found major device number 251
[    71.546] ukiDynamicMajor: found major device number 251
[    71.546] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    71.546] ukiOpenDevice: node name is /dev/ati/card0
[    71.546] ukiOpenDevice: open result is 11, (OK)
[    71.546] ukiOpenByBusid: ukiOpenMinor returns 11
[    71.546] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    71.546] (**) fglrx(0): NoAccel = NO
[    71.546] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    71.546] (--) fglrx(0): Chipset: "AMD Radeon HD 6800 Series " (Chipset = 0x6738)
[    71.546] (--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x174b)
[    71.546] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    71.546] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[    71.546] (--) fglrx(0): MMIO registers at 0xf7e20000
[    71.546] (--) fglrx(0): I/O port at 0x0000e000
[    71.546] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    71.546] (II) fglrx(0): AC Adapter is used
[    71.548] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    71.548] (II) Loading sub module "vbe"
[    71.548] (II) LoadModule: "vbe"
[    71.548] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    71.548] (II) Module vbe: vendor="X.Org Foundation"
[    71.548] 	compiled for 1.12.3, module version = 1.1.0
[    71.548] 	ABI class: X.Org Video Driver, version 12.0
[    71.548] (II) fglrx(0): VESA BIOS detected
[    71.548] (II) fglrx(0): VESA VBE Version 3.0
[    71.548] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    71.548] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[    71.548] (II) fglrx(0): VESA VBE OEM Software Rev: 13.12
[    71.548] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[    71.548] (II) fglrx(0): VESA VBE OEM Product: BARTS
[    71.548] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    71.586] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[    71.586] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
[    71.586] (II) fglrx(0): PCIE card detected
[    71.586] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    71.586] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    71.590] (II) fglrx(0): Using adapter: 1:0.0.
[    71.719] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[    71.739] (II) fglrx(0): Interrupt handler installed at IRQ 54.
[    71.739] (II) fglrx(0): RandR 1.2 support is enabled!
[    71.739] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    71.739] (==) fglrx(0): Center Mode is disabled 
[    71.739] (II) Loading sub module "fb"
[    71.739] (II) LoadModule: "fb"
[    71.739] (II) Loading /usr/lib/xorg/modules/libfb.so
[    71.739] (II) Module fb: vendor="X.Org Foundation"
[    71.739] 	compiled for 1.12.3, module version = 1.0.0
[    71.739] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    71.739] (II) Loading sub module "ddc"
[    71.739] (II) LoadModule: "ddc"
[    71.739] (II) Module "ddc" already built-in
[    71.949] (II) fglrx(0): Finished Initialize PPLIB!
[    71.950] (II) fglrx(0): Output DFP1 has no monitor section
[    71.950] (II) fglrx(0): Output DFP2 has no monitor section
[    71.950] (II) fglrx(0): Output DFP3 has no monitor section
[    71.950] (II) fglrx(0): Output DFP4 has no monitor section
[    71.950] (II) fglrx(0): Output DFP5 has no monitor section
[    71.950] (II) fglrx(0): Output DFP6 has no monitor section
[    71.950] (II) fglrx(0): Output DFP7 has no monitor section
[    71.950] (II) fglrx(0): Output CRT1 has no monitor section
[    71.950] (II) Loading sub module "ddc"
[    71.950] (II) LoadModule: "ddc"
[    71.950] (II) Module "ddc" already built-in
[    71.950] (II) fglrx(0): Connected Display0: DFP5
[    71.950] (II) fglrx(0): Display0 EDID data ---------------------------
[    71.950] (II) fglrx(0): Manufacturer: SHP  Model: 4145  Serial#: 16843009
[    71.950] (II) fglrx(0): Year: 2009  Week: 255
[    71.950] (II) fglrx(0): EDID Version: 1.3
[    71.950] (II) fglrx(0): Digital Display Input
[    71.950] (II) fglrx(0): Max Image Size [cm]: horiz.: 71  vert.: 40
[    71.950] (II) fglrx(0): Gamma: 2.20
[    71.950] (II) fglrx(0): No DPMS capabilities specified
[    71.950] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    71.950] (II) fglrx(0): First detailed timing is preferred mode
[    71.950] (II) fglrx(0): redX: 0.643 redY: 0.333   greenX: 0.272 greenY: 0.596
[    71.950] (II) fglrx(0): blueX: 0.150 blueY: 0.064   whiteX: 0.280 whiteY: 0.290
[    71.950] (II) fglrx(0): Supported established timings:
[    71.950] (II) fglrx(0): 720x400@70Hz
[    71.950] (II) fglrx(0): 640x480@60Hz
[    71.950] (II) fglrx(0): 640x480@72Hz
[    71.950] (II) fglrx(0): 640x480@75Hz
[    71.950] (II) fglrx(0): 800x600@56Hz
[    71.950] (II) fglrx(0): 800x600@60Hz
[    71.950] (II) fglrx(0): 800x600@72Hz
[    71.950] (II) fglrx(0): 800x600@75Hz
[    71.950] (II) fglrx(0): 1024x768@60Hz
[    71.950] (II) fglrx(0): 1024x768@70Hz
[    71.950] (II) fglrx(0): 1024x768@75Hz
[    71.950] (II) fglrx(0): Manufacturer's mask: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 84.8 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1360  h_sync: 1432  h_sync_end 1568 h_blank_end 1776 h_border: 0
[    71.950] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 798 v_border: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 148.5 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    71.950] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    71.950] (II) fglrx(0): Monitor name: SHARP HDMI
[    71.950] (II) fglrx(0): Ranges: V min: 55 V max: 76 Hz, H min: 15 H max: 75 kHz, PixClock max 175 MHz
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 148.5 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    71.950] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    71.950] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    71.950] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    71.950] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    71.950] (II) fglrx(0): Supported detailed timing:
[    71.950] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.950] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    71.950] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    71.950] (II) fglrx(0): Number of EDID sections to follow: 1
[    71.950] (II) fglrx(0): EDID (in hex):
[    71.950] (II) fglrx(0): 	00ffffffffffff004d10454101010101
[    71.950] (II) fglrx(0): 	ff130103804728780a9eada455459826
[    71.950] (II) fglrx(0): 	10474aafce0001010101010101010101
[    71.950] (II) fglrx(0): 	0101010101011b2150a051001e304888
[    71.950] (II) fglrx(0): 	3500806821000018023a80d072382d40
[    71.950] (II) fglrx(0): 	102c458080682100001e000000fc0053
[    71.950] (II) fglrx(0): 	484152502048444d490a2020000000fd
[    71.950] (II) fglrx(0): 	00374c0f4b11000a20202020202001ab
[    71.950] (II) fglrx(0): End of Display0 EDID data --------------------
[    71.951] (II) fglrx(0): EDID for output DFP1
[    71.951] (II) fglrx(0): EDID for output DFP2
[    71.951] (II) fglrx(0): EDID for output DFP3
[    71.951] (II) fglrx(0): EDID for output DFP4
[    71.951] (II) fglrx(0): EDID for output DFP5
[    71.951] (II) fglrx(0): Manufacturer: SHP  Model: 4145  Serial#: 16843009
[    71.951] (II) fglrx(0): Year: 2009  Week: 255
[    71.951] (II) fglrx(0): EDID Version: 1.3
[    71.951] (II) fglrx(0): Digital Display Input
[    71.951] (II) fglrx(0): Max Image Size [cm]: horiz.: 71  vert.: 40
[    71.951] (II) fglrx(0): Gamma: 2.20
[    71.951] (II) fglrx(0): No DPMS capabilities specified
[    71.951] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    71.951] (II) fglrx(0): First detailed timing is preferred mode
[    71.951] (II) fglrx(0): redX: 0.643 redY: 0.333   greenX: 0.272 greenY: 0.596
[    71.951] (II) fglrx(0): blueX: 0.150 blueY: 0.064   whiteX: 0.280 whiteY: 0.290
[    71.951] (II) fglrx(0): Supported established timings:
[    71.951] (II) fglrx(0): 720x400@70Hz
[    71.951] (II) fglrx(0): 640x480@60Hz
[    71.951] (II) fglrx(0): 640x480@72Hz
[    71.951] (II) fglrx(0): 640x480@75Hz
[    71.951] (II) fglrx(0): 800x600@56Hz
[    71.951] (II) fglrx(0): 800x600@60Hz
[    71.951] (II) fglrx(0): 800x600@72Hz
[    71.951] (II) fglrx(0): 800x600@75Hz
[    71.951] (II) fglrx(0): 1024x768@60Hz
[    71.951] (II) fglrx(0): 1024x768@70Hz
[    71.951] (II) fglrx(0): 1024x768@75Hz
[    71.951] (II) fglrx(0): Manufacturer's mask: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 84.8 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1360  h_sync: 1432  h_sync_end 1568 h_blank_end 1776 h_border: 0
[    71.951] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 798 v_border: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 148.5 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    71.951] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    71.951] (II) fglrx(0): Monitor name: SHARP HDMI
[    71.951] (II) fglrx(0): Ranges: V min: 55 V max: 76 Hz, H min: 15 H max: 75 kHz, PixClock max 175 MHz
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 148.5 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    71.951] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    71.951] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    71.951] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    71.951] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    71.951] (II) fglrx(0): Supported detailed timing:
[    71.951] (II) fglrx(0): clock: 74.2 MHz   Image Size:  640 x 360 mm
[    71.951] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    71.951] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    71.951] (II) fglrx(0): Number of EDID sections to follow: 1
[    71.951] (II) fglrx(0): EDID (in hex):
[    71.951] (II) fglrx(0): 	00ffffffffffff004d10454101010101
[    71.951] (II) fglrx(0): 	ff130103804728780a9eada455459826
[    71.951] (II) fglrx(0): 	10474aafce0001010101010101010101
[    71.951] (II) fglrx(0): 	0101010101011b2150a051001e304888
[    71.951] (II) fglrx(0): 	3500806821000018023a80d072382d40
[    71.951] (II) fglrx(0): 	102c458080682100001e000000fc0053
[    71.951] (II) fglrx(0): 	484152502048444d490a2020000000fd
[    71.951] (II) fglrx(0): 	00374c0f4b11000a20202020202001ab
[    71.951] (II) fglrx(0): Printing probed modes for output DFP5
[    71.951] (II) fglrx(0): Modeline "1360x768"x60.0   84.75  1360 1432 1568 1776  768 771 776 798 -hsync -vsync (47.7 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x59.9   74.18  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[    71.951] (II) fglrx(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz)
[    71.951] (II) fglrx(0): Modeline "1776x1000"x50.0  148.50  1776 2304 2348 2640  1000 1004 1009 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1776x1000"x59.9  148.35  1776 1864 1908 2200  1000 1004 1009 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1776x1000"x50.0   74.25  1776 2304 2348 2640  1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1776x1000"x25.0   74.25  1776 2304 2348 2640  1000 1004 1009 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1776x1000"x59.9   74.18  1776 1864 1908 2200  1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1776x1000"x30.0   74.18  1776 1864 1908 2200  1000 1004 1009 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x60.0  148.50  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x59.9  148.35  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x30.0   74.25  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (33.8 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x25.0   74.25  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1680x1050"x30.0   74.18  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x60.0  148.50  1400 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x50.0  148.50  1400 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x59.9  148.35  1400 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x30.0   74.25  1400 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (33.8 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x25.0   74.25  1400 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1400x1050"x30.0   74.18  1400 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1600x900"x50.0  148.50  1600 2304 2348 2640  900 1004 1009 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1600x900"x59.9  148.35  1600 1864 1908 2200  900 1004 1009 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1600x900"x25.0   74.25  1600 2304 2348 2640  900 1004 1009 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1600x900"x30.0   74.18  1600 1864 1908 2200  900 1004 1009 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x60.0  148.50  1360 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x50.0  148.50  1360 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x59.9  148.35  1360 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x30.0   74.25  1360 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (33.8 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x25.0   74.25  1360 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1360x1024"x30.0   74.18  1360 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x60.0  148.50  1280 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x59.9  148.35  1280 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x30.0   74.25  1280 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (33.8 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x25.0   74.25  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x1024"x30.0   74.18  1280 2008 2052 2200  1024 1084 1089 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1440x900"x50.0  148.50  1440 2304 2348 2640  900 1004 1009 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1440x900"x59.9  148.35  1440 1864 1908 2200  900 1004 1009 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1440x900"x25.0   74.25  1440 2304 2348 2640  900 1004 1009 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1440x900"x30.0   74.18  1440 1864 1908 2200  900 1004 1009 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x960"x50.0  148.50  1280 2304 2348 2640  960 1004 1009 1125 +hsync +vsync (56.2 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x960"x59.9  148.35  1280 1864 1908 2200  960 1004 1009 1125 +hsync +vsync (67.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x960"x25.0   74.25  1280 2304 2348 2640  960 1004 1009 1125 +hsync +vsync (28.1 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x960"x30.0   74.18  1280 1864 1908 2200  960 1004 1009 1125 +hsync +vsync (33.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x768"x60.0   84.75  1280 1432 1568 1776  768 771 776 798 -hsync -vsync (47.7 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    71.952] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    71.952] (II) fglrx(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    71.952] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz)
[    71.952] (II) fglrx(0): Modeline "1152x648"x59.9   74.18  1152 1262 1302 1650  648 653 658 750 +hsync +vsync (45.0 kHz)
[    71.952] (II) fglrx(0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    71.952] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    71.952] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    71.952] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    71.952] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 1478 1602 1716  480 489 495 525 interlace -hsync -vsync (15.8 kHz)
[    71.952] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    71.952] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 1478 1602 1716  480 489 495 525 interlace -hsync -vsync (15.7 kHz)
[    71.952] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    71.952] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    71.952] (II) fglrx(0): Modeline "640x480"x72.0   31.50  640 656 696 832  480 481 484 520 -hsync -vsync (37.9 kHz)
[    71.952] (II) fglrx(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    71.952] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    71.952] (II) fglrx(0): EDID for output DFP6
[    71.952] (II) fglrx(0): EDID for output DFP7
[    71.952] (II) fglrx(0): EDID for output CRT1
[    71.952] (II) fglrx(0): Output DFP1 disconnected
[    71.952] (II) fglrx(0): Output DFP2 disconnected
[    71.952] (II) fglrx(0): Output DFP3 disconnected
[    71.952] (II) fglrx(0): Output DFP4 disconnected
[    71.952] (II) fglrx(0): Output DFP5 connected
[    71.952] (II) fglrx(0): Output DFP6 disconnected
[    71.952] (II) fglrx(0): Output DFP7 disconnected
[    71.952] (II) fglrx(0): Output CRT1 disconnected
[    71.952] (II) fglrx(0): Using exact sizes for initial modes
[    71.952] (II) fglrx(0): Output DFP5 using initial mode 1360x768
[    71.952] (II) fglrx(0): DPI set to (96, 96)
[    71.952] (II) fglrx(0): Eyefinity capable adapter detected.
[    71.952] (II) fglrx(0): Adapter AMD Radeon HD 6800 Series  has 6 configurable heads and 1 displays connected.
[    71.952] (==) fglrx(0):  PseudoColor visuals disabled
[    71.952] (II) Loading sub module "ramdac"
[    71.952] (II) LoadModule: "ramdac"
[    71.952] (II) Module "ramdac" already built-in
[    71.952] (==) fglrx(0): NoDRI = NO
[    71.952] (==) fglrx(0): Capabilities: 0x00000000
[    71.952] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    71.952] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    71.952] (==) fglrx(0): UseFastTLS=0
[    71.952] (--) Depth 24 pixmap format is 32 bpp
[    71.952] (II) Loading extension ATIFGLRXDRI
[    71.952] (II) fglrx(0): doing swlDriScreenInit
[    71.952] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    71.952] ukiDynamicMajor: found major device number 251
[    71.952] ukiDynamicMajor: found major device number 251
[    71.952] ukiDynamicMajor: found major device number 251
[    71.952] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    71.952] ukiOpenDevice: node name is /dev/ati/card0
[    71.952] ukiOpenDevice: open result is 12, (OK)
[    71.952] ukiOpenByBusid: ukiOpenMinor returns 12
[    71.952] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    71.952] (II) fglrx(0): [uki] DRM interface version 1.0
[    71.952] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[    71.952] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x1d3000
[    71.952] (II) fglrx(0): [uki] mapped SAREA 0x1d3000 to 0x7fba2dc01000
[    71.952] (II) fglrx(0): [uki] framebuffer handle = 0x1d4000
[    71.952] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    71.952] (II) fglrx(0): swlDriScreenInit done
[    71.952] (II) fglrx(0): Kernel Module Version Information:
[    71.952] (II) fglrx(0):     Name: fglrx
[    71.952] (II) fglrx(0):     Version: 8.98.2
[    71.952] (II) fglrx(0):     Date: Jun 11 2012
[    71.952] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[    71.952] (II) fglrx(0): Kernel Module version matches driver.
[    71.952] (II) fglrx(0): Kernel Module Build Time Information:
[    71.952] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.4.6-1-ARCH
[    71.952] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    71.952] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    71.952] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    71.952] (II) fglrx(0): [uki] register handle = 0x001d5000
[    71.963] (II) fglrx(0): DRI initialization successfull
[    71.963] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
[    71.963] (==) fglrx(0): Backing store disabled
[    71.963] (II) Loading extension FGLRXEXTENSION
[    71.963] (==) fglrx(0): DPMS enabled
[    71.963] (II) fglrx(0): Initialized in-driver Xinerama extension
[    71.963] (**) fglrx(0): Textured Video is enabled.
[    71.963] (II) LoadModule: "glesx"
[    71.963] (II) Loading /usr/lib/xorg/modules/glesx.so
[    71.964] (II) Module glesx: vendor="X.Org Foundation"
[    71.964] 	compiled for 1.4.99.906, module version = 1.0.0
[    71.964] (II) Loading extension GLESX
[    71.964] (II) fglrx(0): GLESX enableFlags = 592
[    71.964] (II) fglrx(0): GLESX is enabled
[    71.964] (II) LoadModule: "amdxmm"
[    71.964] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    71.964] (II) Module amdxmm: vendor="X.Org Foundation"
[    71.964] 	compiled for 1.4.99.906, module version = 2.0.0
[    71.975] (II) Loading extension AMDXVOPL
[    71.975] (II) Loading extension AMDXVBA
[    71.976] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    71.977] (II) fglrx(0): Enable composite support successfully
[    71.977] (II) fglrx(0): X context handle = 0x1
[    71.977] (II) fglrx(0): [DRI] installation complete
[    71.977] (==) fglrx(0): Silken mouse enabled
[    71.978] (==) fglrx(0): Using HW cursor of display infrastructure!
[    71.978] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    72.071] (--) RandR disabled
[    72.071] (II) Initializing built-in extension Generic Event Extension
[    72.071] (II) Initializing built-in extension SHAPE
[    72.071] (II) Initializing built-in extension MIT-SHM
[    72.071] (II) Initializing built-in extension XInputExtension
[    72.071] (II) Initializing built-in extension XTEST
[    72.071] (II) Initializing built-in extension BIG-REQUESTS
[    72.071] (II) Initializing built-in extension SYNC
[    72.071] (II) Initializing built-in extension XKEYBOARD
[    72.071] (II) Initializing built-in extension XC-MISC
[    72.071] (II) Initializing built-in extension SECURITY
[    72.071] (II) Initializing built-in extension XINERAMA
[    72.071] (II) Initializing built-in extension XFIXES
[    72.071] (II) Initializing built-in extension RENDER
[    72.071] (II) Initializing built-in extension RANDR
[    72.071] (II) Initializing built-in extension COMPOSITE
[    72.071] (II) Initializing built-in extension DAMAGE
[    72.072] ukiDynamicMajor: found major device number 251
[    72.072] ukiDynamicMajor: found major device number 251
[    72.072] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    72.072] ukiOpenDevice: node name is /dev/ati/card0
[    72.072] ukiOpenDevice: open result is 13, (OK)
[    72.072] ukiOpenByBusid: ukiOpenMinor returns 13
[    72.072] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    72.115] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    72.122] (II) fglrx(0): Enable the clock gating!
[    72.122] (II) fglrx(0): Setting screen physical size to 359 x 203
[    72.158] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    72.158] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    72.158] (II) LoadModule: "evdev"
[    72.159] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    72.159] (II) Module evdev: vendor="X.Org Foundation"
[    72.159] 	compiled for 1.12.3, module version = 2.7.1
[    72.159] 	Module class: X.Org XInput Driver
[    72.159] 	ABI class: X.Org XInput driver, version 16.0
[    72.159] (II) Using input driver 'evdev' for 'Power Button'
[    72.159] (**) Power Button: always reports core events
[    72.159] (**) evdev: Power Button: Device: "/dev/input/event2"
[    72.159] (--) evdev: Power Button: Vendor 0 Product 0x1
[    72.159] (--) evdev: Power Button: Found keys
[    72.159] (II) evdev: Power Button: Configuring as keyboard
[    72.159] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    72.159] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    72.159] (**) Option "xkb_rules" "evdev"
[    72.159] (**) Option "xkb_model" "evdev"
[    72.159] (**) Option "xkb_layout" "fr"
[    72.159] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    72.190] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    72.190] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    72.190] (II) Using input driver 'evdev' for 'Power Button'
[    72.190] (**) Power Button: always reports core events
[    72.190] (**) evdev: Power Button: Device: "/dev/input/event1"
[    72.190] (--) evdev: Power Button: Vendor 0 Product 0x1
[    72.190] (--) evdev: Power Button: Found keys
[    72.190] (II) evdev: Power Button: Configuring as keyboard
[    72.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    72.190] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    72.190] (**) Option "xkb_rules" "evdev"
[    72.190] (**) Option "xkb_model" "evdev"
[    72.190] (**) Option "xkb_layout" "fr"
[    72.190] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    72.191] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event15)
[    72.191] (II) No input driver specified, ignoring this device.
[    72.191] (II) This device may have been added with another device file.
[    72.191] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event0)
[    72.191] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[    72.191] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse'
[    72.191] (**) Logitech USB Laser Mouse: always reports core events
[    72.191] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event0"
[    72.191] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc069
[    72.191] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons
[    72.191] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s)
[    72.191] (--) evdev: Logitech USB Laser Mouse: Found relative axes
[    72.191] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes
[    72.191] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse
[    72.191] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support
[    72.191] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
[    72.191] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    72.191] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input0/event0"
[    72.191] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 8)
[    72.191] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes.
[    72.192] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
[    72.192] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
[    72.192] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    72.192] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    72.192] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[    72.192] (II) No input driver specified, ignoring this device.
[    72.192] (II) This device may have been added with another device file.
[    72.192] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event5)
[    72.192] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"
[    72.192] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Digital Media Keyboard 3000'
[    72.192] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events
[    72.192] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Device: "/dev/input/event5"
[    72.192] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Vendor 0x45e Product 0x730
[    72.192] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found keys
[    72.192] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Configuring as keyboard
[    72.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5/event5"
[    72.192] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOARD, id 9)
[    72.192] (**) Option "xkb_rules" "evdev"
[    72.192] (**) Option "xkb_model" "evdev"
[    72.193] (**) Option "xkb_layout" "fr"
[    72.193] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    72.193] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event6)
[    72.193] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"
[    72.193] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Digital Media Keyboard 3000'
[    72.193] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events
[    72.193] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Device: "/dev/input/event6"
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Vendor 0x45e Product 0x730
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found 1 mouse buttons
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found scroll wheel(s)
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found relative axes
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found absolute axes
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found x and y absolute axes
[    72.193] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found keys
[    72.194] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Forcing relative x/y axes to exist.
[    72.194] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Configuring as mouse
[    72.194] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Configuring as keyboard
[    72.194] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Adding scrollwheel support
[    72.194] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: YAxisMapping: buttons 4 and 5
[    72.194] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    72.194] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/input/input6/event6"
[    72.194] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOARD, id 10)
[    72.194] (**) Option "xkb_rules" "evdev"
[    72.194] (**) Option "xkb_model" "evdev"
[    72.194] (**) Option "xkb_layout" "fr"
[    72.194] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    72.194] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: initialized for relative axes.
[    72.194] (WW) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: ignoring absolute axes.
[    72.194] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) keeping acceleration scheme 1
[    72.194] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration profile 0
[    72.194] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration factor: 2.000
[    72.194] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration threshold: 4
[    72.194] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/js0)
[    72.194] (II) No input driver specified, ignoring this device.
[    72.194] (II) This device may have been added with another device file.
[    72.195] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    72.195] (II) No input driver specified, ignoring this device.
[    72.195] (II) This device may have been added with another device file.
[    72.195] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event11)
[    72.195] (II) No input driver specified, ignoring this device.
[    72.195] (II) This device may have been added with another device file.
[    72.195] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[    72.195] (II) No input driver specified, ignoring this device.
[    72.195] (II) This device may have been added with another device file.
[    72.195] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[    72.195] (II) No input driver specified, ignoring this device.
[    72.195] (II) This device may have been added with another device file.
[    72.196] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14)
[    72.196] (II) No input driver specified, ignoring this device.
[    72.196] (II) This device may have been added with another device file.
[    72.196] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[    72.196] (II) No input driver specified, ignoring this device.
[    72.196] (II) This device may have been added with another device file.
[    72.196] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[    72.196] (II) No input driver specified, ignoring this device.
[    72.196] (II) This device may have been added with another device file.
[    72.196] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[    72.196] (II) No input driver specified, ignoring this device.
[    72.196] (II) This device may have been added with another device file.
[    72.196] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[    72.197] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    72.197] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    72.197] (**) Eee PC WMI hotkeys: always reports core events
[    72.197] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event4"
[    72.197] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    72.197] (--) evdev: Eee PC WMI hotkeys: Found keys
[    72.197] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    72.197] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input4/event4"
[    72.197] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[    72.197] (**) Option "xkb_rules" "evdev"
[    72.197] (**) Option "xkb_model" "evdev"
[    72.197] (**) Option "xkb_layout" "fr"
[    72.197] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    72.197] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    72.197] (II) No input driver specified, ignoring this device.
[    72.197] (II) This device may have been added with another device file.
Merci. :)
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Xorg a écrit :

Code : Tout sélectionner

Modeline       "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
Si ta zone n'est pas très grande ça peut venir de ton modeline incorrect :

Code : Tout sélectionner

Modeline       "1920x1080_60.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

Pourtant, voilà le retour de la commande cvt :

Code : Tout sélectionner

$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
C'est mon modeline dans le 15-monitor.conf qui ne va pas, ou celui que Xorg génère ?
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Code : Tout sélectionner

C'est mon modeline dans le 15-monitor.conf qui ne va pas, ou celui que Xorg génère ?
C'est ton modeline de 15-monitor.conf qui ne va pas. On crois souvent que cvt génère le bon modeline mais c'est faut, la commande cvt est plus une calculatrice qui va te permettre de trouver un modeline compatible sans risque de griller ton écran si tu connais sa fréquence maximum autorisé.

Quand à Xorg il ne génère rien du tout il lit juste l'information EDID de ton écran. Il est donc souvent juste. Je dis souvent parce que bien sur c'est une information que le constructeur rajoute mais il arrive que les constructeurs noname ne prennent pas le temps de mettre les bonnes informations mais ce sont des cas atypiques.
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

En fait, j'avais créé le 15-monitor.conf suite à ce problème. Avant j'en avais pas et ça ne marchait pas. Je viens de tenter de le supprimer de nouveau et c'est pareil. J'ai aussi essayé Aticonfig et ça donne le même résultat. Je ne sais plus quoi faire...
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Je n'ai pas dit de le supprimer mais de le corriger :)
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

J'avais mis :

Code : Tout sélectionner

Modeline       "1920x1080_60.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
Mais c'était pareil.

Ou alors ça vient du jeu ? Mais en tout cas c'est certain que c'est arrivé en upgradant un paquet, le Catalyst, j'en suis pratiquement sûr.
Il y une astuce pour le downgrader et pour que je teste ? J'ai encore le catalyst-12.6-1 dans mon cache, mais quand je downgrade pour essayer, je n'ai plus le module fglrx.

Je pense plus que le problème ne vient pas de la configuration mais du paquet... :)
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Tu as mis ce que cvt t'as calculé :

Code : Tout sélectionner

Modeline       "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
Moi je t'ai écrit celle là :

Code : Tout sélectionner

Modeline       "1920x1080_60.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
Prise de l'information EDID de ton écran.

C'est quoi comme jeu ?
Dernière modification par Gutsblack le mer. 01 août 2012, 00:11, modifié 2 fois.
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17578
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par benjarobin »

@Gutsblack Tu as fait une petite erreur 2 fois le même Modeline
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Corrigé ! Les joie du copier coller.... ou pas !
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17578
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par benjarobin »

Sinon après un peu de lecture (http://www.arachnoid.com/modelines/index.html) je ne pense pas très sérieusement que le Modeline soit en cause, mais je ne saurais dire pourquoi tu possèdes ce genre de soucis
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

Gutsblack a écrit :Tu as mis ce que cvt t'as calculé :
C'est quoi comme jeu ?
WoW. Mais comme Benjarobin je ne pense pas au modeline.

Il y a une manipulation particulière pour le module fglrx quand on downgrade Catalyst ?
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Gutsblack
Daikyu
Messages : 94
Inscription : mer. 21 sept. 2011, 00:10

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Gutsblack »

Je ne suis pas un pro des drivers propriétaires alors je vais avoir du mal à te répondre.

Alors met le bon modeline, rajoute dans la section monitor :

Code : Tout sélectionner

Option      "DPMS" "true"
Et fait un test sur WoW et si possible fait un test avec un jeu linux natif.
Portable MSI GP70 i5 4200M, 16 Go de RAM, 250 Go SSD Samsung 840, Archlinux 64 Bits
Mini ITX Gigabyte H87N, i5 4570s, 16 Go de RAM, 64 Go SSD OCZ Agility 3, Archlinux 64 Bits
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [Xorg] Zone dans laquelle le curseur ne peut pas aller

Message par Xorg »

Désolé de ne revenir que maintenant, j'avais mis ça de côté et je m'y suis mis sérieusement ce matin.
En jeu natif pour Linux, j'ai voulu essayer avec Super Tux Kart, mais je n'ai pas réussis à le lancer directement dans un serveur X.

En revanche, j'ai fais le tour de tout mon /etc/X11/xorg.cong.d et je me suis aperçu de gros problèmes dans ce dossier, j'avais plus ou moins tout en double, avec la moitié de la configuration manuelle, et l'autre de l'automatique.
J'ai donc tout repris de base, à l'aide du wiki français et anglais.

Je poste dans le contenu du dossier :
- 10-evdev.conf :

Code : Tout sélectionner

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
	Option "XkbLayout"	"fr"
	Option "XkbVariantÃ"	"latin9"
	Option "XkbOptions"	"terminate:ctrl_alt_bksp"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
- 15-monitor.conf :

Code : Tout sélectionner

Section "Monitor"
    Identifier     "Monitor0"
    Modeline       "1920x1080_60.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
    Option         "PreferredMode"  "1920x1080_60.00"
    Option         "DPMS" "true"
EndSection
- 16-screen.conf :

Code : Tout sélectionner

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth	24
    SubSection "Display"
        Viewport   0 0
        Depth     24
	Modes "1920x1080"
    EndSubSection
EndSection
- 20-catalyst.conf :

Code : Tout sélectionner

Section "ServerLayout"
        Identifier     "Arch"
        Screen      0  "Screen0" 0 0 
EndSection


Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"                         # Essential.
        BusID       "PCI:1:0:0"                     # Recommended if autodetect fails.
        Option      "OpenGLOverlay" "0"             ##
        Option      "XAANoOffscreenPixmaps" "false" ##
EndSection


Section "DRI"
     Mode 0666
EndSection
Et grâce à cela, ça refonctionne correctement, j'arrive de nouveau à utiliser le 1920x1080 sans problèmes.
Je pense que c'est l'ajout du fichier 16-screen.conf qui joue, et surtout avec le :

Code : Tout sélectionner

Modes "1920x1080"
Merci beaucoup pour votre aide, vous m'avez bien aidé, je vous en suis reconnaissant. 8)
Bonne journée. :)
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Répondre