Tiny Core Base > Alpha Releases
Tiny Core 5.0 Alpha 3 Testing
bmarkus:
You are right, I found it already it was not installed. Now system runs fine, but with the same mouse issue.
bmarkus:
Installed synaptics extension. Now it is perfect!
Juanito:
xdemos uploaded to test Xorg-7.7 - with Xorg-7.7-3d and xf86-video-intel.tcz:
--- Code: ---$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.362 FPS
301 frames in 5.0 seconds = 60.022 FPS
--- End code ---
--- Code: ---$ glxinfo | egrep "(OpenGL vendor|OpenGL renderer|OpenGL version)"
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE2
OpenGL version string: 3.0 Mesa 9.1.4
--- End code ---
Juanito:
..and with the intel 3d driver removed, it will use a software rasterizer for direct rendering - the new, LLVM-accelerated, LLVMPipe:
--- Code: ---$ glxgears
libGL error: failed to load driver: i965
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
25 frames in 5.1 seconds = 4.937 FPS
30 frames in 5.0 seconds = 5.965 FPS
--- End code ---
--- Code: ---$ glxinfo | egrep "(OpenGL vendor|OpenGL renderer|OpenGL version)"
libGL error: failed to load driver: i965
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 256 bits)
OpenGL version string: 2.1 Mesa 9.1.4
--- End code ---
..so not as fast as hardware acceleration then...
coreplayer2:
--- Quote from: Juanito on July 06, 2013, 05:35:34 AM ---nope:
--- Code: ---$ screenshot.sh
/bin/sh: imlib2_grab: not found
--- End code ---
imlib2-bin needs loading
--- End quote ---
8) thanks
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version