-
Notifications
You must be signed in to change notification settings - Fork 847
LMDE3 disable full screen compositing not work for steam "Brain Out" game which is java jar file #7833
Description
* Cinnamon version (Cinnamon 3.8.8)
* Distribution - (LMDE3 fresh installation)
* Graphics hardware *and* driver used
*-display radeon r5 230 sapphire caicos 1Gb VRAM
description: VGA compatible controller
product: Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:28 memory:d0000000-dfffffff memory:e0020000-e003ffff ioport:e000(size=256) memory:c0000-dffff
Latest mesa available through apt repos in stretch I just installed LMDE3 and not adding any ppa or messing with sources.d apt folders. The desktop works flawlessly with effects or without them. So there is no pretension to how it works but it prevents to run my game from full speed.
* 64 bit
* Attach https://pastebin.com/Sw8fZxYx, or https://pastebin.com/yKYg2i1J
LMDE3 disable full screen compositing not work for steam "Brain Out" game which is java jar file and I have no such issue on Ubuntu 18.04.1 LTS on any DE but Cinnamon (used all of ubuntu redactions past month).
Install steam via apt repositories, install Brain Out game, run like cd .steam/steam/steamapps/common/Brainout/ ; java -jar brainout-desktop.jar get laggish stuttering when moving character through the screen
Normal behaviour game runs by openjdk-8 work almost without lags
- Attach https://pastebin.com/Sw8fZxYx, or https://pastebin.com/yKYg2i1J - double posted these line for links work properly.
dmesg | grep radeon https://pastebin.com/JNXXQVqY
Also trying to enable DRI3 and disable swapbufferswait but its not related to compositing problem since it not disabled for particular java jar application. No matter what I enable/disable full screen VSYNC in Brain Out game title. Have no other quirks in grub, the config is just plain defaults.
cat /etc/X11/xorg.conf
Section "Device"
Identifier "r5 230"
Driver "radeon"
Option "swapbufferswait" "0"
Option "ColorTiling" "on"
Option "DRI3" "1"
Option "AccelMethod" "glamor"
Endsection
"Just curious if there some way to disable compositing at all like it done in Mate Mint/Ubuntu/Budgie editions by using some graphical settings up tool like exists in mentioned various distributions redactions, or maybe some console command could be passed to java app or Cinnamon compositor what ever its called (I just know in Mate it is called Marco)"
I only tested these on one steam game which I play "Brain Out". Will try to test on the other Linux native games. But mentioned game is on java. Sadly I didn't find any JVM options for display and changing vsync on/off in game does not get any effect. Not tested windowed mode but I think it will surely be composited too.
Native Linux games like Sauerbraten works normally.