Linux: >install OS >screen is tearing like hell >enable drawing to vertical blank in DE settings >add a few lines to my xorg shit >reboot >done, screen tearing completely fixed
Windows 7: >YOU'RE GONNA USE AERO AND YOU'RE GONNA LIKE IT, GOY! THIS IS __OUR__ OS AND WE DECIDE THAT YOU ONLY GET VSYNC IF YOU USE THE THEME __WE__ WANT, BITCH!
Asher Hill
>rebooting linux Unless you updated your kernel, there is absolutely no reason to do it. And even then I'm sure there's probably a way and I just haven't bothered to look yet.
Easton Rodriguez
>add a few lines to my xorg shit I always install compton, but would be glad if i could use the default compositor. Care to share those few lines? W7 works without aero, basic and starter don't even have it. The fuckups started in the w10 anyway.
Samuel Miller
Works for me
Benjamin Torres
Are you russian or what?
Andrew Turner
Ukrainian. Why?
Aiden Anderson
>Care to share those few lines? I'm not sure about nvidia, but on an AMD card, add Section "Device" Identifier "Radeon" Driver "radeon" Option "TearFree" "on" EndSection to /usr/share/X11/xorg.conf.d/20-radeon.conf, then restart your DM. Works like a charm for me.
Mason Lee
Linux: >install OS >everything is tiny on one screen >adjust scaling >everything on the second screen gets xboxhueg Windows: >adjust separate DPI >half the programs are now blurry as fuck >the other half have their UI out of window boundaries macOS: >get a giant dildo lodged uncomfortably and firmly in your ass
modern desktop operating systems are all shit it's like someone out there intentionally shits up everything to drive people off desktops and onto tablets and phones. seriously, im using them all and there isn't a single one that *just werks*, or at least works after spending days to configure it.
Eli Phillips
>Win7 works great OOTB >OP is concerned about muh ricing >OP is actually defending an OS that comes with screen tearing by default Hilarious
James Ross
>get a giant dildo lodged uncomfortably and firmly in your ass
Wyatt Stewart
>faggot is actually defending an OS that is so restrictive that it arbitrarily locks certain features behind a certain theme
Landon Martinez
>Xfce is an OS
Easton Johnson
aero isn't just a theme
it's basically a window compositor with vsync with a theme attached to it
there is a shitton of aero themes on deviantart, if you really need to rice this old mammoth's shit.
Ethan Hughes
If the OS wasn't kike trash, I could use vsync with any theme I want.
Also reddit spacing.
Oliver Adams
you can use vsync with any theme you want go to deviantart and download some themes
or you can continue being a stubborn asshole
your choice mang
Nicholas Baker
I don't want deviantart themes, I want the classic theme. It's really the principle of it. A free as in freedom OS would trust me enough to let me use my computer how I want.
Matthew Cooper
there is a classic theme with aero on deviantart
Nathan Bailey
Looks like shit.
Samuel Robinson
looks like classic theme with different close minimize restore buttons
Bentley Garcia
Plus it's missing the gradient at the top of the window.
Jacob Nguyen
There's classic AE, you know. If you can use a Linux distro with XFCE I doubt you're so fucking stupid that you can't install a visual style. Also on Linux if you don't want tearing on chromium in many cases you have to override the software rendering list regardless of those DE settings. It's a mess.
Hunter Hughes
>chromium >"I doubt you're so fucking stupid" Ha.
Asher Williams
lookup hotpatch
Luis Thomas
Aero isn't a theme, dispshit.
Aaron Sullivan
The fact that you had to do that to "fix" the tearing issue in Linux is the point, stupid.
Linux sucks.
Grayson Morris
>option to fix it vs >no option to fix it
Winbabbies are the most hopelessly deluded fucks on the planet.
Dylan Baker
I am not sure what this "screen tearing" is, honestly, I've never had it.
Nicholas Perez
>/usr/share/X11/xorg.conf.d/20-radeon.conf
The correct location would be /etc/X11/xorg.conf.d/20-radeon.conf
Stuff in /usr/ can get deleted or overwritten when updating packages. /etc/ is permanent and defined as THE location for configuration files in the "filesystem hierachy standard"
Configuration files in /usr/ that come installed with programs are templates or the default configuration most of the time.