during the test, my result is like this,

video_set(1366,760,0,2); // almost OK
video_set(1368,760,0,2); // almost OK
video_set(1366,761,0,2); // failed --> 800x600

// looks like fullscreen but F11 tells it is 800 x 600.
// Is this "remove border and title bar"?
video_window(vector(0.1,0.1,0),vector(1366,768,0),1,NULL);