ɴꙩᴍᴀᴅ
How can i read more about Xorg configuration? I do not know about TearFree and DRI.
Xorg.conf has a man page for it https://www.x.org/releases/X11R7.5/doc/man/man5/xorg.conf.5.html
Tuxi_lx
ɴꙩᴍᴀᴅ
Ready, I yet did it..
Do you have the resultant link?
Tuxi_lx
This is
Tuxi_lx
ɴꙩᴍᴀᴅ
Hello there @Neonvivv
Adhi
can someone help me i'm unable to ping internet from inside the jails
ɴꙩᴍᴀᴅ
Hello Adhi
ɴꙩᴍᴀᴅ
can someone help me i'm unable to ping internet from inside the jails
Can you descirbe which steps did you follow to create the jail, and what have you tried so far in order to solve the internet ping? Did you add the DNS to the Jails resolv.conf?
Adhi
here im able to ping host network but im unable to ping default gateway
ɴꙩᴍᴀᴅ
Take a read at these: https://forums.freebsd.org/threads/no-internet-connection-from-jail.57470/ https://unix.stackexchange.com/questions/65856/enable-networking-inside-a-freebsd-jail#65861
Adhi
can someone help when im trying to add routes inside the jails im getting an error like
Adhi
route: writing to routing socket: Operation not permitted
Amir
Hi Does anyone have a solution to disable vlanhwcsum?
Amir
Hi Does anyone have a solution to disable vlanhwcsum?
ifconfig has option to enable it( using ifconfig interface vlanhwcsum) but can not disable it using -vlanhwcsum
ɴꙩᴍᴀᴅ
route: writing to routing socket: Operation not permitted
https://forums.freebsd.org/threads/how-to-configure-routing-for-jail.80778/
ɴꙩᴍᴀᴅ
route: writing to routing socket: Operation not permitted
And also: https://virtualisationworks.wordpress.com/2017/10/15/getting-freebsd-jail-to-run/
ɴꙩᴍᴀᴅ
Hi there @CandyGumdrop How would you describe your interest in FreeBSD?
Candy
Hi there @CandyGumdrop How would you describe your interest in FreeBSD?
I'm trying it out on my laptop right now. Used it a bit in VMs before
XADE
welcome
Candy
I had to enable it in previous versions too in order to add flags for scrolling with trackpoint + middle button
Hey, do you have any info about how you got this to work? This is something I've been struggling with. Do you have a custom xorg.conf to get your trackpoint working properly? Middle button isn't doing anything for me right now with xf86-input-libinput + /dev/input/something with all the default xorg.conf.d stuff. nor can I scroll in any way
ɴꙩᴍᴀᴅ
Hey, do you have any info about how you got this to work? This is something I've been struggling with. Do you have a custom xorg.conf to get your trackpoint working properly? Middle button isn't doing anything for me right now with xf86-input-libinput + /dev/input/something with all the default xorg.conf.d stuff. nor can I scroll in any way
I have this for my Thinkpad: usr/local/etc/X11/xorg.conf.d/40-libinput.conf Section "InputClass" Identifier "touchpad" MatchIsTouchpad "on" Option "Tapping" "on" EndSection And also this line for /etc/sysctl.conf kern.evdev.rcpt_mask="12" Using libintput I never needed any other extra settings than the two mentioned
ɴꙩᴍᴀᴅ
ThinkPad E550
What's your /etc/rc.conf?
Candy
I'll try maybe enabling hald and adding that one file to xorg.conf.d. pretty sure that sysctl setting was already 12. Tried both 6 and 12. I know I definitely already have moused and dbus enabled
Candy
What's your /etc/rc.conf?
Walking home right now I'll double check in a minute
ɴꙩᴍᴀᴅ
Candy
What's your /etc/rc.conf?
these are the services I have right now: sendmail_enable="NONE" clear_tmp_enable="YES" sshd_enable="NO" moused_enable="YES" ntpd_enable="YES" powerd_enable="YES" lightdm_enable="YES" dbus_enable="YES" webcamd_enable="YES"
Krond
gnome_enable?
Candy
I'm not using GNOME
Candy
echo ' dbus_enable="YES" hald_enable="YES" moused_enable="YES" ' >> /etc/rc.conf works for me
I don't seem to have hald installed and I dunno what package it's from
ɴꙩᴍᴀᴅ
these are the services I have right now: sendmail_enable="NONE" clear_tmp_enable="YES" sshd_enable="NO" moused_enable="YES" ntpd_enable="YES" powerd_enable="YES" lightdm_enable="YES" dbus_enable="YES" webcamd_enable="YES"
sendmail_enable="NONE" clear_tmp_enable="YES" sshd_enable="NO" moused_enable="YES" ntpd_enable="YES" powerd_enable="YES" (use powerdxx instead) lightdm_enable="YES" dbus_enable="YES" webcamd_enable="YES" devd_enable="YES"
Krond
There's no "gnome" service. It's just some services are also checking whether gnome is enabled.
Krond
Like dbus.
Candy
Like dbus.
dbus seems to be running anyway
Candy
sendmail_enable="NONE" clear_tmp_enable="YES" sshd_enable="NO" moused_enable="YES" ntpd_enable="YES" powerd_enable="YES" (use powerdxx instead) lightdm_enable="YES" dbus_enable="YES" webcamd_enable="YES" devd_enable="YES"
i've disabled + stopped moused (not switched to powerdxx yet) and I'm still getting a mouse with no scrolling / middle-click, with no custom Xorg config right now
Candy
This is what I get in the Xorg logs: % grep 'event[04]' /var/log/Xorg.0.log [ 2703.759] (II) config/udev: Adding input device System mouse (/dev/input/event0) [ 2703.761] (**) Option "Device" "/dev/input/event0" [ 2703.763] (II) event0 - System mouse: is tagged by udev as: Mouse [ 2703.763] (II) event0 - System mouse: device is a pointer [ 2703.764] (II) event0 - System mouse: device removed [ 2703.764] (**) Option "config_info" "udev:/dev/input/event0" [ 2703.765] (II) event0 - System mouse: is tagged by udev as: Mouse [ 2703.765] (II) event0 - System mouse: device is a pointer [ 2703.807] (II) config/udev: Adding input device GlidePoint (/dev/input/event4) [ 2703.807] (**) Option "Device" "/dev/input/event4" [ 2703.832] (II) event4 - GlidePoint: is tagged by udev as: Mouse [ 2703.832] (II) event4 - GlidePoint: device is a pointer [ 2703.832] (II) event4 - GlidePoint: device removed [ 2703.873] (**) Option "config_info" "udev:/dev/input/event4" [ 2703.893] (II) event4 - GlidePoint: is tagged by udev as: Mouse [ 2703.893] (II) event4 - GlidePoint: device is a pointer
Candy
Did you enable devd?
yep that's running
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Is that the entirety of your 40-libinput.conf?
For my setup, yes. Thinkpad X260 and E495 Full dotfiles are here https://codeberg.org/n0mad/freeBSD-bspwm-config
ɴꙩᴍᴀᴅ
yep that's running
Does your boot/loader.conf have this line: hw.psm.synaptics_support="1"
Candy
Does your boot/loader.conf have this line: hw.psm.synaptics_support="1"
No I'll try adding that. Though it does seem to show 1 if I type sysctl hw.psm.synaptics_support
Candy
Try adding it and rebooting just in case
All seems the same. Dunno if this means anything, but if I sudo cat /dev/input/event4, I can't see anything spit out to the terminal when I press the middle button
Candy
moused in the TTY definitely works with the middle button and it pastes text (when I had it enabled)
ɴꙩᴍᴀᴅ
moused in the TTY definitely works with the middle button and it pastes text (when I had it enabled)
If you want to keep using moused then you need to use synaptics instead of libinput iirc
Candy
If you want to keep using moused then you need to use synaptics instead of libinput iirc
I'm not really bothered whether I have moused in the TTY or not. Currently using xf86-input-libinput just because that's what's installed. I could try removing the package maybe
Candy
xf86-input-libinput xf86-input-keyboard xf86-input-mouse
You have those three installed and it's working for you?
Candy
yus it used to work for me
Do you use any custom xorg.conf?
Candy
Much closer now with a complete custom xorg.conf. forced it to use /dev/sysmouse with xf86-input-mouse, but now it's getting some weird clicking behaviour where everything mouseups immediately
Sylvain
An opportunity for KDE/Plasma to switch to a not-so bloated GUI toolkit ? This would make it a perfect DE in my opinion. https://www.theregister.com/2021/01/05/qt_lts_goes_commercial_only/
ɴꙩᴍᴀᴅ
Hello and welcome @Jharked999 Again? Or is it a clone?
Badugar
An opportunity for KDE/Plasma to switch to a not-so bloated GUI toolkit ? This would make it a perfect DE in my opinion. https://www.theregister.com/2021/01/05/qt_lts_goes_commercial_only/
Difficult but quite understandable decision of Qt, releasing a framework you as a company invest a lot of work into for free into the public doesn't really pay off. The devs at Qt can't live off of nothing..
Badugar
The thing around the LTS versaons is another aspect..
Sylvain
What else would it change to? GTK+?
I don't know tbh... my understanding of GUI's is limited. I only wish the Unix minimalistic pholosophy would be applied as one executable tool for one functionality, so to speak.
Sylvain
By the way, I recently gathered that GUI's originate in an army experiment just like the internet comes from ARPANET. I haven't been able to find much more information however, and lost the wikipedia source. Does anyone know about this ?
AMIR
hey guys im turning to bsd from linux, can someone help me installing it via hand ( partition tools) or ufs, ... on VMware workstation????
ɴꙩᴍᴀᴅ
hey guys im turning to bsd from linux, can someone help me installing it via hand ( partition tools) or ufs, ... on VMware workstation????
Welcome to the bsd world. We encourage users to read the documentation. It's the best way to learn. Grab a cup of tea, and take a look at the handbook. It should be almost straight forward. https://docs.freebsd.org/en/books/handbook/bsdinstall/ Feel free to ask any doubts you may have while installing (:
Sylvain
hey guys im turning to bsd from linux, can someone help me installing it via hand ( partition tools) or ufs, ... on VMware workstation????
What do you need exactly ? Just make sure you understand the concept of slices, the installer partitioner is a bit abstruse, I fucked up my whole hd with it at first attempt lol