Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Nouveau. #5

Open
chronium opened this issue Jan 1, 2017 · 4 comments
Open

Port Nouveau. #5

chronium opened this issue Jan 1, 2017 · 4 comments

Comments

@chronium
Copy link
Collaborator

chronium commented Jan 1, 2017

For the OS to get graphical, we need some sort of a graphics driver. Currently nvidia seems like a nice choice because that's what we have in our systems. So nvidia it is.

But nvidia is closed source. So the closest next thing is the nouveau project. So that's what we do.

Kind of big, but it shall be done with patience.

@bararchy
Copy link
Contributor

bararchy commented Jan 2, 2017

@chronium Wouldn't it be easier to port mesa and the Intel driver stack ?

@SplittyDev
Copy link
Member

@bararchy that would probably be easier.
The main reason for wanting to implement nouveau first is that @chronium and I both own nvidia GPUs, so that way we can test the graphics on real hardware.

@bararchy
Copy link
Contributor

bararchy commented Jan 2, 2017

@SplittyDev What ever feels better to you :) I use Nvidia too, so all good from my side ;)

@chronium
Copy link
Collaborator Author

chronium commented Jan 2, 2017

@bararchy The first port will of course be MESA so we get some software rendering to test everything. Afterwards, when it works, we'll port more stuff like Nouveau and such. But first, it's mandatory we start with MESA. To be honest, MESA would be a good starting point to get a compositor up. MESA, SDL or Cairo, and then work with them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants