Displaying 20 results from an estimated 36 matches for "frambuffer".
Did you mean:
framebuffer
2017 Aug 04
1
What RH-like on a Dell XPS 15 (9590)?
...On Fri, 4 Aug 2017 13:24:08 +0200 Andreas Benzler <andreas at benzlerweb.de>
> wrote:
>
>> Ok you in Grub press tab and then add ?3? after the initrd entry ?.
>> quiet??
>>
>> yum remove xorg-x11-drv-nouveau
>>
>> And see if X11 come up with standard frambuffer?
>>
>> Disable nouveau complete from kernel if the upper not helps.
>>
>> nano /etc/modprobe.d/blacklist-nouveau.conf
>>
>> blacklist nouveau
>
> I yum-removed xorg-x11-drv-nouveau, but system will still hang after
> gfx login.
>
> After I log in,...
2006 Apr 24
1
[Xen-tools] xen doesn''t support "Framebuffer console support"properly
When I turn on the "Framebuffer console support" in compiling kernel,
after system startup, the console doesn''t work properly and the kernel
parameter( for example: vga=719) doesn''t do any effect on kernel.
who can help me ?
thanks in advance!
Andrew Liu
_______________________________________________
Xen-tools mailing list
Xen-tools@lists.xensource.com
2017 Aug 04
4
What RH-like on a Dell XPS 15 (9590)?
Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet??
yum remove xorg-x11-drv-nouveau
And see if X11 come up with standard frambuffer?
Disable nouveau complete from kernel if the upper not helps.
nano /etc/modprobe.d/blacklist-nouveau.conf
blacklist nouveau
> Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>:
>
> Hello,
>
>
> On Thu, 03 Aug 2017 13:53:45 -0500 Lance Lassetter <lancelasset...
2008 Jun 12
6
Xen and Kernel 2.6.25
Some question.
Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
and compiled with all XEN port / features ?
or i need to use the vmlinuz-2.6.18-xen to all my DomU ??
Thanks
Crazy
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 Aug 05
5
Is the VNC setting available for non-hvm DomU''s?
...lla (non-hvm)
hardware, setting VNC=1 for a DomU doesn''t appear to work. ''Connection
Refused(111)''. I am using ''vncviewer <dom0_ip>:<domU_id>'' to connect.
Any thoughts?
Also, if there is a definitive howto/guide/man-page/doc/wiki on the
frambuffer related config parameters (vnc, vncviewer, vnc, stdvga, etc)
and their usage semantics, I''d greatly appreciate a pointer.
Thanks in advance.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2020 Sep 29
0
[PATCH v3 7/7] drm/todo: Update entries around struct dma_buf_map
...upport. Current generic fbdev emulation
-expects the framebuffer in system memory (or system-like memory).
+atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
+expected the framebuffer in system memory or system-like memory. By employing
+struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
+as well.
Contact: Maintainer of the driver you plan to convert
@@ -446,6 +448,24 @@ Contact: Ville Syrj?l?, Daniel Vetter
Level: Intermediate
+Use struct dma_buf_map throughout codebase
+------------------------------------------
+
+Pointers to shared devi...
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
...rv/repo/centos/7/mesa
gpgcheck=0
enabled=1
Sincerely
Andy
Am Freitag, den 04.08.2017, 13:24 +0200 schrieb Andreas Benzler:
> Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet??
>
> yum remove xorg-x11-drv-nouveau
>
> And see if X11 come up with standard frambuffer?
>
> Disable nouveau complete from kernel if the upper not helps.
>
> nano /etc/modprobe.d/blacklist-nouveau.conf
>
> blacklist nouveau
>
> > Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>:
> >
> > Hello,
> >
> >
> > O...
2019 Apr 30
0
[PATCH v3 01/19] drm: Add |struct drm_gem_vram_object| and helpers
...placements are \
>> + %TTM_PL_VRAM and %TTM_PL_SYSTEM
>> + * @placements: TTM placement information.
>> + * @pin_count: Pin counter
>> + *
>> + * The type struct drm_gem_vram_object represents a GEM object that is
>> + * backed by VRAM. It can be used for simple frambuffer devices with
>> + * dedicated memory. The buffer object can be evicted to system memory if
>> + * video memory becomes scarce.
>> + */
>> +struct drm_gem_vram_object {
>> + struct drm_gem_object gem;
>> + struct ttm_buffer_object bo;
>> +...
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
Hello,
On Fri, 4 Aug 2017 13:24:08 +0200 Andreas Benzler <andreas at benzlerweb.de> wrote:
> Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet??
>
> yum remove xorg-x11-drv-nouveau
>
> And see if X11 come up with standard frambuffer?
>
> Disable nouveau complete from kernel if the upper not helps.
>
> nano /etc/modprobe.d/blacklist-nouveau.conf
>
> blacklist nouveau
I yum-removed xorg-x11-drv-nouveau, but system will still hang after
gfx login.
After I log in, the mouse is shown on the grey wallpaper, an...
2020 Oct 16
2
[PATCH v4 10/10] drm/fb_helper: Support framebuffers in I/O memory
...ric fbdev emulation
> -expects the framebuffer in system memory (or system-like memory).
> +atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
> +expected the framebuffer in system memory or system-like memory. By employing
> +struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
> +as well.
>
> Contact: Maintainer of the driver you plan to convert
>
> Level: Intermediate
>
> +Reimplement functions in drm_fbdev_fb_ops without fbdev
> +-------------------------------------------------------
> +
> +A number...
2020 Oct 22
2
[PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory
...ric fbdev emulation
> -expects the framebuffer in system memory (or system-like memory).
> +atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
> +expected the framebuffer in system memory or system-like memory. By employing
> +struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
> +as well.
>
> Contact: Maintainer of the driver you plan to convert
>
> Level: Intermediate
>
> +Reimplement functions in drm_fbdev_fb_ops without fbdev
> +-------------------------------------------------------
> +
> +A number...
2020 Oct 24
1
[PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory
...ric fbdev emulation
> -expects the framebuffer in system memory (or system-like memory).
> +atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
> +expected the framebuffer in system memory or system-like memory. By employing
> +struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
> +as well.
>
> Contact: Maintainer of the driver you plan to convert
>
> Level: Intermediate
>
> +Reimplement functions in drm_fbdev_fb_ops without fbdev
> +-------------------------------------------------------
> +
> +A number...
2020 Oct 16
1
[PATCH v4 10/10] drm/fb_helper: Support framebuffers in I/O memory
...ric fbdev emulation
> -expects the framebuffer in system memory (or system-like memory).
> +atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
> +expected the framebuffer in system memory or system-like memory. By employing
> +struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
> +as well.
>
> Contact: Maintainer of the driver you plan to convert
>
> Level: Intermediate
>
> +Reimplement functions in drm_fbdev_fb_ops without fbdev
> +-------------------------------------------------------
> +
> +A number...
2019 Apr 29
4
[PATCH v3 01/19] drm: Add |struct drm_gem_vram_object| and helpers
...t information. Supported placements are \
> + %TTM_PL_VRAM and %TTM_PL_SYSTEM
> + * @placements: TTM placement information.
> + * @pin_count: Pin counter
> + *
> + * The type struct drm_gem_vram_object represents a GEM object that is
> + * backed by VRAM. It can be used for simple frambuffer devices with
> + * dedicated memory. The buffer object can be evicted to system memory if
> + * video memory becomes scarce.
> + */
> +struct drm_gem_vram_object {
> + struct drm_gem_object gem;
> + struct ttm_buffer_object bo;
> + struct ttm_bo_kmap_obj km...
2019 Apr 29
4
[PATCH v3 01/19] drm: Add |struct drm_gem_vram_object| and helpers
...t information. Supported placements are \
> + %TTM_PL_VRAM and %TTM_PL_SYSTEM
> + * @placements: TTM placement information.
> + * @pin_count: Pin counter
> + *
> + * The type struct drm_gem_vram_object represents a GEM object that is
> + * backed by VRAM. It can be used for simple frambuffer devices with
> + * dedicated memory. The buffer object can be evicted to system memory if
> + * video memory becomes scarce.
> + */
> +struct drm_gem_vram_object {
> + struct drm_gem_object gem;
> + struct ttm_buffer_object bo;
> + struct ttm_bo_kmap_obj km...
2020 Oct 15
0
[PATCH v4 10/10] drm/fb_helper: Support framebuffers in I/O memory
...upport. Current generic fbdev emulation
-expects the framebuffer in system memory (or system-like memory).
+atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
+expected the framebuffer in system memory or system-like memory. By employing
+struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
+as well.
Contact: Maintainer of the driver you plan to convert
Level: Intermediate
+Reimplement functions in drm_fbdev_fb_ops without fbdev
+-------------------------------------------------------
+
+A number of callback functions in drm_fbdev_fb_ops could b...
2020 Oct 20
0
[PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory
...upport. Current generic fbdev emulation
-expects the framebuffer in system memory (or system-like memory).
+atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
+expected the framebuffer in system memory or system-like memory. By employing
+struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
+as well.
Contact: Maintainer of the driver you plan to convert
Level: Intermediate
+Reimplement functions in drm_fbdev_fb_ops without fbdev
+-------------------------------------------------------
+
+A number of callback functions in drm_fbdev_fb_ops could b...
2020 Oct 28
0
[PATCH v6 10/10] drm/fb_helper: Support framebuffers in I/O memory
...upport. Current generic fbdev emulation
-expects the framebuffer in system memory (or system-like memory).
+atomic modesetting and GEM vmap support. Historically, generic fbdev emulation
+expected the framebuffer in system memory or system-like memory. By employing
+struct dma_buf_map, drivers with frambuffers in I/O memory can be supported
+as well.
Contact: Maintainer of the driver you plan to convert
Level: Intermediate
+Reimplement functions in drm_fbdev_fb_ops without fbdev
+-------------------------------------------------------
+
+A number of callback functions in drm_fbdev_fb_ops could b...
2017 Aug 03
2
What RH-like on a Dell XPS 15 (9590)?
On August 2, 2017 3:18:29 AM CDT, wwp <subscript at free.fr> wrote:
>Hello Johnny,
>
>
>On Fri, 28 Jul 2017 13:47:14 -0500 Johnny Hughes <johnny at centos.org>
>wrote:
>
>> On 07/28/2017 11:32 AM, wwp wrote:
>> > Hello Johnny,
>> >
>> >
>> > On Fri, 28 Jul 2017 10:33:15 -0500 Johnny Hughes
><johnny at centos.org>
2020 Oct 16
0
[PATCH v4 10/10] drm/fb_helper: Support framebuffers in I/O memory
...> > -expects the framebuffer in system memory (or system-like memory).
> > +atomic modesetting and GEM vmap support. Historically, generic fbdev
> > emulation +expected the framebuffer in system memory or system-like
> > memory. By employing +struct dma_buf_map, drivers with frambuffers in I/O
> > memory can be supported +as well.
> >
> > Contact: Maintainer of the driver you plan to convert
> >
> > Level: Intermediate
> >
> > +Reimplement functions in drm_fbdev_fb_ops without fbdev
> > +-------------------------------------...