-
Search Results
-
Hi. The e-services for the Land Registration in Greece (“ktimatologio”) don’t work for me, when I use Palemoon. It’s OK, when I use Seamonkey.
$ inxi -Fxz System: Host: ts2450s203 Kernel: 4.9.170-antix.1-486-smp i686 bits: 32 compiler: gcc v: 6.3.0 Desktop: IceWM 1.4.2 Distro: antiX-17_386-base Heather Heyer 24 October 2017 base: Debian GNU/Linux 9 (stretch) Machine: Type: Laptop System: TOSHIBA product: Satellite 2450 v: PS245E-03TE0-GK serial: <filter> Mobo: TOSHIBA model: Portable PC v: Version A0 serial: <filter> BIOS: TOSHIBA v: Version 1.30 date: 03/20/2003 CPU: Topology: Single Core model: Intel Pentium 4 bits: 32 type: MCP arch: Netburst Northwood rev: 7 L2 cache: 512 KiB flags: pae sse sse2 bogomips: 5586 Speed: 2793 MHz min/max: N/A Core speed (MHz): 1: 2793 Graphics: Device-1: NVIDIA NV17M [GeForce4 420 Go] vendor: Toshiba America Info Systems driver: nouveau v: kernel bus ID: 01:00.0 Display: server: X.Org 1.19.2 driver: nouveau unloaded: fbdev,modesetting,vesa resolution: 1024x768~60Hz OpenGL: renderer: Mesa DRI nv17 x86/MMX/SSE2 v: 1.2 Mesa 13.0.6 direct render: Yes Audio: Device-1: Intel 82801DB/DBL/DBM AC97 Audio vendor: Toshiba America Info Systems driver: snd_intel8x0 v: kernel bus ID: 00:1f.5 Sound Server: ALSA v: k4.9.170-antix.1-486-smp Network: Device-1: Realtek RTL-8100/8101L/8139 PCI Fast Ethernet Adapter vendor: Toshiba America Info Systems driver: 8139too v: 0.9.28 port: ce00 bus ID: 02:09.0 IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: <filter> Drives: Local Storage: total: 93.16 GiB used: 53.91 GiB (57.9%) ID-1: /dev/sda vendor: Toshiba model: MK1032GAX size: 93.16 GiB Partition: ID-1: / size: 81.32 GiB used: 53.90 GiB (66.3%) fs: ext4 dev: /dev/sda1 ID-2: swap-1 size: 2.00 GiB used: 352 KiB (0.0%) fs: swap dev: /dev/sda2 Sensors: System Temperatures: cpu: 67.0 C mobo: N/A Fan Speeds (RPM): N/A Info: Processes: 122 Uptime: 55m Memory: 1002.8 MiB used: 651.8 MiB (65.0%) Init: SysVinit runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.33- This topic was modified 3 years, 11 months ago by andfree.
Topic: Conky- good to a free home…
This Conky was coded using the following sites as references. The base code from which it was built is the product of the efforts of both Erik DuBois & Addy.
Conky References:
http://www.ifxgroup.net/conky.htm#tips
https://www.mankier.com/1/conky
http://conky.sourceforge.net/variables.htmlThe Conky screenshot attached…
===========Conky Code Follows ==================
#-- Informant Conky
#-- Date : 26/10/2017
#-- Editor : Erik Dubois
#-- Version : v3.0.4
#-- revised by : Mark Rabideau (manyroads)
#-- revision on: 21-29 May 2019#-- By Addy
#-- https://plus.google.com/+AdhiPambudi
#-- http://addy-dclxvi.deviantart.com/
#-- https://github.com/addy-dclxvi#-- For commands available check:
#-- http://conky.sourceforge.net/variables.html## Begin Window Settings #####################
own_window yes
own_window_type normal
#--original own_window_type is desktop
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_transparent no## ARGB can be used for real transparency
## NOTE that a composite manager is required for real transparency.
## This option will not work as desired (in most cases) in conjunction with
## own_window_type normal
own_window_argb_visual yes## When ARGB visuals are enabled, use this to modify the alpha value
## Use: own_window_type normal
## Use: own_window_transparent no
## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
own_window_argb_value 0
own_window_colour 000000minimum_width 200
minimum_height 200
maximum_width 400gap_x 5
gap_y 0alignment middle_right
## End Window Settings ###
## Font Settings ######################
#-- Use Xft (anti-aliased font and stuff)
use_xft yes
# Requires mono font for spacing reasons
# xftfont Liberation Mono:bold:size=9
xftfont Roboto:size=10# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
#-- Force UTF8? requires XFT ###
override_utf8_locale yesuppercase no
## End Font Settings ##### Colour Settings ###
draw_shades no ##yes
default_shade_color blackdraw_outline no ## amplifies text if yes
default_outline_color black## Color scheme ##
## fe4515 crimson-orange
default_color fe4515## ffffff white
color1 ffffff## Green
color2 0BFF00########################
## End Colour Settings ###
## Borders Section ##
draw_borders no
#-- Stippled borders?
stippled_borders 5
#-- border margins
border_inner_margin 5
border_outer_margin 0
#-- border width
border_width 2
#-- graph borders
draw_graph_borders yes ##no
#--default_graph_size 15 40
## End Borders Secton ##### Miscellaneous Section ##
#-- Boolean value, if true, Conky will be forked to background when started.
background yes#-- Adds spaces around certain objects to stop them from moving other things
#-- around, this only helps if you are using a mono font
#-- Options: right, left or none
use_spacer no#-- Default and Minimum size is 256 - needs more for single commands that
#-- "call" a lot of text IE: bash scripts
#--text_buffer_size 6144#-- Subtract (file system) buffers from used memory?
no_buffers yes#-- change GiB to G and MiB to M
short_units yes#-- Like it says, ot pads the decimals on % values
#-- doesn't seem to work since v1.7.1
pad_percents 2#-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
#-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size 0#-- Use the Xdbe extension? (eliminates flicker)
#-- It is highly recommended to use own window with this one
#-- so double buffer won't be so big.
double_buffer yes#-- Maximum size of user text buffer, i.e. layout below TEXT line in config file
#-- (default is 16384 bytes)
#-- max_user_text 16384#-- Desired output unit of all objects displaying a temperature. Parameters are
#-- either "fahrenheit" or "celsius". The default unit is degree Celsius.
#-- temperature_unit Fahrenheit
## End Miscellaneous Section ###update_interval 1
minimum_size 0 0
TEXT
${font Good Times:size=72}$alignr${time %H}${color1}:${time %M}${font}${color}
${font Good Times:32}${voffset 12}$alignr${color1}${time %A},${color} ${time %d}${color0} ${time %B} ${time %Y}${font}${voffset 2}
${hr}${color}${voffset 4}
${font Roboto:pixelsize=13}${alignr} USER: ${color1}${execi 5000 whoami}${color} ${color1}I${color} MACHINE: ${color1}$nodename${color} ${color1}I${color} UPTIME: ${color1}$uptime${color}
${font Roboto:pixelsize=13}${alignr} DISTRIBUTION: ${color1}${execi 6000 cat /etc/antix-version}${color}
${font Roboto:pixelsize=13}${alignr} ARCHITECTURE: ${color1}${machine}${color} ${color1}I${color} KERNEL: ${color1}${kernel}${color}
${font Roboto:pixelsize=13}${alignr} ROOT: ${color1}${fs_used /}${color} / ${color1}${fs_size /}${color} ${color1}I${color} HOME: ${color1}${fs_used /home}${color} / ${color1}${fs_size /home}${color}
${font Roboto:pixelsize=13}${alignr} SWAP: ${color1}${swap} / ${swapmax}${color} ${color1}I${color} SYS TEMP: ${color1}${hwmon temp 1}°C${color}
${alignr} ${color} RAM: ${color1}$mem / $memmax${color} HD: ${color1}${fs_used_perc}%${color}
# Shows Desktop Name
${font Roboto:pixelsize=13}${alignr} DESKTOP SESSION: ${color1}${execi 60000 env | grep '^DESKTOP_SESSION' | cut -d'=' -f2-}${color}
${color1}${font Good Times:12}CPU ${hr 2}${color}${font}
${goto 199} ${color3} CPU USE: ${color} ${alignr}${cpu cpu0} % of Available
${alignr} ${color3} Core-0: ${color}${cpugraph 0 10,120 000000 0BFF00 -l}
${alignr} ${color3} Core-1: ${color}${cpugraph 1 10,120 000000 0BFF00 -l}
${alignr} ${color3} Core-2: ${color}${cpugraph 2 10,120 000000 0BFF00 -l}
${alignr} ${color3} Core-3: ${color}${cpugraph 3 10,120 000000 0BFF00 -l}${color1}${font Good Times:12}Network (${addr eth0})${font} ${hr 2}
Down:${color} ${downspeedf eth0}kB/s ${alignr}${color1}Up:${color} ${upspeedf eth0}kB/s
${downspeedgraph eth0 30,120 000000 0BFF00} $alignr${upspeedgraph eth0 30,120 000000 0BFF00}
########## Wireless Network #### Uncomment this section for use with wireless
#${color1}${font Good Times:12}Network (${addr wlan0}) #[${wireless_link_qual_perc wlan0}%]${font} ${hr 2}
# Down:${color} ${downspeedf wlan0}kB/s ${alignr}${color1}Up:${color} #${upspeedf wlan0}kB/s#
Pax vobiscum,
Mark Rabideau - http://many-roads.com
"For every complex problem there is an answer that is clear, simple, and wrong." H. L. Mencken
dwm & i3wm ~Reg. Linux User #449130
20 Jan 2021 ~ "End of an Error"Topic: Antix suspend problem
I installed Antix a few days ago and my major problem is that it will suspend, but not come back. The keyboard appears dead and the led keys will not light up. It has not shut down because it requires about a 5 second power button hold before it will allow another press to reboot the system.
I am running 3 operating systems on this laptop, Linux Mint, MX Linux, and AntiX. Suspend works fine on Mint and MX.
When I partitioned during the install for Antix, I only set up a root and home partition. I did not set up a swap partition because I already had two on the drive, and I did not really know of any reason AntiX would not find the existing swap partitions. And in fact, Conky shows the swap partitions on the desktop, but I can’t say that I have ever seen it showing any of it being used. I have 12G of ram.
Any suggestions would be greatly appreciated.















