Recent Posts

Pages: 1 ... 8 9 [10]
91
Thank you. I searched for kernel in usr/src/linux or something, in order to "make menuconfig". Where I can find folder with configuration file in order to compile custom kernel ? Thank you.
92
Quote
Where is .config file located ?

https://github.com/NuTyX/packages-x86_64/blob/testing/base/kernel/config_64

See the FAQ:
http://nutyx.org/en/faq#7

Otherwise, I can offer this, it's a bit old and only in french available. I can upgrade if really needed.

http://nutyx.org/fr/build-kernel

BR,
Thierry
93
General / Re: Redshift
« Last post by Thierry on Fri Jan 06 15:33:28 2023 »
I think you could use
Code: [Select]
sudo setup-nutyx -ccor
Code: [Select]
sudo setup-nutyx --config-clock
That should make it. Let me know if any issues.

BR,
Thierry
94
How to rebuild current kernel ? Where is .config file located ? Thank you.
95
General / Re: Redshift
« Last post by Dj on Fri Jan 06 14:39:35 2023 »
I disabled synchronize via NTP.
 How to set clock to localtime instead of UTC ?
96
General / Re: Redshift
« Last post by Thierry on Fri Jan 06 12:34:30 2023 »
Is your local time / Time zone properly set
97
General / Re: How to remove unneeded modules
« Last post by Thierry on Fri Jan 06 12:33:31 2023 »
Hi Dj

Blacklist it in a /etc/sysconfig/modprobe.d/blacklist.conf file as done with the forte module in the example below:

In root:

Code: [Select]
mkdir -p /etc/sysconfig/modules.d
echo "blacklist forte" >/etc/sysconfig/modprobe.d/blacklist.conf

Blacklisted modules can still be loaded manually with the explicit modprobe command.

BR,
Thierry
98
General / Redshift
« Last post by Dj on Fri Jan 06 11:28:01 2023 »
Hello and thank you for this application.
 Changed latitude according to my location. But Redshift is allways showing "night" mode. Even it's day.
 Can anyone help ?
99
General / Re: How to remove unneeded modules
« Last post by Dj on Fri Jan 06 11:26:01 2023 »
I am not quite sure how to blacklist bluetooth.
There is no /etc/sysconfig/modules.d/ folder in my installation of Nutyx.
100
General / Re: Calibre problem
« Last post by Dj on Fri Jan 06 11:18:13 2023 »
Installed from repo. Thank you!
Pages: 1 ... 8 9 [10]