Tiny Core Extensions > TCE Bugs

Xfbdev-jwm-desktop bug

<< < (2/3) > >>

neonix:
The same problem occurs here:

http://www.tinycorelinux.net/15.x/x86/tcz/Xvesa-jwm-desktop.tcz.dep
http://www.tinycorelinux.net/15.x/x86/tcz/Xorg-jwm-desktop.tcz.dep

http://www.tinycorelinux.net/15.x/x86_64/tcz/Xorg-jwm-desktop.tcz.dep

Rich:
Hi neonix
The X server extension has been moved to the first
line of the following .dep files:
http://tinycorelinux.net/14.x/aarch64/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/armv6/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/armv7l/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/armv7/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/x86_64/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/x86_64/tcz/Xfbdev-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/x86/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/x86/tcz/Xfbdev-jwm-desktop.tcz.dep
http://tinycorelinux.net/14.x/x86/tcz/Xvesa-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/aarch64/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/armhf/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/x86_64/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/x86_64/tcz/Xfbdev-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/x86/tcz/Xorg-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/x86/tcz/Xfbdev-jwm-desktop.tcz.dep
http://tinycorelinux.net/15.x/x86/tcz/Xvesa-jwm-desktop.tcz.dep

gadget42:
it goes without saying, but nevertheless, thanks Rich! you're awesome!

neonix:
http://tinycorelinux.net/14.x/x86/tcz/Xorg-jwm-desktop.tcz.dep
I tested this in fresh installation and the problem still exist, because xorg-server.tcz is installed as the last extension, not the first.



BTW. There should be 2 main extensions. Xorg.tcz (2D), Xorg-3D and others should have small letter xorg-server, xorg-bin.

There should be also note in info file:

--- Code: ---sudo Xorg -configure
mv /root/xorg.conf /usr/local/share/X11/xorg.conf.d/xorg.conf
--- End code ---

neonix:
The problem was because lack of xorg.conf

There should be a script "xorgsetup' that generate xorg.conf in
/usr/local/share/X11/xorg.conf.d/

or vesaconf

--- Code: ---Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
    Option      "ShadowFB" "true"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection
--- End code ---
and fbdevconf


--- Code: ---Section "Device"
    Identifier "FBDEV"
    Driver "fbdev"
    Option "fbdev" "/dev/fb0"
    Option "ShadowFB" "true"
EndSection

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version