http://bugs.freedesktop.org/show_bug.cgi?id=11384
------- Comment #5 from [EMAIL PROTECTED] 2007-07-02 21:55 PST ------- Ok. I tried the latest mesa+drm+xserver, and things are light years better. Many of the apps that failed before, now work. (most of the rss-glx-0.8.1.p-6.fc6 screensavers work, neverball works, neverputt works, nexuiz works) However, there are still some failures (I'll attach pictures): mesa/progs/samples/wave: (The checkerboard pattern doesn't show up.) However, if you press 'l' (to disable lighting), the checkerboard pattern shows up. ... case 'l': lighting = !lighting; if (lighting) { glEnable(GL_LIGHTING); glEnable(GL_LIGHT0); if (rgb) { glEnable(GL_COLOR_MATERIAL); } } else { glDisable(GL_LIGHTING); glDisable(GL_LIGHT0); if (rgb) { glDisable(GL_COLOR_MATERIAL); } } ... Upon startup, 'lighting' is true, and 'rgb' is true. mesa/progs/samples/fog: The end of the cone is red with fglrx, but not with mesa. glMaterialfv(GL_BACK, GL_DIFFUSE, back_mat_diffuse); mesa/progs/samples/fogcoord: This appears as a brown square. (It also has some complaints about not supporting 'GL_EXT_fog_coord') >From rss-glx-0.8.1.p-6.fc6: /usr/bin/busyspheres A single sphere is visible in the lower left handcorner. (no cool pattern..) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel