DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 15th August 2013
BenHur BenHur is offline
Port Guard
 
Join Date: Aug 2013
Posts: 10
Default Tweaking Xorg For Intel Graphics On OpenBSD 5.3 To Fix HD Screen Tearing

I just thought I would post this, in case anyone else was having this problem (and since I searched and didn't find a thread that came to the same conclusion I did). When I installed OpenBSD (and used the intel driver), the only issue I had was that HD video was choppy and exhibited a lot of screen tearing. After playing with my xorg set up, here is what I ended up adding to my xorg.conf to correct it:
Code:
 Section "Device"

Identifier "IntelGraphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "TripleBuffer" "true"

EndSection

Section "Extensions"
# fixes tearing with vdpau/vsync
Option "Composite" "Disable"
EndSection
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel graphics tolstoi NetBSD General 5 20th February 2013 08:10 AM
Modular Xorg installation on Silicon Graphics O2 c0rr0sif NetBSD Package System (pkgsrc) 0 17th September 2011 10:35 AM
graphics/dri and intel related cork popper TerryP FreeBSD Ports and Packages 3 17th April 2010 01:04 PM
HOWTO: Working Intel Graphics Card Setup vermaden FreeBSD Installation and Upgrading 2 3rd July 2009 07:59 PM
Xorg & i810 graphics / loader.conf / kldstat OgreNaut FreeBSD Installation and Upgrading 26 7th November 2008 02:27 PM


All times are GMT. The time now is 03:12 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick