https://bugzilla.novell.com/show_bug.cgi?id=649461 https://bugzilla.novell.com/show_bug.cgi?id=649461#c7 --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2010-10-27 13:11:17 UTC --- xf86-video-unichrome/src/via_dri.c: [...] Bool VIADRIScreenInit(ScrnInfoPtr pScrn, ScreenPtr pScreen) { [...] switch (pVia->Chipset) { case VT3122: case VT7205: case VT3108: break; default: xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s: %s is not supported.\n", __func__, pScrn->chipset); return FALSE; } [...] VT3344 is not among these. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.