lkml.org 
[lkml]   [2017]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: UDL's fbdev doesn't work for user-space apps
    From
    Date
    Hi Alexey,

    On 04-12-2017 11:32, Alexey Brodkin wrote:
    > My first [probably incorrect] assumption is Xserver requires fbdev (/dev/fbX)
    > and it cannot use DRI video card natively. Is that correct?
    >
    >

    Xserver can use DRI directly, you need to enable modesetting
    driver in Xorg config or use the designated driver for your card
    (if there is any).

    e.g.:

    Section "Device"
    Identifier "Card0"
    Driver "modesetting"
    Option "kmsdev" "/dev/dri/card0"
    Option "SWcursor" "true"
    BusID "PCI:X:X:X"
    EndSection

    Best Regards,
    Jose Miguel Abreu

    \
     
     \ /
      Last update: 2017-12-04 12:51    [W:4.094 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site