'nuther newbie with a driver question....

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default 'nuther newbie with a driver question....

    Ok, I've got a Toshiba Tecra 8000 laptop

    Video: NeoMagic MagicMedia 256AV (NM2200) with 256-bit data bus width...

    Ubuntu will only see it as capable of 640x768, but it will supports up to
    1024x768 w/ 16.7 million colors

    Audio: Yamaha 3D sound effect enabled OPL-3SA3, but it supports SoundBlaster
    Pro v.3.03

    Ubuntu says it's not there.


    So, what do the smart people say I can do about this?


    Steven Guest

  2. Similar Questions and Discussions

    1. Newbie Question: Biz Card Template Question
      Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I...
    2. nuther DSN verification failure
      :disgust; I've been on this problem for weeks now. I have searche the net untill I'm blue in the face. I am trying to set up coldfusionmx7 to...
    3. Pg.pm Question - Can't locate object method driver
      Hey all - I have a runtime issue - Ive seen a number of other posting (via google) but no solutions to the issue - I hope you guys can help: ...
    4. (0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
      Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various...
    5. Pen Tool Use Question. (Embarrassingly Newbie Question)
      I'm currently using Flash MX and whenever I choose the Pen Tool instead of the pen nib with the small "x" beside it that supposed to show up on...
  3. #2

    Default Re: 'nuther newbie with a driver question....

    Steven wrote in <LFRag.5926$343.194@trnddc06> on Wed May 17 2006 23:15:
    >
    > Ok, I've got a Toshiba Tecra 8000 laptop
    >
    > Video: NeoMagic MagicMedia 256AV (NM2200) with 256-bit data bus width...
    >
    > Ubuntu will only see it as capable of 640x768, but it will supports up to
    > 1024x768 w/ 16.7 million colors
    >
    > Audio: Yamaha 3D sound effect enabled OPL-3SA3, but it supports
    > SoundBlaster Pro v.3.03
    >
    > Ubuntu says it's not there.
    >
    > So, what do the smart people say I can do about this?
    >
    Alright -- well, as far as sound goes, I'm not an expert on ALSA or anything
    like that, so I'll put that off to look at in a few minutes. However, as
    far as the video goes, I've found that the Ubuntu family of systems have a
    much better detection mechanism then the other distributions that I've
    tried in the past -- though it does sometimes need a little bit of
    prodding.

    Now, I know that I've seen people that have had tons of problems with the
    NeoMagic before. I did find some information on the driver from Google --
    though it looks like what you're using is actually called a MagicGraph
    256AV -- model NM2200.

    Anyway, try doing things the "Ubuntu" way first:

    $ sudo dpkg-reconfigure xserver-xorg

    You'll run through a few screens -- fill in as much information as you know
    about your setup. Since this is a laptop, and you know that you can only
    go up to 1024x768, the "easy" option for putting in your monitor type
    should be sufficient.

    If that doesn't get things working, you may want to see if you can find
    anything helpful on the man page for the driver:

    [url]http://www.die.net/doc/linux/man/man4/neomagic.4.html[/url]

    That contains some driver-specific options. Ubuntu should be detecting your
    card using the "neomagic" driver, which is the one that handles your board.

    Now, for the sound -- do you see any messages that indicate that it finds
    anything at boot up? Try:

    $ dmesg | grep '[aA][lL][sS][aA]'

    And see what that yields. Failing that, is there anything
    under /proc/asound? If there is, see what you might be able to find out.
    I know that on one system, ALSA was finding four hardware sound devices in
    a system in some rather unusual places, and the sound board that I was
    expecting to get sound out of certainly wasn't the one that ALSA picked for
    me as the first one, so I had to try to find a way to make it the first
    device. When you know more about your situation, I may be able to help you
    slightly more -- or maybe somebody who's better with ALSA will be able to
    help.

    HTH,
    Mike
    Michael B. Trausch Guest

  4. #3

    Default Re: 'nuther newbie with a driver question....

    In article <LFRag.5926$343.194@trnddc06>, Steven says...
    > Ok, I've got a Toshiba Tecra 8000 laptop
    >
    > Video: NeoMagic MagicMedia 256AV (NM2200) with 256-bit data bus width...
    >
    > Ubuntu will only see it as capable of 640x768, but it will supports up to
    > 1024x768 w/ 16.7 million colors
    >
    Edit the xorg.conf file and set the graphics driver as "vesa" or "fb"
    but performance will be limited.
    If you want to pay, you can get a solution from [url]http://www.xig.com/[/url]

    --
    Conor,

    Same shit, different day.
    Conor Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139