Alec Liu wrote: > Please Help, thank you very much!! > Code: > > $ export LIBGL_DEBUG=verbose > > $ glxinfo > name of display: :0.0 > libGL: XF86DRIGetClientDriverName: 5.2.0 radeon (screen 0) > libGL: OpenDriver: trying /usr/lib/dri/tls/radeon_dri.so > libGL: OpenDriver: trying /usr/lib/dri/radeon_dri.so > libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 1) > libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so > libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 4, (OK) > drmOpenByBusid: Searching for BusID pci:0000:04:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 4, (OK) > drmOpenByBusid: drmOpenMinor returns 4 > drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > drmOpenDevice: node name is /dev/dri/card1 > drmOpenDevice: open result is 4, (OK) > drmOpenByBusid: drmOpenMinor returns 4 > drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 > libGL warning: 3D driver claims to not support visual 0x93 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 5, (OK) > drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 5, (OK) > drmOpenByBusid: drmOpenMinor returns 5 > drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > glxinfo: ../common/xmlconfig.c:110: findOption: Assertion `i < size' failed. > Aborted > > Code: > > $ oowriter > libGL: XF86DRIGetClientDriverName: 5.2.0 radeon (screen 0) > libGL: OpenDriver: trying /usr/lib/dri/tls/radeon_dri.so > libGL: OpenDriver: trying /usr/lib/dri/radeon_dri.so > libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 1) > libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so > libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 9, (OK) > drmOpenByBusid: Searching for BusID pci:0000:04:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 9, (OK) > drmOpenByBusid: drmOpenMinor returns 9 > drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > drmOpenDevice: node name is /dev/dri/card1 > drmOpenDevice: open result is 9, (OK) > drmOpenByBusid: drmOpenMinor returns 9 > drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 > libGL warning: 3D driver claims to not support visual 0x93 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: drmOpenMinor returns 10 > drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > soffice.bin: ../common/xmlconfig.c:110: findOption: Assertion `i < size' > failed. > /usr/lib/openoffice/program/soffice: line 236: 21963 Aborted > "$sd_prog/$sd_binary" "$@" > >
This is likely due to badly compiled library or picking the wrong one. Did you compile yourself anythings ? If you are using only distrib package then ask your distribution to fix this. Cheers, Jerome Glisse ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
