You are not logged in.
2 years eight days later !
Threads which sleep that long should really be buried automatically after a grace period. 90/180/365 Days ?
maybe sth for the admins
Did that but result remains the same.
This stems from debian package hardening-runtime
which I installed some time ago. see there (if installed)
cat /usr/share/doc/hardening-runtime/README.Debian
cat /etc/default/grub.d/01_hardening.cfg
# Linux command line options recommended by the KSPP
# https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings#kernel_command_line_options
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT kaslr pti=on slab_nomerge page_poison=1 slub_debug=FPZ nosmt"
# Other interesting options are:
# - intel_iommu=on (sometimes intel_iommu=on,igfx_off) for enabing I/OMMU
# When done editing the file, rebuild grub configuration with: update-grub
now must find out why kernel refuses its parameter
root@host /proc # cat cmdline
BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 root=UUID=...... ro nvidia-drm.modeset=1 quiet kaslr pti=on slab_nomerge page_poison=1 slub_debug=FPZ nosmt
root@host /proc # grep CMDLINE /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="nvidia-drm.modeset=1"
everything behind
quiet
is not in the grub settings.
Kernel complains because kaslr is unknown to it.
2024-11-01T19:14:44.792356+01:00 host kernel: [ 0.013968] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 root=UUID=e26f69aa-878b-46ca-8a16-c90ac9e06e62 ro nvidia-drm.modeset=1 quiet kaslr pti=on slab_nomerge page_poison=1 slub_debug=FPZ nosmt
2024-11-01T19:14:44.792357+01:00 host kernel: [ 0.014070] Unknown kernel command line parameters "kaslr BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 pti=on", will be passed to user space.
2024-11-01T19:14:44.793285+01:00 host kernel: [ 3.354434] kaslr
where do these settings come from and what I have to test and get rid off false entries?
It is not possible to set the shell for a particular task in /etc/cron.hourly, etc/cron.daily, etc/cron.weekly and /etc/cron.monthly.
Setting shell for all jobs is in /etc/default/cron.
I moved the job into the crontab (crontab -e) of root.
Now we go to the next problem.
I have the VM now running with oracle VM. took some time
Found suitable settings inside router to not promote external IP range internally.
Now I have an independent IPv6 subnet behind the router.
Hi
I failed to explain that I have a protocol function in the script which writes to /var/log/somejob/somejob.log, if executed as root.
I verified now that the script starts indeed as a dash script instead of starting as bash. Some command inside requires a bashism and then the script fails.
Works as root !
I correct now the headline as well.
I have tested now several versions
Version 1
head central_sync
#!/bin/bash
# synchronise Unlimited number of directories on different hosts
...
central_sync is a hardlink to /usr/local/bin/central_sync.bash
version 2
cat central_sync2
#!/bin/sh
set
/bin/bash /usr/local/bin/central_sync.bash
exit 0
version 3
cat central_sync3
#!/bin/sh
set
/bin/bash -x /usr/local/bin/central_sync.bash
exit 0
version 4
cat central_sync4
#!/bin/sh
set
/bin/bash --posix /usr/local/bin/central_sync.bash
exit 0
They all produce in the protocol log:
...
set
...
SHELL=/bin/sh
Consequently the program fails, which runs when called in the console/terminal
Parameter expansion fails in the rsync command
was still not able to find the resetting of the search bar.
not in about:preferences / search
nor in about:config I find the setting for a visible search bar
Hi , they keep playing around with things, nobody needs to change. Now I have a grey urlbar and search bar,
which change color when the mouse hovers over it.
What a waste, because now I have to search the bars with the eyes, before I can target them with the mouse.
This Guy, who did it, has no knowledge about workplace ergonomics and MMI design.
Somewhere else I found a huge css script about changing a simple parameter.
Does anyone have a better solution, maybe a parameter for the color in the about:config ?
Searched but was not successful.
I use Mate on daedalus.
Does anyone have a better solution, maybe another browser where they don't fiddle with such ?
Meanwhile I kicked version 128 out and keep version 115
When now testing the case, I noted, that the wrong behavior has disappeared.
It was limited to the "recent files" in the application menu of mate.
I did install some mate-menues-extras Items.
Probably it fixed the case. Possibly after a restart or a logout-login sequence.
the oneliner
user@host ~ % sleep 60 ; echo "\a" &
should do, whatever you need
60 is time in seconds so put 3600 for an hour
with the & you can close the terminal
Thanks for answering.
When opening with atril , the file opens and displays properly. This is not the problem.
file 240703_Importstrategie-2.pdf
240703_Importstrategie-2.pdf: PDF document, version 1.7, 38 pages
The problem is in the calling structure of the mate menu tree, where a flawed command reference is stored somewhere.
See the 'top' listing.
mate-panel invokes vim over a terminal instead of invoking atril.
Where does mate panel store its preferences?
daedalus
From Desktop:
About Mate
mate 1.26.0
about Atril
Atril is a simple multi-page document viewer. 1.26.0
When I download or extract a pdf from a mail, it shows up in "latest documents". Then I click on It , and a terminal with vi opens it.
%PDF-1.7^M and so on.
System /Personal/ Preferred Applications /Büro (office) states atril for Documents . whatever documents means .
~/.config/mimeapps.list Line 21 :
application/pdf=atril.desktop
cd /usr/share/mime/application
# grep "pdf" *
pdf.xml:<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/pdf">
pdf.xml: <glob pattern="*.pdf"/>
pdf.xml: <alias type="application/x-pdf"/>
pdf.xml: <alias type="image/pdf"/>
pdf.xml: <alias type="application/nappdf"/>
x-bzpdf.xml:<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-bzpdf">
x-bzpdf.xml: <glob pattern="*.pdf.bz2"/>
x-gzpdf.xml:<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-gzpdf">
x-gzpdf.xml: <glob pattern="*.pdf.gz"/>
x-lzpdf.xml:<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-lzpdf">
x-lzpdf.xml: <glob pattern="*.pdf.lz"/>
x-wwf.xml: <sub-class-of type="application/pdf"/>
x-xzpdf.xml:<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-xzpdf">
x-xzpdf.xml: <glob pattern="*.pdf.xz"/>
What points the application wrongly to vi ?
top:
30511 md 20 0 553320 53296 34844 S 0,0 0,1 1:00.55 `- mate-panel
30514 md 20 0 553320 53296 34844 S 0,0 0,1 0:06.22 `- mate-panel
30515 md 20 0 553320 53296 34844 S 0,0 0,1 0:00.14 `- mate-panel
30516 md 20 0 553320 53296 34844 S 0,0 0,1 0:00.00 `- mate-panel
9803 md 20 0 562952 59816 41856 S 3,3 0,1 0:11.46 `- mate-terminal
9806 md 20 0 562952 59816 41856 S 0,0 0,1 0:00.00 `- mate-terminal
9808 md 20 0 562952 59816 41856 S 0,0 0,1 0:00.00 `- mate-terminal
9809 md 20 0 562952 59816 41856 S 0,0 0,1 0:00.00 `- mate-terminal
10188 md 20 0 14064 7808 4828 S 0,0 0,0 0:00.17 `- zsh
10590 md 20 0 8468 4876 2760 R 0,3 0,0 0:01.03 `- top
10585 md 20 0 36664 17880 10032 S 0,0 0,0 0:00.02 `- vim /tmp/240703_Importstrategie-2.pdf
10587 md 20 0 36664 17880 10032 S 0,0 0,0 0:00.00 `- vim /tmp/240703_Importstrategie-2.pdf
my /etc/init.d/wg0
cat wg0
#!/bin/sh -eu
# checkconfig: 2345 30 70
# description: set up a WireGuard interface simply
### BEGIN INIT INFO
# Provides: wg-quick
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: set up a WireGuard interface simply
### END INIT INFO
command=/usr/bin/wg-quick
interface=wg0
description="wg-quick on $interface"
logfile=/var/log/$interface.log
status() {
/usr/bin/wg show $interface
}
start() {
touch $logfile && date >>$logfile
echo "starting $description ..." | tee -a $logfile
$command up $interface >>$logfile 2>&1
echo "... started $description" | tee -a $logfile
}
stop() {
touch $logfile && date >>$logfile
echo "stopping $description ..." | tee -a $logfile
$command down $interface >>$logfile 2>&1
echo "... stopped $description" | tee -a $logfile
}
case "${1-}" in
status) status ;;
start) start ;;
restart) stop || true; start ;;
stop) stop ;;
*) echo "usage: $0 {status|start|restart|stop}" ;;
esac
copied with small changes from
https://www.procustodibus.com/blog/2021 … it-script/
Once done run
update-rc.d /etc/init.d/wg0 defaults
server listens at ipv4 and ipv6 :51820
At the moment pinging is possible.
Once this solution has survived some testing, I will add a logrotate file.
If someone has the friendliness to file a bug against the package with this solution, or to complete the missing init-script package ?
(I have problems with reportbug.)
Hi
I tested this script sysd2v.sh and it failed.
The start stop functions were not created.
YMMV.
In devuan, with eudev you get the old names....
@fsmithred
Thanks for the good explanation.
a)
How can I find out, what the interfaces will actually be called without modifying the _cmdline_?
b)
and then modify the relevant files (sed ... s/eth0/enpxxx/ somefile)
c)
If I could give it a try modifying / restarting without loosing connection to my remotes without screen?
I worked on such an X installation back in 1987,88. Simple graphics, small network traffic. , low res pixel-centric graphics with no rendering necessary.
Drawing electrical schematics.
What do i miss ?
about one week of work , including the learning curve.
I did that once under S.u.S.E. (<=7.3, < Y2003) . It included compiling a stripped partly non modular kernel for the clients, which had the network card driver compiled in. Once that works, it can pull other modules from the server. All what was not needed, was not compiled to obtain the smallest kernel.
And the distributed X11 server / xclient architecture is interesting .
Nice if you have many many many clients , no distributed maintenance.
I dont know, how this is today with wayland. see here :
https://en.wikipedia.org/wiki/Wayland_( … land_and_X
Lots of rendering today, lots of network traffic today, if distributed and wrong distribution of graphic load..
Power up the client :
PXE
DHCP,
TFTP,
NFS,
(DNS) and only then LTSP ,
and then X11 client server.
And then login on the Thin client
cat /etc/default/grub
....
# check for other OS https://www.omgubuntu.co.uk/2021/12/grub-doesnt-detect-windows-linux-distros-fix
GRUB_DISABLE_OS_PROBER=false
.....
must set to false
Have upgraded to daedalus
Problem has been solved efficiently on the NVIDIA Board See there:
https://forums.developer.nvidia.com/t/k … ore/287257
Just continuing to shout "everyone needs to get on a bike"
Didi anyone say that?
Just for me: I did 30000km in 6 years with my car, 5000 km / year (3000miles) and most of the time it is standing around for a week or so. A waste of resources.
I have 6 options : own car, train, bus, bicycle and walking and an electric rental car here in the village.
No car is MY economic solution.
I choose to live here because of the train station and not in the next village w/o train station.
Why should I keep a car (fuel or electric)?
Those with a huge toolbox and a selection of spare parts are a different task. They might have an electric workshop truck - on wheels .
Electric cars come with high capital cost and it is mandatory , that they roll all the time. Probably rental is the solution .
The old school "living far from dense population" becomes more and more uneconomic, when cheap fuel disappears.
And transport without modal change is also a thing of the past, when transport chains can be organized by internet.
Currently my setup works with xorg.conf
Section "ServerLayout"
Identifier "Schreibtisch"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
# FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "intel"
Load "nvidia"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "libinput"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "libinput"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Lenovo"
ModelName "L24e-30"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Lenovo"
ModelName "L1951p"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
VendorName "NVIDIA Corporation"
Identifier "Card1"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 3
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 3
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 3
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 3
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 3
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 3
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
Option "AutoAddDevices" "true"
Option "AutoAddGPU" "false"
Option "AutoEnableDevices" "true"
EndSection
Section "Extensions"
Option "COMPOSITE" "Disable"
EndSection
but Xrandr does not detect the 2nd monitor
from terminal:
xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mm
1920x1080 60.00*+ 74.97 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 75.02 60.02
1440x900 59.90
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 60.00 59.94
720x400 70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
With Xinerama 0 the right screen (nvidia) remains dark.
With Xinerama 1, the virtual screen extend over both monitors. Mouse moves and windows can be shifted around.
the Xorg.0.log is this
[ 62246.167]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 62246.167] Build Operating System: linux Debian
[ 62246.167] Current Operating System: Linux thinkstation 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64
[ 62246.167] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-28-amd64 root=UUID=e26f69aa-878b-46ca-8a16-c90ac9e06e62 ro quiet 2
[ 62246.167] Build Date: 22 January 2024 06:21:42AM
[ 62246.167] xorg-server 2:1.20.11-1+deb11u11 (https://www.debian.org/support)
[ 62246.167] Current version of pixman: 0.40.0
[ 62246.167] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 62246.167] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 62246.167] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 6 10:17:31 2024
[ 62246.167] (==) Using config file: "/etc/X11/xorg.conf"
[ 62246.167] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 62246.167] (==) ServerLayout "Schreibtisch"
[ 62246.167] (**) |-->Screen "Screen0" (0)
[ 62246.167] (**) | |-->Monitor "Monitor0"
[ 62246.167] (**) | |-->Device "Card0"
[ 62246.167] (**) |-->Screen "Screen1" (1)
[ 62246.167] (**) | |-->Monitor "Monitor1"
[ 62246.167] (**) | |-->Device "Card1"
[ 62246.167] (**) |-->Input Device "Mouse0"
[ 62246.167] (**) |-->Input Device "Keyboard0"
[ 62246.167] (**) Option "Xinerama" "0"
[ 62246.167] (**) Option "AutoAddDevices" "true"
[ 62246.167] (**) Option "AutoEnableDevices" "true"
[ 62246.167] (**) Option "AutoAddGPU" "false"
[ 62246.167] (**) Automatically adding devices
[ 62246.167] (**) Automatically enabling devices
[ 62246.167] (**) Not automatically adding GPU devices
[ 62246.167] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 62246.167] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 62246.167] Entry deleted from font path.
[ 62246.167] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 62246.167] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 62246.167] (**) Extension "COMPOSITE" is enabled
[ 62246.167] (II) Loader magic: 0x564bf6f48e40
[ 62246.167] (II) Module ABI versions:
[ 62246.167] X.Org ANSI C Emulation: 0.4
[ 62246.167] X.Org Video Driver: 24.1
[ 62246.167] X.Org XInput driver : 24.1
[ 62246.167] X.Org Server Extension : 10.0
[ 62246.168] (++) using VT number 7
[ 62246.168] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 62246.168] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 62246.168] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 62246.183] (--) PCI: (0@0:2:0) 8086:3e92:17aa:3138 rev 0, Mem @ 0x62000000/16777216, 0x40000000/268435456, I/O @ 0x00004000/64
[ 62246.183] (--) PCI:*(1@0:0:0) 10de:1c30:10de:11b3 rev 161, Mem @ 0x63000000/16777216, 0x50000000/268435456, 0x60000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[ 62246.183] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 62246.183] (II) LoadModule: "glx"
[ 62246.183] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 62246.183] (II) Module glx: vendor="X.Org Foundation"
[ 62246.183] compiled for 1.20.11, module version = 1.0.0
[ 62246.183] ABI class: X.Org Server Extension, version 10.0
[ 62246.183] (II) LoadModule: "intel"
[ 62246.183] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 62246.184] (II) Module intel: vendor="X.Org Foundation"
[ 62246.184] compiled for 1.20.11, module version = 2.99.917
[ 62246.184] Module class: X.Org Video Driver
[ 62246.184] ABI class: X.Org Video Driver, version 24.1
[ 62246.184] (II) LoadModule: "nvidia"
[ 62246.184] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 62246.184] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 62246.184] compiled for 1.6.99.901, module version = 1.0.0
[ 62246.184] Module class: X.Org Video Driver
[ 62246.184] (II) LoadModule: "intel"
[ 62246.184] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 62246.184] (II) Module intel: vendor="X.Org Foundation"
[ 62246.184] compiled for 1.20.11, module version = 2.99.917
[ 62246.184] Module class: X.Org Video Driver
[ 62246.184] ABI class: X.Org Video Driver, version 24.1
[ 62246.184] (II) UnloadModule: "intel"
[ 62246.184] (II) Unloading intel
[ 62246.184] (II) Failed to load module "intel" (already loaded, 0)
[ 62246.184] (II) LoadModule: "nvidia"
[ 62246.184] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 62246.184] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 62246.184] compiled for 1.6.99.901, module version = 1.0.0
[ 62246.184] Module class: X.Org Video Driver
[ 62246.184] (II) UnloadModule: "nvidia"
[ 62246.184] (II) Unloading nvidia
[ 62246.184] (II) Failed to load module "nvidia" (already loaded, 0)
[ 62246.184] (II) LoadModule: "libinput"
[ 62246.184] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 62246.185] (II) Module libinput: vendor="X.Org Foundation"
[ 62246.185] compiled for 1.20.8, module version = 0.30.0
[ 62246.185] Module class: X.Org XInput Driver
[ 62246.185] ABI class: X.Org XInput driver, version 24.1
[ 62246.185] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 62246.185] (II) intel: Driver for Intel(R) HD Graphics
[ 62246.185] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 62246.185] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 62246.185] (II) NVIDIA dlloader X Driver 470.223.02 Sat Oct 7 15:36:12 UTC 2023
[ 62246.185] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 62246.185] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[ 62246.185] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20200714-1+deb11u1 (Julien Cristau <jcristau@debian.org>)
[ 62246.185] (II) intel(0): SNA compiled for use with valgrind
[ 62246.204] (II) Loading sub module "fb"
[ 62246.204] (II) LoadModule: "fb"
[ 62246.205] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 62246.205] (II) Module fb: vendor="X.Org Foundation"
[ 62246.205] compiled for 1.20.11, module version = 1.0.0
[ 62246.205] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62246.205] (II) Loading sub module "wfb"
[ 62246.205] (II) LoadModule: "wfb"
[ 62246.205] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 62246.205] (II) Module wfb: vendor="X.Org Foundation"
[ 62246.205] compiled for 1.20.11, module version = 1.0.0
[ 62246.205] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62246.205] (II) Loading sub module "ramdac"
[ 62246.205] (II) LoadModule: "ramdac"
[ 62246.205] (II) Module "ramdac" already built-in
[ 62246.205] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 62246.205] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[ 62246.205] (==) intel(0): Depth 24, (--) framebuffer bpp 32
:
1. there is a lot of loading and unloading modules, which may also explain complained slowness . Can this be avoided?
2. How to get xrandr working ? xrandr conflicts with xinerama. But i need xinerama for both monitors at the moment.
I sold my car last week.
I have a public transport ticket and a bicycle and two legs still in good order.
At least here it is possible to have no car and still come around.
NO Car is better than ANY Car from the environmental view.
and Railway is better than Street traffic from the environmental view.
and no traffic is better than any traffic from the environmental view.
Use your choices.
Electric traction
has been around since 1879 on the railway with now only 20% of the energy consumption of the trucking industry.
Thanks
in the output of netstat -tulpen have these lines amongst others
netstat -tulpen | grep \-
Proto Recv-Q Send-Q Local Address Foreign Address State Benutzer Inode PID/Program name
tcp 0 0 0.0.0.0:42397 0.0.0.0:* LISTEN 0 1874 -
tcp 0 0 0.0.0.0:3142 0.0.0.0:* LISTEN 108 15793 1656/apt-cacher-ng
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN 0 15825 -
tcp6 0 0 :::45827 :::* LISTEN 0 1877 -
tcp6 0 0 :::3142 :::* LISTEN 108 15794 1656/apt-cacher-ng
tcp6 0 0 :::2049 :::* LISTEN 0 15841 -
udp 0 0 0.0.0.0:57006 0.0.0.0:* 0 1873 -
udp6 0 0 :::49439 :::* 0 1875 -
I am wondering, what these lines are with the dash - at the end . Never seen this before.
Something to do with docker , which I recently installed?