Have you tried to upgrade your video card driver ?
YC
* Mesa 7.2
* xserver-xorg 7.4
* xorg-video-intel 2.4.1
Software Rendering works really bad. It takes 15sec to show a simple
plot and scilab crashes after resizing the window.
Is a better Linux suppord planed? Is there any working software
rendering mode planed, which is fast as scilab 4.1.2?
Holger
I have the latest updates from Redhat.
Scilab does not complain!
Maybe you should go to the website of ati (http://ati.amd.com) or
nvidia (http://www.nvidia.com) to get the latest driver for your
graphic card.
I used to have some problems with scilab and graphics and once I
installed the latest driver from the vendor card, most of the problems
disappear.
YC
Scilab-5.x graphics is bad, very bad. Or perhaps is good, very good,
but you need a Nvidia graphics card!
It seems that jogl has been developped by a company related to
Nvidia...
It is now about 8 month that I search to launch a plot in the new
Scilab-5 environment, without success! I have a Debian Lenny system on
a laptop with Intel card...
Roberto
Yes, you are right, but the original author doesn't give precisions
about his graphic card.
The rule is: if it's an intel graphic chip, there is currently no good
solution. See the wiki page here for some advices and some
explanations of the problem related to graphic cards:
http://wiki.scilab.org/Graphical_issues_with_Scilab_5.0
YC
YC
Thanks for this info!
Is there a roadmap for realizing the future way with framebuffer, to
get off the pbuffer-knockout-system?
Ulrich Althöfer
I use Kubuntu 8.10 with Mesa 7.2 and xserver-xorg 7.4 and i have a
intel video card x3100.
my changed xorg.conf:
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "DRI"
Mode 0666
EndSection