--- xserver-xorg-video-intel-1.9.93/src/i965_video.c 2007-03-24 12:37:40.000000000 -0400 +++ xserver-xorg-video-intel-1.9.93.mine/src/i965_video.c 2007-03-27 21:11:09.000000000 -0400 @@ -414,8 +414,8 @@ src_surf_state->ss0.render_cache_read_mode = 0; src_surf_state->ss1.base_addr = pPriv->YBuf0offset; - src_surf_state->ss2.width = width - 1; - src_surf_state->ss2.height = height - 1; + src_surf_state->ss2.width = src_w - 1; + src_surf_state->ss2.height = src_h - 1; src_surf_state->ss2.mip_count = 0; src_surf_state->ss2.render_target_rotation = 0; src_surf_state->ss3.pitch = video_pitch - 1;