JFreeChart Dual Axis Problem

Hi:
I've developed a Dual Axis Chart (bar and line char) using the JFreeChart library.
However, when the chart is displayed in the screen the line chart appears always behind the bar chart. How can I solve this? I would like that the bar chart appears behind the line chart.
Here you can find a little bit of code:
           final DefaultCategoryDataset dataset = new DefaultCategoryDataset();
           final DefaultCategoryDataset dataset2 = new DefaultCategoryDataset();
// Here I add values to the datasets
            JFreeChart chart;
            if(tres.isSelected()) chart = ChartFactory.createBarChart3D("EVOLUCI� DE LA PRODUCCI� DE RESIDUS MUNICIPALS ("+c+") "+dd1+" --> "+dd2+". QUANTITATS EXPRESADES EN KG. / HAB. * DIA", "MES", "KG. / HAB. * DIA", dataset, PlotOrientation.VERTICAL, true, true, false);
            else chart = ChartFactory.createBarChart("EVOLUCI� DE LA PRODUCCI� DE RESIDUS MUNICIPALS ("+c+") "+dd1+" --> "+dd2+". QUANTITATS EXPRESADES EN KG. / HAB. * DIA", "MES", "KG. / HAB. * DIA", dataset, PlotOrientation.VERTICAL, true, true, false);
            chart.setBackgroundPaint(new Color(204, 204, 255));
            final CategoryPlot plot = chart.getCategoryPlot();
            plot.setBackgroundPaint(Color.white);
            plot.setDomainAxisLocation(AxisLocation.BOTTOM_OR_LEFT);
            plot.setRangeAxisLocation(AxisLocation.TOP_OR_LEFT);
            final CategoryItemRenderer renderer1 = plot.getRenderer();
            renderer1.setSeriesPaint(0, Color.RED);
            final ValueAxis axis2 = new NumberAxis3D("POBLACI�");
            plot.setRangeAxis(1, axis2);
            plot.setDataset(1, dataset2);
            plot.mapDatasetToRangeAxis(1, 1);
            final CategoryItemRenderer renderer2 = new LineAndShapeRenderer();
            renderer2.setSeriesPaint(0, Color.blue);
            plot.setRenderer(1, renderer2);
            plot.setDatasetRenderingOrder(DatasetRenderingOrder.REVERSE);
            plot.setNoDataMessage("NO HI HA DADES");
            ChartFrame frame = new ChartFrame("COMPOSICI� DELS RESIDUS MUNICIPALS", chart);
            frame.setIconImage(new ImageIcon(getClass().getResource("/rsu/Imatges/reciclatge.gif")).getImage());
            frame.pack();
            Dimension dPan = Toolkit.getDefaultToolkit().getScreenSize();
            Dimension dFin = frame.getSize();
            Double x = new Double((dPan.getWidth()-dFin.getWidth())/2);
            Double y = new Double((dPan.height - dFin.height)/2);
            frame.setLocation(x.intValue(), y.intValue());
            frame.setVisible(true);Lots of thanks for your help.

