Re: Tip: xfce4-notifyd not rearranging annoyance workaround

2023-06-25 Thread ToddAndMargo via users

Hi All,

Jut uncovered something else different
between xfce4-notifyd and libnotify.

With libnotify, when Thunderbird pops up a
new mail alert, if you do not let it time
out and do not click the "X" in the upper
right corner, but instead click on the pop
up itself, Thunderbird will open to the eMail.

With xfce4-notifyd, it just exits the popup.
I have no idea is this is part of xfce4-notifyd's
spec..

Xfce4-notifyd colors are prettier though. But
I like the extra functionality of libnotify.

-T
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Nvidia Driver Turned Off?

2023-06-25 Thread Barry Scott


On 25/06/2023 13:20, George N. White III wrote:
You should check the version of the nvidea drivers you are currently 
using.
If you don't want to wait 5 minutes there are ways to determine that 
the installation

has finished, e.g, using journalctl.


The way I use to figure out its safe to reboot is to check for an 
running jobs using:


    systemctl list-jobs

That will show the akmods service running after you do the dnf update.

Once list-jobs is empty you can reboot.

I have that scripted into into code I use to update and reboot my fedora 
machines.


Barry

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Nvidia Driver Turned Off?

2023-06-25 Thread George N. White III
On Sun, Jun 25, 2023 at 5:43 AM Stephen Morris 
wrote:

> Hi,
>  When we issue the command "sudo dnf upgrade" and it updates the
> nvidia drivers, does the update of those drivers remove them from memory
> and load the nouveau drivers?
>

Nvidia updates can be messy.   Did you reboot after the dnf upgrade?

It can take several minutes of background processing to prepare the nvidia
drivers, so it is recommended to wait 5 minutes after running "dnf upgrade"
before rebooting.   If you boot before the nvidia drivers are installed the
system
may use the older nvidea drivers or fall back to nouveau (maybe depending
on
how far the update progressed before you rebooted).  If you didn't reboot,
the
system should continue running the old nvidia drivers until you reboot.


>  I'm trying to understand why after doing the update a html 5 game
> that requires hardware acceleration to run complained that hardware
> acceleration was needed even though the browser was configured to use
> hardware acceleration if available, but after a reboot the game then ran
> fine in the browser.
>

You should check the version of the nvidea drivers you are currently using.
If you don't want to wait 5 minutes there are ways to determine that the
installation
has finished, e.g, using journalctl.

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Nvidia Driver Turned Off?

2023-06-25 Thread Francis . Montagnac
Hi.

On Sun, 25 Jun 2023 18:43:27 +1000 Stephen Morris wrote:

>  When we issue the command "sudo dnf upgrade" and it updates the 
> nvidia drivers, does the update of those drivers remove them from memory 
> and load the nouveau drivers?

The kernel drivers no. They are most probably in use, for example by Xorg (if
you use Xorg) and cannot thus be unloaded / reloaded.

>  I'm trying to understand why after doing the update a html 5 game 
> that requires hardware acceleration to run complained that hardware 
> acceleration was needed even though the browser was configured to use 
> hardware acceleration if available, but after a reboot the game then ran 
> fine in the browser.

During the upgrade, the Xorg nvidia drivers may have been updated. Example:

  /usr/lib64/xorg/modules/drivers/nvidia_drv.so
  /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so

If your application start after the upgrade or dynamically link those drivers
it may fail due to mismatched version with the kernel modules.

You may see something like that in the journal:

  NVRM: API mismatch: the client has the version 410.79, but
  NVRM: this kernel module has the version 415.25.  Please
  NVRM: make sure that this kernel module and all NVIDIA driver
  NVRM: components have the same version.

-- 
francis
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Nvidia Driver Turned Off?

2023-06-25 Thread Stephen Morris

Hi,
    When we issue the command "sudo dnf upgrade" and it updates the 
