Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 27/11/2018, à 21:15

marius76

Pilotes graphiques Intel pour linux, comment faire ???

Bonjour à tous,
Je viens de migrer un acer Gateway sur Xubuntu 18.04.
Je rencontre un problème parfois en lecture vidéo avec des freezes qui me font planter le système.
J'avais eu par le passer sur d'anciennes versions le même problème que j'avais bien réglé grâce à l'aide de la communauté en installant les drivers graphiques propriétaires d'Intel pour Linux.
Sur une plate-forme de ce type :
https://www.intel.fr/content/www/fr/fr/ … ivers.html
Je comptais donc faire la même chose mais en lisant ce site :
https://doc.ubuntu-fr.org/intel_graphics
je suis tombé sur ce passage

Les distributions Linux incluent déjà par défaut un pilote graphique Intel®, sans nécessiter d'installation supplémentaire.

qui me laisse un peu perplexe...
Voici quelques infos sur le matériel :

ameflo@ameflo-DS10G:~$ lspci -nnk | egrep -iA3 "VGA"
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e22] (rev 03)
	Subsystem: Acer Incorporated [ALI] 4 Series Chipset Integrated Graphics Controller [1025:025c]
	Kernel driver in use: i915
	Kernel modules: i915
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ sudo lshw -c video
[sudo] Mot de passe de ameflo : 
  *-display:0               
       description: VGA compatible controller
       produit: 4 Series Chipset Integrated Graphics Controller
       fabriquant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       version: 03
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       ressources: irq:16 mémoire:fe400000-fe7fffff mémoire:d0000000-dfffffff portE/S:ec00(taille=8) mémoire:c0000-dffff
  *-display:1 NON-RÉCLAMÉ
       description: Display controller
       produit: 4 Series Chipset Integrated Graphics Controller
       fabriquant: Intel Corporation
       identifiant matériel: 2.1
       information bus: pci@0000:00:02.1
       version: 03
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm bus_master cap_list
       configuration: latency=0
       ressources: mémoire:fe900000-fe9fffff
ameflo@ameflo-DS10G:~$ 

J'aimerais vraiment bien réglé ce problème qui à mon sens passe par une installation de ce type. Toutefois, je ne sais pas trop quoi installer ? quel paquet ? Depuis quelle source ?

Merci à tous.


Linux ? Il y a moins bien mais c'est plus cher !!

Hors ligne

#2 Le 29/11/2018, à 13:41

outrigger

Re : Pilotes graphiques Intel pour linux, comment faire ???

Egalement intéressé par le sujet avec mon vieux samsung Notebook NP R730 équipé d'un chipset intel i915.

Je plussoie la demande d'aide de marius 76.

Merci d'avance


Portable Samsung Notebook NP R730 chipset intel i915 sous Ubuntu 20.04.4 LTS
Ordi principal en Dual Boot Windows 10 / Ubuntu mate 22.04.4 LTS

Hors ligne

#3 Le 29/11/2018, à 16:01

marius76

Re : Pilotes graphiques Intel pour linux, comment faire ???

J'espère que quelqu'un va nous répondre car ce problème est juste insupportable.
Au bout de quelques minutes de lecture vidéo ça freeze. Obligé de refaire un reboot sauvage de la machine.
Le problème s'était posé en 2015 sur mes 2 machines avec Fedora et Ubuntu.
Le salut était venu simplement de l'installation du pilote propriétaire Intel.
J'ai peur malheureusement qu'avec 18.04 les choses soient plus compliquées...
Amis spécialistes on vous écoute.
Merci à tous !


Linux ? Il y a moins bien mais c'est plus cher !!

Hors ligne

#4 Le 29/11/2018, à 16:21

DidierS

Re : Pilotes graphiques Intel pour linux, comment faire ???

Que donne:

lsmod | egrep  'i915'

PC bureau  I7 intel 2.3Gz 8Go Ram Ubuntu 18.04.1 LTS
PC Bureau I3 intel 3.4Gz 4Go Ram 18.04.1 LTS
Portable Acer Intel Core I5 4Go Ram Ubuntu 18.04.1 LTS
Imprimante Epson BX-305-FW Plus

Hors ligne

#5 Le 29/11/2018, à 16:30

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonjour , j'essaie de vous apporter une solution mais si cela ne fonctionne pas vous pourrez toujours revenir en arrière
je n'ai trouvé que ceci pour vous dépanner peut-être et je ne pourrais pas développer plus loin , mes connaissances sont limitées .

Ouvrez votre terminal :

wget https://download.01.org/gfx/RPM-GPG-GROUP-KEY-ilg
sudo apt-key add RPM-GPG-GROUP-KEY-ilg

En addition faites une mise à jour :

sudo apt-get update
sudo apt-get upgrade

Après ceci vous pouvez installer et exécuter l'outil pour avoir la dernière mise à jour Intel .

En premier Faites une sauvegarde :

sudo cp /etc/lsb-release /etc/lsb-release.bk

Puis éditez le fichier :

sudo nano /etc/lsb-release

Remplacez par ces lignes :

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"

Enregistrez (ctrl+O) puis Entrée
Quittez (ctrl+x)

Lorsque vous avez installés l'outil et les drivers et que vous souhaitez revenir en arrière parce que cela n'a pas fonctionné pour vous , effectuez ceci :

sudo rm -f /etc/lsb-release
sudo cp /etc/lsb-release.bk /etc/lsb-release

#6 Le 29/11/2018, à 17:25

marius76

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonjour,
Merci tous les deux.
Avant de tenter les solutions de Toulibre, merci à lui, je réponds à la question de DidierS (merci à lui aussi) au cas où ca change quelque-chose.

ameflo@ameflo-DS10G:~$ lsmod | egrep  'i915'
i915                 1617920  12
video                  45056  1 i915
i2c_algo_bit           16384  1 i915
drm_kms_helper        172032  1 i915
drm                   401408  8 drm_kms_helper,i915
ameflo@ameflo-DS10G:~$ 

Linux ? Il y a moins bien mais c'est plus cher !!

Hors ligne

#7 Le 30/11/2018, à 01:09

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

il semblerai que Didier S ne suive plus la discussion , j'éspère me tromper ..
Suite à ce que j'ai énoncé auparavant , vous pouvez ouvrir l'application avec l'une des deux commandes suivantes :

intel-linux-graphics-installer

ou

intel-graphics-update-tool

Bon courage et bonne chance

Dernière modification par Toulibre (Le 30/11/2018, à 01:25)

#8 Le 30/11/2018, à 09:08

moko138

Re : Pilotes graphiques Intel pour linux, comment faire ???

Il manque la plupart des informations de base :

A) Le matériel
     Les cartes graphiques :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

     La mémoire et le swap :

top | head -5 | tail -2 ; echo ; free -m

     Le processeur et ses drapeaux :

cat /proc/cpuinfo

B) Les logiciels
     Le système :

lsb_release -d ; echo $XDG_CURRENT_DESKTOP ; uname -mr ; ls -lt /usr/share/xsessions | tr -s " " | cut -d" " -s -f6-9

     Le swappiness :

cat /proc/sys/vm/swappiness

     Les dépôts et applications :

cat /etc/apt/sources.list | grep -v ^#; echo; echo "      = = = Et les ppa :"; cat /etc/apt/sources.list.d/*.list | grep -v ^#
dpkg -l | grep xserver-xorg-video-vmware
dpkg -l | grep -E "intel*graphics|intel-"

     L'URL d'une video occasionnant le problème ;

     Le log graphique :

cat /var/log/Xorg.0.log || sudo cat /var/log/Xorg.0.log

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#9 Le 30/11/2018, à 10:25

lepetit

Re : Pilotes graphiques Intel pour linux, comment faire ???

le microcode intel est bien installé ?


-pc principal: amd ryzen 2600, 16 go de ram, ssd nvme samsung @ linux mint 19
-mini pc: amd 5350 mini itx fanless, 8go de ram, ssd
-mini pc 2: intel core 2 duo t7200, 1.5 go de ram, gforce 710 (pilote libre) @ linux mint xfce, kernel xanmod
-netbook samsung nc20, via nano 1.3ghz+, 2go de ram, via vx800 @ xubuntu 18.10

Hors ligne

#10 Le 30/11/2018, à 11:13

DidierS

Re : Pilotes graphiques Intel pour linux, comment faire ???

Je suis toujours le sujet mais j'ai des occupations alors je viens souvent que le matin et le soir un peu.
Je t'avais donné cette commande parce qu'elle te donne  le pilote que tu utilises et s'il est en fonction.
Vu la réponse transmise il fonctionne alors essaie ce que te donne les autres par exemple "toulibre".

As tu vu ce sujet:
https://doc.ubuntu-fr.org/intel_graphics.

Autre chose pour pouvoir bien vous renseignez, il est judicieux de donner toutes les infos comme le dit "moko138" sinon nous faisons des recherches dans tous les sens.
Merci.


PC bureau  I7 intel 2.3Gz 8Go Ram Ubuntu 18.04.1 LTS
PC Bureau I3 intel 3.4Gz 4Go Ram 18.04.1 LTS
Portable Acer Intel Core I5 4Go Ram Ubuntu 18.04.1 LTS
Imprimante Epson BX-305-FW Plus

Hors ligne

#11 Le 01/12/2018, à 19:26

outrigger

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonjour à tous et merci à tous pour votre aide.

Sous ubuntu 18.04, contrairement à toi, Marius76, je n'ai aucun problème de fluidité vidéo, même en HD (sous windows 7, c'était quasiment impossible de lire une vidéo). Bon, les vidéos, pour moi, ça n'était pas important (si tu veux, Marius, on peut échnger nos ordinateurs ^^)
Mon souci, c'est le rétroclairage de mon écran qui ne se modifie pas quand je le fais avec les touches fonction (la fenêtre avec le soleil apparaît bien, mais sans effet) ni avec le menu en haut à droite de la fenêtre.
J'avais essayé pas mal de manips conseillées sur ce forum, sans succès. C'est pénible d'avoir un écran éblouissant le soir et trop sombre en pleine journée.
Je me disais que si le pilote intel était bien installé, ça réglerait le problème.
Pour répondre à toulibre :

libert@libert-R530-R730:~$ lsmod | egrep 'i915'
i915                 1617920  13
i2c_algo_bit           16384  1 i915
drm_kms_helper        172032  1 i915
drm                   401408  15 drm_kms_helper,i915
video                  45056  2 i915,samsung_laptop

En attendant, je vais essayer de décrypter toutes les indications données par vous tous et suivre le conseil de toulibre.

En attendant la suite, merci à tous


Portable Samsung Notebook NP R730 chipset intel i915 sous Ubuntu 20.04.4 LTS
Ordi principal en Dual Boot Windows 10 / Ubuntu mate 22.04.4 LTS

Hors ligne

#12 Le 01/12/2018, à 21:46

marius76

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonsoir tout le monde,
Content de voir que des personnes se soucient du problème.
Avant de faire quoi que ce soit, je vais fournir les informations demandées et attendre vos instructions avant d'agir.
Par conséquent, voici les informations de bases demandées par moko138 :

ameflo@ameflo-DS10G:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e22] (rev 03) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915
00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e23] (rev 03)
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ top | head -5 | tail -2 ; echo ; free -m
KiB Mem :  4004488 total,  2743836 libr,   532936 util,   727716 tamp/cache
KiB Éch:  2097148 total,  1766140 libr,   331008 util.  3087860 dispo Mem 

              total       utilisé      libre     partagé tamp/cache   disponible
Mem:           3910         520        2679         155         710        3015
Partition d'échange:        2047         323        1724
ameflo@ameflo-DS10G:~$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core  CPU      E5400  @ 2.70GHz
stepping	: 10
microcode	: 0xa0b
cpu MHz		: 2370.038
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti tpr_shadow vnmi flexpriority dtherm
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips	: 5399.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core  CPU      E5400  @ 2.70GHz
stepping	: 10
microcode	: 0xa0b
cpu MHz		: 2272.610
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti tpr_shadow vnmi flexpriority dtherm
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips	: 5399.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ lsb_release -d ; echo $XDG_CURRENT_DESKTOP ; uname -mr ; ls -lt /usr/share/xsessions | tr -s " " | cut -d" " -s -f6-9
Description:	Ubuntu 18.04.1 LTS
XFCE
4.15.0-39-generic x86_64

mars 17 2018 cairo-dock.desktop
mars 1 2018 xubuntu.desktop
sept. 22 2016 xfce.desktop
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ cat /proc/sys/vm/swappiness
60
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ cat /etc/apt/sources.list | grep -v ^#; echo; echo "      = = = Et les ppa :"; cat /etc/apt/sources.list.d/*.list | grep -v ^#

deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted

deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe

deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse

      = = = Et les ppa :
cat: '/etc/apt/sources.list.d/*.list': Aucun fichier ou dossier de ce type
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ dpkg -l | grep xserver-xorg-video-vmware
ii  xserver-xorg-video-vmware             1:13.2.1-1build1                    amd64        X.Org X server -- VMware display driver
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ dpkg -l | grep -E "intel*graphics|intel-"
ii  intel-microcode                       3.20180807a.0ubuntu0.18.04.1        amd64        Processor microcode firmware for Intel CPUs
ii  libdrm-intel1:amd64                   2.4.91-2                            amd64        Userspace interface to intel-specific kernel DRM services -- runtime
ameflo@ameflo-DS10G:~$ 
ameflo@ameflo-DS10G:~$ cat /var/log/Xorg.0.log || sudo cat /var/log/Xorg.0.log
[    26.055] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    26.055] X Protocol Version 11, Revision 0
[    26.055] Build Operating System: Linux 4.4.0-138-generic x86_64 Ubuntu
[    26.055] Current Operating System: Linux ameflo-DS10G 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64
[    26.055] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=799609e5-c2c6-48e9-bc6c-121f62e6d17b ro quiet splash vt.handoff=1
[    26.055] Build Date: 25 October 2018  04:11:27PM
[    26.055] xorg-server 2:1.19.6-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support) 
[    26.055] Current version of pixman: 0.34.0
[    26.055] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.055] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.055] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec  1 16:10:18 2018
[    26.065] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.066] (==) No Layout section.  Using the first Screen section.
[    26.066] (==) No screen section available. Using defaults.
[    26.066] (**) |-->Screen "Default Screen Section" (0)
[    26.066] (**) |   |-->Monitor "<default monitor>"
[    26.066] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    26.066] (==) Automatically adding devices
[    26.066] (==) Automatically enabling devices
[    26.066] (==) Automatically adding GPU devices
[    26.066] (==) Automatically binding GPU devices
[    26.066] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    26.066] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    26.066] 	Entry deleted from font path.
[    26.066] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    26.066] 	Entry deleted from font path.
[    26.066] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    26.066] 	Entry deleted from font path.
[    26.066] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    26.066] 	Entry deleted from font path.
[    26.066] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    26.066] 	Entry deleted from font path.
[    26.066] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    26.066] (==) ModulePath set to "/usr/lib/xorg/modules"
[    26.066] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.066] (II) Loader magic: 0x55850ea59020
[    26.066] (II) Module ABI versions:
[    26.066] 	X.Org ANSI C Emulation: 0.4
[    26.066] 	X.Org Video Driver: 23.0
[    26.066] 	X.Org XInput driver : 24.1
[    26.066] 	X.Org Server Extension : 10.0
[    26.067] (++) using VT number 7

[    26.067] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    26.068] (II) xfree86: Adding drm device (/dev/dri/card0)
[    26.076] (--) PCI:*(0:0:2:0) 8086:2e22:1025:025c rev 3, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000ec00/8, BIOS @ 0x????????/131072
[    26.076] (--) PCI: (0:0:2:1) 8086:2e23:1025:025c rev 3, Mem @ 0xfe900000/1048576
[    26.076] (II) LoadModule: "glx"
[    26.076] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    26.132] (II) Module glx: vendor="X.Org Foundation"
[    26.132] 	compiled for 1.19.6, module version = 1.0.0
[    26.132] 	ABI class: X.Org Server Extension, version 10.0
[    26.132] (==) Matched modesetting as autoconfigured driver 0
[    26.132] (==) Matched fbdev as autoconfigured driver 1
[    26.132] (==) Matched vesa as autoconfigured driver 2
[    26.132] (==) Assigned the driver to the xf86ConfigLayout
[    26.132] (II) LoadModule: "modesetting"
[    26.132] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    26.132] (II) Module modesetting: vendor="X.Org Foundation"
[    26.132] 	compiled for 1.19.6, module version = 1.19.6
[    26.132] 	Module class: X.Org Video Driver
[    26.132] 	ABI class: X.Org Video Driver, version 23.0
[    26.132] (II) LoadModule: "fbdev"
[    26.132] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    26.132] (II) Module fbdev: vendor="X.Org Foundation"
[    26.132] 	compiled for 1.19.3, module version = 0.4.4
[    26.132] 	Module class: X.Org Video Driver
[    26.132] 	ABI class: X.Org Video Driver, version 23.0
[    26.132] (II) LoadModule: "vesa"
[    26.132] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    26.132] (II) Module vesa: vendor="X.Org Foundation"
[    26.132] 	compiled for 1.19.3, module version = 2.3.4
[    26.132] 	Module class: X.Org Video Driver
[    26.133] 	ABI class: X.Org Video Driver, version 23.0
[    26.133] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    26.133] (II) FBDEV: driver for framebuffer: fbdev
[    26.133] (II) VESA: driver for VESA chipsets: vesa
[    26.162] (II) modeset(0): using drv /dev/dri/card0
[    26.163] (WW) Falling back to old probe method for fbdev
[    26.163] (II) Loading sub module "fbdevhw"
[    26.163] (II) LoadModule: "fbdevhw"
[    26.163] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    26.163] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.163] 	compiled for 1.19.6, module version = 0.0.2
[    26.163] 	ABI class: X.Org Video Driver, version 23.0
[    26.163] (WW) Falling back to old probe method for vesa
[    26.163] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    26.163] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    26.163] (==) modeset(0): RGB weight 888
[    26.163] (==) modeset(0): Default visual is TrueColor
[    26.163] (II) Loading sub module "glamoregl"
[    26.163] (II) LoadModule: "glamoregl"
[    26.163] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    26.217] (II) Module glamoregl: vendor="X.Org Foundation"
[    26.217] 	compiled for 1.19.6, module version = 1.0.0
[    26.217] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.217] (II) glamor: OpenGL accelerated X.org driver based.
[    26.506] (II) glamor: EGL version 1.4 (DRI2):
[    26.514] (II) modeset(0): glamor initialized
[    26.574] (II) modeset(0): Output VGA-1 has no monitor section
[    26.616] (II) modeset(0): Output HDMI-1 has no monitor section
[    26.695] (II) modeset(0): Output DP-1 has no monitor section
[    26.759] (II) modeset(0): EDID for output VGA-1
[    26.759] (II) modeset(0): Manufacturer: MON  Model: 1306  Serial#: 16843009
[    26.759] (II) modeset(0): Year: 2006  Week: 32
[    26.759] (II) modeset(0): EDID Version: 1.3
[    26.759] (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    26.759] (II) modeset(0): Sync:  Separate  Composite  SyncOnGreen
[    26.759] (II) modeset(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[    26.759] (II) modeset(0): Gamma: 2.20
[    26.759] (II) modeset(0): DPMS capabilities: Off; RGB/Color Display
[    26.759] (II) modeset(0): Default color space is primary color space
[    26.759] (II) modeset(0): First detailed timing is preferred mode
[    26.759] (II) modeset(0): redX: 0.640 redY: 0.333   greenX: 0.285 greenY: 0.602
[    26.759] (II) modeset(0): blueX: 0.152 blueY: 0.074   whiteX: 0.313 whiteY: 0.329
[    26.759] (II) modeset(0): Supported established timings:
[    26.759] (II) modeset(0): 720x400@70Hz
[    26.759] (II) modeset(0): 640x480@60Hz
[    26.759] (II) modeset(0): 640x480@67Hz
[    26.759] (II) modeset(0): 640x480@72Hz
[    26.759] (II) modeset(0): 640x480@75Hz
[    26.759] (II) modeset(0): 800x600@56Hz
[    26.759] (II) modeset(0): 800x600@60Hz
[    26.759] (II) modeset(0): 800x600@72Hz
[    26.760] (II) modeset(0): 800x600@75Hz
[    26.760] (II) modeset(0): 832x624@75Hz
[    26.760] (II) modeset(0): 1024x768@60Hz
[    26.760] (II) modeset(0): 1024x768@70Hz
[    26.760] (II) modeset(0): 1024x768@75Hz
[    26.760] (II) modeset(0): 1280x1024@75Hz
[    26.760] (II) modeset(0): 1152x864@75Hz
[    26.760] (II) modeset(0): Manufacturer's mask: 0
[    26.760] (II) modeset(0): Supported standard timings:
[    26.760] (II) modeset(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    26.760] (II) modeset(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    26.760] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    26.760] (II) modeset(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    26.760] (II) modeset(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    26.760] (II) modeset(0): #5: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    26.760] (II) modeset(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    26.760] (II) modeset(0): Supported detailed timing:
[    26.760] (II) modeset(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[    26.760] (II) modeset(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[    26.760] (II) modeset(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[    26.760] (II) modeset(0): Serial No: WSX20/22_01
[    26.760] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 155 MHz
[    26.760] (II) modeset(0): Monitor name: HL_20/22_VGA
[    26.760] (II) modeset(0): EDID (in hex):
[    26.760] (II) modeset(0): 	00ffffffffffff0035ee061301010101
[    26.760] (II) modeset(0): 	201001030e2f1e782ed005a355499a27
[    26.760] (II) modeset(0): 	135054bfef80b300a940950090408180
[    26.760] (II) modeset(0): 	8140714f010121399030621a274068b0
[    26.760] (II) modeset(0): 	3600da281100001c000000ff00575358
[    26.760] (II) modeset(0): 	32302f32325f30310a00000000fd0032
[    26.760] (II) modeset(0): 	4b1e520f000a202020202020000000fc
[    26.760] (II) modeset(0): 	00484c5f32302f32325f564741200012
[    26.760] (II) modeset(0): Not using mode "1600x1200" (bad mode clock/interlace/doublescan)
[    26.760] (II) modeset(0): Printing probed modes for output VGA-1
[    26.760] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    26.760] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    26.760] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    26.760] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    26.760] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    26.760] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    26.760] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    26.760] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    26.760] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    26.760] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    26.760] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    26.760] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    26.760] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    26.760] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    26.760] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    26.760] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    26.760] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    26.760] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    26.760] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.760] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    26.803] (II) modeset(0): EDID for output HDMI-1
[    26.803] (II) modeset(0): Manufacturer: FUS  Model: 78f  Serial#: 16843009
[    26.803] (II) modeset(0): Year: 2008  Week: 16
[    26.803] (II) modeset(0): EDID Version: 1.3
[    26.803] (II) modeset(0): Digital Display Input
[    26.803] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    26.803] (II) modeset(0): Gamma: 2.20
[    26.803] (II) modeset(0): DPMS capabilities: Off
[    26.803] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    26.803] (II) modeset(0): First detailed timing is preferred mode
[    26.803] (II) modeset(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[    26.803] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    26.803] (II) modeset(0): Supported established timings:
[    26.803] (II) modeset(0): 720x400@70Hz
[    26.803] (II) modeset(0): 640x480@60Hz
[    26.803] (II) modeset(0): 640x480@75Hz
[    26.803] (II) modeset(0): 800x600@60Hz
[    26.803] (II) modeset(0): 800x600@75Hz
[    26.803] (II) modeset(0): 1024x768@60Hz
[    26.803] (II) modeset(0): 1024x768@75Hz
[    26.803] (II) modeset(0): 1280x1024@75Hz
[    26.803] (II) modeset(0): Manufacturer's mask: 0
[    26.803] (II) modeset(0): Supported standard timings:
[    26.803] (II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    26.803] (II) modeset(0): Supported detailed timing:
[    26.803] (II) modeset(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    26.803] (II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    26.803] (II) modeset(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    26.803] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 145 MHz
[    26.803] (II) modeset(0): Monitor name: E19-8
[    26.803] (II) modeset(0): Serial No: YE7J019706
[    26.803] (II) modeset(0): EDID (in hex):
[    26.803] (II) modeset(0): 	00ffffffffffff001ab38f0701010101
[    26.803] (II) modeset(0): 	1012010380261e782ade95a3544c9926
[    26.803] (II) modeset(0): 	0f5054a54b0081800101010101010101
[    26.803] (II) modeset(0): 	010101010101302a009851002a403070
[    26.803] (II) modeset(0): 	1300782d1100001e000000fd00384b1f
[    26.803] (II) modeset(0): 	510e000a202020202020000000fc0045
[    26.803] (II) modeset(0): 	31392d380a20202020202020000000ff
[    26.803] (II) modeset(0): 	005945374a3031393730360a20200057
[    26.803] (II) modeset(0): Printing probed modes for output HDMI-1
[    26.803] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    26.803] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    26.803] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    26.803] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    26.803] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    26.803] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    26.803] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    26.803] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.803] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    26.881] (II) modeset(0): EDID for output DP-1
[    26.881] (II) modeset(0): Output VGA-1 connected
[    26.881] (II) modeset(0): Output HDMI-1 connected
[    26.882] (II) modeset(0): Output DP-1 disconnected
[    26.882] (II) modeset(0): Using spanning desktop for initial modes
[    26.882] (II) modeset(0): Output VGA-1 using initial mode 1680x1050 +0+0
[    26.882] (II) modeset(0): Output HDMI-1 using initial mode 1280x1024 +1680+0
[    26.882] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.882] (==) modeset(0): DPI set to (96, 96)
[    26.882] (II) Loading sub module "fb"
[    26.882] (II) LoadModule: "fb"
[    26.882] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.882] (II) Module fb: vendor="X.Org Foundation"
[    26.882] 	compiled for 1.19.6, module version = 1.0.0
[    26.882] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.882] (II) UnloadModule: "fbdev"
[    26.882] (II) Unloading fbdev
[    26.882] (II) UnloadSubModule: "fbdevhw"
[    26.882] (II) Unloading fbdevhw
[    26.882] (II) UnloadModule: "vesa"
[    26.882] (II) Unloading vesa
[    26.882] (==) Depth 24 pixmap format is 32 bpp
[    27.046] (==) modeset(0): Backing store enabled
[    27.046] (==) modeset(0): Silken mouse enabled
[    27.046] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.106] (==) modeset(0): DPMS enabled
[    27.106] (II) modeset(0): [DRI2] Setup complete
[    27.106] (II) modeset(0): [DRI2]   DRI driver: i965
[    27.106] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    27.106] (--) RandR disabled
[    27.130] (II) SELinux: Disabled on system
[    27.138] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.138] (II) AIGLX: enabled GLX_ARB_create_context
[    27.138] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.138] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    27.138] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.138] (II) AIGLX: enabled GLX_SGI_swap_control
[    27.138] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    27.138] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    27.138] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    27.138] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.138] (II) AIGLX: Loaded and initialized i965
[    27.138] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.141] (II) modeset(0): Damage tracking initialized
[    27.141] (II) modeset(0): Setting screen physical size to 783 x 277
[    27.243] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    27.243] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.243] (II) LoadModule: "libinput"
[    27.243] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    27.280] (II) Module libinput: vendor="X.Org Foundation"
[    27.280] 	compiled for 1.19.6, module version = 0.27.1
[    27.280] 	Module class: X.Org XInput Driver
[    27.280] 	ABI class: X.Org XInput driver, version 24.1
[    27.280] (II) Using input driver 'libinput' for 'Power Button'
[    27.280] (**) Power Button: always reports core events
[    27.280] (**) Option "Device" "/dev/input/event1"
[    27.280] (**) Option "_source" "server/udev"
[    27.281] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.281] (II) event1  - Power Button: device is a keyboard
[    27.281] (II) event1  - Power Button: device removed
[    27.296] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    27.296] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.296] (**) Option "xkb_model" "pc105"
[    27.296] (**) Option "xkb_layout" "fr"
[    27.296] (**) Option "xkb_variant" "latin9"
[    27.318] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.318] (II) event1  - Power Button: device is a keyboard
[    27.319] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.319] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.319] (II) Using input driver 'libinput' for 'Power Button'
[    27.319] (**) Power Button: always reports core events
[    27.319] (**) Option "Device" "/dev/input/event0"
[    27.319] (**) Option "_source" "server/udev"
[    27.320] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.320] (II) event0  - Power Button: device is a keyboard
[    27.320] (II) event0  - Power Button: device removed
[    27.336] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    27.336] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    27.336] (**) Option "xkb_model" "pc105"
[    27.336] (**) Option "xkb_layout" "fr"
[    27.336] (**) Option "xkb_variant" "latin9"
[    27.336] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.336] (II) event0  - Power Button: device is a keyboard
[    27.338] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event3)
[    27.338] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[    27.338] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[    27.338] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[    27.338] (**) Option "Device" "/dev/input/event3"
[    27.338] (**) Option "_source" "server/udev"
[    27.338] (II) event3  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard
[    27.338] (II) event3  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.338] (II) event3  - Microsoft Microsoft® Nano Transceiver v2.0: device removed
[    27.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:045E:0745.0001/input/input5/event3"
[    27.360] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 8)
[    27.360] (**) Option "xkb_model" "pc105"
[    27.360] (**) Option "xkb_layout" "fr"
[    27.360] (**) Option "xkb_variant" "latin9"
[    27.361] (II) event3  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard
[    27.361] (II) event3  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.361] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event4)
[    27.361] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput pointer catchall"
[    27.361] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[    27.361] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[    27.361] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[    27.362] (**) Option "Device" "/dev/input/event4"
[    27.362] (**) Option "_source" "server/udev"
[    27.362] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard Mouse
[    27.362] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device set to 1000 DPI
[    27.362] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device is a pointer
[    27.362] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.362] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device removed
[    27.376] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: needs a virtual subdevice
[    27.376] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:045E:0745.0002/input/input6/event4"
[    27.376] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: MOUSE, id 9)
[    27.376] (**) Option "AccelerationScheme" "none"
[    27.376] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) selected scheme none/0
[    27.376] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[    27.376] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[    27.377] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard Mouse
[    27.377] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device set to 1000 DPI
[    27.377] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device is a pointer
[    27.377] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.378] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse0)
[    27.378] (II) No input driver specified, ignoring this device.
[    27.378] (II) This device may have been added with another device file.
[    27.378] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event5)
[    27.378] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[    27.378] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[    27.378] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[    27.379] (**) Option "Device" "/dev/input/event5"
[    27.379] (**) Option "_source" "server/udev"
[    27.379] (II) event5  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard
[    27.379] (II) event5  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.379] (II) event5  - Microsoft Microsoft® Nano Transceiver v2.0: device removed
[    27.392] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: needs a virtual subdevice
[    27.392] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:045E:0745.0003/input/input7/event5"
[    27.392] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: MOUSE, id 10)
[    27.392] (**) Option "AccelerationScheme" "none"
[    27.392] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) selected scheme none/0
[    27.392] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[    27.392] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[    27.393] (II) event5  - Microsoft Microsoft® Nano Transceiver v2.0: is tagged by udev as: Keyboard
[    27.393] (II) event5  - Microsoft Microsoft® Nano Transceiver v2.0: device is a keyboard
[    27.393] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    27.393] (II) No input driver specified, ignoring this device.
[    27.393] (II) This device may have been added with another device file.
[    27.393] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event9)
[    27.393] (II) No input driver specified, ignoring this device.
[    27.393] (II) This device may have been added with another device file.
[    27.394] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event10)
[    27.394] (II) No input driver specified, ignoring this device.
[    27.394] (II) This device may have been added with another device file.
[    27.394] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    27.394] (II) No input driver specified, ignoring this device.
[    27.394] (II) This device may have been added with another device file.
[    27.395] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    27.395] (II) No input driver specified, ignoring this device.
[    27.395] (II) This device may have been added with another device file.
[    27.395] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    27.395] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    27.395] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    27.395] (**) AT Translated Set 2 keyboard: always reports core events
[    27.395] (**) Option "Device" "/dev/input/event2"
[    27.395] (**) Option "_source" "server/udev"
[    27.396] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.396] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    27.396] (II) event2  - AT Translated Set 2 keyboard: device removed
[    27.416] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    27.416] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    27.416] (**) Option "xkb_model" "pc105"
[    27.416] (**) Option "xkb_layout" "fr"
[    27.416] (**) Option "xkb_variant" "latin9"
[    27.416] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.416] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    27.439] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput pointer catchall"
[    27.439] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[    27.439] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[    27.439] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[    27.439] (**) Option "Device" "/dev/input/event4"
[    27.439] (**) Option "_source" "_driver/libinput"
[    27.439] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: is a virtual subdevice
[    27.439] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:045E:0745.0002/input/input6/event4"
[    27.439] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 12)
[    27.439] (**) Option "xkb_model" "pc105"
[    27.439] (**) Option "xkb_layout" "fr"
[    27.439] (**) Option "xkb_variant" "latin9"
[    27.440] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[    27.440] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[    27.440] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[    27.440] (**) Option "Device" "/dev/input/event5"
[    27.440] (**) Option "_source" "_driver/libinput"
[    27.440] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: is a virtual subdevice
[    27.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:045E:0745.0003/input/input7/event5"
[    27.440] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 13)
[    27.440] (**) Option "xkb_model" "pc105"
[    27.440] (**) Option "xkb_layout" "fr"
[    27.440] (**) Option "xkb_variant" "latin9"
[    31.612] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    31.612] (II) modeset(0): Using EDID range info for horizontal sync
[    31.612] (II) modeset(0): Using EDID range info for vertical refresh
[    31.612] (II) modeset(0): Printing DDC gathered Modelines:
[    31.612] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    31.612] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    31.612] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    31.612] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    31.612] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    31.612] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    31.612] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    31.612] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    31.612] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    31.812] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    31.812] (II) modeset(0): Using hsync ranges from config file
[    31.812] (II) modeset(0): Using vrefresh ranges from config file
[    31.812] (II) modeset(0): Printing DDC gathered Modelines:
[    31.812] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    31.812] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    31.812] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    31.812] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    31.812] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    31.812] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    31.812] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    31.812] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    31.812] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    33.294] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    33.294] (II) modeset(0): Using hsync ranges from config file
[    33.294] (II) modeset(0): Using vrefresh ranges from config file
[    33.294] (II) modeset(0): Printing DDC gathered Modelines:
[    33.294] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    33.294] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    33.294] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    33.294] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    33.294] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    33.294] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    33.294] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    33.294] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    33.294] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    33.478] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    33.478] (II) modeset(0): Using hsync ranges from config file
[    33.478] (II) modeset(0): Using vrefresh ranges from config file
[    33.478] (II) modeset(0): Printing DDC gathered Modelines:
[    33.478] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    33.478] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    33.478] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    33.478] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    33.478] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    33.478] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    33.478] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    33.478] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    33.478] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    33.662] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    33.662] (II) modeset(0): Using hsync ranges from config file
[    33.662] (II) modeset(0): Using vrefresh ranges from config file
[    33.662] (II) modeset(0): Printing DDC gathered Modelines:
[    33.662] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    33.662] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    33.662] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    33.662] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    33.662] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    33.662] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    33.662] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    33.662] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    33.662] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    35.464] (II) modeset(0): EDID vendor "FUS", prod id 1935
[    35.464] (II) modeset(0): Using hsync ranges from config file
[    35.464] (II) modeset(0): Using vrefresh ranges from config file
[    35.464] (II) modeset(0): Printing DDC gathered Modelines:
[    35.464] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    35.464] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    35.464] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    35.464] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    35.464] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    35.464] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    35.464] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    35.464] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    35.464] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12458.425] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: SYN_DROPPED event - some input events have been lost.
[ 12502.924] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: SYN_DROPPED event - some input events have been lost.
[ 12628.152] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: SYN_DROPPED event - some input events have been lost.
[ 12643.628] (II) event4  - Microsoft Microsoft® Nano Transceiver v2.0: SYN_DROPPED event - some input events have been lost.
ameflo@ameflo-DS10G:~$ 

Concernant l'URL d'une vidéo posant problème, c'est très simple, toutes. Une vidéo Youtube, mycanal,... Au bout d'un certain temps 20-30 minutes, ça freeze.
J'ai eu struictement le même problème en 2015 sous Fedora et xubuntu. Le problème avait été réglé en installant le pilote propriétaire d'Intel.
Le même PC sous xubuntu 16.04 et le pilote propriétaire Intel tourne comme une horloge...
Merci pour vos réponses !


Linux ? Il y a moins bien mais c'est plus cher !!

Hors ligne

#13 Le 02/12/2018, à 00:19

lepetit

Re : Pilotes graphiques Intel pour linux, comment faire ???

je redemande, le paquet intel microcode est installé ?


-pc principal: amd ryzen 2600, 16 go de ram, ssd nvme samsung @ linux mint 19
-mini pc: amd 5350 mini itx fanless, 8go de ram, ssd
-mini pc 2: intel core 2 duo t7200, 1.5 go de ram, gforce 710 (pilote libre) @ linux mint xfce, kernel xanmod
-netbook samsung nc20, via nano 1.3ghz+, 2go de ram, via vx800 @ xubuntu 18.10

Hors ligne

#14 Le 02/12/2018, à 04:17

moko138

Re : Pilotes graphiques Intel pour linux, comment faire ???

