BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
Please support our sponsors!
Haiku Neomagic MagicGraph/MagicMedia driver
version 0.11
contact publisher
home page
screenshots
version history
other reviews
send updates for this application
talkback
28 comments
 Published by Rudolf Cornelissen
   Click here for more information about this publisher...
 Date Posted:   November 18th, 2004
 Last Updated:   November 18th, 2004
 License: BSD/MIT
 Downloads: 17,831 total; 14 recently
 Page Views: 49,622 total
 User Rating: Give this application a rating
6.38 / 10, with 21 votes
 Jump to the Downloads section
About Haiku Neomagic MagicGraph/MagicMedia driver:
This driver supports all Neomagic cards. It's known to work on BeOS R5, Dano, Zeta and Max.

Current Neomagic driver features:
  • Hardware cursor support;
  • Full BWindowScreen support (used for hardware pageflipping, scrolling/panning and acceleration in applications/games);
  • B_YCbCr422 hardware overlay support (except on MagicGraph 128, so NM2070 cards);
  • Supports both laptop internal panels and external displays (best select before boot);
  • DPMS support for both panels and external displays;
  • Full 2D acceleration on all cards.
Supported cards:
  • MagicGraph 128 (NM2070)
  • MagicGraph 128V (NM2090)
  • MagicGraph 128ZV (NM2093)
  • MagicGraph 128ZV+ (NM2097)
  • MagicGraph 128XD (NM2160)
  • MagicMedia 256AV (NM2200)
  • MagicMedia 256AV+ (NM2230)
  • MagicMedia 256ZX (NM2360)
  • MagicMedia 256XL+ (NM2380)

Known limitations:
  • If the driver does not load make sure you enabled 'assign IRQ to VGA card' in your system BIOS;
  • NeoMagic cards do not support overlay downscaling. You won't be able to select for instance 50% scaled output, nor will you be able to resize the video output window below 100% by dragging.
    (In Windows downscaling works: this is done by scaling down the overlay input bitmaps in the application software: so this is a 'trick' solution not done by the driver!)
  • Stretching modes for the laptop display panel will not be setup because in stretched modes no hardcursor is supported, and overlay output requires tweaking to get going;
  • If your laptop doesn't work with the driver (distorted/black screen), make sure you disabled LCD stretching/zooming or whatever it's called in the system BIOS;
  • Apparantly it's not possible to boot into modes with a resolution above 800x600 pixels on some cards. If you encounter this please report it, and only use higher resolution modes on other workspaces for now.
  • The keyboard 'shortcut key' for changing output devices bypasses the graphics driver and directly uses the cardBIOS. Sometimes using this key will have undesired results. Please use with care! Or better yet: just preset the output device(s) you want in the system BIOS (if possible). If you are going to use that shortcut key anyway: then make sure you switch workspaces between spaces with different settings after using it, so the driver updates the card programming again (so it gets in sync with the card again);
  • On NM2070 panel centering only works vertically: horizontal centering-related info is missing.

Latest Version
   
Details about this version:
Fixes/enhancements for this version:
  • Added full 2D acceleration for all remaining cards that did not have that yet with this driver;
  • Fixed a long standing problem with MagicMedia (all NM2200 and later) cards with overlay: buffer width is programmed correctly now. Can't believe I didn't see that before!
  • Updated NM2200 and later cards workspace virtualsize restrictions for accelerated modes: it turns out these cards engines have the same restrictions as most older ones, being 1600x1024 resolution;
  • Updated overlay scaling restrictions: officially the cards support upto and including 8x upscaling;
  • Fixed error regarding calculating overlay engine register value for right-clipping video output: on NM2200 and later this was (probably) responsible for the big-time output distortions even without clipping!
  • Fixed BIOS ROM dump (to file) option;
  • Fixed GET_TIMING_CONSTRAINTS and GET_ACCELERANT_DEVICE_INFO accelerant hooks to return valid data; updated modeline checking and modification code (used by ProposeDisplayMode) to adhere to one more timing constraint;
  • Added move_overlay() so overlay (finally) works correctly in virtualscreens.
Fixes done previously:

Fixes for driver 0.06:
  • Updated modelist to include one more suggested mode for 800x600 resolution: Done by Andrew Bachmann;
  • CRTC timing restriction checking updated: Modelists exported adhere to every cards max. CRTC capability now: the oldest cards support upto and including 1024x1000, while the newest cards support upto and including 1280x1024 resolution;
  • Kernel driver now signals abort on not being able to setup the INT routine instead of letting the machine freeze during accelerant initialisation;
  • BWindowScreen R3-style function update for acceleration (once setup) and page flipping/virtualscreens in apps ('Allegro' update): fixed cloning accelerants;
  • Updated acceleration engine management code;
  • Added full 2D acceleration for NM2070, NM2097 and NM2160 cards (the others will be added later);
  • Updated acceleration for massive speedup compared to Be driver (now running at approx 200-2000% depending on use!);
  • Fixed acceleration on rectangle fills and inverts: nolonger executing zero-width commands (which the app_server gives to the driver sometimes!) so no more big-time distortion stripes onscreen! (the Be driver does exhibit this fault BTW);
  • Updated hardware cursor to be placed elsewhere in cardRAM (acc engine requirement); distorted mousepointers could be fixed by this also on some cards outthere;
  • Updated workspace virtualsize restrictions for accelerated modes. Confirmed that the MagicGraph series (pre NM2200) engines can do upto and including 1600x1024 resolution except NM2070 which can do upto and including 1024x1024. Assuming MagicMedia series (NM2200 and later) can do upto and including 1600x2048 for now. Modes above these resolutions are unaccelerated;
  • Removed register area cloning bug in accelerant that prevented it from working with NM2070, NM2090 and NM2093 cards at all!
  • Added various fixes to get Dell Latitude XPi (NM2070) working on it's panel, probably fixes various faults on other cards as well;
  • Updated pixelPLL restrictions for NM2070 so external output refresh is OK;
  • Added fixed sync polarity programming if flatpanel in use: needed to make sure centering actually works;
  • Disabling centering if external only monitor mode is active: fixes some trouble on NM2070 and maybe others;
  • Added panel modeline programming for NM2070 cards: fixes hardcursor trouble on panel;
  • Added pixelprecise panning for virtualscreens in all modes;
  • Added full DPMS support.
Note:
Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.

Fixes for driver 0.05:
  • Prevent system or video freeze on dragging files or so in tracker windows;
  • BWindowScreen / Sync_to_retrace fix: prevent apps from crashing on endless waiting for retrace. Wait_for_retrace is temporary disabled now until it's actually implemented;
  • Sync polarity setup now actually works (external monitor only mode);
  • Power-up register unlocking narrowed down to overlay engine only. This should fix the screen rubbish trouble most users had with V0.04 which did not exist for them on V0.03.

Fixes for driver 0.04:
  • included hardware overlay for the B_YCbCr422 (FourCC: YUY2) colorspace;
  • added CRTC registers unlock command on startup.

Fixes for driver 0.03 (first release):
  • virtual screens / BWindowScreen support including panning/scrolling;
  • colorspace selection;
  • colorpalette setup;
  • refreshrate selection in external (CRT only) mode;
  • resolution selection;
  • hardcursor support;
  • preliminary LCD panel centering support;
  • you can switch between panel and the external monitor via the special key on the laptop KB. Also the driver respects the output preselected in the BIOS. Note that the NeoMagic BIOS does the output device switch: the driver may not work correctly in all settings yet.


 
Intel Version - requires R5   (51 KB) 17,831 downloads
 
 
Dev LinkLink reliability rating  [rating: 10]    Download this app  Report bad link Rudolf's site
 
Add Additional Location
  Source Available
 
Related Links:
Recent Talkback comments:
  • Re: info - mmu_man
  • info - finguers13
  • installing NEOMAGIC MAGICGRAPH 256AV ON DELL LS500 - finguers13

    Post your own comment to the Talkback for this application!
    Report a problem with the listing for this application!
  • Like this app? Have questions or comments?
    Why not tell the author? Use the "e-mail publisher" link to get in touch with the publisher; they usually love getting feedback.
     
    The Green Board
      Recent Downloads  -  # 44
    Total Downloads  -  # 124
    Total Views  -  # 144
    User Ratings  -  # 648
      Video Drivers
    1.  QEMU - 9.62
    2.  ScummVM - 9.50
    3.  cpu_fix - 9.42
    4.  Jukebox - 9.36
    5.  Haiku AGP busm... - 9.35
    6.  vim6 - 9.31
    7.  Beezer - 9.25
    8.  BeeF - 9.25
    9.  HandBrake - 9.24
    10.  DOSBox - 9.22
    1.  BeOS 5 Personal... - 300
    2.  Ati Radeon Grap... - 260
    3.  Realtek RTL8139... - 226
    4.  ATI Rage 128 Pr... - 142
    5.  VLC Media Player - 117
    6.  USB Serial driver - 112
    7.  Broadcom 440x 1... - 105
    8.  Ensoniq AudioPCI... - 96
    9.  DjVu Viewer - 95
    10.  S3 Trio 64 v2 DX... - 83
    You are not logged in.
     Login or create an account...
    Hosted by NetConnect

     
    Unless otherwise noted, everything is copyright © 1999-2002 Fifth Ace Productions, LLC. All Rights Reserved.
    For more legal trivia, take a gander at our
    Legal Stuff page and our Privacy Statement.
    Fifth Ace Productions