Xorg on Arch (quad)

Discussion in 'UDOO QUAD' started by evilpengw1n, Jul 2, 2017.

  1. evilpengw1n

    evilpengw1n New Member

    Joined:
    Oct 21, 2013
    Messages:
    26
    Likes Received:
    0
    has anyone successfully gotten X to work on arch on quad?

    I installed mesa mesa-libgl and xf86-video-fbdev

    `sudo X` errors with:

    ```
    [ 49.303] (II) modeset(0): Output HDMI-1 connected
    [ 49.303] (II) modeset(0): Using exact sizes for initial modes
    [ 49.303] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
    [ 49.303] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 49.303] (==) modeset(0): DPI set to (96, 96)
    [ 49.303] (II) Loading sub module "fb"
    [ 49.303] (II) LoadModule: "fb"
    [ 49.303] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 49.307] (II) Module fb: vendor="X.Org Foundation"
    [ 49.307] compiled for 1.19.3, module version = 1.0.0
    [ 49.307] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 49.307] (II) UnloadModule: "fbdev"
    [ 49.307] (II) Unloading fbdev
    [ 49.307] (II) UnloadSubModule: "fbdevhw"
    [ 49.307] (II) Unloading fbdevhw
    [ 49.307] (==) Depth 24 pixmap format is 32 bpp
    [ 49.354] Require OpenGL version 2.1 or later.
    [ 49.354] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time.
    [ 49.354] (EE)
    Fatal server error:
    [ 49.354] (EE) AddScreen/ScreenInit failed for driver 0
    [ 49.354] (EE)
    [ 49.354] (EE)
    ```
     

Share This Page