Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
9 results tagged x11  ✕   ✕
ghaerr/microwindows https://github.com/ghaerr/microwindows
Wed 04 Sep 2024 06:28:25 PM PDT archive.org

Microwindows or Nano-X is a small graphical windowing system that implements both Win32 and Nano-X (X11-like) APIs for clipped graphics drawing in windows on Linux, Mac OS X, EMSCRIPTEN, Android and other platforms. It is Open Source and licenced under the the Mozilla Public License. For creating GUIs, the Nuklear immediate mode GUI, Win32 builtin controls, and TinyWidget's controls based on Nano-X are included. FLTK can be used with the X11 compability library NX11.

Some of the supported platforms are listed at the bottom on the left side. Next to that there are available screen drivers, mouse drivers and keyboard drivers. The Nano-X / Microwindows engine is the core code that implements all drawing and clipping, with the Win32 and Nano-X graphical windowing APIs implemented in seperately configurable layers on top of that. The engine is configured to use various OS platforms and associated screen, mouse and keyboard drivers, or bare hardware. The Nano-X API and the Win32 APIs are used to write applications. To provide close X11 compatibility the NX11 library can be built on top of the Nano-X API, which allows X11 applications to be linked and run without recompilation. The FLTK GUI toolkit runs based on NX11.

windows library protocol C crossplatform gui x11
Trinity Desktop Environment https://www.trinitydesktop.org/
Mon 13 May 2024 09:05:31 PM PDT archive.org

The TDE project began as a continuation of the K Desktop Environment (KDE) version 3. The name Trinity was chosen partly because the word means "three" and TDE was a continuation of KDE 3. TDE now is its own computer desktop environment project. Equipped with a suitable collection of desktop effects that remain compatible with older hardware. Responsive on older hardware, while also being compatible with newer hardware. Compatible with, but not requiring, 3D acceleration (unlike KDE Plasma). Compatible with freedesktop.org and Linux file system hierarchy standards. Compatible with other desktop environments.

RSS: https://www.trinitydesktop.org/rss.php

Looks like there's a third party Arch package repository for TDE: https://wiki.trinitydesktop.org/Arch_Trinity_Repository_Installation_Instructions

desktops linux qt x11
phillbush/xfiles https://github.com/phillbush/xfiles
Sun 17 Mar 2024 06:20:43 PM PDT archive.org

XFiles is a file manager for X11. It can navigate through directories, show icons for files, select files, call a command to open files, generate thumbnails, and call a command to run on right mouse button click. Supports running scripts when the user selects a file.

This is an old-school X11-style X application. No toolkit, no desktop environment, no skinning, just a file manager.

x11 files managers applications lightweight
polybar/polybar https://github.com/polybar/polybar
Tue 10 May 2022 08:29:31 AM PDT archive.org

Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting. It has built-in functionality to display information about the most commonly used services. Has a large number of built-in widgets for many different facets of system status.

In the AUR.

x11 linux desktop cplusplus status widgets
GitHub - cosmos72/twin https://github.com/cosmos72/twin/
Fri 28 Sep 2018 03:36:13 PM PDT archive.org

Text mode window environment. A "retro" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server. It's a serious oversimplification, but think text-mode X, or maybe something like Desqview for DOS. Mouse support, window manager, terminal emulator and networked clients, all inside a text display.

windowmanager desktop text application x11 windows embedded remote
XScreenSaver http://www.jwz.org/xscreensaver/
Tue 20 Mar 2018 03:15:45 AM PDT archive.org
art x11 toys screensaver graphics software classics
aalib-based x server http://www.meow.org.uk/stan/xserver/
Tue 20 Mar 2018 03:03:23 AM PDT archive.org

A hacked X server that displays everything as ASCII art.

funny hacks asciiart x11 oldschool ascii
ubuntu snippets: Multi touch for any,all synaptics touchpad http://ubuntu-snippets.blogspot.com/2009/03/multi-touch-for-anyall-synaptics.html
Tue 20 Mar 2018 02:02:14 AM PDT archive.org

A short blog post about enabling multi-touch mode for touchpads in Linux.

gksudo gedit /etc/hal/fdi/policy/11-x11-synaptics.fdi

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
 <device>
   <match key="info.capabilities" contains="input.touchpad">
       <merge key="input.x11_driver" type="string">synaptics</merge>
       <merge key="input.x11_options.SHMConfig" type="string">On</merge>
       <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge>
       <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.TapButton1" type="string">1</merge>
       <merge key="input.x11_options.TapButton2" type="string">3</merge>  <!--two finger tap -> middle clieck(3) -->
       <merge key="input.x11_options.TapButton3" type="string">2</merge>  <!--three finger tap -> right click(2). almost impossible to click -->
   </match>
 </device>
</deviceinfo>

sudo /etc/init.d/hal restart

trackpad x11 laptop howto touchpad multitouch linux synaptics
FreeBSD Install VIM Editor Without X11 GUI http://www.cyberciti.biz/faq/freebsd-install-vim-editor-without-x11-gui/
Tue 20 Mar 2018 12:56:11 AM PDT archive.org

How to install vim from the FreeBSD ports collection without it installing most of X along with it.

cd /usr/ports/editors/vim
make WITHOUT_X11=yes install clean

installation howto ports sysadmin vim freebsd x11 packages options
6378 links, including 417 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn