Desktop-Foto

Started by reddark, 2010/09/12, 11:37:43

Previous topic - Next topic

unklarer

Vom Radl' Urlaub im Spreewald beste Grüße an das Neue Forum. 😄

Aus langer Weile, nur mit Android ausgerüstet, habe ich Termux auf F-Droid gefunden. Eigener pkg-Manager dabei.
Nur mit den Fingern ist das so eine Sache...  🙄
An diese deutschen Anleitungen habe ich mich gehalten.

 

https://de.androidayuda.com/androide/Tutorials/Der-ultimative-Leitfaden-zu-grundlegenden-Termux-Befehlen-und-fortgeschrittenen-Android-Tricks./

https://de.androidguias.com/Mit-diesem-ausf%C3%BChrlichen-Leitfaden-meistert-Termux-das-Android-Terminal./

Innerhalb von Termux (eine Art VM) kann man auch Distri's installieren. Ich wählte debian/trixie. Alles völlig von Android isoliert.
Für was Schnelles, wunderbar.  🙂


unklarer


unklarer

#362
https://testbuilds.siduction.org/

kde/plasma xfce xorg/fluxbox nox (ohne Bild  :D)

kde auf dieser Maschine hat permanente Grafikfehler❯ inxi -MG
Machine:
  Type: Desktop Mobo: Shuttle model: DS50U v: 1.0 serial: <superuser required>
    UEFI: American Megatrends LLC. v: 1.07 date: 10/24/2023
Graphics:
  Device-1: Intel Alder Lake-UP3 GT1 [UHD Graphics] driver: i915 v: kernel
  Display: x11 server: X.Org v: 21.1.16 with: Xwayland v: 24.1.6 driver: X:
    loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915
    resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: iris,swrast platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 25.0.7-2
    renderer: Mesa Intel Graphics (ADL GT2)
  Info: Tools: api: eglinfo,glxinfo wl: kanshi x11: xdriinfo, xdpyinfo,
    xprop, xrandr
auf dieser überraschend gut inxi -MG
Machine:
  Type: Laptop System: HP product: OMEN by HP Laptop v: Type1ProductConfigId
    serial: <superuser required>
  Mobo: HP model: 825B v: 82.39 serial: <superuser required> Firmware: UEFI
    vendor: Insyde v: F.48 date: 06/22/2018
Graphics:
  Device-1: Intel Skylake-H GT2 [HD Graphics 530] driver: i915 v: kernel
  Device-2: NVIDIA GM206M [GeForce GTX 965M] driver: nouveau v: kernel
  Device-3: Cheng Uei Precision Industry (Foxlink) HP Wide Vision HD
    integrated webcam driver: uvcvideo type: USB
  Display: wayland server: X.org v: 1.21.1.23 with: Xwayland v: 24.1.12
    compositor: LabWC driver: gpu: i915 resolution: 1920x1080~60Hz
  API: EGL Message: EGL data requires eglinfo. Check --recommends.
  Info: Tools: wl: kanshi x11: xrandr
Alle vier wurden mit dem gleichen Befehl auf den Stick gezogen(aus dem debian-forum, glaube von @whistler_mb) ❯ sudo dd if=siduction-2026.1.0-Big_Crime-xorg-amd64-202606021405.iso of=/dev/sdb bs=16M status=progress oflag=direct conv=fsync

Die nox kommt, wie gewohnt, mit viel zu viel SoftwarePaketen, die ich nicht brauche. Deshalb könnte die ISO auch viel kleiner sein...   ;)

unklarer

 

Eigentlich hatte ich nicht vor, nach dem 'Weggang' von N.Preining, das Plasma wieder zu benutzen. Man soll eben doch niemals nie sagen. :D

Weil mich aber die Live auf diesem Rechner bereits so überzeugte, ist sie als Installation jetzt fast(suspend kam nicht wieder zum Desktop) unschlagbar in Design/Effekten. Wirklich Klasse!

darknetmatrix

After spending a month on Debian GNOME, I'm back on Siduction; GNOME didn't really appeal to me.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

darknetmatrix

Da der neue Name ,,Big Crime" lautet, habe ich gleich einen passenden Hintergrund erstellt.
Since the new name is "Big Crime," I went ahead and created a matching background right away.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

unklarer



