Nasty bugs, out of my skills.
What if to check glxgears
again?

Blender won't open
(35 posts) (5 voices)-
Posted 9 years ago #
-
glxgears says :
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
glxgears: ../../../src/mesa/swrast/s_renderbuffer.c:584: map_attachment: Assertion `srb->Map' failed.
AbortedPosted 9 years ago # -
Maybe these commands will give more insight:
grep Loading /var/log/Xorg.0.log grep -i glx /var/log/Xorg.0.log
First one should find which video driver is used, and second one if GLX capabilities are "on".
Also you can find info about your card with
lspci
Posted 9 years ago # -
grep Loading /var/log/Xorg.0.log :
[ 20.218] (II) Loading /usr/lib/X11/modules/extensions/libextmod.so
[ 20.229] (II) Loading extension MIT-SCREEN-SAVER
[ 20.229] (II) Loading extension XFree86-VidModeExtension
[ 20.229] (II) Loading extension XFree86-DGA
[ 20.229] (II) Loading extension DPMS
[ 20.229] (II) Loading extension XVideo
[ 20.229] (II) Loading extension XVideo-MotionCompensation
[ 20.229] (II) Loading extension X-Resource
[ 20.229] (II) Loading /usr/lib/X11/modules/extensions/libdbe.so
[ 20.230] (II) Loading extension DOUBLE-BUFFER
[ 20.230] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
[ 20.272] (II) Loading extension GLX
[ 20.272] (II) Loading /usr/lib/X11/modules/extensions/librecord.so
[ 20.279] (II) Loading extension RECORD
[ 20.279] (II) Loading /usr/lib/X11/modules/extensions/libdri.so
[ 20.289] (II) Loading extension XFree86-DRI
[ 20.290] (II) Loading /usr/lib/X11/modules/extensions/libdri2.so
[ 20.290] (II) Loading extension DRI2
[ 20.311] (II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
[ 20.435] (II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
[ 20.440] (II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
[ 20.464] (II) Loading sub module "fbdevhw"
[ 20.464] (II) Loading /usr/lib/X11/modules/libfbdevhw.so
[ 20.693] (II) Loading sub module "fb"
[ 20.693] (II) Loading /usr/lib/X11/modules/libfb.so
[ 20.719] (II) Loading sub module "dri2"
[ 20.719] (II) Loading /usr/lib/X11/modules/extensions/libdri2.so
[ 21.304] (II) Loading /usr/lib/X11/modules/input/evdev_drv.sogrep -i glx /var/log/Xorg.0.log :
[ 20.230] (II) LoadModule: "glx"
[ 20.230] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
[ 20.270] (II) Module glx: vendor="X.Org Foundation"
[ 20.270] (==) AIGLX enabled
[ 20.272] (II) Loading extension GLX
[ 20.989] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 20.989] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 20.989] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 20.989] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 20.990] (II) AIGLX: Loaded and initialized i915
[ 20.990] (II) GLX: Initialized DRI2 GL provider for screen 0lspci :
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:04.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY (rev 31)Posted 9 years ago # -
I see no notable difference with mine... Let's look which module is used, and its version:
lspci -k |head -6 tazpkg -s linux -i |grep ^linux
Posted 9 years ago # -
lspci -k |head -6 :
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
Subsystem: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
Subsystem: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
Kernel driver in use: i915tazpkg -s linux -i |grep ^linux :
linux 3.2.71 base-system
linux-agp 3.2.71 base-system
linux-crypto 3.2.71 base-system
linux-drm 3.2.71 base-system
linux-firmware 3.2.71 non-free
linux-media 3.2.53 base-system
linux-sound 3.2.71 base-system
linux-wireless 3.2.71 base-systemPosted 9 years ago # -
linux-media 3.2.53 base-system ???
Posted 9 years ago # -
linux-media 3.2.53
A priori it's not the source of the problem (these are modules for capture device), but it shows the system is not up-to-date.
Linux_Forever, please run as root:
tazpkg recharge && tazpkg up
or update all your packages with tazpanel: http://127.0.0.1:82/user/pkgs.cgi?upPosted 9 years ago # -
Hi there,
I promised to run Blender using SliTaz Live CD :)
OK, I do it now.I used latest SliTaz Rolling Core ISO dated 15-11-08.
All the packages installed was updated.
I run (as root) in the terminal "tazx" and installed video drivers "auto" (and "intel" correctly installed).
In the terminal:tazpkg -gi blender
And... 1GB RAM is enough for Blender in the Live session. Even 259 MB is free.
I have application icon iin the Application menu > Graphics. But I runblender
in the terminal to see any errors:
And the screenshot (click to enlarge):
I have no 3D model to open, so execuse me. I only clicked Blender menu and seems it works :)Posted 9 years ago # -
@llev
"Linux_Forever, please run as root:
tazpkg recharge && tazpkg up
or update all your packages with tazpanel: http://127.0.0.1:82/user/pkgs.cgi?up"I did that yesterday actually.
------------------------------------------x------------------------------------------------------------
Also I just ran blender in the terminal and suddenly it opened out of nowhere!And I don't even know how it didn't work before but it works now.Posted 9 years ago # -
WOW......now all of a sudden it's not working and show this when I open it from the terminal :
Color management: using fallback mode for management
AL lib: (EE) ALCplaybackOSS_open: Could not open /dev/dsp: No such file or directory
Not enough texture slots.Not enough texture slots.Not enough texture slots.addon not found: 'cycles'
blender-bin: ../../../src/mesa/swrast/s_renderbuffer.c:584: map_attachment: Assertion `srb->Map' failed.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted 9 years ago # -
Hi,
Your linux-media package is not up-to-date, so the upgrade was not complete. Do run the commands today.
Lack of memory? Open another terminal, run
vmstat 1
, launch blender and look at the "free" column in the other terminal: does it drop to 0?Posted 9 years ago # -
Well here's the thing....now it's suddenly working again!!!!!Also I forgot to mention my Linux media package is not up-to-date because after the upgrade I tried to run my webcam and it didn't work so I switched back to the old package but I'll run the commands anyway.When I run vmstat 1 it says : /bin/sh: vmstat: not found.Also I doubt it's a lack of memory because I have 1GB RAM and 500GB Hard Drive with nothing else installed on it.
Posted 9 years ago # -
vmstat is in package procps.
The size of your hard disk doesn't help. At most you can use it for swap, but the swap size is fixed (so e.g. making room on your HD doesn't add swap space automatically). You can see total useable swap space with command
free
(line "Swap:", column "total").1 GB of RAM is not /that/ large, especially for memory-consuming software like those working on pictures or videos.
Maybe your bug is related to /video memory/, but I know nothing about how this works.
Posted 9 years ago # -
vmstat :
Unknown HZ value! (90) Assume 100.
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 0 0 328476 76068 346416 0 0 687 154 365 489 23 4 64 9Posted 9 years ago #
Reply »
You must log in to post.