LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-31-2015, 11:53 PM   #1
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Rep: Reputation: Disabled
Question How to optimize Intel HD 4000 graphics on T430 so no tearing occurs?


Hello People of LinuxQuestions

Does someone have extensive experience on optimizing the Intel HD 4000 graphics card on a Lenovo Thinkpad T430 when it's the only graphics chip in the system?
(having tearing issues)

And is there a way so that the graphics memory and clock speed can ramp up to maximum specified usage when needed and use low power and memory when not needed for intensive tasks?
(It seems to use very little of the available memory).

Is there a way to see the exact maximum usage in the command line?

My graphics hardware info looks like this:

Code:
[    22.182] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    22.182] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[    22.182] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    22.182] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    22.182] (==) intel(0): RGB weight 888
[    22.182] (==) intel(0): Default visual is TrueColor
[    22.182] (**) intel(0): Framebuffer tiled
[    22.182] (**) intel(0): Pixmaps tiled
[    22.182] (**) intel(0): "Tear free" disabled
[    22.182] (**) intel(0): Forcing per-crtc-pixmaps? no
[    22.182] (II) intel(0): Output LVDS1 has no monitor section
[    22.183] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[    22.183] (II) intel(0): Output VGA1 has no monitor section
[    22.183] (II) intel(0): Output HDMI1 has no monitor section
[    22.183] (II) intel(0): Output DP1 has no monitor section
[    22.183] (II) intel(0): Output HDMI2 has no monitor section
[    22.183] (II) intel(0): Output HDMI3 has no monitor section
[    22.183] (II) intel(0): Output DP2 has no monitor section
[    22.183] (II) intel(0): Output DP3 has no monitor section
[    22.183] (II) intel(0): Output VIRTUAL1 has no monitor section
[    22.183] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0
[    22.183] (--) intel(0): Output DP1 using initial mode 1920x1080 on pipe 1
[    22.183] (==) intel(0): DPI set to (96, 96)
[    22.183] (II) Loading sub module "dri2"
[    22.183] (II) LoadModule: "dri2"
[    22.183] (II) Module "dri2" already built-in
[    22.183] (II) UnloadModule: "modesetting"
[    22.183] (II) Unloading modesetting
[    22.183] (II) UnloadModule: "fbdev"
[    22.183] (II) Unloading fbdev
[    22.183] (II) UnloadSubModule: "fbdevhw"
[    22.183] (II) Unloading fbdevhw
[    22.183] (II) UnloadModule: "vesa"
[    22.183] (II) Unloading vesa
[    22.183] (==) Depth 24 pixmap format is 32 bpp
[    22.183] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[    22.183] (==) intel(0): Backing store enabled
[    22.183] (==) intel(0): Silken mouse enabled
[    22.183] (II) intel(0): HW Cursor enabled
[    22.183] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    22.184] (==) intel(0): DPMS enabled
[    22.184] (II) intel(0): [DRI2] Setup complete
[    22.184] (II) intel(0): [DRI2]   DRI driver: i965
[    22.184] (II) intel(0): [DRI2]   VDPAU driver: i965
[    22.184] (II) intel(0): direct rendering: DRI2 Enabled
[    22.184] (==) intel(0): hotplug detection: "enabled"
[    22.184] (--) RandR disabled
[    22.187] (II) SELinux: Disabled on system
Thank you in advance,
vaikus84
 
Old 02-01-2015, 06:56 AM   #2
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
I use this file at /etc/X11/xorg.conf.d/20-intel.conf:
Code:
Section "Device"
	Identifier "Intel Graphics"
	Driver "intel"
	Option "TearFree" "True"
EndSection
This could also be added to a pre-existing xorg.conf
 
Old 02-01-2015, 12:41 PM   #3
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Try Intel gpu tools.

Also the latest driver (Xorg driver) for intel to come, version 3 would have great support for tearfree plus many other enhancements.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to optimize an Intel i5-3320M processor on a Lenovo Thinkpad T430? vaikus84 Linux - Laptop and Netbook 1 02-01-2015 12:39 AM
[SOLVED] Intel HD 4000 graphics card: 3d acceleration? kabamaru Slackware 3 03-03-2013 01:53 PM
LXer: Comparing Intel HD 2000/3000/4000 Linux Graphics LXer Syndicated Linux News 0 08-27-2012 06:40 AM
[SOLVED] Intel HD Graphics 4000 - Needed kernel upgrade drumz Slackware 12 07-01-2012 06:24 PM
LXer: Intel HD 4000 Ivy Bridge Graphics On Linux LXer Syndicated Linux News 0 04-24-2012 03:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration