Small hack to test for resolution restoration.
This commit is contained in:
parent
3fd9f2cc3a
commit
285e2c694d
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
public void RestoreResolution(DisplayDevice device)
|
||||
{
|
||||
TryChangeResolution(device, null);
|
||||
//TryChangeResolution(device, null);
|
||||
System.Diagnostics.Process.Start("xrandr", "-s -0").WaitForExit();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue