[Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP (Résolu)

Reconnaissance et configuration du matériel / kernel linux
Yax
Hankyu
Messages : 15
Inscription : jeu. 06 mars 2014, 19:39

[Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP (Résolu)

Message par Yax »

Salutations archers ! \o/

Je rencontre un problème graphique un peu bizarre, j'aimerais utiliser archlinux en 1280x1024 sur une station Dell T3500, avec les éléments suivants :
  • Carte graphique « NVIDIA Corporation G86 [Quadro NVS 290] » (Dixit lspci...)
  • Écran « Dell 1907FP »
  • Pilote libre « xf86-video-nouveau »
A priori, la carte graphique, le driver, et l'écran, sont tous capables de gérer du 1280x1024... Mais Xorg refuse catégoriquement d'afficher quoi que ce soit au delà du 1024x768, j'ai pourtant essayé avec un fichier « /etc/X11/xorg.conf.d/10-monitor.conf » contenant :

Code : Tout sélectionner

Section "Monitor"
	Identifier "Monitor0"
	Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
	Option "PreferredMode" "1280x1024_60.00"
EndSection

Section "Monitor"
	Identifier "Monitor1"
	Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
	Option "PreferredMode" "1280x1024_60.00"
EndSection

Section "Device"
	Identifier "Card0"
	Driver "nouveau"
	BusID "PCI:2:0:0"
	Screen 0
EndSection

Section "Device"
	Identifier "Card1"
	Driver "nouveau"
	BusID "PCI:2:0:0"
	Screen 1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Card0"
	Monitor "Monitor0"
	SubSection "Display"
		Modes "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device "Card1"
	Monitor "Monitor1"
	SubSection "Display"
		Modes "1280x1024"
	EndSubSection
EndSection
Avec cette configuration, le lancement de la commande « (Xorg&) ; sleep 5 ; su - $user -c 'export DISPLAY=:0.0 && $cmd' » a pour effet d'éteindre l'écran.
En fait bien entendu, les processus lancés par la commande tournent quand même. Pour les interrompre je peux faire des kills via ssh depuis une autre machine, cela rallume l'écran qui affiche de nouveau le terminal. Le problème ne vient donc que du passage en 1280x1024, voici un extrait de « /var/log/Xorg.0.log » :

Code : Tout sélectionner

[  1070.878] (II) [drm] nouveau interface version: 1.3.1
[  1070.878] (II) Loading sub module "dri2"
[  1070.878] (II) LoadModule: "dri2"
[  1070.878] (II) Module "dri2" already built-in
[  1070.878] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
[  1070.878] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  1070.878] (==) NOUVEAU(0): RGB weight 888
[  1070.878] (==) NOUVEAU(0): Default visual is TrueColor
[  1070.878] (==) NOUVEAU(0): Using HW cursor
[  1070.878] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[  1070.878] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[  1070.878] (==) NOUVEAU(0): Page flipping enabled
[  1070.878] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[  1070.878] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[  1070.878] (II) NOUVEAU(0): Initializing outputs ...
[  1070.890] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[  1070.890] (**) NOUVEAU(0): Option "PreferredMode" "1280x1024_60.00"
[  1070.912] (II) NOUVEAU(0): 1 crtcs needed for screen.
[  1070.912] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[  1070.924] (II) NOUVEAU(0): EDID for output DVI-I-1
[  1070.924] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  1070.924] (WW) NOUVEAU(0): No outputs definitely connected, trying again...
[  1070.924] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  1070.924] (WW) NOUVEAU(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  1070.924] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[  1070.924] (II) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[  1070.924] (**) NOUVEAU(0):  Mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[  1070.924] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[  1070.924] (==) NOUVEAU(0): DPI set to (96, 96)
Je précise que tout fonctionne bien si je mets Xorg en 1024x768, mis à part la résolution qui ne convient pas.
Pour aller plus loin, j'ai voulu voir si KMS lui-même était capable de m'afficher du 1280x1024, du coup j'ai ajouté la commande suivante au kernel dans « /boot/syslinux/syslinux.cfg » :

Code : Tout sélectionner

video=DVI-I-1:1280x1024-16@60 video=DVI-I-2:1280x1024-16@60
Et là surprise... Au démarrage de l'OS l'écran passe en mode 1280x800 !
Sauf que le signal envoyé me semble bien être du 1280x1080, car le texte est coupé et étiré verticalement. De plus, en touchant aux réglages de l'écran je peux déplacer l'affichage vers le haut ou le bas pour voir les lignes cachées.

Du coup je ne comprends pas trop d'où peut bien venir le problème, est-ce l'écran qui fait n'importe quoi, ou bien y a-t-il un souci avec le pilote (mais ça serait quand même biazrre que "nouveau" ne sache pas gérer une situation aussi basique avec un matériel plutôt ancien non ?)... Quelqu'un a une idée de ce qu'il se passe ?
Ou sinon si nul ne voit de solution immédiate, je veux bien un indice quant à la piste à suivre, quelles logs faut-il consulter, etc... Je prends toute suggestion permettant d'avancer dans l'enquête ! ;)

Merci et bonne nuit.
:dodo:
Dernière modification par Yax le ven. 22 févr. 2019, 17:39, modifié 1 fois.
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10707
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP

Message par FoolEcho »

Salut,
Yax a écrit : dim. 10 févr. 2019, 01:23

Code : Tout sélectionner

[  1070.924] (II) NOUVEAU(0): EDID for output DVI-I-1
[  1070.924] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  1070.924] (WW) NOUVEAU(0): No outputs definitely connected, trying again...
[  1070.924] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  1070.924] (WW) NOUVEAU(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
Quelque chose coince dans ta définition des sorties écrans (pas clair car tu nous parles d'un écran mais tu tentes d'en configurer deux... cf. https://wiki.archlinux.org/index.php/Nouveau#Dual_head -- mieux vaudrait y revenir par la suite)...

Peux-tu retirer ta configuration manuelle et poster le log de X obtenu ainsi ?
Et poster la sortie de xrandr ( https://wiki.archlinux.org/index.php/Xr ... figuration / tu peux jouer avec vois si tu obtiens ta résolution ) ?
«The following statement is not true. The previous statement is true.» :nage:
Yax
Hankyu
Messages : 15
Inscription : jeu. 06 mars 2014, 19:39

Re: [Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP

Message par Yax »

Oui désolé pour le manque de clareté, je ne voulais pas saturer mon explication avec des détails superflus : Mais s'il y a besoin d'être plus exhaustif, en fait la machine a deux cartes graphiques, et l'une d'entre elle dispose de deux sorties écran. (Cela fait donc trois écrans pouvant être branchés en même temps, mon objectif à terme ne sera pas de faire du multi-screen, mais du multi-seat)

Et donc, c'est cette carte à double sortie qui me pose le problème, d'où la présence de DVI-I-1 et DVI-I-2 dans mon fichier de configuration. Voici la sortie actuelle de « xrandr » (Précision, DVI-I-1 est actuellement débranché, et DVI-I-2 est l'écran qui refuse de se mettre en 1280x1024) :

Code : Tout sélectionner

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 disconnected primary (normal left inverted right x axis y axis)
DVI-I-2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00* 
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
VGA-1-1 connected (normal left inverted right x axis y axis)
   1024x768      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
  1024x768 (0x53) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x54) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x55) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  848x480 (0x56) 33.750MHz +HSync +VSync
        h: width   848 start  864 end  976 total 1088 skew    0 clock  31.02KHz
        v: height  480 start  486 end  494 total  517           clock  60.00Hz
  640x480 (0x57) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
Apparemment xrandr ne considère pas 1280x1024 comme une option possible... Quoi qu'en première ligne il parle d'une résolution maximum de 8192x8192, cette information est-elle sensée ?
Ah, j'y pense : J'ai relié l'écran à la carte par un câble VGA au lieu d'une connectique plus récente (C'est à dire, les écrans VGA-1-1 et DVI-I-2 sont tous les deux connectés à leurs cartes respectives par des câbles VGA), est-ce que ça peut jouer ? Je n'y connais rien en câblage...

Et voici le « /var/log/Xorg.0.log » lorsque je retire ma configuration (Fichier entier) :

Code : Tout sélectionner

[   155.924] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   155.925] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   155.926] Build Operating System: Linux Arch Linux
[   155.926] Current Operating System: Linux T3500 4.20.5-arch1-1-ARCH #1 SMP PREEMPT Sat Jan 26 12:59:18 UTC 2019 x86_64
[   155.927] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda2 rw initrd=../initramfs-linux.img
[   155.928] Build Date: 25 October 2018  04:42:32PM
[   155.928]  
[   155.929] Current version of pixman: 0.36.0
[   155.930] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   155.930] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   155.932] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 10 10:58:23 2019
[   155.932] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   155.932] (==) No Layout section.  Using the first Screen section.
[   155.932] (==) No screen section available. Using defaults.
[   155.932] (**) |-->Screen "Default Screen Section" (0)
[   155.932] (**) |   |-->Monitor "<default monitor>"
[   155.933] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   155.933] (==) Automatically adding devices
[   155.933] (==) Automatically enabling devices
[   155.933] (==) Automatically adding GPU devices
[   155.933] (==) Automatically binding GPU devices
[   155.933] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   155.933] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   155.933] 	Entry deleted from font path.
[   155.933] (==) FontPath set to:
	