nvidia drivers, does the update of those drivers remove them from memory 
and load the nouveau drivers?
    I'm trying to understand why after doing the update a html 5 game 
that requires hardware acceleration to run complained that hardware 
acceleration was needed even though the browser was configured to use 
hardware acceleration if available, but after a reboot the game then ran 
fine in the browser.


regards,
Steve



OpenPGP_0x594338B1DE179AB2.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: OT : the program winaero tweaker on my windows ten who deploy by .NET facebook break windows update and the lister of program

2023-06-25 Thread Dorian ROSSE
Hello everybody and the team fedora,


Today i had tried to restore the laptop at the dot of restoring required where 
i was install winaero tweaker but the restorer have only one time after that i 
was needing so i really don't know what i should do finally thank you in 
advance to help myself,

Have a good weekend,

Regards.


Dorian Rosse.

From: Dorian ROSSE 
Sent: Friday, June 23, 2023 4:23:10 PM
To: Community support for Fedora users 
Subject: Re: OT : the program winaero tweaker on my windows ten who deploy by 
.NET facebook break windows update and the lister of program

I retype better luckily

Hello everybody and the team fedora,


A page web in french explain that three windows update on windows ten and on 
windows eleven break the root of windows that i think forbid many 
functionnality so i check now but i say on this e-mail if i remove these three 
windows update KB5027231/KB5027223/KB5027219 luckily below i paste the three 
line of command unfortunately the three line of command happen that the three 
windows update aren't installed on the system finally thank you in advance to 
repair the problems,

wusa /uninstall /kb:5027231
wusa /uninstall /kb:5027223
wusa /uninstall /kb:5027219

Enjoy your weekend,

Regards.


Dorian Rosse.


From: Dorian ROSSE 
Sent: Friday, June 23, 2023 3:02:09 PM
To: fedora 
Subject: Re: OT : the program winaero tweaker on my windows ten who deploy by 
.NET facebook break windows update and the lister of program

Hello everybody and the team fedora,


A page web in french explain that three windows update on windows ten and on 
windows eleven break the root of windows that i think forbid many 
functionnality so i check now but i say on this e-mail if i remove these three 
windows update KB5027231/KB5027223/KB5027219 by luckily below i paste the three 
line of command unfortunately the three line of command happen the three 
windows update aren't installed on the system finally thank you in advance to 
repair the problems,

wusa /uninstall /kb:5027231
wusa /uninstall /kb:5027223
wusa /uninstall /kb:5027219

Enjoy your weekend,

Regards.


Dorian Rosse.

From: Dorian ROSSE 
Sent: Thursday, June 22, 2023 12:52:30 PM
To: fedora 
Subject: RE: OT : the program winaero tweaker on my windows ten who deploy by 
.NET facebook break windows update and the lister of program

Hello everybody and the team fedora,


i speak abouth these both functionnality because on the system fedora by 
package javascript with npm i were install " start ", " exploring files " and " 
settings " so if the lister of program and windows update are broken that is 
maybe because npm were wear " start " and " setting " although fedora is break 
however it run with the pen usb unfortunately fedora and windows ten are broken 
but the e-mail about fedora is too in the list e-mail fedora finally if you can 
do something for windows ten you are welcome,

thanks you in advance if you can help,

enjoy your week,

Regards.


Dorian ROSSE.


De : Dorian ROSSE 
Envoyé : mercredi 21 juin 2023 18:16
À : fedora 
Objet : OT : the program winaero tweaker on my windows ten who deploy by .NET 
facebook break windows update and the lister of program

Hello everybody and the team fedora,


OT : the program winaero tweaker on my windows ten who deploy by .NET facebook 
have break windows update and the lister of program so i don't understand what 
i can do for repair thus i can only wait because i can uninstall none program 
in addition if i press many button in settings i happen an error who say the 
buffer is full finally if you have a repair of an advice you are welcome...

thank you in advance if you can help,

Have a good week,

Regards.


Dorian ROSSE.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue