From f2069d6c5cfcf83dce96d7c211faf14876c326d4 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 13 Oct 2005 14:37:47 +0000 Subject: [PATCH] shifted NTSC640x480 desktop mode 7 pixels to the left so rightmost pixels are now visible. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14371 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/nvidia/engine/nv_brooktreetv.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/add-ons/accelerants/nvidia/engine/nv_brooktreetv.c b/src/add-ons/accelerants/nvidia/engine/nv_brooktreetv.c index f3b518ea03..9f750e067f 100644 --- a/src/add-ons/accelerants/nvidia/engine/nv_brooktreetv.c +++ b/src/add-ons/accelerants/nvidia/engine/nv_brooktreetv.c @@ -1044,10 +1044,12 @@ static uint8 BT_setup_hphase(uint8 mode) switch (mode) { - case NTSC640_TST: + case NTSC640_TST: case NTSC640: if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more... - buffer[3] = (0x25 + hoffset); //set horizontal sync offset + //fixme: checkout ws-tv and CX (subtracted 0x07).. + /* confirmed on TNT1 with BT869 using 4:3 TV */ + buffer[3] = (0x1e + hoffset); //set horizontal sync offset break; case NTSC800: if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...