View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

Hacer un ordenador para cartel, con X pero sin teclado/ratón

Arrancar sin ratón


En la AdvancedTopicsFAQ de xorg explican como hacerlo

Hacer que no se vea el cursor del ratón


Si se usa un ratpoison, con el "banish" se pone en la esquina inferior derecha. Para que no se vea, se puede poner un cursor transparente para la ventana raiz con:
 xsetroot -cursor emptyCursor.xbm emptyCursor.xbm

Siendo emptyCursor un xbm generado con la aplicación "bitmap" (FIle->New, File->Save, "emptyCursor.xbm").

Sobre las X


Se sigue este ejemplo. Queda así:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName   "LG"
        ModelName    "38in streched"
        HorizSync       28-70
        VertRefresh     47-72
        Mode "1920x502"
            DotClock 140
            HTimings 1920 1920 1920 1920
            VTimings 502 502 502 502
            Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support acc
el
        EndMode
EndSection

Section "ServerFlags"
        Option "blank time" "0"
        Option "standby time" "0"
        Option "suspend time" "0"
        Option "off time" "0"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
        VendorName  "Intel"
        BoardName   "Integrated haswell"
        Option      "NoDDC"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1920x502"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection



Uso del framebuffer con intel KMS (fbset, etc)


Pçagina de arch sobre el tema (cached)


Alternativa al uzbl


En este post sobre el sailfish browser indican que se puede usar EmbedLite for gecko, o bien hacer un fork de cutefox para que tenga la parte interactiva.