Opened 15 years ago

Closed 12 years ago

Last modified 4 years ago

#3845 closed bug (invalid)

S3 Virge graphics card recognised, but driver is not used

Reported by: BenoitRen Owned by: axeld
Priority: normal Milestone:
Component: Drivers/Graphics/S3 Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: #7662 Blocking:
Platform: x86

Description

According to the syslog, my S3 Virge graphics card is recognised, and the driver is loaded. However, graphically Haiku is sluggish. It was suggested to look into /dev/graphics. Nothing is in there, strangely enough. So it would appear that VESA is being used regardless.

I'm attaching my syslog. It seems to contain info from both times I booted into Haiku, but I'm not going to try to split it up for fear of losing information.

Attachments (1)

syslog (112.3 KB ) - added by BenoitRen 15 years ago.

Download all attachments as: .zip

Change History (10)

by BenoitRen, 15 years ago

Attachment: syslog added

comment:1 by BenoitRen, 15 years ago

I was looking with Tracker, when apparently I should have used ls through the Terminal. Both VESA and the S3 drivers are listed there, so they are in use. Weird that Haiku is still sluggish graphically.

comment:2 by umccullough, 15 years ago

Component: Audio & VideoDrivers/Graphics
Owner: changed from marcusoverhagen to axeld

First, a card of that era isn't going to be super-fast ;) And I believe Haiku's app_server double-buffers so it will still use a fair amount of CPU.

I do see that the s3 driver loaded, and found your card - strange that it didn't stay loaded.

When running ls /dev/graphics, you should see at least "vesa" there (it always loads, even if the card is supported by a driver) - if you also see another node there, then a native drive may also have loaded. If you see a node with a bunch of random looking numbers, those are likely the vendor/deviceid of the card detected by a driver.

The best way to find out what native drivers are loaded and being used by the app_server is usually this:

listimage | grep accel

Which will locate and display any binaries loaded with accel in their name (currently all Haiku provided accelerants are called <driver>.accelerant)

comment:3 by anevilyak, 15 years ago

Component: Drivers/GraphicsDrivers/Graphics/S3

comment:4 by axeld, 15 years ago

It might also be slow because Stephan disabled the use of the acceleration engine, as with faster memory busses, this actually slows down the graphics instead.

So if your card is actually in use, we might want to rethink that change again; in the "old age", acceleration was indeed needed for a good performance.

comment:5 by scottmc, 13 years ago

Blocking: 7662 added

comment:6 by gerald.zajac, 12 years ago

This bug report should be closed. Using Haiku alpha 3, I tested the S3 video driver with a video card with an S3 Virge GX2 chip (device ID: 8A10) which is the same chip that the author of this bug report used (see the syslog). I did not find any problems with the video chip. It did not appear slow, and performed at the speed of other video cards of that vintage. The S3 driver did not unload, and whenever I switched video modes, the S3 driver was the driver that changed the mode; not the Vesa driver. Thus, this bug report should be closed.

comment:7 by umccullough, 12 years ago

Resolution: invalid
Status: newclosed

Closing per Gerald.

Since there was no specific "fix" involved, I'll mark it as "invalid" at this point.

Thanks!

comment:8 by waddlesplash, 5 years ago

Blocked By: 7662 added
Blocking: 7662 removed

comment:9 by nielx, 4 years ago

Milestone: R1

Remove milestone for tickets with status = closed and resolution != fixed

Note: See TracTickets for help on using tickets.