StandingCow Posted June 8, 2019 Posted June 8, 2019 (edited) Hopefully someone can help me find out why this is happening to me even though it's supposed to be fixed. I tried deleting the "JesterAI_Page.lua" file and doing a repair but it is still cut off like this: JesterAI_Page.lua: grid_origin.init_pos = {cx * aspect, -cy, 0} Here is my monitor file: _ = function(p) return p; end; name = _('SubDisplay'); Description = 'Sub Displays' Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; } } LEFT_MFCD = { x = 0; y = 1440; width = 525; height = 525; } RIGHT_MFCD = { x = 2910; y = 1440; width = 525; height = 525; } UIMainView = Viewports.Center Edited June 8, 2019 by StandingCow Found a solution 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
StandingCow Posted June 8, 2019 Author Posted June 8, 2019 (edited) Ok, with a suggestion from Bailey in the discord I found a fix, I added this to my monitor lua file: F14_JESTER_MENU = { x = 0; y = 0; width = 3440; height = 1440; } Edit: Don't I feel stupid, I missed this thread: https://forums.eagle.ru/showthread.php?t=242466 Edited June 8, 2019 by StandingCow 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
Recommended Posts