lepetit,
oui, regarde :

ameflo@ameflo-DS10G:~$ dpkg -l | grep -E "intel*graphics|intel-"
ii  intel-microcode                       3.20180807a.0ubuntu0.18.04.1        amd64  (...)

  - -


marius76,
Abaisse ton swappiness comme expliqué dans la Doc swap, §"Régler le déclenchement du fichier d'échange dès que la mémoire est utilisée a 95%".


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#15 Le 02/12/2018, à 12:08

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Hello , pour information , l'outil de mise à jour graphique intel pour linux a été "dépréciée" , valable depuis la version Ubuntu 17.04 et Fedora 26 , sa version finale est 2.0.6
L'astuce que j'ai proposée ci-dessus est à tester , ou alors rester avec les pilotes X.org venant à l'installation et supposés faire l'affaire . Vous pouvez également faire votre propre compilation ici mais ce n'est pas conseillé

Dernière modification par Toulibre (Le 02/12/2018, à 12:25)

#16 Le 02/12/2018, à 13:45

lepetit

Re : Pilotes graphiques Intel pour linux, comment faire ???

ha mais tu utilises le kernel 4.4 ?
tu peux pas mettre a jour vers celui actuel dans bionic ?


-pc principal: amd ryzen 2600, 16 go de ram, ssd nvme samsung @ linux mint 19
-mini pc: amd 5350 mini itx fanless, 8go de ram, ssd
-mini pc 2: intel core 2 duo t7200, 1.5 go de ram, gforce 710 (pilote libre) @ linux mint xfce, kernel xanmod
-netbook samsung nc20, via nano 1.3ghz+, 2go de ram, via vx800 @ xubuntu 18.10

Hors ligne

#17 Le 03/12/2018, à 21:14

marius76

Re : Pilotes graphiques Intel pour linux, comment faire ???

marius76,
Abaisse ton swappiness comme expliqué dans la Doc swap, §"Régler le déclenchement du fichier d'échange dès que la mémoire est utilisée a 95%".

Merci pour l'info. c'est un conseil générique ou c'est censé avoir une incidence sur mon problème ? Merci.
Si j'en crois vos réponses, in n'y a guère que la solution proposée par Toulibre ??? Merci à toi.
Je vais donc la tester en espérant que ça fonctionne. Si ce n'est pas le cas... Ben... On verra


Linux ? Il y a moins bien mais c'est plus cher !!

Hors ligne

#18 Le 03/12/2018, à 21:41

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonsoir , oula smile d'autres viendront vous aider certainement et des plus costauds ! mais il faudrait apporter des réponses , qu'elles soient négatives ou positives ..
Dans l'attente ..

#19 Le 03/12/2018, à 21:54

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Je lisais un post sur un autre forum (Linux) et je pose la question aux plus calés d'entre vous :
Serait-il possible de faire une manoeuvre  similaire pour dédier la carte graphique à la Ram ?
Le résultat pourrait-il être plus fluide ?
Tuto Utiliser la Ram comme disque de travail

#20 Le 07/12/2018, à 22:48

outrigger

Re : Pilotes graphiques Intel pour linux, comment faire ???

Bonjour à tous

Encore merci à vous pour essayer de résoudre nos problèmes et difficultés,

J’ai essayé ta méthode, Toulibre, et encore merci pour ton aide, mais cela n’a pas réglé mon problème de rétroéclairage qui reste figé en position moyenne malgré les commandes fonction du clavier ou réglage menu qui affiche et manoeuvre bien pourtant la barre de réglage mais sans effet.

Autrement, je vais accéder à ta demande moko138 en espérant que cela va vous aider à m’aider smile

