Maybe anybody can help me getting the George interface "back".
I´m running a two Monitor-Setup with 2x 2560x1440 resolution. The left monitor is the main-monitor, running the game. The mfds are exported to the left one.
This is my config:
_ = function(p) return p; end;
name = _('MySetup');
Description = 'Two monitor configuration';
Viewports = {
Center = {
x = 0;
y = 0;
width = 2560;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 2560/1440;
}
}
LEFT_MFCD = {
x = 2560;
y = 60;
width = 850;
height = 850;
}
RIGHT_MFCD = {
x = 3410;
y = 60;
width = 850;
height = 850;
}
CENTER_MFCD = {
x = 4260;
y = 60;
width = 850;
height = 850;
}
UIMainView = Viewports.Center
I tried to change the lines, @Fsea mentioned above, but I cant find / see the interface for george.
Thank you in advance.