Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
ChromeOS & Linux
What Issues You Faced When You Used Linux, and What Did You Do to Fix It?
Message
<blockquote data-quote="lokamoka820" data-source="post: 1129326" data-attributes="member: 108773"><p>When I start to use Linux the first issue I faced was screen tearing, my laptop has an integrated intel GPU, I tried to change the distro several times with no success, until I found the solution, all I needed was to enable "<strong>TearFree</strong>" rendering by creating or editing the file <strong><em><u>/etc/X11/xorg.conf.d/20-intel.conf</u></em></strong> and adding the following lines:</p><p>[CODE]Section "Device"</p><p>Identifier "Intel Graphics"</p><p>Driver "intel"</p><p>Option "TearFree" "true"</p><p>EndSection[/CODE]</p><p>After saving the file, and reboot the system for the changes to take effect, everything works flawlessly.</p><p></p><p>Of course this problem was when using Xorg display server, I discovered later that Wayland doesn't have this problem at all.</p><p></p><p>Now, what problems you faced in your turn? And did you find a solution for it or still searching?</p></blockquote><p></p>
[QUOTE="lokamoka820, post: 1129326, member: 108773"] When I start to use Linux the first issue I faced was screen tearing, my laptop has an integrated intel GPU, I tried to change the distro several times with no success, until I found the solution, all I needed was to enable "[B]TearFree[/B]" rendering by creating or editing the file [B][I][U]/etc/X11/xorg.conf.d/20-intel.conf[/U][/I][/B] and adding the following lines: [CODE]Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection[/CODE] After saving the file, and reboot the system for the changes to take effect, everything works flawlessly. Of course this problem was when using Xorg display server, I discovered later that Wayland doesn't have this problem at all. Now, what problems you faced in your turn? And did you find a solution for it or still searching? [/QUOTE]
Insert quotes…
Verification
Post reply
Top