Voici les informations demandées :

Carte graphique :

libert@libert-R530-R730:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 09) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915
00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a43] (rev 09)
libert@libert-R530-R730:~$ 

La mémoire et le swap :

libert@libert-R530-R730:~$ top | head -5 | tail -2 ; echo ; free -m
KiB Mem :  3971524 total,  1653432 libr,  1218444 util,  1099648 tamp/cache
KiB Éch:  2097148 total,  2097148 libr,        0 util.  2220976 dispo Mem 

              total       utilisé      libre     partagé tamp/cache   disponible
Mem:           3878        1189        1614         297        1073        2169
Partition d'échange:        2047           0        2047
libert@libert-R530-R730:~$ 

Le processeur et ses drapeaux :

libert@libert-R530-R730:~$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core CPU       T4500  @ 2.30GHz
stepping	: 10
microcode	: 0xa0b
cpu MHz		: 1472.248
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti dtherm
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips	: 4588.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core CPU       T4500  @ 2.30GHz
stepping	: 10
microcode	: 0xa0b
cpu MHz		: 1507.229
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti dtherm
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips	: 4588.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

libert@libert-R530-R730:~$ 

Le système :

libert@libert-R530-R730:~$ lsb_release -d ; echo $XDG_CURRENT_DESKTOP ; uname -mr ; ls -lt /usr/share/xsessions | tr -s " " | cut -d" " -s -f6-9
Description:	Ubuntu 18.04.1 LTS
ubuntu:GNOME
4.15.0-39-generic x86_64

mai 2 2018 ubuntu-communitheme-snap.desktop
mai 2 2018 ubuntu.desktop
libert@libert-R530-R730:~$ 

Le swappiness :

libert@libert-R530-R730:~$ cat /proc/sys/vm/swappiness
60
libert@libert-R530-R730:~$ 

Les dépôts et applications :

libert@libert-R530-R730:~$ cat /etc/apt/sources.list | grep -v ^#; echo; echo "      = = = Et les ppa :"; cat /etc/apt/sources.list.d/*.list | grep -v ^#

deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted

deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe

deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse

      = = = Et les ppa :
libert@libert-R530-R730:~$ 
libert@libert-R530-R730:~$ dpkg -l | grep xserver-xorg-video-vmware
ii  xserver-xorg-video-vmware                  1:13.2.1-1build1                            amd64        X.Org X server -- VMware display driver
libert@libert-R530-R730:~$
libert@libert-R530-R730:~$ dpkg -l | grep -E "intel*graphics|intel-"
ii  intel-microcode                            3.20180807a.0ubuntu0.18.04.1                amd64        Processor microcode firmware for Intel CPUs
ii  libdrm-intel1:amd64                        2.4.91-2                                    amd64        Userspace interface to intel-specific kernel DRM services -- runtime
libert@libert-R530-R730:~$

Voilà. En espérant que ce problème de rétroéclairage défaillant soit décelable dans toutes ces données.

Message édité avec les copies des écrans du terminal (merci Toulibre !). J'ai l'impression (sauf erreur de ma part, n'hésitez pas à me le dire ^^) que le pilote graphique doit être OK et qu'il s'agit uniquement d'une commande de fonction non reliée aux demandes clavier. Je vais tenter la modification du dossier grup proposée à Krank et continuer sur le topic concerné.

Dernière modification par outrigger (Le 08/12/2018, à 17:51)


Portable Samsung Notebook NP R730 chipset intel i915 sous Ubuntu 20.04.4 LTS
Ordi principal en Dual Boot Windows 10 / Ubuntu mate 22.04.4 LTS

Hors ligne

#21 Le 07/12/2018, à 23:07

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Pour ton problème de rétro éclairage essaies ceci

https://forum.ubuntu-fr.org/viewtopic.p … #p22015521

#22 Le 07/12/2018, à 23:17

outrigger

Re : Pilotes graphiques Intel pour linux, comment faire ???

Krank35 avait effectivement le même souci que moi. J'essaierai demain.
Du coup, j'ai un autre problème : je n'arrive pas à afficher les images de mon terminal sur les posts. Pourtant mon hébergeur (https://hebergeur-images.com/fr) fonctionne bien, je l'ai vérifié en allant sur un autre site.
Je verrai cela aussi demain en cherchant sur le site.
Merci Toulibre. A demain.


Portable Samsung Notebook NP R730 chipset intel i915 sous Ubuntu 20.04.4 LTS
Ordi principal en Dual Boot Windows 10 / Ubuntu mate 22.04.4 LTS

Hors ligne

#23 Le 08/12/2018, à 09:38

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

#24 Le 08/12/2018, à 14:13

moko138

Re : Pilotes graphiques Intel pour linux, comment faire ???

marius76 a écrit :

Abaisse ton swappiness comme expliqué dans la Doc swap, §"Régler le déclenchement du fichier d'échange dès que la mémoire est utilisée a 95%".

Merci pour l'info. c'est un conseil générique ou c'est censé avoir une incidence sur mon problème ? Merci.
Si j'en crois vos réponses, in n'y a guère que la solution proposée par Toulibre ??? Merci à toi.
Je vais donc la tester en espérant que ça fonctionne. Si ce n'est pas le cas... Ben... On verra

L'abaissement du swappiness est à la fois censé avoir une incidence sur ton problème et un conseil générique.
  - -
Pas de nouvelles de marius76 depuis six jours :
  Tout va bien ?
  Qu'as-tu appliqué/non appliqué ?


À tous :
  - Ajouter les dépôts "partner" pourrait-il être utile ?
  - cairo-dock.desktop ajouté à xubuntu.desktop, ça ne pose pas de problème ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#25 Le 08/12/2018, à 14:57

Toulibre

Re : Pilotes graphiques Intel pour linux, comment faire ???

Avec les conseils que j'ai donné , son pc a peut-être prit son dernier vol intra ou extra muros mad big_smile  (!?!)
Petite parenthèse je kiffe ncdu