diff --git a/Program.fs b/Program.fs index d8109f5..ab19d5c 100644 --- a/Program.fs +++ b/Program.fs @@ -22,7 +22,7 @@ let buildAvaloniaApp() = .UseReactiveUI() .With(new Win32PlatformOptions(UseDeferredRendering=false, AllowEglInitialization=true)) .With(new AvaloniaNativePlatformOptions(UseDeferredRendering=false, UseGpu=true)) - .With(new X11PlatformOptions(UseEGL=true, UseGpu=false)) + .With(new X11PlatformOptions(UseEGL=true, UseGpu=true)) .With(new MacOSPlatformOptions(ShowInDock=true)) .LogToDebug()