Activity log for bug #250944

Date Who What changed Old value New value Message
2008-07-22 20:36:38 Jarkko Lietolahti bug added bug
2008-07-22 21:53:39 Jarkko Lietolahti description I'm using the debs fglrx-amdcccle_8.512-0ubuntu1_amd64.deb fglrx-kernel-source_8.512-0ubuntu1_amd64.deb fglrx-modaliases_8.512-0ubuntu1_amd64.deb xorg-driver-fglrx_8.512-0ubuntu1_amd64.deb xorg-driver-fglrx-dev_8.512-0ubuntu1_amd64.deb in Hardy to setup fglrx 8.6 and 8.7. After I started to use these debs all 32bit 3D apps (googleearth, ETQW) stopped working. After looking around I noticed that LIBGL_DRIVERS_PATH is missing the 32bit dri path. This is how the installed /etc/X11/Xsession.d/10fglrx looks like LIBGL_DRIVERS_PATH=/usr/lib/dri if [ `uname -m` = 'x86_64' ]; then if [ -d /#DRIDIR32#/dri ]; then LIBGL_DRIVERS_PATH=${LIBGL_DRIVERS_PATH}:/#DRIDIR32#/dri LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib32 export LD_LIBRARY_PATH fi fi export LIBGL_DRIVERS_PATH If I manually do export LIBGL_DRIVERS_PATH=/usr/lib/dri:/usr/lib32/dri/ those 32bit 3D/OpenGL apps start working again. I'm using the debs fglrx-amdcccle_8.512-0ubuntu1_amd64.deb fglrx-kernel-source_8.512-0ubuntu1_amd64.deb fglrx-modaliases_8.512-0ubuntu1_amd64.deb xorg-driver-fglrx_8.512-0ubuntu1_amd64.deb xorg-driver-fglrx-dev_8.512-0ubuntu1_amd64.deb in Hardy to setup fglrx 8.6 and 8.7. After I started to use these debs all 32bit 3D apps (googleearth, ETQW) stopped working. After looking around I noticed that LIBGL_DRIVERS_PATH is missing the 32bit dri path. This is how the installed /etc/X11/Xsession.d/10fglrx looks like LIBGL_DRIVERS_PATH=/usr/lib/dri if [ `uname -m` = 'x86_64' ]; then if [ -d /#DRIDIR32#/dri ]; then LIBGL_DRIVERS_PATH=${LIBGL_DRIVERS_PATH}:/#DRIDIR32#/dri LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib32 export LD_LIBRARY_PATH fi fi export LIBGL_DRIVERS_PATH If I manually do export LIBGL_DRIVERS_PATH=/usr/lib/dri:/usr/lib32/dri/ those 32bit 3D/OpenGL apps start working again. http://www.phoronix.com/forums/showthread.php?t=11572
2008-07-24 04:21:36 Mario Limonciello fglrx-installer: status New Confirmed
2008-07-24 05:11:54 Mario Limonciello fglrx-installer: status Confirmed Fix Committed
2008-07-24 05:12:04 Mario Limonciello fglrx-installer: assignee superm1
2008-08-20 17:40:07 Launchpad Janitor fglrx-installer: status Fix Committed Fix Released
2009-08-05 14:54:16 Launchpad Janitor branch linked lp:ubuntu/karmic/fglrx-installer