conkyrcconky.config = {
--##  Begin Window Settings  ##################################################
-- Create own window instead of using desktop (required in nautilus)
own_window = true,
own_window_type = 'utility',--normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
--own_window_colour black
own_window_class = 'Conky',
own_window_title = 'OneLiner',
out_to_wayland = true,

-- 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 = true,

--## 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 override
own_window_argb_visual = true,

--## When ARGB visuals are enabled, this use this to modify the alpha value
--## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
--own_window_argb_value 200

minimum_width = 1600, minimum_height = 0,--# width, height
maximum_width = 1600,--# width, usually a good idea to be '=' or '>' minimum width

gap_x = 140,-- left-right
gap_y = 5,-- up-down

alignment = 'bottom_middle',
--##################################################  End Window Settings  ###
--##  Font Settings  #########################################################
-- Use Xft (anti-aliased font and stuff)
use_xft = true,
font = 'DejaVu Sans Mono:size=10',

-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha = 0,
-- Force UTF8? requires XFT ###
override_utf8_locale = true,

draw_shades = false,
default_shade_color = 'black',

draw_outline = false,-- amplifies text if yes
default_outline_color = 'black',

uppercase = false,
--#####################################################  End Font Settings  ###
--##  Color Settings  #########################################################
default_shade_color = 'grey',
default_outline_color = 'black',

default_color = '#DCDCDC',--220 220 220    Gainsboro
color0 = '#8FBC8F',--143 188 143    DarkSeaGreen
color1 = '#778899',--119 136 153    LightSlateGray #
color2 = '#FF8C00',--255 140   0    DarkOrange
color3 = '#7FFF00',--127 255   0    Chartreuse
color4 = '#FFA07A',--255 160 122    LightSalmon
color5 = '#FFDEAD',--255 222 173    NavajoWhite    #
color6 = '#00BFFF',--  0 191 255    DeepSkyBlue
color7 = '#00FFFF',--  0 255 255    Cyan
color8 = '#FFFFFF',--               Withe          #FFFF00 #255 255   0    Yellow
color9 = '#B22222',--178  34  34    FireBrick
--####################################################  End Color Settings  ###
--##  Borders Section  ########################################################
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 0,
border_outer_margin = 0,
-- border width
border_width = 0,
-- graph borders
draw_graph_borders = false,--yes
default_graph_width = 15, default_graph_height = 40,
--####################################################  End Borders Secton  ###
--##  Miscellaneous Section  ##################################################

-- Boolean value, if true, Conky will be forked to background when started.
background = false,

-- 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 = 'none',

-- Default and Minimum size is 256 - needs more for single commands that
-- "call" a lot of text IE: bash scripts
text_buffer_size = 256,

-- Subtract (file system) buffers from used memory?
no_buffers = true,

-- change GiB to G and MiB to M
short_units = true,

-- Like it says, ot pads the decimals on % values
-- doesn't seem to work since v1.7.1
pad_percents = 2,


update_interval = 1,

};

conky.text = [[
${goto 150}[${exec uname -r | cut -d '-' -f1}  ${color6}HHD${color8} ${hwmon 2 temp 1}°C]  >>  [/ ${color}${fs_free /} | ${fs_size /} ${color3}DATEN ${color}${fs_free /media/DATEN} | ${fs_size /media/DATEN}]  >>  [${color6}RAM${color} ${color3}${if_match ${memperc} < 10}00${memperc}\
${else}${if_match ${memperc} < 100}0${memperc}\
${else}${memperc}\
${endif}${endif} %${color} ${mem} | ${memmax}]  >>  [${color6}CPU ${color8}${hwmon 5 temp 2}°${color} ${color3}1|${color}${if_match ${cpu cpu0} < 10}00${cpu cpu0}\
${else}${if_match ${cpu cpu0} < 100}0${cpu cpu0}\
${else}${cpu cpu0}\
${endif}${endif}·${color3}2|${color}${if_match ${cpu cpu1} < 10}00${cpu cpu1}\
${else}${if_match ${cpu cpu1} < 100}0${cpu cpu1}\
${else}${cpu cpu1}\
${endif}${endif}·${color3}3|${color}${if_match ${cpu cpu2} < 10}00${cpu cpu2}\
${else}${if_match ${cpu cpu2} < 100}0${cpu cpu2}\
${else}${cpu cpu2}\
${endif}${endif}·${cpu} %${color8}]  >>  [${color6}GPU ${color8}${hwmon 4 temp 2}°C ${color6}MB ${color8}${hwmon 4 temp 3}°C]${color}
]];