Pages : 1
#1 Le 19/01/2014, à 19:36
- renaud07
[Résolu] Vsync et intel HD
Bonsoir,
J'aimerais savoir comment activer le Vsync sur carte intel HD graphics sous xubuntu precise. J'ai cherché un peu, il y a l'air d'avoir une solution sous Arch mais j'ai l'impression que ce n'est pas applicable à Ubuntu.
Auriez-vous une idée ?
Merci d'avance.
PS : Si seulement intel avait un contol center comme AMD ou nVidia avec une juste une case à cocher
Dernière modification par renaud07 (Le 20/01/2014, à 20:07)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#2 Le 19/01/2014, à 19:43
- Compte anonymisé
Re : [Résolu] Vsync et intel HD
Bonsoir,
La seule solution efficace dans mon cas à été d'ajouter dans /etc/X11/xorg.conf :
Section "Device"
Identifier "card0"
Driver "intel"
Option "TearFree" "true"
EndSection
(faut créer le fichier s'il n'existe pas)
Pour vérifier que c'est bien pris en compte :
cat /var/log/Xorg.0.log | grep Tear
doit afficher qqchose comme ça :
[ 4863.006] (**) intel(0): Option "TearFree" "true"
[ 4863.007] (**) intel(0): "Tear free" enabled
Dernière modification par alx (Le 19/01/2014, à 19:47)
#3 Le 19/01/2014, à 21:16
- renaud07
Re : [Résolu] Vsync et intel HD
Merci pour la réponse. Malheureusement ça ne fonctionne pas :
renaud@dell-vostro:~$ cat /etc/X11/xorg.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
renaud@dell-vostro:~$ cat /var/log/Xorg.0.log | grep Tear
[ 14.084] (WW) intel(0): Option "TearFree" is not used
J'ai essayé avec "card0" "Intel Graphics" "Intel" à Identifier en redémarrant à chaque fois.
Si y'a besoin de plus de précision sur la CG voici :
renaud@dell-vostro:~$ lspci | grep "VGA compatible controller"
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Dernière modification par renaud07 (Le 19/01/2014, à 21:18)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#4 Le 20/01/2014, à 12:38
- Compte anonymisé
Re : [Résolu] Vsync et intel HD
J'ai aussi l'option
Option "AccelMethod" "sna"
dans mon xorg.conf.
Visiblement ça a l'air de fonctionner avec une HD3000 (carte de 2nd génération) : http://forums.opensuse.org/showthread.p … ack-issues et http://blogs.fsfe.org/the_unconventiona … n-testing/.
Peut-être as-tu une version non compatible du kernel ? Peux tu poster le résultat complet de "cat /var/log/Xorg.0.log"
#5 Le 20/01/2014, à 15:20
- renaud07
Re : [Résolu] Vsync et intel HD
Ah cette option en plus change tout : maintenant j'ai un écran noir après le splash screen et la ligne de commande ne fonctionne pas. Concernant le noyau j'ai celui de base de la 12.04 donc le 3.2
concernant le log voici :
[ 14.647]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 14.647] X Protocol Version 11, Revision 0
[ 14.647] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[ 14.647] Current Operating System: Linux dell-vostro 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64
[ 14.647] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-58-generic root=UUID=d7761127-4814-4f44-8b52-3b26a9a45bc1 ro quiet splash vt.handoff=7
[ 14.647] Build Date: 16 October 2013 04:41:23PM
[ 14.647] xorg-server 2:1.11.4-0ubuntu10.14 (For technical support please see http://www.ubuntu.com/support)
[ 14.647] Current version of pixman: 0.30.2
[ 14.647] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.647] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.647] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 20 14:54:29 2014
[ 14.870] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.870] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.901] Parse error on line 1 of section InputClass in file /etc/X11/xorg.conf.d/20-intel.conf
The Section keyword requires a quoted string to follow it.
[ 14.901] (EE) Problem parsing the config file
[ 14.901] (EE) Error parsing the config file
[ 14.901]
Fatal server error:
[ 14.901] no screens found
[ 14.901]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 14.901] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 14.901]
[ 14.902] ddxSigGiveUp: Closing log
[ 14.902] Server terminated with error (1). Closing log file.
[ 14.360]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 14.360] X Protocol Version 11, Revision 0
[ 14.360] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[ 14.360] Current Operating System: Linux dell-vostro 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64
[ 14.360] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-58-generic root=UUID=d7761127-4814-4f44-8b52-3b26a9a45bc1 ro quiet splash
[ 14.360] Build Date: 16 October 2013 04:41:23PM
[ 14.360] xorg-server 2:1.11.4-0ubuntu10.14 (For technical support please see http://www.ubuntu.com/support)
[ 14.360] Current version of pixman: 0.30.2
[ 14.360] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.360] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.360] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 20 16:07:58 2014
[ 14.426] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.426] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.450] Parse error on line 1 of section InputClass in file /etc/X11/xorg.conf.d/20-intel.conf
The Section keyword requires a quoted string to follow it.
[ 14.450] (EE) Problem parsing the config file
[ 14.450] (EE) Error parsing the config file
[ 14.450]
Fatal server error:
[ 14.450] no screens found
[ 14.450]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 14.450] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 14.450]
[ 14.451] ddxSigGiveUp: Closing log
[ 14.451] Server terminated with error (1). Closing log file.
Dernière modification par renaud07 (Le 20/01/2014, à 15:21)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#6 Le 20/01/2014, à 16:11
- Compte anonymisé
Re : [Résolu] Vsync et intel HD
Tu as rajouté le fichier /etc/X11/xorg.conf.d/20-intel.conf en plus de /etc/X11/xorg.conf ?
En tout cas le log te dit que le fichier de conf /etc/X11/xorg.conf.d/20-intel.conf a un problème (manque des guillemets) :
[ 14.901] Parse error on line 1 of section InputClass in file /etc/X11/xorg.conf.d/20-intel.conf
The Section keyword requires a quoted string to follow it.
[ 14.901] (EE) Problem parsing the config file
[ 14.901] (EE) Error parsing the config file
Je pense pas que ce soit un pb avec l'accélération via SNA.
#7 Le 20/01/2014, à 16:24
- renaud07
Re : [Résolu] Vsync et intel HD
Tu as rajouté le fichier /etc/X11/xorg.conf.d/20-intel.conf en plus de /etc/X11/xorg.conf ?
Non j'ai bien supprimé /etc/X11/xorg.conf avant de créer l'autre. Et j'ai retesté en faisant un copier/coller pour être sûr que je n'oubliais aucun guillemet et ça remarche donc que ce soit l'un ou l'autre ils n'ont aucun effet.
Je vais tester avec la nouvelle LTS pour voir si c'est un problème de version.
Dernière modification par renaud07 (Le 20/01/2014, à 16:35)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#8 Le 20/01/2014, à 17:14
- Compte anonymisé
Re : [Résolu] Vsync et intel HD
Je suis en 13.10 et ça fonctionnait aussi en 12.10. Pour la 12.04 de base je sais pas.
Dernière modification par alx (Le 20/01/2014, à 17:14)
#9 Le 20/01/2014, à 20:05
- renaud07
Re : [Résolu] Vsync et intel HD
Je viens de tester sur la nouvelle LTS et ça fonctionne ! Bon ben y'a plus qu'a installer en dur.
renaud@xubuntu:~$ cat /var/log/Xorg.0.log | grep Tear
[ 28.727] (**) intel(0): Option "TearFree" "true"
[ 28.727] (**) intel(0): "Tear free" enabled
C'était donc bien un problème de version.
Dernière modification par renaud07 (Le 20/01/2014, à 20:09)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#10 Le 20/01/2014, à 20:17
- Compte anonymisé
Re : [Résolu] Vsync et intel HD
Si tu es en 12.04, tu peux simplement installer les paquets *-lts-saucy : http://askubuntu.com/questions/339618/u … ernel?rq=1
#11 Le 21/01/2014, à 22:05
- renaud07
Re : [Résolu] Vsync et intel HD
Je viens de tester et curieusement ça ne fonctionne pas : la commande me dit que c'est activé mais le tearing est toujours là J'attendrais donc la sortie de la 14.04.
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#12 Le 06/08/2016, à 04:39
- Noubnoubnoub
Re : [Résolu] Vsync et intel HD
Je déterre le sujet mais je voulais dire pour ceux qui ont du tearing sur AMD que la réponse #2 a très bien marché pour moi, en remplaçant bien sûr "intel" par "radeon". Deux jours que je me cassais les dents sur ce satané problème... Et paf, résolu en deux minutes grâce à vous
Faites un geste pour l'humanité, mangez un chasseur
Hors ligne
#13 Le 23/12/2022, à 11:50
- melodie
Re : [Résolu] Vsync et intel HD
Bonjour, nous voici fin 2022 et ce fil m'a aussi aidée. J'avais certaines instabilités (freeze d'une Vbox entre autres, et un peu plus tôt un écran noir.
Je suis sous Xubuntu 22.04 LTS avec noyau 5.15.0-57-generic.
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] (rev 02)
$
$ cat /etc/X11/xorg.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
$
$ cat /var/log/Xorg.0.log | grep Tear
[ 1060.803] (**) intel(0): Option "TearFree" "true"
[ 1060.806] (**) intel(0): TearFree enabled
$
Si j'ai d'autres soucis je testerai peut-être un noyau hwe.
Hors ligne
#14 Le 23/12/2022, à 12:04
- xubu1957
Re : [Résolu] Vsync et intel HD
Bonjour,
Les cartes HD Graphics 620 se bloquent avec le noyau 5.15 > Installation Kernel avec PPA mainline
Et c'est mieux d'ouvrir une nouvelle discussion, que se poser sur un fil démarré en 2014.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
Pages : 1