[   155.933] (==) ModulePath set to "/usr/lib/xorg/modules"
[   155.933] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   155.933] (II) Module ABI versions:
[   155.933] 	X.Org ANSI C Emulation: 0.4
[   155.933] 	X.Org Video Driver: 24.0
[   155.933] 	X.Org XInput driver : 24.1
[   155.933] 	X.Org Server Extension : 10.0
[   155.934] (--) using VT number 2

[   155.934] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   155.935] (II) xfree86: Adding drm device (/dev/dri/card0)
[   155.935] (II) xfree86: Adding drm device (/dev/dri/card1)
[   155.941] (--) PCI:*(2@0:0:0) 10de:042f:10de:0492 rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xf4000000/33554432, I/O @ 0x0000dc80/128, BIOS @ 0x????????/131072
[   155.941] (--) PCI: (6@0:4:0) 10de:0110:1462:8834 rev 178, Mem @ 0xf2000000/16777216, 0xe0000000/134217728, BIOS @ 0x????????/65536
[   155.941] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   155.941] (II) LoadModule: "glx"
[   155.941] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   155.943] (II) Module glx: vendor="X.Org Foundation"
[   155.943] 	compiled for 1.20.3, module version = 1.0.0
[   155.943] 	ABI class: X.Org Server Extension, version 10.0
[   155.943] (==) Matched nouveau as autoconfigured driver 0
[   155.943] (==) Matched nv as autoconfigured driver 1
[   155.943] (==) Matched modesetting as autoconfigured driver 2
[   155.943] (==) Matched fbdev as autoconfigured driver 3
[   155.943] (==) Matched vesa as autoconfigured driver 4
[   155.943] (==) Assigned the driver to the xf86ConfigLayout
[   155.943] (II) LoadModule: "nouveau"
[   155.943] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   155.943] (II) Module nouveau: vendor="X.Org Foundation"
[   155.944] 	compiled for 1.20.3, module version = 1.0.16
[   155.944] 	Module class: X.Org Video Driver
[   155.944] 	ABI class: X.Org Video Driver, version 24.0
[   155.944] (II) LoadModule: "nv"
[   155.944] (WW) Warning, couldn't open module nv
[   155.944] (EE) Failed to load module "nv" (module does not exist, 0)
[   155.944] (II) LoadModule: "modesetting"
[   155.944] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   155.944] (II) Module modesetting: vendor="X.Org Foundation"
[   155.944] 	compiled for 1.20.3, module version = 1.20.3
[   155.944] 	Module class: X.Org Video Driver
[   155.944] 	ABI class: X.Org Video Driver, version 24.0
[   155.944] (II) LoadModule: "fbdev"
[   155.944] (WW) Warning, couldn't open module fbdev
[   155.944] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   155.944] (II) LoadModule: "vesa"
[   155.945] (WW) Warning, couldn't open module vesa
[   155.945] (EE) Failed to load module "vesa" (module does not exist, 0)
[   155.945] (II) NOUVEAU driver 
[   155.945] (II) NOUVEAU driver for NVIDIA chipset families :
[   155.945] 	RIVA TNT            (NV04)
[   155.945] 	RIVA TNT2           (NV05)
[   155.945] 	GeForce 256         (NV10)
[   155.945] 	GeForce 2           (NV11, NV15)
[   155.945] 	GeForce 4MX         (NV17, NV18)
[   155.945] 	GeForce 3           (NV20)
[   155.945] 	GeForce 4Ti         (NV25, NV28)
[   155.945] 	GeForce FX          (NV3x)
[   155.945] 	GeForce 6           (NV4x)
[   155.945] 	GeForce 7           (G7x)
[   155.945] 	GeForce 8           (G8x)
[   155.945] 	GeForce 9           (G9x)
[   155.945] 	GeForce GTX 2xx/3xx (GT2xx)
[   155.945] 	GeForce GTX 4xx/5xx (GFxxx)
[   155.945] 	GeForce GTX 6xx/7xx (GKxxx)
[   155.945] 	GeForce GTX 9xx     (GMxxx)
[   155.945] 	GeForce GTX 10xx    (GPxxx)
[   155.945] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   155.945] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[   155.946] (II) [drm] nouveau interface version: 1.3.1
[   155.946] (WW) Falling back to old probe method for modesetting
[   155.946] (II) [drm] nouveau interface version: 1.3.1
[   155.946] (II) Loading sub module "dri2"
[   155.946] (II) LoadModule: "dri2"
[   155.946] (II) Module "dri2" already built-in
[   155.946] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
[   155.946] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   155.946] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   155.946] (==) NOUVEAU(0): RGB weight 888
[   155.946] (==) NOUVEAU(0): Default visual is TrueColor
[   155.946] (==) NOUVEAU(0): Using HW cursor
[   155.946] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[   155.946] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[   155.946] (==) NOUVEAU(0): Page flipping enabled
[   155.946] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[   155.946] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[   155.946] (II) NOUVEAU(0): Initializing outputs ...
[   155.958] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[   155.982] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
[   155.982] (II) NOUVEAU(0): 2 crtcs needed for screen.
[   155.983] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[   155.983] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[   155.994] (II) NOUVEAU(0): EDID for output DVI-I-1
[   156.016] (II) NOUVEAU(0): EDID for output DVI-I-2
[   156.016] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
[   156.016] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   156.016] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   156.016] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   156.016] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   156.016] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   156.016] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[   156.016] (II) NOUVEAU(0): Output DVI-I-2 connected
[   156.016] (II) NOUVEAU(0): Using exact sizes for initial modes
[   156.016] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1024x768 +0+0
[   156.016] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[   156.016] (II) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[   156.016] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   156.016] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   156.016] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   156.016] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   156.016] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[   156.016] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   156.016] (**) NOUVEAU(0):  Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[   156.016] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   156.016] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   156.016] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   156.016] (==) NOUVEAU(0): DPI set to (96, 96)
[   156.016] (II) Loading sub module "fb"
[   156.016] (II) LoadModule: "fb"
[   156.016] (II) Loading /usr/lib/xorg/modules/libfb.so
[   156.016] (II) Module fb: vendor="X.Org Foundation"
[   156.016] 	compiled for 1.20.3, module version = 1.0.0
[   156.016] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   156.016] (II) Loading sub module "shadowfb"
[   156.016] (II) LoadModule: "shadowfb"
[   156.016] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   156.016] (II) Module shadowfb: vendor="X.Org Foundation"
[   156.016] 	compiled for 1.20.3, module version = 1.0.0
[   156.016] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   156.016] (II) Loading sub module "dri2"
[   156.016] (II) LoadModule: "dri2"
[   156.016] (II) Module "dri2" already built-in
[   156.017] (--) NOUVEAU(G0): Chipset: "NVIDIA NV11"
[   156.017] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[   156.017] (==) NOUVEAU(G0): RGB weight 888
[   156.017] (==) NOUVEAU(G0): Default visual is TrueColor
[   156.017] (==) NOUVEAU(G0): Using HW cursor
[   156.017] (==) NOUVEAU(G0): Allowed maximum DRI level 2.
[   156.017] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[   156.017] (==) NOUVEAU(G0): Page flipping enabled
[   156.017] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[   156.017] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[   156.017] (II) NOUVEAU(G0): Initializing outputs ...
[   156.039] (II) NOUVEAU(G0): Output VGA-1-1 has no monitor section
[   156.039] (II) NOUVEAU(G0): 1 crtcs needed for screen.
[   156.039] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
[   156.039] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
[   156.063] (II) NOUVEAU(G0): EDID for output VGA-1-1
[   156.063] (II) NOUVEAU(G0): Printing probed modes for output VGA-1-1
[   156.063] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   156.063] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   156.063] (II) NOUVEAU(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   156.063] (II) NOUVEAU(G0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   156.063] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   156.063] (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0)
[   156.063] (II) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[   156.063] (**) NOUVEAU(G0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   156.063] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   156.063] (**) NOUVEAU(G0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   156.063] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   156.063] (**) NOUVEAU(G0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[   156.063] (II) NOUVEAU(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   156.063] (**) NOUVEAU(G0):  Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[   156.063] (II) NOUVEAU(G0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   156.063] (**) NOUVEAU(G0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   156.063] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   156.063] (==) NOUVEAU(G0): DPI set to (96, 96)
[   156.063] (II) Loading sub module "fb"
[   156.063] (II) LoadModule: "fb"
[   156.063] (II) Loading /usr/lib/xorg/modules/libfb.so
[   156.063] (II) Module fb: vendor="X.Org Foundation"
[   156.063] 	compiled for 1.20.3, module version = 1.0.0
[   156.063] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   156.063] (II) Loading sub module "shadowfb"
[   156.063] (II) LoadModule: "shadowfb"
[   156.063] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   156.063] (II) Module shadowfb: vendor="X.Org Foundation"
[   156.063] 	compiled for 1.20.3, module version = 1.0.0
[   156.063] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   156.063] (II) UnloadModule: "modesetting"
[   156.063] (II) Unloading modesetting
[   156.064] (II) NOUVEAU(G0): Channel setup complete.
[   156.064] (II) NOUVEAU(G0): Hardware support for Present enabled
[   156.064] (II) NOUVEAU(G0): [DRI2] Setup complete
[   156.064] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau_vieux
[   156.064] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau_vieux
[   156.064] (II) Loading sub module "exa"
[   156.064] (II) LoadModule: "exa"
[   156.064] (II) Loading /usr/lib/xorg/modules/libexa.so
[   156.064] (II) Module exa: vendor="X.Org Foundation"
[   156.064] 	compiled for 1.20.3, module version = 2.6.0
[   156.064] 	ABI class: X.Org Video Driver, version 24.0
[   156.065] (II) EXA(256): Driver allocated offscreen pixmaps
[   156.065] (II) EXA(256): Driver registered support for the following operations:
[   156.065] (II)         Solid
[   156.065] (II)         Copy
[   156.065] (II)         Composite (RENDER acceleration)
[   156.065] (II)         UploadToScreen
[   156.065] (II)         DownloadFromScreen
[   156.065] (==) NOUVEAU(G0): Backing store enabled
[   156.065] (==) NOUVEAU(G0): Silken mouse disabled
[   156.065] (==) NOUVEAU(G0): DPMS enabled
[   156.066] (II) NOUVEAU(0): Channel setup complete.
[   156.066] (II) NOUVEAU(0): Hardware support for Present enabled
[   156.066] (II) NOUVEAU(0): [DRI2] Setup complete
[   156.066] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   156.066] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[   156.066] (II) Loading sub module "exa"
[   156.066] (II) LoadModule: "exa"
[   156.066] (II) Loading /usr/lib/xorg/modules/libexa.so
[   156.066] (II) Module exa: vendor="X.Org Foundation"
[   156.066] 	compiled for 1.20.3, module version = 2.6.0
[   156.066] 	ABI class: X.Org Video Driver, version 24.0
[   156.066] (II) EXA(0): Driver allocated offscreen pixmaps
[   156.066] (II) EXA(0): Driver registered support for the following operations:
[   156.066] (II)         Solid
[   156.066] (II)         Copy
[   156.066] (II)         Composite (RENDER acceleration)
[   156.066] (II)         UploadToScreen
[   156.066] (II)         DownloadFromScreen
[   156.067] (==) NOUVEAU(0): Backing store enabled
[   156.067] (==) NOUVEAU(0): Silken mouse disabled
[   156.067] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   156.067] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   156.067] (==) NOUVEAU(0): DPMS enabled
[   156.067] (II) Initializing extension Generic Event Extension
[   156.067] (II) Initializing extension SHAPE
[   156.067] (II) Initializing extension MIT-SHM
[   156.067] (II) Initializing extension XInputExtension
[   156.067] (II) Initializing extension XTEST
[   156.067] (II) Initializing extension BIG-REQUESTS
[   156.067] (II) Initializing extension SYNC
[   156.067] (II) Initializing extension XKEYBOARD
[   156.067] (II) Initializing extension XC-MISC
[   156.067] (II) Initializing extension SECURITY
[   156.067] (II) Initializing extension XFIXES
[   156.067] (II) Initializing extension RENDER
[   156.067] (II) Initializing extension RANDR
[   156.067] (II) Initializing extension COMPOSITE
[   156.067] (II) Initializing extension DAMAGE
[   156.067] (II) Initializing extension MIT-SCREEN-SAVER
[   156.067] (II) Initializing extension DOUBLE-BUFFER
[   156.067] (II) Initializing extension RECORD
[   156.067] (II) Initializing extension DPMS
[   156.067] (II) Initializing extension Present
[   156.067] (II) Initializing extension DRI3
[   156.067] (II) Initializing extension X-Resource
[   156.067] (II) Initializing extension XVideo
[   156.067] (II) Initializing extension XVideo-MotionCompensation
[   156.067] (II) Initializing extension GLX
[   156.143] (II) AIGLX: Loaded and initialized nouveau
[   156.143] (II) GLX: Initialized DRI2 GL provider for screen 0
[   156.143] (II) Initializing extension XFree86-VidModeExtension
[   156.143] (II) Initializing extension XFree86-DGA
[   156.143] (II) Initializing extension XFree86-DRI
[   156.143] (II) Initializing extension DRI2
[   156.145] (II) NOUVEAU(G0): NVEnterVT is called.
[   156.147] (II) NOUVEAU(0): NVEnterVT is called.
[   156.166] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[   156.166] resize called 1024 768
[   156.205] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   156.205] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   156.205] (II) LoadModule: "libinput"
[   156.205] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   156.207] (II) Module libinput: vendor="X.Org Foundation"
[   156.207] 	compiled for 1.20.1, module version = 0.28.1
[   156.207] 	Module class: X.Org XInput Driver
[   156.207] 	ABI class: X.Org XInput driver, version 24.1
[   156.207] (II) Using input driver 'libinput' for 'Power Button'
[   156.207] (**) Power Button: always reports core events
[   156.207] (**) Option "Device" "/dev/input/event1"
[   156.207] (**) Option "_source" "server/udev"
[   156.209] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   156.209] (II) event1  - Power Button: device is a keyboard
[   156.209] (II) event1  - Power Button: device removed
[   156.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   156.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   156.229] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   156.229] (II) event1  - Power Button: device is a keyboard
[   156.230] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   156.230] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   156.230] (II) Using input driver 'libinput' for 'Power Button'
[   156.230] (**) Power Button: always reports core events
[   156.230] (**) Option "Device" "/dev/input/event0"
[   156.230] (**) Option "_source" "server/udev"
[   156.231] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   156.231] (II) event0  - Power Button: device is a keyboard
[   156.231] (II) event0  - Power Button: device removed
[   156.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   156.262] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   156.263] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   156.263] (II) event0  - Power Button: device is a keyboard
[   156.263] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
[   156.263] (II) No input driver specified, ignoring this device.
[   156.263] (II) This device may have been added with another device file.
[   156.264] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event11)
[   156.264] (II) No input driver specified, ignoring this device.
[   156.264] (II) This device may have been added with another device file.
[   156.264] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[   156.264] (II) No input driver specified, ignoring this device.
[   156.264] (II) This device may have been added with another device file.
[   156.265] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   156.265] (II) No input driver specified, ignoring this device.
[   156.265] (II) This device may have been added with another device file.
[   156.265] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[   156.265] (II) No input driver specified, ignoring this device.
[   156.265] (II) This device may have been added with another device file.
[   156.266] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event2)
[   156.266] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[   156.266] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[   156.266] (**) Logitech USB Optical Mouse: always reports core events
[   156.266] (**) Option "Device" "/dev/input/event2"
[   156.266] (**) Option "_source" "server/udev"
[   156.268] (II) event2  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[   156.268] (II) event2  - Logitech USB Optical Mouse: device is a pointer
[   156.268] (II) event2  - Logitech USB Optical Mouse: device removed
[   156.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4.1/2-4.1:1.0/0003:046D:C077.0001/input/input2/event2"
[   156.325] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[   156.325] (**) Option "AccelerationScheme" "none"
[   156.325] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[   156.325] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[   156.325] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[   156.327] (II) event2  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[   156.327] (II) event2  - Logitech USB Optical Mouse: device is a pointer
[   156.328] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[   156.328] (II) No input driver specified, ignoring this device.
[   156.328] (II) This device may have been added with another device file.
[   156.328] (II) config/udev: Adding input device CASUE CASUE USB Keyboard (/dev/input/event3)
[   156.329] (**) CASUE CASUE USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   156.329] (II) Using input driver 'libinput' for 'CASUE CASUE USB Keyboard'
[   156.329] (**) CASUE CASUE USB Keyboard: always reports core events
[   156.329] (**) Option "Device" "/dev/input/event3"
[   156.329] (**) Option "_source" "server/udev"
[   156.330] (II) event3  - CASUE CASUE USB Keyboard: is tagged by udev as: Keyboard
[   156.330] (II) event3  - CASUE CASUE USB Keyboard: device is a keyboard
[   156.330] (II) event3  - CASUE CASUE USB Keyboard: device removed
[   156.352] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4.2/2-4.2:1.0/0003:2A7A:9A18.0002/input/input3/event3"
[   156.352] (II) XINPUT: Adding extended input device "CASUE CASUE USB Keyboard" (type: KEYBOARD, id 9)
[   156.353] (II) event3  - CASUE CASUE USB Keyboard: is tagged by udev as: Keyboard
[   156.353] (II) event3  - CASUE CASUE USB Keyboard: device is a keyboard
[   156.355] (II) config/udev: Adding input device CASUE CASUE USB Keyboard Consumer Control (/dev/input/event4)
[   156.355] (**) CASUE CASUE USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   156.355] (II) Using input driver 'libinput' for 'CASUE CASUE USB Keyboard Consumer Control'
[   156.355] (**) CASUE CASUE USB Keyboard Consumer Control: always reports core events
[   156.355] (**) Option "Device" "/dev/input/event4"
[   156.355] (**) Option "_source" "server/udev"
[   156.356] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   156.356] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: device is a keyboard
[   156.357] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: device removed
[   156.395] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4.2/2-4.2:1.1/0003:2A7A:9A18.0003/input/input4/event4"
[   156.395] (II) XINPUT: Adding extended input device "CASUE CASUE USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[   156.397] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   156.397] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: device is a keyboard
[   156.398] (II) config/udev: Adding input device CASUE CASUE USB Keyboard System Control (/dev/input/event5)
[   156.398] (**) CASUE CASUE USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   156.398] (II) Using input driver 'libinput' for 'CASUE CASUE USB Keyboard System Control'
[   156.398] (**) CASUE CASUE USB Keyboard System Control: always reports core events
[   156.398] (**) Option "Device" "/dev/input/event5"
[   156.398] (**) Option "_source" "server/udev"
[   156.400] (II) event5  - CASUE CASUE USB Keyboard System Control: is tagged by udev as: Keyboard
[   156.400] (II) event5  - CASUE CASUE USB Keyboard System Control: device is a keyboard
[   156.400] (II) event5  - CASUE CASUE USB Keyboard System Control: device removed
[   156.418] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4.2/2-4.2:1.1/0003:2A7A:9A18.0003/input/input5/event5"
[   156.418] (II) XINPUT: Adding extended input device "CASUE CASUE USB Keyboard System Control" (type: KEYBOARD, id 11)
[   156.420] (II) event5  - CASUE CASUE USB Keyboard System Control: is tagged by udev as: Keyboard
[   156.420] (II) event5  - CASUE CASUE USB Keyboard System Control: device is a keyboard
[   156.421] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[   156.421] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   156.421] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   156.421] (**) Dell WMI hotkeys: always reports core events
[   156.421] (**) Option "Device" "/dev/input/event7"
[   156.421] (**) Option "_source" "server/udev"
[   156.423] (II) event7  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   156.423] (II) event7  - Dell WMI hotkeys: device is a keyboard
[   156.423] (II) event7  - Dell WMI hotkeys: device removed
[   156.475] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input7/event7"
[   156.475] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[   156.477] (II) event7  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   156.477] (II) event7  - Dell WMI hotkeys: device is a keyboard
[   156.477] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   156.477] (II) No input driver specified, ignoring this device.
[   156.477] (II) This device may have been added with another device file.
[   164.943] (II) event1  - Power Button: device removed
[   164.968] (II) event0  - Power Button: device removed
[   164.998] (II) event2  - Logitech USB Optical Mouse: device removed
[   165.052] (II) event3  - CASUE CASUE USB Keyboard: device removed
[   165.078] (II) event4  - CASUE CASUE USB Keyboard Consumer Control: device removed
[   165.125] (II) event5  - CASUE CASUE USB Keyboard System Control: device removed
[   165.152] (II) event7  - Dell WMI hotkeys: device removed
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.212] (II) UnloadModule: "libinput"
[   165.213] (II) NOUVEAU(G0): NVLeaveVT is called.
[   165.262] (II) NOUVEAU(0): NVLeaveVT is called.
[   165.354] (II) Server terminated successfully (0). Closing log file.
Voilà. Si ça se trouve j'ai juste un problème de configuration ou de branchement. :/
Merci beaucoup pour ce premier retour en tout cas !
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10707
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP

Message par FoolEcho »

Yax a écrit : dim. 10 févr. 2019, 12:34 Ah, j'y pense : J'ai relié l'écran à la carte par un câble VGA au lieu d'une connectique plus récente (C'est à dire, les écrans VGA-1-1 et DVI-I-2 sont tous les deux connectés à leurs cartes respectives par des câbles VGA), est-ce que ça peut jouer ? Je n'y connais rien en câblage...
Tu tiens le fond de problème... Un tel cable va forcément limiter ce qui peut transiter...
«The following statement is not true. The previous statement is true.» :nage:
Yax
Hankyu
Messages : 15
Inscription : jeu. 06 mars 2014, 19:39

Re: [Xorg/KMS] Résolution 1280x1024 lunatique avec un 1907FP

Message par Yax »

Ok, je vais me procurer un câble DVI et voir ce que ça donne.
je ferais un retour ici pour dire si le problème est résolu.

Merci encore.

Edit (une semaine plus tard) :
Voilà, le câble DVI est acquis et branché... Et c'est une très heureuse nouvelle car à présent la résolution d'écran est devenue 1280x1024 comme je le souhaitais, sans rien avoir à configurer ! =)
Comme quoi, il peut y avoir une limitation au VGA, j'étais pourtant presque sûr d'avoir fait passer d'assez grandes résolutions par ce genre de câble, peut-être bien du 1600x900...
Bref, le sujet est résolu. Merci beacoup !
Répondre