#7172 closed enhancement (no change required)
Implement VESA 3 driver
Reported by: | adamk | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Drivers/Graphics | Version: | R1/Development |
Keywords: | vesa3 mode switching | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I have a handful of newer radeons, all of which perform acceptably well well the vesa driver, except that none of them have 1680x1050 programmed into the video card's BIOS, leaving me with 1280x1024 on a monitor whose native resolution is 1860x1050.
I'd like to suggest an enhancement to the radeon driver to support newer radeons. The radeon driver does not support anything newer than the hrev400 family GPUs, which is now five generations old.
Attachments (8)
Change History (18)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to stargatefan:
If it is I will attach it to this ticket. That in thoery should enable a great deal more modesetting.
There's no need to do that if it's already readily available in the NewOS repo.
comment:3 by , 14 years ago
I looked and I didn't see it there. the author did email the source code. I would think it should be ok to post it here but I will double check. When the file author sent these he didn't make any stipulations and he was aware of the intended use. I haven't heard back. I am posting these unless they meet objection.
I would make sure they get mentioned in the contributors list and that the trademarks stay put.
by , 14 years ago
Attachment: | video_param_table.h added |
---|
by , 14 years ago
by , 14 years ago
by , 14 years ago
Attachment: | selector.h added |
---|
by , 14 years ago
Attachment: | readme.txt added |
---|
by , 14 years ago
Attachment: | arch_selector.c added |
---|
comment:4 by , 14 years ago
attaching the emails regarding the subject manner at hand to make sure any devs looking to implement this code understands that there is in fact clearance from the code author to do so.
by , 14 years ago
Attachment: | VBE 3.0 drvier for NewOS 20110126183911 Michael Noisternig added |
---|
by , 14 years ago
Attachment: | VBE 3.0 drvier for NewOS 20110129091817 Michael Noisternig added |
---|
comment:5 by , 14 years ago
Component: | - General → Drivers/Graphics |
---|
comment:6 by , 14 years ago
Keywords: | vesa3 mode switching added |
---|---|
Summary: | Improved support for newer radeons. → Implement VESA 3 driver |
Version: | R1/alpha2 → R1/Development |
comment:7 by , 8 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
I read the VBE 3 specification. Bad news: it does not allow setting more video resolutions than VBE 2 which we are currently using. It only allows changing the refresh rate for already supported display resolutions.
So, this will not solve the original issue, and not bring us much more functionality. Since we now have a native driver for the mentionned Radeon cards, I am closing this ticket.
comment:8 by , 6 years ago
This driver supports vesa bios live patching. Maybe we should move it to Gerrit after all?
comment:9 by , 6 years ago
It is not movable to Gerrit in its current state. It is not a patch for Haiku, it is a driver for NewOS. Also, it implements patching for 10 years old devices, the code will be a little different for recent ones to find the modelines and patch them.
So there isn't really much to extract from this.
comment:10 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
there is source code for vesa 3 for the NewOs kernel "upon which haiku was heavily built" that should hopefully offer a good bit more flexability in this regard. I will see if it is ok to post the source code here. If it is I will attach it to this ticket. That in thoery should enable a great deal more modesetting.