You are not logged in.
Pages: 1
In firefox full screen it looks cut on the screen I have amd a8 7410 radeon r5 graphics
Offline
Can you enter about:support in the URL bar, and check what it says under Graphics / Features / Compositing?
If it says basic, go to about:config, search for gfx.webrender.enabled, double-click to set it to true, close Firefox, and reopen it.
If that still causes tearing, right-click on your desktop, go to Preferences / Compositor / Edit Compositing Settings, find the line stating
#backend = "glx";
and remove the hashtag at the start of the line, save the file, then restart compositing.
Offline
In Fiefox
about:config
layers.acceleration.force-enabled
change the value to true
./config/compton.conf
backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
vsync = "opengl-swc";
/usr/share/X11/xorg.conf.d/20-radeon.conf
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "TearFree" "on"
EndSection
check out the fat content of milk
Offline
Pages: 1