Savage S3 cards dri stops working with recent savage-dri

I'm using a Thinkpad T23 which has a Savage S3 video card and I've just run into issues starting zsnes and on the search for the problem found that "glxinfo" gave out the following:
../common/drirenderbuffer.c:69: driNewRenderbuffer: Assertion `format == 0x1908 || format == 0x8050 || format == 0x8058 || format == 0x81A5 || format == 0x81A6 || format == 0x81A7 || format == 0x8D48' failed.
After playing with older versions a bit, I found out that I needed to downgrade savage-dri to version 7.6-2, and along with that libgl to 7.6-2 as well. I can leave the xf86-video-savage drivers at their current version (2.3.1-2) and dri works again (zsnes starts and glxinfo works).
Downgrading works, but isn't really a nice solution, has anyone experienced similar issues or knows what's going on?

Well you're not alone.  I just reinstalled Arch on my T21 thinkpad and experienced the same issues trying to play Diablo II in wine.  Thanks to your post, downgrading solves the issue for me too.  They're working on it though (reference bug #17638)
Edit: It's nice to know that these old thinkpads just seem to go on forever.
Last edited by bgc1954 (2010-02-07 18:51:16)

Similar Messages

  • SanDisk Card Reader stopped working with OS X 10.4.7

    I have an older SanDisk single smart card reader, model SDDR-55. It worked fine with 10.2, but I cannot seem to get it to work with 10.4.7.
    When I reinstall the SanDisk driver (the most recent download available from them) and restart, I get an error when connecting the reader to my USB hub.
    The error says, "The system extension '/System/Library/Extensions/OnUSBMassStorageClass.kext was installed improperly and cannot be used.'"
    I have tried reinstalling, deleting the /System/Library/Caches files, restarting, calling SanDisk to make sure the latest driver works with 10.4.7. "It should", they tell me. So I am out of ideas. If anyone knows how to fix this please help me out. Thanks in advance!
    G4 Yikes! Tower   Mac OS X (10.4.7)   400 MHz / 100GB HD

    I know what you mean. My Zio smart media reader will not work either. if I install the driver and immediately use the card reader, it will work.
    Once I repair permissions, the reader will not work until I reinstall the driver again. Very frustrating.

  • Google Maps stopped working with recent iPhone update

    Since updating my iPhone Google Maps has stopped working for me. When I try for driving directions I get a message that driving directions can not be received.
    Anyone else? Any easy fix?
    Everything else seems to be working fine.
    Thanks!
    Tina

    I've tried resetting. How hard is it to restore? In terms of lost data, etc.?

  • ICloud for Windows stopped working with recent update

    I had been using iCloud for Windows (Windows 7 64 bit) version 4.0.3.56.  I received a notification that there was an update and so I accepted the update (by mistake). It updated to version 4.0.5.20.  As soon as the update ran, and I tried to use the icloud Control Panel to set up the syncing of my mail and contacts I ran into trouble. I received the dreaded "Your setup couldn't be started because of an unexpected error."
    I tried to restore my pc to a previous restore point, but, that didn't work.  So, I completely deleted the icloud software, rebooted, and downloaded the new version and reinstalled it.  That didn't work either.  Now, I am completely unable to sync my outlook 2007 calendar with my icloud.
    I called Apple support and was told "Tech is working in it."  I would like to know when there will be a fix... I'm sort of hosed trying to keep track of multiple calendars without being about to use my outlook that I also use for business.

    i wanted to add that I had been using 4.0.3.56 for 1 1/2 years flawlessly.

  • Sdhc cards stopped working with 10.9.1 update

    sdhc cards stopped working with 10.9.1 update. I've tried multiple readers with no affect. Any ideas?

    Have you checked for an update and/or asked the developer for help?

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • HT2188 i have iphone 3 and when i updated the software my sim card as stopped working, pls what can i do

    i just updated my iphone_3, and my sim card has stopped working, i tried to restore and it kept coming back with erorr mrssage, what can i do

    An iPhone 3G cannot be updated to 5.1.1; the last version supported is 4.2.1. So if you managed to get 5.1.1 on it through some means that bypasses Apple's protections you have wiped out your phone.

  • USB Video stopped working with 3.1.8 update

    I have been using iChat video with my USB camera for a while with the help of iChatUSBCam. The new update of iChat (3.1.8) included support for USB cameras and once installed my USB camera stopped working with iChat. It just reports the camera is in use by another application. I've been browsing for answers for a while and have tried many things:
    - Restart in various combinations of unplugging and plugging in the camera
    - Reinstalled the Macam driver
    - Reinstalled Quicktime
    - Uninstalled iChatUSBCam (since iChat is supposed to work without it now - I think...)
    - Reinstalled iChatUSBCam (v 2.2.1 - current)
    It's a Logitech Quickcam for Notebooks Deluxe. It continues to work fine with Skype and the the Macam camera tool. I'm using Skype for now (on tour for 6 weeks and use it to video call home) but the quality is crap compared to what iChat used to do.
    Thanks for any help you can give.
    Stranded in the UK with no decent video chat
    Matthew
    Powerbook 12" 1GHz - 1.25G RAM   Mac OS X (10.4.9)   Logitech Quickcam for Notebooks Deluxe

    Some people have reported that Updating iChatUSBCam
    and deleting the Macam drivers and then the
    com.apple.ichat.plist is the way to go.
    Thanks for your help!! I tried these things before, but tried them again in the order you suggested with no success. I'm pretty sure it is not a UVC compliant camera. It's not on Logitech's list of UVC cameras.
    M/N: V-UBG35
    P/N: 861228-0000
    PID: CE6420A
    If I try it without the Macam drivers it doesn't show up as a camera is connected at all.
    It's so frustrating because it was working great with iChatUSBCam until the recent update. It still works in Skype with no problems, but I'd rather be using iChat if I can - much better video quality.
    Thanks for any suggestions!
    Matthew

  • Satellite A205 - SD Card reader stopped working after Win 7 upgrade

    Satellite A205-SP5818
    I recently upgraded to Windows 7, and, among other things, the SD Card reader stopped working. I already downloaded and installed the driver offered in this site: http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/modelContent.jsp?ct=DL&os=&category=&moid=2190493& rpn=PSAE3U&modelFilter=&selCategory=3&selFamily=10 73768663 (it's the next-to-last driver shown) but it went from not working all together to making funny noices when I insert the SD card... and then not working.
    Any ideas of other drivers that might work, or any kind of other solution?
    Thanks.

    Hi
    Try to remove eh SD card controller from the device list.
    Then reboot the unit.
    After that windows will ask you for an driver.
    You can download this driver:
    [SD Driver, Flash Memory v2.0.0.7|http://cdgenp01.csd.toshiba.com/content/support/downloads/driver_cardreader_ti_25844A.exe]
    You should unzip this package and has to point the driver files in this folder
    This should helps to get the SD card reader working again

  • HP Pavilion DV7 1240us Express Card Slot Stopped Working

    My express card slot stopped working.
    The tech I was working with for the HP tuner card seems to think it is a driver or hardware issue.
    Please see the email string below.
    I tried all I know to get the slot to work, but I do not know which driver for it.
    Please help me.
    Thanks in advance.
    Below are the emails.
    Thanks, the problem is I do not know which driver it is.
    I looked through the entire device manager tree, and do not know which driver controls the express slot, can you send me in the right direction?
    I have an HP Pavilion DV& 1240us laptop.
    Any direction would be greatly appreciated.
    ----- Original Message -----
    [Personal Information Removed]
    Sent: Monday, September 24, 2012 5:14 PM
    Subject: RE: Ticket: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 Ap p: wintv6 Country: usa
    Without inserting another device into the slot the only thing I can think of is checking device manager for the drivers for that express slot and see if they are installed or reinstall the drivers.
    If the device works on another laptop but continues to have problems on the first one then there must be something going on with the express slot on the first laptop.
    Regards,
    Jorge 
    [Personal Information Removed]
    Please include previous correspondence when replying.
    From: J[Personal Information Removed]
    Sent: Friday, September 21, 2012 5:44 PM
    To: [Personal Information Removed]
    Subject: Re: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 Ap p: wintv6 Country: usa
    No I do not, have you had this type of issue before?
    Could it be missing or corrupt drivers?
    Is there a way to test the slot without a device, checking drivers etc..
    ----- Original Message -----
    [Personal Information Removed]
    Sent: Friday, September 21, 2012 4:41 PM
    Subject: RE: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 Ap p: wintv6 Country: usa
    Do you have another express card device that you can plug into the laptop in question and see if something malfunctioned on the slot possibly?
    Regards,
    Jorge [Personal Information Removed]
    Please include previous correspondence when replying.
    From: JrSonic [Personal Information Removed]
    Sent: Friday, September 21, 2012 11:43 AM
    To: [Personal Information Removed]
    Cc: z1r1200cc
    Subject: Re: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 Ap p: wintv6 Country: usa
    Yes it is connected directly, it does not even get recognized by device manager.
    No default beep when plugging and unplugging.
    IT USED TO WORK NO PROBLEM.
    It will work in another laptop.
    I am a tech by trade, so if I have to edit the registry, etc.. let me know.
    Right now I am baffled, what can I do.
    From: [Personal Information Removed]
    Sent: Friday, September 21, 2012 10:01 AM
    To: [Personal Information Removed]
    Subject: RE: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 Ap p: wintv6 Country: usa
    Hello,
    Are you making sure to connect the 1500 directly into the express slot in the laptop and into a usb converter?
    When it is plugged in does anything appear in device manager with a yellow mark next to it? Is it being listed under sound, video, game controllers at all?
    Regards,
    Jorge [Personal Information Removed]
    Please include previous correspondence when replying.
    From: Joe [Personal Information Removed]
    Sent: Wednesday, September 19, 2012 7:18 PM
    To: Danger1
    Subject: [Personal Information Removed] Product: HVR-1500 (77xxx) OS: vista64 App: wintv6 Country: usa [senderbase]
    Name: Joe
    Email: [Personal Information Removed]
    Product: HVR-1500 (77xxx)
    Application: wintv6
    OS: vista64
    Country: usa
    Problem description: My tuner stopped working,I used HWclear to no avail.
    The tuner works in another laptop, so it is not the hardware.
    Will not make the customary sound when plugged and unplugged.
    I am very PC savy and tried all I know, driver reinstall etc..
    Please help.
    Thanks

    Hey there,
    Can you explain more on this issue? I see by the emails the Express card slot is not functioning. What you are using in the card slot? Is the the HP TV Tuner card? If so, do you have another express card handy so you could test to see if it was the card or the slot? If your missing the driver you will need to use the HP Recovery CD to reinstall the TV Tuner driver.
    -Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Card reader stopped working

    My card reader (sd,ms,xd) quit working. It worked for two years with no problems and today it quit. I have an HP Pavilion Slimline s5220y desktop and Windows 7. When an SD card is plugged in, nothing. Autoplay is on and I am able to transfer pics manually from the card to the PC. Also, simultaneously, when I try and attach a pic to an email (gmail) only 5 library folders are displayed out of the 50+ folders in my My Pictures library.  This seemed to happen about the same time as Google wanted me to use Drive; could there be a Google gremlin at work here? I'm not much of a computer guy so I need simple answers, please.

    Hello larrydayton,
    Your card reader stopped working correctly.
    Since you’re having multiple problems at the same time, I’d suggest a system restore.
    This will take the system back to when everything was working correctly without affecting your personal files.
    Here is a link on how to do a restore.
    Let me know how everything goes
    Have a good day.

  • I have two graphics cards in my PC . after I had to reinstall windows again has been slower pc and stuff not play 4k footage . Can you help me find out about it " Raks " graphics card has stopped working ?

    I have two graphics cards in my PC . after I had to reinstall windows again has been slower pc and stuff not play 4k footage . Can you help me find out about it " Raks " graphics card has stopped working ?

    I'm not aware of any, not to say that there aren't any issues.
    it may have nothing to do with ntpd, there are a lot of things running.
    ntpd just happen to make the log entry at the same time as the panic.
    I would check to see if there are any updates available for you system.
    if this is the first time that this has happened. it may be (pick one):
    cosmic rays
    sun spots
    the trilateral commission
    if this happens more frequently and that traces look the same, then
    there may be a real problem that needs to be looked into further.

  • Satellite X200-15K - Flash Cards has stopped working

    Hi
    I have a Satellite X200-15K with Vista Home Premium.
    The laptop is two week old, and all of a sudden every time the laptop startup, I get the following message:
    "Flash Cards has stopped working"
    What can I do to fix this?
    thanks
    Leon

    Hi
    Try please with Start-All Programs-Toshiba-Utilities-Restart Flash Cards.
    Hopefully you will be able to use Flash cards again.

  • IPhone 4 stop working with ios 6.1

    iPhone 4 stopped working with ios 6.1, visited apple first time, restored phone and worked, less than 24 hours later stopped working again, back to the store, I told iPhone is out of warranty and they'll replace for $150. iPhone worked fine with previous version, no problem at all. Asked to restore to the previous software version, told can't be done. Why should I pay for a damage caused by a software update. Tec claims that ios 6.1 will not work with my phone because it discovered some hardware malfunction, possible the home button. They can't repair. suggested to go to a third party. I'm a satisfied Apple product user for many years. What happened? Any welp out there?

    Hey.. I have had this issue since yesterday afternoon.. Some people are saying to keep restoring again and again until it finally goes through.. I have done so like 10 times on my MAC and then I used my husband's PC and tried it 4 times.. No success.. I called apple support, but no help came from there at the end, and the only thing they were able to suggest to me is to sell me a new phone just like mine for a discounted price.. **** NO
    Anyways after about 18h of search and stress I came across this link:
    http://techglobex.blogspot.com/2012/06/downgrade-from-ios-6-beta-firmware-to.htm l
    That will only make it possibe to go backward.. You will end up back with the IOS 5, but at least you will have a working phone and it will bring back all your contacts and everything else that you ever had backed up on icloud and on your computer. There might be descripencies with the Applications but again this is an issue easily solved, you can always download them back.
    Two more things: One, you do not have to download the old version of the itunes, the newest version worked for me without any issues
    When choosing to download the older IOS 5.1.1, you will need to figure out whether your carrier is GSM or CDMA but you can easily google this info online..
    Well hope that will work for you like it did for me

  • Do SD card readers not work with 10.3?

    I have an old G4 Power mac, and my kids have iMac G5s. We all run 10.3.9, and have SD card readers, and none of them work at all. Does Apple acknowledge that SD cards do not work with Macs, and/or was this fixed in 10.4? We are looking to replace our computers, and this is a deal breaker.

    Okay, I did a little more research, and here's what I have found.
    (Yes, I'm talking about a USB card reader.)
    On my ancient G4 Mac, the 2GB card never mounts. I can see it with Disk Utility, but Disk Utility usually offers to format it. When I do this, it attempts to format it as a 1GB card, and fails.
    However, I found an old 16MB card, and it mounts every time.
    My kids both have a reader and a 2GB card for their iMacs. They usually mount okay, but not always. Sometimes it takes a restart.
    The 2GB cards are all a funky off-brand, "Adata." The 16MB card is a Canon.
    Now I am wondering if it's the cheap cards, or the capacity of the cards. I remember reading at one time that some Macs don't want to see removable drives over 1GB. This may be the problem with my computer. I just ordered a 1GB PQI card, we'll see how that does when it arrives.
    My mac has both USB 1.1 and 2.0 slots. Same results on either bus.

Maybe you are looking for