Just frugal installed Puppy F96-CE and loving it, but I get screen tearing when scrolling or on videos, so I know on Ubuntu distros you alter the xorg files to turn on no tearing but in my puppy files I see no xorg conf for intel at all, I'm not that proficient in bash so I hope I'm describing my problem well enough so you guys can help me. Again, Intel GPU, screen tearing on video playback. Probabky just need to create the conf file but syntax is always very specific so if anyone knows exactly how to help with detailed instructions thank you soooooo much in advance!
Fix screen tearing for intel gpu? (solved)
Moderator: Forum moderators
-
- Posts: 14
- Joined: Sat Nov 12, 2022 8:46 am
-
- Posts: 1609
- Joined: Sun Jul 12, 2020 2:38 am
- Location: S.E. Australia
- Has thanked: 248 times
- Been thanked: 722 times
Re: Fix screen tearing for intel gpu?
@PunchyMchurtyfist - Often the default video driver is modesetting (unaccelerated). You could try the intel driver - I found it reduced tearing. My Method: (need to use arrow keys & enter to select items)
Exit X windows (ctrl-alt-backspace), then type xorgwizard & press enter, then select set video driver, then select specify & type intel, then ok, then done, then type xwin & press enter. Hopefully that will improve things.
- bigpup
- Moderator
- Posts: 7072
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 926 times
- Been thanked: 1537 times
Re: Fix screen tearing for intel gpu?
It would help if you post what is provided by Pup-Sysinfo ->Devices ->Display ->Summary
You can highlight and copy from Pup-Sysinfo and paste into a post.
This will tell us what driver you are using and other info.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- bigpup
- Moderator
- Posts: 7072
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 926 times
- Been thanked: 1537 times
Re: Fix screen tearing for intel gpu?
Information about the computer will help.
Make and model?
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
-
- Posts: 14
- Joined: Sat Nov 12, 2022 8:46 am
Re: Fix screen tearing for intel gpu?
I'm using an old Lenovo Thinkpad T420
▶—— Video Summary ——◀
Display Specifications
• Screen Name LVDS1
• Screen VertRefresh 59.86 times/s
• Screen Resolution 1280x720 pixels (338x190 millimeters)
• Screen Depth 24 bits (planes)
Xorg Startup Log (/var/log/Xorg.0.log)
• Xorg Driver in use intel
• Loaded Modules dri2 fb glx libinput synaptics
• X.Org version 1.20.13
OpenGL 2D/3D Rendering
• Direct Rendering Yes
• Vendor Intel Open Source Technology Center
• Renderer Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
• Version 3.0 Mesa 21.2.6
VGA device [0300] Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
• Kernel Driver i915
• Memory Used by Driver 2024.00 KB
• Path /lib/modules/6.0.12-FP/kernel/drivers/gpu/drm/i915/i915.ko
• Description Intel Graphics
• Video RAM 1536M total, 256M prefetchable
- bigpup
- Moderator
- Posts: 7072
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 926 times
- Been thanked: 1537 times
Re: Fix screen tearing for intel gpu?
Try this.
You will need to be booted using a save file or folder, so this can be saved to always get used on boot up.
In /etc/X11/xorg.conf.d/
Add this file:
Reboot making sure save is updated.
Any help?
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
-
- Posts: 14
- Joined: Sat Nov 12, 2022 8:46 am
Re: Fix screen tearing for intel gpu?
bigpup wrote: Thu Nov 28, 2024 9:07 pmTry this.
You will need to be booted using a save file or folder, so this can be saved to always get used on boot up.
In /etc/X11/xorg.conf.d/
Add this file:
20-intel-graphics.conf.gzReboot making sure save is updated.
Any help?
It did fix the screen tearing issue but it also changed my screen resolution to a very strange setting, is it any way to have the screen tearing option but not whatever changes the resolution
- bigpup
- Moderator
- Posts: 7072
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 926 times
- Been thanked: 1537 times
Re: Fix screen tearing for intel gpu?
What did it change resolution to?
Is it maybe the (native) default resolution of the monitor?
Did you try to use the programs for setting resolution and change it to what you want?
What resolution do you want?
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
-
- Posts: 2439
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 53 times
- Been thanked: 1206 times
Re: Fix screen tearing for intel gpu?
I have a Thinkpad X220 with a similar issue. Try to install and run a compositor like xcompmgr
, otherwise you'll get tearing with X.Org. I don't recommend changing drivers or playing with xorg.conf because X.Org is largely deprecated and modesetting is your best bet with Intel graphics (xf86-video-intel is deprecated).
(With Wayland I don't get any tearing on this laptop.)
-
- Posts: 14
- Joined: Sat Nov 12, 2022 8:46 am
Re: Fix screen tearing for intel gpu?
bigpup wrote: Sat Nov 30, 2024 5:20 amWhat did it change resolution to?
Is it maybe the (native) default resolution of the monitor?
Did you try to use the programs for setting resolution and change it to what you want?
What resolution do you want?
It may have been my monitor's native resolution as I have my laptop connected to a large tv, the resolution I use is 1280x1024 but when I pasted the file you gave me and saved it, it also changed that resolution and I could no longer change it back to 1280x1024.
EDIT: I believe I got it! I'm new to Puppy and it feels kind of convoluted to do anything compared to Ubuntu distros, but I've successfully integrated the file you gave me and managed to change the resolution back to what I had it originally so I think I'm good now. Thanks for the help and the patience for a total noob.
- bigpup
- Moderator
- Posts: 7072
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 926 times
- Been thanked: 1537 times
Re: Fix screen tearing for intel gpu?
WE are Puppy!
Resistance is futile!
Learn you must, how Puppy does things!
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected