* 4K ~ 3840x2160 resolution and frame buffer support
@ 2015-10-08 20:21 James Lehman
[not found] ` <5616D055.8050100-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: James Lehman @ 2015-10-08 20:21 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
Hello. I hope this is in the right place.
I just built a new machine and installed Xubuntu and I'm still figuring
things out.
I'm interested in working with The Linux Frame Buffer.
Many years ago, I started a project called ezfb and I would like to
continue developing it on a machine capable of 4K.
Is it possible to have a frame buffer that does 3840x2160 ?
With nouveau installed as my video driver, I can get to a frame buffer
console of 1920x1080, but I am limited to that resolution in Xfce as well.
With a proprietary nVidia driver installed I can get to 4K in Xfce, but
my frame buffer is 640x480, 4 bit color. When I try fbset to change
anything, it doesn't work.
I have not even bothered to try my code so see of any of it can actually
work in the frame buffers I get.
Still scratching my head....
Thank you for your time.
James.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4K ~ 3840x2160 resolution and frame buffer support
[not found] ` <5616D055.8050100-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
@ 2015-10-08 20:44 ` Ilia Mirkin
[not found] ` <CAKb7UvgMQKWSgjRcq1JXRNAOKpot3jERGqDZBbb4EX-4bQUBLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Ilia Mirkin @ 2015-10-08 20:44 UTC (permalink / raw)
To: James Lehman; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
If you only get 1920x1080 in X, chances are that nouveau doesn't
believe it can do 3840x2160 for one reason or another. There are a
number of reasons why this might be the case, please provide dmesg,
xorg log, and information on how the monitor is connected (including
any A->B type adapters).
-ilia
On Thu, Oct 8, 2015 at 4:21 PM, James Lehman <james@akrobiz.com> wrote:
> Hello. I hope this is in the right place.
>
> I just built a new machine and installed Xubuntu and I'm still figuring
> things out.
>
> I'm interested in working with The Linux Frame Buffer.
>
> Many years ago, I started a project called ezfb and I would like to continue
> developing it on a machine capable of 4K.
>
> Is it possible to have a frame buffer that does 3840x2160 ?
>
> With nouveau installed as my video driver, I can get to a frame buffer
> console of 1920x1080, but I am limited to that resolution in Xfce as well.
>
> With a proprietary nVidia driver installed I can get to 4K in Xfce, but my
> frame buffer is 640x480, 4 bit color. When I try fbset to change anything,
> it doesn't work.
>
> I have not even bothered to try my code so see of any of it can actually
> work in the frame buffers I get.
>
> Still scratching my head....
>
> Thank you for your time.
>
> James.
>
>
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4K ~ 3840x2160 resolution and frame buffer support
[not found] ` <CAKb7UvgMQKWSgjRcq1JXRNAOKpot3jERGqDZBbb4EX-4bQUBLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-10-08 21:18 ` James Lehman
[not found] ` <5616DD90.3010900-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: James Lehman @ 2015-10-08 21:18 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Thank you for your quick reply.
I have a Gigabyte GT-730 2GB card hooked directly via a high quality
HDMI cable to a 65 inch Samsung curved screen LCD 4K monitor.
I'm not sure what I am looking for in dmesg and xorg log.
Please advise.
I have built the 3.19.8 kernel and enabled frame buffer support.
I can see 7 out of the 8 penguins when I boot.
My ultimate goal is to be able to boot to a 3840x2160 32 bit (frame
buffer) console.
Then go into Xfce, or not, as needed.
I like to write frame buffer apps that run in the console.
Thank you.
On 10/08/2015 04:44 PM, Ilia Mirkin wrote:
> If you only get 1920x1080 in X, chances are that nouveau doesn't
> believe it can do 3840x2160 for one reason or another. There are a
> number of reasons why this might be the case, please provide dmesg,
> xorg log, and information on how the monitor is connected (including
> any A->B type adapters).
>
> -ilia
>
> On Thu, Oct 8, 2015 at 4:21 PM, James Lehman <james@akrobiz.com> wrote:
>> Hello. I hope this is in the right place.
>>
>> I just built a new machine and installed Xubuntu and I'm still figuring
>> things out.
>>
>> I'm interested in working with The Linux Frame Buffer.
>>
>> Many years ago, I started a project called ezfb and I would like to continue
>> developing it on a machine capable of 4K.
>>
>> Is it possible to have a frame buffer that does 3840x2160 ?
>>
>> With nouveau installed as my video driver, I can get to a frame buffer
>> console of 1920x1080, but I am limited to that resolution in Xfce as well.
>>
>> With a proprietary nVidia driver installed I can get to 4K in Xfce, but my
>> frame buffer is 640x480, 4 bit color. When I try fbset to change anything,
>> it doesn't work.
>>
>> I have not even bothered to try my code so see of any of it can actually
>> work in the frame buffers I get.
>>
>> Still scratching my head....
>>
>> Thank you for your time.
>>
>> James.
>>
>>
>> _______________________________________________
>> Nouveau mailing list
>> Nouveau@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4K ~ 3840x2160 resolution and frame buffer support
[not found] ` <5616DD90.3010900-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
@ 2015-10-08 21:22 ` Ilia Mirkin
[not found] ` <CAKb7UvhZ=nbwSBzVVTDmUd-zrS74GzsFnAJK+QVAjL2-Yc=Afw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Ilia Mirkin @ 2015-10-08 21:22 UTC (permalink / raw)
To: James Lehman; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
HDMI with nouveau is limited to 165mhz unfortunately. This is
incorrect (the hardware can do more), but nevertheless, that's the
present limit. If you can connect the screen over dual-link DVI or DP,
you should be able to get the full resolution.
On Thu, Oct 8, 2015 at 5:18 PM, James Lehman <james@akrobiz.com> wrote:
> Thank you for your quick reply.
>
> I have a Gigabyte GT-730 2GB card hooked directly via a high quality HDMI
> cable to a 65 inch Samsung curved screen LCD 4K monitor.
>
> I'm not sure what I am looking for in dmesg and xorg log.
>
> Please advise.
>
> I have built the 3.19.8 kernel and enabled frame buffer support.
>
> I can see 7 out of the 8 penguins when I boot.
>
> My ultimate goal is to be able to boot to a 3840x2160 32 bit (frame buffer)
> console.
>
> Then go into Xfce, or not, as needed.
>
> I like to write frame buffer apps that run in the console.
>
> Thank you.
>
>
>
> On 10/08/2015 04:44 PM, Ilia Mirkin wrote:
>>
>> If you only get 1920x1080 in X, chances are that nouveau doesn't
>> believe it can do 3840x2160 for one reason or another. There are a
>> number of reasons why this might be the case, please provide dmesg,
>> xorg log, and information on how the monitor is connected (including
>> any A->B type adapters).
>>
>> -ilia
>>
>> On Thu, Oct 8, 2015 at 4:21 PM, James Lehman <james@akrobiz.com> wrote:
>>>
>>> Hello. I hope this is in the right place.
>>>
>>> I just built a new machine and installed Xubuntu and I'm still figuring
>>> things out.
>>>
>>> I'm interested in working with The Linux Frame Buffer.
>>>
>>> Many years ago, I started a project called ezfb and I would like to
>>> continue
>>> developing it on a machine capable of 4K.
>>>
>>> Is it possible to have a frame buffer that does 3840x2160 ?
>>>
>>> With nouveau installed as my video driver, I can get to a frame buffer
>>> console of 1920x1080, but I am limited to that resolution in Xfce as
>>> well.
>>>
>>> With a proprietary nVidia driver installed I can get to 4K in Xfce, but
>>> my
>>> frame buffer is 640x480, 4 bit color. When I try fbset to change
>>> anything,
>>> it doesn't work.
>>>
>>> I have not even bothered to try my code so see of any of it can actually
>>> work in the frame buffers I get.
>>>
>>> Still scratching my head....
>>>
>>> Thank you for your time.
>>>
>>> James.
>>>
>>>
>>> _______________________________________________
>>> Nouveau mailing list
>>> Nouveau@lists.freedesktop.org
>>> http://lists.freedesktop.org/mailman/listinfo/nouveau
>
>
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4K ~ 3840x2160 resolution and frame buffer support
[not found] ` <CAKb7UvhZ=nbwSBzVVTDmUd-zrS74GzsFnAJK+QVAjL2-Yc=Afw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-10-09 1:58 ` James Lehman
0 siblings, 0 replies; 5+ messages in thread
From: James Lehman @ 2015-10-09 1:58 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Oh! Bummer.
Thank you again for getting back to me.
My video card only has one HDMI, one digital video and one analog VGA port.
So I guess I'll have to wait for future nouveau developments.
I don't really need high speed graphics, openGL or 3D.
I'm not a gamer. I just like to write my own code to plot pixels.
Uh..... I hate to ask this of the nouveau development team, but.....
Is there any way to use the nVidia proprietary driver to get a 4K Linux
Frame Buffer?
Thanks again.
James.
On 10/08/2015 05:22 PM, Ilia Mirkin wrote:
> HDMI with nouveau is limited to 165mhz unfortunately. This is
> incorrect (the hardware can do more), but nevertheless, that's the
> present limit. If you can connect the screen over dual-link DVI or DP,
> you should be able to get the full resolution.
>
> On Thu, Oct 8, 2015 at 5:18 PM, James Lehman <james@akrobiz.com> wrote:
>> Thank you for your quick reply.
>>
>> I have a Gigabyte GT-730 2GB card hooked directly via a high quality HDMI
>> cable to a 65 inch Samsung curved screen LCD 4K monitor.
>>
>> I'm not sure what I am looking for in dmesg and xorg log.
>>
>> Please advise.
>>
>> I have built the 3.19.8 kernel and enabled frame buffer support.
>>
>> I can see 7 out of the 8 penguins when I boot.
>>
>> My ultimate goal is to be able to boot to a 3840x2160 32 bit (frame buffer)
>> console.
>>
>> Then go into Xfce, or not, as needed.
>>
>> I like to write frame buffer apps that run in the console.
>>
>> Thank you.
>>
>>
>>
>> On 10/08/2015 04:44 PM, Ilia Mirkin wrote:
>>> If you only get 1920x1080 in X, chances are that nouveau doesn't
>>> believe it can do 3840x2160 for one reason or another. There are a
>>> number of reasons why this might be the case, please provide dmesg,
>>> xorg log, and information on how the monitor is connected (including
>>> any A->B type adapters).
>>>
>>> -ilia
>>>
>>> On Thu, Oct 8, 2015 at 4:21 PM, James Lehman <james@akrobiz.com> wrote:
>>>> Hello. I hope this is in the right place.
>>>>
>>>> I just built a new machine and installed Xubuntu and I'm still figuring
>>>> things out.
>>>>
>>>> I'm interested in working with The Linux Frame Buffer.
>>>>
>>>> Many years ago, I started a project called ezfb and I would like to
>>>> continue
>>>> developing it on a machine capable of 4K.
>>>>
>>>> Is it possible to have a frame buffer that does 3840x2160 ?
>>>>
>>>> With nouveau installed as my video driver, I can get to a frame buffer
>>>> console of 1920x1080, but I am limited to that resolution in Xfce as
>>>> well.
>>>>
>>>> With a proprietary nVidia driver installed I can get to 4K in Xfce, but
>>>> my
>>>> frame buffer is 640x480, 4 bit color. When I try fbset to change
>>>> anything,
>>>> it doesn't work.
>>>>
>>>> I have not even bothered to try my code so see of any of it can actually
>>>> work in the frame buffers I get.
>>>>
>>>> Still scratching my head....
>>>>
>>>> Thank you for your time.
>>>>
>>>> James.
>>>>
>>>>
>>>> _______________________________________________
>>>> Nouveau mailing list
>>>> Nouveau@lists.freedesktop.org
>>>> http://lists.freedesktop.org/mailman/listinfo/nouveau
>>
>> _______________________________________________
>> Nouveau mailing list
>> Nouveau@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-09 1:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 20:21 4K ~ 3840x2160 resolution and frame buffer support James Lehman
[not found] ` <5616D055.8050100-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
2015-10-08 20:44 ` Ilia Mirkin
[not found] ` <CAKb7UvgMQKWSgjRcq1JXRNAOKpot3jERGqDZBbb4EX-4bQUBLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-08 21:18 ` James Lehman
[not found] ` <5616DD90.3010900-CMWDxV8drZhBDgjK7y7TUQ@public.gmane.org>
2015-10-08 21:22 ` Ilia Mirkin
[not found] ` <CAKb7UvhZ=nbwSBzVVTDmUd-zrS74GzsFnAJK+QVAjL2-Yc=Afw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-09 1:58 ` James Lehman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.