View Full Version : Scheda integrata Intel e problema tearing
zephyr83
23-09-2014, 16:44
Uso l'ultima versione di kubuntu con una integrata intel (HD3000), driver intel. Ho il fastidioso problema del tearing sia da lettore multimediale che dal browser (quindi anche youtube). Qualcosa sa come si elimina? ho provato a cercare su google velocemente ma con poco successo e preferirei evitare di andare come al solito per tentativi :sofico:
Uso l'integrata intel perché la scheda nvidia è morta :stordita:
kernelex
23-09-2014, 18:44
vai sugli effetti di kakkadie, cerca la voce ... booooooooh! prevenzione disturbi vsync > ridisegna intera scena
devi permettere a kwin di ridisegnare l'intera "scena"
comunque, cercala da quelle parti.
http://i.imgur.com/L9lHpNjl.jpg
zephyr83
23-09-2014, 20:05
vai sugli effetti di kakkadie, cerca la voce ... booooooooh! prevenzione disturbi vsync > ridisegna intera scena
devi permettere a kwin di ridisegnare l'intera "scena"
comunque, cercala da quelle parti.
http://i.imgur.com/L9lHpNjl.jpg
grazie mille trovata, con le opengl 3.1 non andavano più gli effetti, con la versione 2.0 si ma è bastato quello per far sparire il tearing dai video, almeno da vlc. Comunque per sicurezza ho impostato il vsync come mi hai detto anche se con sto video
Gimli[2BV!2B]
23-09-2014, 20:08
Io ho una HD4000 ed utilizzo questo frammento di configurazione xorg.conf:
gimli@sertan ~ $ cat /etc/X11/xorg.conf.d/intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "BackingStore" "true"
Option "TearFree" "true"
EndSection
Stralcio man intel: Option "TearFree" "boolean"
Disable or enable TearFree updates. This option forces X to perform all rendering to a backbuffer prior to updating the actual display. It requires
an extra memory allocation the same size as a framebuffer, the occasional extra copy, and requires Damage tracking. Thus enabling TearFree requires
more memory and is slower (reduced throughput) and introduces a small amount of output latency, but it should not impact input latency. However,
the update to the screen is then performed synchronously with the vertical refresh of the display so that the entire update is completed before the
display starts its refresh. That is only one frame is ever visible, preventing an unsightly tear between two visible and differing frames. Note
that this replicates what the compositing manager should be doing, however TearFree will redirect the compositor updates (and those of fullscreen
games) directly on to the scanout thus incurring no additional overhead in the composited case. Also note that not all compositing managers prevent
tearing, and if the outputs are rotated, there will still be tearing without TearFree enabled.
Default: TearFree is disabled.
zephyr83
23-09-2014, 23:12
perché si usa ancora xorg.conf? :stordita:
Gimli[2BV!2B]
24-09-2014, 19:55
I driver open hanno svariate impostazioni pilotabili solo con quel file (è molto che non uso i binari AMD/NVIDIA, ma mi pare funzioni ancora pure per loro).
Non è più necessario l'intero file, come anni fa, bastano frammenti come quello che ho postato.
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.