X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B01E1DC00C1 for ; Tue, 24 Mar 2015 18:24:51 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so5058980ied.1 for ; Tue, 24 Mar 2015 11:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MwH5dUWKKuzj7lF9i8iPhovoG5BvXdz2hRbhe9JXzwc=; b=OuqCCM9stb5NUuKh2S9qvPqw4MrI0pf83rR94KvEZoAIiVTiaLIGu/BNdnrSxnO+cs j2Pczj3h+CRDNA0Vxul+m5SJ2rdkqeG9JuyI7ax64S7QY5beto9pg/hTWZG1NMC3TdQ5 Kz7VI1Q12kNPq8XJl9eFJt9Yho9alDLAiWe/hcG9zysu8owNX2YhNO5Ttz/My8YN57Ue E8oZK5vx3eT74msWc50/NXQHW6B2c5552ScIVE/wkKlaeATPGZiBg4pCPmFtMbEg/P7s DmDtuNBkVeeQP2wAcs440nKjyKzXf0Phk2qRRGJAIEuiVMUXgxjDu936OYg3wdo80bgS Rj9w== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.107.40.2 with SMTP id o2mr8518247ioo.68.1427221490701; Tue, 24 Mar 2015 11:24:50 -0700 (PDT) Received: by 10.36.84.138 with HTTP; Tue, 24 Mar 2015 11:24:50 -0700 (PDT) Date: Tue, 24 Mar 2015 13:24:50 -0500 Message-ID: Subject: [alpine-devel] Xorg problems From: Jeff Pohlmeyer To: Alpine-devel Content-Type: text/plain; charset=UTF-8 Trying to get Alpine/Xorg up and running on one of these: http://www.parkytowers.me.uk/thin/DT166/index.shtml So far, no luck... Xfbdev gives a nice display with the lxfb kernel module, but no keyboard: Xfbdev with -keybd keyboard: "Error: Couldn't find keyboard driver keyboard" Xfbdev with -keybd evdev: "Error: Couldn't find keyboard driver evdev" Adding --enable-kdrive-kbd to the APKBUILD makes the first error go away, but results in an empty keymap due to an #if 0 defined around some broken code in ./hw/kdrive/linux/keyboard.c (Every keypress prints an "Invalid scan code" error to the console.) There is also an --enable-kdrive-evdev option, but I was really hoping to avoid udev if at all possible. So I tried the "real" xorg-server, but... Xorg with xf86-video-fbdev fails at runtime: Assertion failed: key->initialized (../include/privates.h: dixGetPrivateAddr: 122) Xorg with xf86-video-vesa fails at runtime: VESA(0): Cannot read int vect There is also a specific "xf86-video-geode" driver for this chipset, I was able to compile it with -DVIDMEM_FRAMEBUFFER=0x01, but it still won't load because of a missing (obsolete?) xf86UnMapVidMem function. Any hints/suggestions would be appreciated! Thanks, - Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---