Editing How To

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 551: Line 551:
  
 
You'll likely need to make the ''/boot/devices.hints'' writable, and then add additional entries to get your webcam recognized. It is similar to adding audio entries for apple laptops. Which entries you require depends on model.
 
You'll likely need to make the ''/boot/devices.hints'' writable, and then add additional entries to get your webcam recognized. It is similar to adding audio entries for apple laptops. Which entries you require depends on model.
----
 
===Get tearfree video on Intel cards===
 
Create the file '''20-intel.conf''' in directory:
 
'''/usr/local/etc/X11/xorg.config.d/'''
 
 
paste this in the file:
 
 
    Section "Device"
 
        Identifier    "Card0"
 
        Driver    "intel"
 
        Option    "DRI" "3"
 
        Option    "AccelMethod" "SNA"
 
        Option    "TearFree" "true"
 
    EndSection
 
 
 
In your '''/boot/loader.conf''' put the following:
 
 
    drm.i915.enable_rc6=7
 
    drm.i915.semaphores="1"
 
    drm.i915.enable_fbc="1"
 
 
 
And make sure you load <code>kld_list="i915kms"</code>
 
in your '''/etc/rc.conf'''
 
 
For more information check out this link:
 
https://forums.freebsd.org/threads/intel-video-and-screentearing.72085/
 
 
----
 
----
  

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: