What graphics card is good at VBE?
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
What graphics card is good at VBE?
Hello! i want to make my os run on real hardware. but sadly i can only get around 1fps but 600fps on virtual machine. so I'm wondering what graphics card is good At VBE.
and btw here's my OS
you can find it in github/nifanfa
and btw here's my OS
you can find it in github/nifanfa
Last edited by nifanfa on Mon Oct 11, 2021 9:35 am, edited 3 times in total.
My github: https://github.com/nifanfa
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
It seems that older graphics cards are good at VBE. i noticed of ati rage xl 8mb. will it get higher fps?
Message from moderator: Please do not apply styling to your post unless it serves a purpose.
Got it!
Message from moderator: Please do not apply styling to your post unless it serves a purpose.
Got it!
Last edited by nifanfa on Mon Oct 11, 2021 9:33 am, edited 1 time in total.
My github: https://github.com/nifanfa
-
- Posts: 7
- Joined: Sat Oct 09, 2021 8:29 am
- Libera.chat IRC: honeydatax
- Location: Lisbon portugal
- Contact:
Re: What graphics card is good at VBE?
Say do you have a repository of you code wat is the address? Thanks?
Re: What graphics card is good at VBE?
There is no reason to increase the font size for your posts.
VBE is not inherently slow. Even modern cards still sometimes (but not always, i.e., not for all tranfers) use memory mapped VRAM to transfer data. If writes to the framebuffer are slow, you are probably not using write combining (WC). Look up WC in the Wiki and Intel manuals, and set it up properly.
VBE is not inherently slow. Even modern cards still sometimes (but not always, i.e., not for all tranfers) use memory mapped VRAM to transfer data. If writes to the framebuffer are slow, you are probably not using write combining (WC). Look up WC in the Wiki and Intel manuals, and set it up properly.
managarm: Microkernel-based OS capable of running a Wayland desktop (Discord: https://discord.gg/7WB6Ur3). My OS-dev projects: [mlibc: Portable C library for managarm, qword, Linux, Sigma, ...] [LAI: AML interpreter] [xbstrap: Build system for OS distributions].
-
- Member
- Posts: 5563
- Joined: Mon Mar 25, 2013 7:01 pm
Re: What graphics card is good at VBE?
In addition to WC, you should also make sure you're not reading from the framebuffer. Reading is usually much slower than writing.
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
Hi Octocontrabass
i didn't read from video memory. I'm using double buffering
i didn't read from video memory. I'm using double buffering
My github: https://github.com/nifanfa
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
you can find it in github/nifanfahoneydatax wrote:Say do you have a repository of you code wat is the address? Thanks?
My github: https://github.com/nifanfa
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
Hi OctocontrabassOctocontrabass wrote:In addition to WC, you should also make sure you're not reading from the framebuffer. Reading is usually much slower than writing.
i didn't read from video memory. I'm using double buffering
My github: https://github.com/nifanfa
Re: What graphics card is good at VBE?
哈哈哈,你在不在胡自成群里~nifanfa wrote:Hello! i want to make my os run on real hardware. but sadly i can only get around 1fps but 600fps on virtual machine. so I'm wondering what graphics card is good At VBE.
and btw here's my OS
you can find it in github/nifanfa
Re: What graphics card is good at VBE?
You should avoid Intel platforms if you want high-performance VBE. You generally should also avoid new systems and go with systems that are a bit dated. Although, modern AMD systems work pretty well.
Re: What graphics card is good at VBE?
Why is that (avoid Intel platforms)? And also why would "a bit dated" systems be faster?rdos wrote:You should avoid Intel platforms if you want high-performance VBE. You generally should also avoid new systems and go with systems that are a bit dated. Although, modern AMD systems work pretty well.
Re: What graphics card is good at VBE?
Confused about this as well. Considering that the Linux Intel GPU drivers are plenty fast, there's a high probability that your doing something wrong if they're slow. The dated hardware argument only makes sense in the context of "this might be easier to program". But I generally find the Intel GPU manuals incredibly confusing and disorganized, especially since they went "Hey lets break tradition and organize our GPU registers alphabetically and not by category/address like everybody else". (What's ironic about that is they also wrote the AHCI and HDA specifications and didn't do that.)davmac314 wrote:Why is that (avoid Intel platforms)? And also why would "a bit dated" systems be faster?rdos wrote:You should avoid Intel platforms if you want high-performance VBE. You generally should also avoid new systems and go with systems that are a bit dated. Although, modern AMD systems work pretty well.
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
胡自成是谁???benjixu wrote:哈哈哈,你在不在胡自成群里~nifanfa wrote:Hello! i want to make my os run on real hardware. but sadly i can only get around 1fps but 600fps on virtual machine. so I'm wondering what graphics card is good At VBE.
and btw here's my OS
you can find it in github/nifanfa
My github: https://github.com/nifanfa
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
um. I don't want to write a specified graphics card driver(that's is very difficult and it is not as compatible as VBE). and i just want a graphics card as fast as virtual machine.
My github: https://github.com/nifanfa
-
- Member
- Posts: 104
- Joined: Tue Aug 17, 2021 10:40 am
- Libera.chat IRC: visitor
- Location: CN
- Contact:
Re: What graphics card is good at VBE?
i got 8fps on hd3000. and that's still pretty slow..
My github: https://github.com/nifanfa