Hi, I'm new using Java and JFreeChart and I'm facing a problem. I need to draw a XY chart with 2 series and assign each one a choosen color, but I can only have them in the same color! I don't know what I'm doing wrong. Can anybody help me whit this?
Thanks in advance,
Freddy
P.D: This is the code for what I'm trying to do (excuse my english)
final TickUnits units = new TickUnits();
               units.add(new NumberTickUnit(337.5, new CompassFormat()));
               units.add(new NumberTickUnit(315.0, new CompassFormat()));
               units.add(new NumberTickUnit(292.5, new CompassFormat()));
               units.add(new NumberTickUnit(270.0, new CompassFormat()));
               units.add(new NumberTickUnit(247.5, new CompassFormat()));
               units.add(new NumberTickUnit(225.0, new CompassFormat()));
               units.add(new NumberTickUnit(202.5, new CompassFormat()));
               units.add(new NumberTickUnit(180.0, new CompassFormat()));
               units.add(new NumberTickUnit(157.5, new CompassFormat()));
               units.add(new NumberTickUnit(135.0, new CompassFormat()));
               units.add(new NumberTickUnit(112.5, new CompassFormat()));
               units.add(new NumberTickUnit(90.0, new CompassFormat()));
               units.add(new NumberTickUnit(67.5, new CompassFormat()));
               units.add(new NumberTickUnit(45.0, new CompassFormat()));
               units.add(new NumberTickUnit(22.5, new CompassFormat()));
               XYDataset dataset7 = createhourDataset(24,50,"Velocidad");
               JFreeChart chart8 = ChartFactory.createTimeSeriesChart("Diaria", "Hora", "mps", dataset7, true, true, false);
               XYPlot plot2wd1 = chart8.getXYPlot();
               final XYItemRenderer r1 = plot2wd1.getRenderer();
               r1.setSeriesPaint(0, Color.RED);
               ValueAxis axis2wd1 = new NumberAxis("");
               axis2wd1.setRange(0.0, 360.0);
               plot2wd1.setRangeAxis(1, axis2wd1);
               axis2wd1.setStandardTickUnits(units);
               axis2wd1.setAxisLinePaint(Color.blue);
               axis2wd1.setTickLabelPaint(Color.blue);
               axis2wd1.setTickMarkPaint(Color.blue);
               plot2wd1.setDataset(1, createhourDataset(24,50,"Direcci�n"));
               final XYItemRenderer r2 = plot2wd1.getRenderer();
               r2.setSeriesPaint(0, Color.blue);
               plot2wd1.setRenderer(1, r2);
               ChartPanel panel_D1 = new ChartPanel(chart8);

Similar Messages

  • Anyway to implement a dual axis graph in xcelsius?

    anyone know how to implement a dual axis graph in xcelsius?
    i tried faking a dual axis graph by super imposing 2 graphs, one with the axis labels and the other one without, but the legends would never line up especially if i placed the legend at the bottom of the chart.
    any ideas?
    -shawn

    i am not able to get exactly the problem where  you are getting that, if you get it in line chart or any other charts we can fake any chart on the basis of scenario by giving display status key and another options also there for this.
    i hope you get some idea, if u not able to understand pls mail me with your exact scenarion i will send the complete solution to you.
    Thank you,
    Santhosh.

  • Bar chart with dual axis plotting incorrectly

    Hi,
    I have created a BAR_VERT_CLUST2Y, which has 4 series of data.
    The problem I am experiencing is that when the data is charted, it appears that only the first series of data charts correctly (i.e. from the left axis). The second series of data charts from the right axis and the remaining series all chart on the left axis. I would have thought that the first and second series use the left axis and the third and fourth use the right?
    I would be grateful if anyone had any suggestions how this can be resolved or if they have come across something similar and found a way around it, it would be much appreciated?
    Many thanks.
    P.

    Xcelsius does not currently support dual axis. However, the workaround to this is to layer two charts on top of each other. You would then need to add line components and labels to complete the effect.

  • Another dual display problem - GeForce FX 5200

    I've seen lots of questions about dual display problem, situation when trying to connect two non-apple vga displays to your graphic card.
    I have GeForce FX 5200 graphic card, with 2 display output's. And two DELL 17" vga LCD displays.
    I manage to connect 1 display regulary with dvi to vga converter, but for other display I tried several difrent converters ADC to DVI to VGA, and it just did NOT work.
    G5 could see other display in display settings, in arrange option I coud see two identical displays, but I don't get anu picture (desktop) on other display???
    Is it problem with output's on my graphic card (Gforce FX 5200), could it be soloved with some ADC to VGA converter?
    P.S. Dr. Bott ADC VGA Extractor is not compatible with GeForce FX 5200????
    G5 dual 2.1Ghz   Mac OS X (10.3.4)  

    I've seen lots of questions about dual display
    problem, situation when trying to connect two
    non-apple vga displays to your graphic card.
    I have GeForce FX 5200 graphic card, with 2 display
    output's. And two DELL 17" vga LCD displays.
    I manage to connect 1 display regulary with dvi to
    vga converter, but for other display I tried several
    difrent converters ADC to DVI to VGA, and it just did
    NOT work.
    This won't work if the ADC to DVI adapter is not passing through the analog signals needed for VGA.
    G5 could see other display in display settings, in
    arrange option I coud see two identical displays, but
    I don't get anu picture (desktop) on other
    display???
    Is it problem with output's on my graphic card
    (Gforce FX 5200), could it be soloved with some ADC
    to VGA converter?
    Yes.
    P.S. Dr. Bott ADC VGA Extractor is not compatible
    with GeForce FX 5200????
    It should work. On Dr. Botts web-site it says:
    "VGA Extractor is compatible with any video card with an ADC port in a PowerMac G5"

  • Xcelcius 2008 - Dual Axis Graph Mouse Over Display

    I am working on a dual-axis graph where one value is a percentage and another is numeric. I am having an issue where I cannot format the hovers into multiple formats (i.e. one as numeric, the other as a percentage). In the graph properties I only see one property to modify Mouse-Over Values, but I need to modify it for each axis.
    Thanks ahead of time.

    Hi Diney,
    I Have to show all the projects per client requirement, I want to remove the legends(which I already did), and instead show the project name only when the mouse is rolled over in the graph. Is it possible?
    Thanks for your time and help.

  • Changing scale on Dual Axis on Illustrator Graph

    Looking for some assistance on changing the scale when you have a dual axis, but only on one side. I can select the entire graph and change the left and right axis. However even when I select only one line (via the legend) I cannot just change one side. Appreciate any assistance....thanks

    Hi Kalyan
    I have seen this happening on a PowerPivot workbook in which the selected option had no value, which triggered the chart to lose its configuration.  This is a bug, though I would argue is a bug in the Pivot Charts and not in PowerPivot itself.
    The solution I used was to remove the slicer option that yields no value (in your case it would be NA), so the user can only select valid combinations that retrieve a numeric output.
    Javier Guillen
    http://javierguillen.wordpress.com/

  • Change color of measures - Column Combination Dual Axis

    Hi,
    I have a couple of graphs of the type Column Combination Dual Axis.
    I want to change the colors for these measures but that does not seem to be possible when using this type of chart?
    I can only change the color of the Axis?
    First, I thought it was something wrong with my chart so I tried to create a new application with this chart type and got the same result.
    Does anyone know if it should be like this?
    Br
    Max

    Hi Max,
    how many measures do you want to use for the Chart type "Column Combination Dual Axis"?
    Do you have tried to swap the axis in your chart type setting?
    In my case it works as expected and I´m able to change the color of the measures ( = the axis)
    I think it´s important to add the measures in the rows at the initial view of the data source (or you can change it by swap the axis in the chart).
    Hope it helps!
    Best regards,
    Michael

  • M93p dual monitor problems; monitor turns off and cannot be turned on again

    Hi,
    we have multiple M93p tiny computers causing problems in dual monitor setup (VGA / Displayport->DVI). Our users (already >5)  keep telling us, they leave their workplace, return, then DVI attached monitor if off and they do not find a way to turn it on. This is true; the only workaround that has been found by our users is to bring Win7/32bit into standby mode and awaking it again.
    Needless to say, we turned all windows energy saving options off (computer standby/hibernate, monitor turn off). Still the problem appears.
    Maybe there is something wrong with DVI power/DVI signal?
    - Monitor independent, as far as I can see
    - Independent from Windows energy saving modes
    - BIOS updates did not help
    [todo]: Try Intel/(AMD?) drivers, let users test.
    I haven't seen exactly when the monitor turns off because it is reported by users. I had a testing machine, but was not able to reproduce.
    http://forums.lenovo.com/t5/A-M-and-Edge-Series-Th​inkCentre/Dual-monitors-problem-VGA-and-Displaypor​... is related.
    Anyone?
    Thx

    Make a "Genius" appointment at an Apple Store to have the machine tested.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • Dual axi-stream synchronization problem

    Hi, 
      I have design which have 2 axi-stream slave and 1 axi-stream master. 2 Slave interface must have synchronization. I mean  first data of the one interface is processed with first data of the other interface. One of the interface connected to the ip_num_1 and other is connected to axi vdma. As I read from axi vdma datasheet. I can adjust data start and line end from AXI VDMA driver. I can also adjust it for my ip_num_1 design. But there is a risk for synchronization. If one of the IP does not send valid and other one sends. Synchronization is broken. What should I do? It is not recommended that ready generation from valid. It true. Because axi-stream IPs are increased output data index at every ready pulse. So What should I do to block the synchronization loss? could I trust that data read from AXI-VDMA (DDR3) does not stop in the middle of the frame transfer? 
    Best Regards
    Volkan 
     

    Hello Volkan,
    I'd recommend that you study (maybe via simulation) how the OSD core handles multiple external streams and synchronizes them. Essentially, it keeps track of both interfaces and if one throttles (i.e. deasserts tvalid for a bit), then it deasserts tready on the other stream accordingly. Then you can use the tuser/tlast framing signals as well.

  • JFreeChart SplineRenderer code problem

    I tried to write simple JFreeChart SplineRenderer code, but it don't work. Can sameone tell whats wrong with it? Netbeans say that error is in XYPlot plot = new XYPlot(dataset, xax, yax, spline); line. I'm newbie in java programming...
    package kubas;
    import org.jfree.chart.*;
    import org.jfree.chart.axis.*;
    import org.jfree.chart.plot.*;
    import org.jfree.chart.renderer.xy.XYSplineRenderer;
    import org.jfree.data.xy.*;
    import org.jfree.ui.ApplicationFrame;
    public class spausdink {
    public static void main(String[] args) {
    XYSeries series = new XYSeries("XY grafikas");
    series.add(1, 2);
    series.add(2, 4);
    series.add(3, 8);
    series.add(4, 16);
    series.add(5, 32);
    series.add(6, 64);
    series.add(7, 128);
    series.add(8, 256);
    series.add(9, 512);
    series.add(10, 1024);
    XYSeriesCollection dataset = new XYSeriesCollection();
    dataset.addSeries(series);
    ApplicationFrame frame = new ApplicationFrame("Mano grafikas");
    XYSplineRenderer spline = new XYSplineRenderer();
    NumberAxis xax = new NumberAxis("x");
    NumberAxis yax = new NumberAxis("y");
    XYPlot plot = new XYPlot(dataset, xax, yax, spline);
    JFreeChart chart = new JFreeChart(plot);
    ChartPanel chartPanel = new ChartPanel(chart);
    frame.setContentPane(chartPanel);
    frame.pack();
    frame.setVisible(true);
    Edited by: 987101 on 2013.2.8 17.48
    Edited by: 987101 on 2013.2.8 17.53

    I have another problem. I want to make graphs without points, but only higher graph is without points, what I should change in code to hide points in both graphs?
    import java.awt.Color;
    import org.jfree.chart.*;
    import org.jfree.chart.axis.*;
    import org.jfree.chart.plot.*;
    import org.jfree.chart.renderer.xy.XYSplineRenderer;
    import org.jfree.data.xy.*;
    import org.jfree.ui.ApplicationFrame;
    public class code {
    public static void main(String[] args) {
    XYSeries series1 = new XYSeries("XY graph first");
    series1.add (0, 0);
    series1.add (1, 20);
    series1.add (2, 70);
    series1.add (3, 140);
    series1.add (4, 210);
    series1.add (5, 280);
    series1.add (6, 360);
    series1.add (7, 600);
    series1.add (8, 800);
    series1.add (9, 1000);
    series1.add (10, 1200);
    XYSeries series2 = new XYSeries("XY graph second");
    series2.add(0, 0);
    series2.add(1, 2);
    series2.add(2, 4);
    series2.add(3, 8);
    series2.add(4, 16);
    series2.add(5, 32);
    series2.add(6, 64);
    series2.add(7, 128);
    series2.add(8, 256);
    series2.add(9, 512);
    series2.add(10, 1024);
    XYSeriesCollection dataset = new XYSeriesCollection();
    dataset.addSeries(series1);
    dataset.addSeries(series2);
    ApplicationFrame frame = new ApplicationFrame("Graph");
    NumberAxis xax = new NumberAxis("X axis");
    NumberAxis yax = new NumberAxis("Y axis");
    XYSplineRenderer spline = new XYSplineRenderer();
    spline.setPrecision(10);
    XYPlot xyplot = new XYPlot(dataset, xax, yax, spline);
    //Design
    spline.setSeriesShapesVisible(0, false);
    xyplot.setBackgroundPaint( Color.pink );
    xyplot.setDomainGridlinePaint( Color.WHITE );
    xyplot.setRangeGridlinePaint( Color.WHITE );
    JFreeChart chart = new JFreeChart(xyplot);
    ChartPanel chartPanel = new ChartPanel(chart);
    frame.setContentPane(chartPanel);
    frame.pack();
    frame.setVisible(true);
    Edited by: 987101 on 2013.2.14 17.05

  • K9N PLATINUM - DUAL MEMORY PROBLEM

    Hello I have this pc:
    K9N Platinum  (Bios Revision 1.0)
    2*1GB Kingston 667mhz
    AMD AM2 4200
    When the 2 modules of ram are together in dimm0 @ dimm1 (not dual channel) I do not have any problem with my pc.
    When the 2 modules of ram are together in dimm0 @ dimm2 (dual channel) the system crashes even before the windows xp boot or after a few minutes?  (Blue screen of death appears)
    What should I have to do?
    Thanks (sorry for bad english)

    Hello!, i have almost the same problem, when i have my ram in slot 1 and 3 or 2 and 4. The computer act weird. I cant extract large files(4gig), and som other sh.it. The  i tested to run in singel channel mode (slot 1and2) then it all worked fine, i have uppgrade the bios to 1.3 and it still doesent work :( it seeems that not so much peolple are aware of this problem....
    X2 3800+
    K9N Platinum
    2*1Gig geil pc6400

  • MSI BIG BANG TRINERGY dual channel problem!

    Hey forum, I just installed a newly bought msi big bang trinergy. Everything went according to plan except from the point where I installed the 4gb (2x2gb) ram dimms( I have the XMS3, 4gb kit by Corsair).
    Let it be noted that i followed the instruction manual and installed the dimms in the proper slots. Then when the moment of truth came and powered up my pc, it wouldnt boot. It would go into an endless restart cycle without booting. Then i unplugged the dimm3 and started only using dimm1 and everything went well. I also switched the ram dimms (in case one of them was faulty) and placed it in dimm1 and again there was no problem.
    My take on this situation is that there must be some hardware problem concerning DIMM3. I also run a BIOS update in hopes that something might change but no luck.
    ..So what is your take on this?
    Thank you in advance for the advice.
    P.S Since i had a P55 mobo before Big bang i read that format is not necessary so i didnt format the pc. Can that be the cause of the dual channel mal-function?

    Quote from: Jack on 11-May-11, 22:57:43
    Nope.
    There are a couple of explanations for the behaviour:
    1) there is a problem with the modules
    2) the memory slot itself or underlying circuits is/are defective
    3) there is a short circuit problem somewhere inside the case which basically blocks that particular memory slot
    4) the CPU (or its memory controller) is defective
    5) there is some sort of pin-contact problem [bad contacts between the board's socket pins and the contact pads of the processor], caused by bent or broken pins or by too much pressure exerted by the CPU's heatsink
    I would start poking at explanation 3) by testing the board outside the case on a non-conducting surface in barebone configuration and, in case that does not change anything, go for number 5): take off the heatsink and inspect both socket pins and contact pads for any irregularities [use a magnifying glass!]
    I went to a technician to check the mobo where we tried different memory modules and cpu (100% working ) on a bench table.The pins on the mobo were not bent or anything. We checked all the points you mentioned that needed to be checked but still the problem persisted so it was a memory slot problem. Thanks for all the help! Really appreciate it, the replaced mobo works perfectly 

  • Dual channel problems?

    Hi all, I purchased an 8GB set of 10666 GSkill memory for my dv7t-3300 CTO core i7 laptop in December of last year. I first posted in the G.Skill support forums and they recommended I try HP, I will copy over my entire post there as it is detailed as to what I did last week.
    Hi all, I've been having some weird issues that I can't be sure are memory related. It's lengthy but I'm trying to explain what all I did and why it's so confusing.
    Last December I bought an 8GB memory set for my HP dv7t Quad (Core i7 720QM) laptop, the memory model is F3-10666CL9D-8GBSQ. Shortly after installing them I started to get a random BSOD for MEMORY_MANAGEMENT, but it is so rare and usually happens when I am away from the computer. The past month or so I have also been having my web browser random close quite often, sometimes 5 times in an hour (I use Palemoon/Firefox and it is constantly using over 500MB).
    This week was dedicated to memory tests, I ran memtest86+ almost every evening in various configurations. I started with how it had been set up for months and I managed to get some errors in test 5 that were around 2000MB and 3000MB. The next step was to run each stick individually... no errors after 10 hours on each stick. I then put them both back in and ran the test again, no errors again. I then switched the sticks around and ran again, got errors in the same spots. I also tried using the standard memtest86 and the Windows Memory Diagnostic available on the Ultimate Boot CD, neither of which showed any errors at all with both sticks in. I also found MemTest 4.0 from HCI Designs that runs within windows, and it found an error in one of the 3 sessions but did not say where it was.
    I have since put my original sticks into the laptop which were 1 2GB and 1 1GB stick from Samsung. Thus far (less than 12 hours) I have not had a single random browser close and no BSOD. I am wondering if the problem is the sticks themselves or dual channel being used(I assume dual channel only works if both sticks are the same size). I looked in the BIOS and can't find a way to disable dual channel, or any advanced BIOS options at all, and I do have the most recent BIOS from HP.
    Does anyone have any opinions as to what I can try before trying a new set of memory? If it is related to the dual channel I'll just live with it and get mismatched sticks, not going to send it in under warranty for something easily by-passable.
     One of the site admins over there was wodnering if there was any sort of BIOS upgrade planned in the near future. I'm not expecting anything since the last update released by HP was in December of 2010. If there is nothing else that can be done I will just live without dual channel as the memory appears to be working. As I mentioned in the other thread, this is something too small to be without a PC for warranty work.

    Read here https://forum-en.msi.com/index.php?topic=117284.msg883658#msg883658

  • Dual Monitor problem and an idea

    Hey everyone. I use two monitors and when i have iTunes open on the primary one(the laptob monitor) i am able to scroll through my music in iTunes using my mouse wheel. However, when iTunes is opened on the other monitor, scrolling through songs with the mouse wheel doesnt work and i have to do it using the scroll bar. Other applications such as firefox scroll just fine on both monitors. Any ideas??
    Also, I couldnt find anywhere to post suggestions so im just gonna do it here. I think it would be nice to be able to save playlists and then be able to load them if you ever have to reinstall itunes or there is some other issue. I know you can just put the music into categorized folders in windows explorer, but that doesnt allow you to have the same song in more than one playlist unless you copy the music file. I dont think it would be very hard to do, just save to some file that stores the file name and location of each song. then upon importing the playlist, it could scan the saved location for that file and add it to the playlist if its there, and if not it could ask you what other folder it should scan in for that song. I think this would be very beneficial for people that create many large playlists that would take hours to recreate.
    Thanks for your help,
    Adam

    [newsreader autoquote deleted by forum host]
    I assume you have installed the latest drivers for the card? I have that
    card and dual monitors with no problems. By the way, go to the NVIDA
    site and download the drivers, not the Sony site as some do. There was a
    new version of the driver just last month.
    John Passaneau

  • Memory and dual channel problems

    Hi
    Can someone help me?
    1- I have 2x512 MB DDR 400 Twinmos CL 2.5 and amd xp 2600 (fsb 333) and Msi K7n2 delta L. I have tested separatly my sticks, one of them woks great, if i put dram clock at 166 or 200 the sytem is always stable. The other stick is not so great , if i put him at 200, most of times the sytem doesn´t boot and the lights  in the d-bracket display memory problems, when it manages to boot, when i get to windows i´m always getting blue screens with error messages. If i put to 166 it´s more stable, but sometimes hapens the same, but less frequently.
    I have run memtest, but it shows no errors in  both sticks.
    2- When i use both sticks together in dual channel dimm 1 & dimm 3 sometimes windows only displays 512 MB, but if i reboot the sytem, i get 1 GB as it should be.
    It is not frequently, but sometimes it hapens.
    3- How can i detect dual ddr is working or not?
    I´m asking this becouse the two sticks i have are similar, but there is a little diference, one of them has twinmos chips and the other has M.tec chips. But both are from Twinmos.  Sisoftware sandra shows them as equal.
    I have heard that this mobo, on the boot screen should display something like this:
    Memory Mode: Dual Channel
    or
    Memory Mode: Single Channel
    But in the boot screen it only says DDR 400 or DDR 333 acording to the setings i have put in the bios.
    My bios version is 5.1 (4/18/2003). Do you think i need to flash the bios?
    Thanks
    Pedro Cascão

    Sorry, i forgot to post my bios settings.
    CPU fsb clock 166 mhz
    cpu interface  normal
    fsb/dram ratio 1:1
    current dram clock 166 mhz
    memory timings:
    t (ras) 8
    t (rcd) 3
    t (rp)  3
    cas latency 2.5
    agp voltage 1.5 v
    dram voltage 2.7 v

Maybe you are looking for

  • How do I find out whats eating my space?

    Hi I've just bought a new mac and l love it. The issue is that I uploaded photos (around 90GB's worth) from a USB disk but then the ipad some how managed to upload the same photos therefore duplicating all the photos this doubling the size of the tot

  • I received old iphone 4 from a friend, unable to sync

    I received an old iphone 4 from a friend, had it activated and the phone is working. When I plug it into my laptop to sync ( I have an ipad before this iphone 4 and had purchased a few apps and songs), the message is preparing to synd and then waitin

  • Unable to refresh security

    Hi All, i am having a problem in refreshing security. I am getting following error message : "Failed to create security filters for Username1, UserName2" UserName1 and UserName2 are no longer in our company. I removed both users in SQL repositories f

  • DBAdapter or JMS/AQ

    Hi, We are on SOA 11.1.1.3 and need some info. Does using huge number of DBAdapters in composites affect on the performance, memory, cpu, db processes etc on the middleware and database. Actually we may end up with large numbr composites exceeding 20

  • Problems by holding the typed Values in Fields by using "LEAVE TO SCREEN"

    Hello Experts, I have created a Dynpro  with many field. Some Fields are Fields without searchhelps and a part of this Fields have searchhelps. One of this Field has a special function. It is a Field where you can choose a key value ( an ID number) a