Re: x11/nvidia-driver fails on 14-STABLE/amd64

2024-07-04 Thread Jonathan Chen
On 4/07/24 12:10, Tomoaki AOKI wrote: [...] If you start X from command line with startx and the cause was as above, you should see the panic on loading the module. For simplicity, I'm just using startx. However, the panic is a bit more subtle than a panic from a simple kldload. I'm currently

Re: freebsd hdmi audi

2024-07-04 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > Installed devices: > pcm0: on hdaa0 (1p:1v/1r:1v) > [...] > pcm1: on hdaa0 (1p:1v/1r:1v) > [...] > pcm2: on hdaa1 (1p:1v/0r:0v) default > [...] add hw.snd.default_unit=2 to /etc/sysctl.conf and reboot. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-04 Thread Steven Friedrich
I already have that sir: cat /etc/sysctl.conf.local net.local.stream.recvspace=65536 net.local.stream.sendspace=65536 # net.inet.ip.fw.verbose_limit=5 hw.snd.default_unit=2 hw.snd.verbose=2 Also, I have written a testSound shell script: cat testSound #!/bin/sh echo "Begin `uname -s` `basename -

Re: freebsd hdmi audi

2024-07-04 Thread Steven Friedrich
Here's a run of my testSound shell script: testSound Begin FreeBSD testSound on Envy FreeBSD Audio Driver Installed devices: pcm0: on hdaa0 (1p:1v/1r:1v)     snddev flags=0x2e2     [pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010

Re: Need help controlling laptom display brightness via sysctl

2024-07-04 Thread Anton Shepelev
I wrote: > I need your help in setting up the brightness control on > HP 15-b0xx laptop via sysctl. I was infored that this ability has been discountinued in favour of the backlight utility, so I gave up and wrote the following devd rule: notify 10 { match "system""ACPI" ;

Enabling volume Fn-contols on the HP 15-0bxx laptop

2024-07-04 Thread Anton Shepelev
Now that I have enabled[1] the Fn-brighness controls on my HP 15-0bxx, the next step is to enable the Fn-volume controls. Unlike brightness, I do not see anything in /var/run/devd.pipe when pressing pressing those keys, and there no is acpi_sound driver, and acpi_hp provides no sound events or con

Re: Need help controlling laptom display brightness via sysctl

2024-07-04 Thread Christos Margiolis
Hello Anton, Anton Shepelev wrote: > I wrote: > > > I need your help in setting up the brightness control on > > HP 15-b0xx laptop via sysctl. > > I was infored that this ability has been discountinued in > favour of the backlight utility, so I gave up and wrote the > following devd rule: > > [.

Re: Need help controlling laptom display brightness via sysctl

2024-07-04 Thread Christos Margiolis
Christos Margiolis wrote: > [...] "bind +" [...] "bind -" [...] I meant to write "bright". Christos

Re: Need help controlling laptom display brightness via sysctl

2024-07-04 Thread Anton Shepelev
Kevin Oberman: > This is what I used. I have it in /etc/devd/thinkpad.conf. > > notify 100 { > match "system" "ACPI"; > match "subsystem" "IBM"; > match "notify" "0x10"; > action "/usr/bin/backlight +"; > }; > > no

Re: x11/nvidia-driver fails on 14-STABLE/amd64

2024-07-04 Thread jonc
July 4, 2024 7:49 PM, "Jonathan Chen" wrote: > On 4/07/24 12:10, Tomoaki AOKI wrote: > [...] > >> If you start X from command line with startx and the cause was as above, >> you should see the panic on loading the module. > > For simplicity, I'm just using startx. However, the panic is a bit mo