PS:

This doesn't help you with your wine font issue, but is an example for
what could be done by the old school xorg.conf. Running Ubuntu in a
container:

[root@archlinux moonstudio]# systemd-nspawn -q
[root@moonstudio ~]# lsb_release -rc
Release:        16.04
Codename:       xenial
[root@moonstudio ~]# cat at /etc/X11/xorg.conf
cat: at: No such file or directory
Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "dri2"
        Load  "glx"
        Load  "record"
        Load  "GLcore"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Plug 'n' Play"
        ModelName    "Plug 'n' Play"
        DisplaySize  305 230
        HorizSync    29-98
        VertRefresh  50-120
        modeline         "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
        Gamma        1.0
EndSection

Section "Device"
        Identifier   "Card0"
        Driver   "radeon"
       #Driver   "vesa"
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "Card0"
        Monitor      "Monitor0"

        Defaultdepth 24
        SubSection   "Display"
                Depth    24
                Modes    "1152x864"
        EndSubSection
EndSection
[root@moonstudio ~]# cat /etc/X11/xorg.conf.d/disable-blanking.conf 
Section "ServerFlags"
    Option "BlankTime"   "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime"     "0"
EndSection
[root@moonstudio ~]# cat /etc/X11/xorg.conf.d/keyboard.conf 
#Section "InputClass"
#       Identifier "keyboard"
#       MatchIsKeyboard "yes"
#       Option "XkbLayout" "de"
#       #Option "XkbVariant" "nodeadkeys"
#EndSection

For jwm there should be a .jwmrc. I can't find it for my Ubuntu install,
but for my Arch install I run feh like this, by the .jwmrc:

<StartupCommand>feh --bg-scale 
/home/rocketmouse/.customization/dark_cartoon_art-modified-1152x864.jpg</StartupCommand>

At least my Ubuntu provides the openbox autostart, too:

[root@archlinux moonstudio]# systemd-nspawn -q
[root@moonstudio ~]# grep feh /home/weremouse/.config/openbox/autostart 
(sleep 1 && feh --bg-scale ~/Pictures/moonstudio_wallpaper_1.png) &

-- 
ubuntu-studio-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel

Reply via email to