On Tue, 2010-08-24 at 09:50 +0100, Chris Wilson wrote: > On Tue, 24 Aug 2010 10:35:12 +0200, Ivan Bulatovic wrote: > > Above patches didn't help when applied to 2.6.36-rc2. > > Would be useful to double check reverting the bad commit helps. > > > I'm going to compare dmesg between 2.6.35.3 and 2.6.36-rc2 with > > drm.debug=0x6. Thanks, > > Aye that would be a useful check. > > -- > Chris Wilson, Intel Open Source Technology Centre > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ Here are both dmesg outputs with drm.debug=0x6 in the attachements cat dmesg.drm.35 | grep TV [ 1.006007] [drm:intel_tv_detect_type], No TV connection detected [ 26.391167] [drm:intel_tv_detect_type], No TV connection detected [ 26.539169] [drm:intel_tv_detect_type], No TV connection detected [ 26.805170] [drm:intel_tv_detect_type], No TV connection detected [ 26.953169] [drm:intel_tv_detect_type], No TV connection detected [ 31.935291] [drm:intel_tv_detect_type], No TV connection detected [ 32.083153] [drm:intel_tv_detect_type], No TV connection detected [ 32.352162] [drm:intel_tv_detect_type], No TV connection detected [ 32.500166] [drm:intel_tv_detect_type], No TV connection detected [ 32.819162] [drm:intel_tv_detect_type], No TV connection detected [ 32.967161] [drm:intel_tv_detect_type], No TV connection detected [ 42.666163] [drm:intel_tv_detect_type], No TV connection detected [ 42.814164] [drm:intel_tv_detect_type], No TV connection detected [ 43.083165] [drm:intel_tv_detect_type], No TV connection detected [ 43.231164] [drm:intel_tv_detect_type], No TV connection detected [ 43.500165] [drm:intel_tv_detect_type], No TV connection detected [ 43.648165] [drm:intel_tv_detect_type], No TV connection detected [ 47.134054] [drm:intel_tv_detect_type], No TV connection detected [ 47.281076] [drm:intel_tv_detect_type], No TV connection detected cat dmesg.drm.36 | grep TV [ 1.487022] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 1.691016] [drm:intel_tv_detect_type], No TV connection detected [ 25.939358] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 26.143015] [drm:intel_tv_detect_type], No TV connection detected [ 26.264155] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 26.269980] [drm:intel_tv_detect_type], Detected S-Video TV connection [ 26.406164] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 26.419933] [drm:intel_tv_detect_type], Detected Composite TV connection [ 26.657428] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 26.670054] [drm:intel_tv_detect_type], Detected S-Video TV connection [ 27.171031] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:54:1024x768] [ 32.772020] [drm:intel_tv_detect_type], No TV connection detected [ 32.874039] [drm:intel_tv_detect_type], No TV connection detected [ 33.090015] [drm:intel_tv_detect_type], No TV connection detected [ 33.192015] [drm:intel_tv_detect_type], No TV connection detected [ 33.473017] [drm:intel_tv_detect_type], No TV connection detected [ 33.575016] [drm:intel_tv_detect_type], No TV connection detected [ 42.800550] [drm:intel_tv_detect_type], Detected Component TV connection [ 42.916789] [drm:intel_tv_detect_type], Detected Component TV connection [ 43.034997] [drm:intel_tv_detect_type], Detected Component TV connection [ 46.486754] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 46.690019] [drm:intel_tv_detect_type], No TV connection detected [ 46.821272] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 46.833086] [drm:intel_tv_detect_type], Detected S-Video TV connection [ 46.964281] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:0:NTSC 480i] [ 46.967099] [drm:intel_tv_detect_type], Detected Composite TV connection [ 47.132794] [drm:drm_crtc_helper_set_mode], [ENCODER:15:TV-15] set [MODE:57:] I'll try to revert 9d0498a2bf7455159b317f19531a3e5db2ecc9c4 and see if that helps. Thanks for the confirmation Pekka. I've managed to change the resolution but gdm always starts with 1024x768 and upon login it gets 1280x1024, and sometimes the mouse pointer go out of bounds to the right edge of the screen but when I maximize windows it sticks to 1280x1024. When I start gnome-display-properties that invisible right portion of the screen dissapears.