You can try openxdk.
We put only common resolution support, but you can dig in the big table of supported resolutions to pick up the resolution you want to try. Some are really silly resolutions, so I bet you will like them!
first value has many flags (50/60hz, region, adapter type, etc...)
second value is height and width
third value is what is to write in one of the chipset register to trigger that resolution at hw level
we converted a more friendly subpart of this table in openxdk source in home\OpenXDK\src\hal\video.c
I don't think you can play freely and directly with chipset under ms xdk.
CODE
0x00400105,0x01e00280,0x88070701,
0x00400105,0x01e002d0,0x88080801,
0x00400105,0x02d00500,0x880b0a02,
0x00400105,0x04380780,0x880e0c03,
0x00480104,0x01e00280,0x88070701,
0x00490104,0x01e00280,0x88070701,
0x00480104,0x01e002d0,0x88080801,
0x00490104,0x01e002d0,0x88080801,
0x02480104,0x01e00280,0x88110f01,
0x02490104,0x01e00280,0x88110f01,
0x00430104,0x02d00500,0x880b0a02,
0x00600104,0x01e00280,0x0801010d,
0x00610104,0x01e00280,0x1801010d,
0x00600104,0x01e002d0,0x0802020e,
0x00610104,0x01e002d0,0x1802020e,
0x01400104,0x00f00280,0x0801010d,
0x01410104,0x00f00280,0x1801010d,
0x01400104,0x00f002d0,0x0802020e,
0x01410104,0x00f002d0,0x1802020e,
0x02600104,0x01e00280,0x080f0d12,
0x02610104,0x01e00280,0x180f0d12,
0x03400104,0x00f00280,0x080f0d12,
0x03410104,0x00f00280,0x180f0d12,
0x00650104,0x04380780,0x880e0c03,
0x01450104,0x021c0780,0x880e0c03,
0x00600103,0x01e00280,0x20010101,
0x00610103,0x01e00280,0x30010101,
0x00600103,0x01e002d0,0x20020202,
0x00610103,0x01e002d0,0x30020202,
0x01400103,0x00f00280,0x20010101,
0x01410103,0x00f00280,0x30010101,
0x01400103,0x00f002d0,0x20020202,
0x01410103,0x00f002d0,0x30020202,
0x02600103,0x01e00280,0x200f0d0f,
0x02610103,0x01e00280,0x300f0d0f,
0x03400103,0x00f00280,0x200f0d0f,
0x03410103,0x00f00280,0x300f0d0f,
0x00600100,0x01e00280,0x04010101,
0x00610100,0x01e00280,0x14010101,
0x00600100,0x01e002d0,0x04020202,
0x00610100,0x01e002d0,0x14020202,
0x01400100,0x00f00280,0x04010101,
0x01410100,0x00f00280,0x14010101,
0x01400100,0x00f002d0,0x04020202,
0x01410100,0x00f002d0,0x14020202,
0x02600100,0x01e00280,0x040f0d0f,
0x02610100,0x01e00280,0x140f0d0f,
0x03400100,0x00f00280,0x040f0d0f,
0x03410100,0x00f00280,0x140f0d0f,
0x00400205,0x01e00280,0x88070701,
0x00400205,0x01e002d0,0x88080801,
0x00400205,0x02d00500,0x880b0a02,
0x00400205,0x04380780,0x880e0c03,
0x00480204,0x01e00280,0x88070701,
0x00490204,0x01e00280,0x88070701,
0x00480204,0x01e002d0,0x88080801,
0x00490204,0x01e002d0,0x88080801,
0x00430204,0x02d00500,0x880b0a02,
0x00600204,0x01e00280,0x0801010d,
0x00610204,0x01e00280,0x1801010d,
0x00600204,0x01e002d0,0x0802020e,
0x00610204,0x01e002d0,0x1802020e,
0x01400204,0x00f00280,0x0801010d,
0x01410204,0x00f00280,0x1801010d,
0x01400204,0x00f002d0,0x0802020e,
0x01410204,0x00f002d0,0x1802020e,
0x02600204,0x01e00280,0x080f0d12,
0x02610204,0x01e00280,0x180f0d12,
0x03400204,0x00f00280,0x080f0d12,
0x03410204,0x00f00280,0x180f0d12,
0x00650204,0x04380780,0x880e0c03,
0x01450204,0x021c0780,0x880e0c03,
0x00600203,0x01e00280,0x20010103,
0x00610203,0x01e00280,0x30010103,
0x00600203,0x01e002d0,0x20020204,
0x00610203,0x01e002d0,0x30020204,
0x01400203,0x00f00280,0x20010103,
0x01410203,0x00f00280,0x30010103,
0x01400203,0x00f002d0,0x20020204,
0x01410203,0x00f002d0,0x30020204,
0x02600203,0x01e00280,0x200f0d10,
0x02610203,0x01e00280,0x300f0d10,
0x03400203,0x00f00280,0x200f0d10,
0x03410203,0x00f00280,0x300f0d10,
0x00600200,0x01e00280,0x04010103,
0x00610200,0x01e00280,0x14010103,
0x00600200,0x01e002d0,0x04020204,
0x00610200,0x01e002d0,0x14020204,
0x01400200,0x00f00280,0x04010103,
0x01410200,0x00f00280,0x14010103,
0x01400200,0x00f002d0,0x04020204,
0x01410200,0x00f002d0,0x14020204,
0x02600200,0x01e00280,0x040f0d10,
0x02610200,0x01e00280,0x140f0d10,
0x03400200,0x00f00280,0x040f0d10,
0x03410200,0x00f00280,0x140f0d10,
0x00400305,0x01e00280,0x88070701,
0x00400305,0x01e002d0,0x88080801,
0x00400305,0x02d00500,0x880b0a02,
0x00400305,0x04380780,0x880e0c03,
0x00a00304,0x01e00280,0x48030314,
0x00a10304,0x01e00280,0x58030314,
0x00a00304,0x01e002d0,0x48040415,
0x00a10304,0x01e002d0,0x58040415,
0x00a00304,0x02400280,0x48050516,
0x00a10304,0x02400280,0x58050516,
0x00a00304,0x024002d0,0x48060617,
0x00a10304,0x024002d0,0x58060617,
0x01800304,0x01200280,0x48050516,
0x01810304,0x01200280,0x58050516,
0x01800304,0x012002d0,0x48060617,
0x01810304,0x012002d0,0x58060617,
0x02a00304,0x01e00280,0x48100e18,
0x02a10304,0x01e00280,0x58100e18,
0x02a00304,0x02400280,0x4812101d,
0x02a10304,0x02400280,0x5812101d,
0x03800304,0x01200280,0x4812101d,
0x03810304,0x01200280,0x5812101d,
0x00600304,0x01e00280,0x08010119,
0x00610304,0x01e00280,0x18010119,
0x00600304,0x01e002d0,0x0802021a,
0x00610304,0x01e002d0,0x1802021a,
0x01400304,0x00f00280,0x08010119,
0x01410304,0x00f00280,0x18010119,
0x01400304,0x00f002d0,0x0802021a,
0x01410304,0x00f002d0,0x1802021a,
0x02600304,0x01e00280,0x080f0d1b,
0x02610304,0x01e00280,0x180f0d1b,
0x03400304,0x00f00280,0x080f0d1b,
0x03410304,0x00f00280,0x180f0d1b,
0x00a00303,0x01e00280,0x60030307,
0x00a10303,0x01e00280,0x70030307,
0x00a00303,0x01e002d0,0x60040408,
0x00a10303,0x01e002d0,0x70040408,
0x00a00303,0x02400280,0x60050509,
0x00a10303,0x02400280,0x70050509,
0x00a00303,0x024002d0,0x6006060a,
0x00a10303,0x024002d0,0x7006060a,
0x01800303,0x01200280,0x60050509,
0x01810303,0x01200280,0x70050509,
0x01800303,0x012002d0,0x6006060a,
0x01810303,0x012002d0,0x7006060a,
0x02a00303,0x01e00280,0x60100e13,
0x02a10303,0x01e00280,0x70100e13,
0x02a00303,0x02400280,0x6012101c,
0x02a10303,0x02400280,0x7012101c,
0x03800303,0x01200280,0x6012101c,
0x03810303,0x01200280,0x7012101c,
0x00600303,0x01e00280,0x2001010b,
0x00610303,0x01e00280,0x3001010b,
0x00600303,0x01e002d0,0x2002020c,
0x00610303,0x01e002d0,0x3002020c,
0x01400303,0x00f00280,0x2001010b,
0x01410303,0x00f00280,0x3001010b,
0x01400303,0x00f002d0,0x2002020c,
0x01410303,0x00f002d0,0x3002020c,
0x02600303,0x01e00280,0x200f0d11,
0x02610303,0x01e00280,0x300f0d11,
0x03400303,0x00f00280,0x200f0d11,
0x03410303,0x00f00280,0x300f0d11,
0x00a00300,0x01e00280,0x44030307,
0x00a10300,0x01e00280,0x54030307,
0x00a00300,0x01e002d0,0x44040408,
0x00a10300,0x01e002d0,0x54040408,
0x00a00300,0x02400280,0x44050509,
0x00a10300,0x02400280,0x54050509,
0x00a00300,0x024002d0,0x4406060a,
0x00a10300,0x024002d0,0x5406060a,
0x01800300,0x01200280,0x44050509,
0x01810300,0x01200280,0x54050509,
0x01800300,0x012002d0,0x4406060a,
0x01810300,0x012002d0,0x5406060a,
0x02a00300,0x01e00280,0x44100e13,
0x02a10300,0x01e00280,0x54100e13,
0x02a00300,0x02400280,0x4412101c,
0x02a10300,0x02400280,0x5412101c,
0x03800300,0x01200280,0x4412101c,
0x03810300,0x01200280,0x5412101c,
0x00600300,0x01e00280,0x0401010b,
0x00610300,0x01e00280,0x1401010b,
0x00600300,0x01e002d0,0x0402020c,
0x00610300,0x01e002d0,0x1402020c,
0x01400300,0x00f00280,0x0401010b,
0x01410300,0x00f00280,0x1401010b,
0x01400300,0x00f002d0,0x0402020c,
0x01410300,0x00f002d0,0x1402020c,
0x02600300,0x01e00280,0x040f0d11,
0x02610300,0x01e00280,0x140f0d11,
0x03400300,0x00f00280,0x040f0d11,
0x03410300,0x00f00280,0x140f0d11,