Julian2010 wrote:
I understand that at boot the NVIDIA driver chooses ( by default?) a "DFP0" display device , so not "LCD0".
I am not able to understand if this a fixed value, a default one which might be changed somewhere and so on, and even if "DFP0" is really different from "LCD0".
And in the /proc/acpi/video/IGPU there is no DFP0 sub-folder (only LCD0, DSP0, CRT0,HDMI)
Could all this explain why the LCD0 value is never used and does it give you any hint about what is (not) happening?
I think the "DFP-0" value reported in the xorg log and the "LCD0" directory in '/proc/acpi/video/IGPU' are not related in any way.
Julian2010 wrote:
By the way, what is your understanding of the archlinux report about N510 brightness, I mean, what was the purpose ( in" simple words" only..) of the patch someone made there?
That's the problem, I don't understand.

The patch posted there is extracted by the ubuntu kernel, and lets the backlight/brightness to be found (and presumably, controlled). The fact is that you are already using it, since you are using ubuntu.
Julian2010 wrote:
Is there in this log anything related to display and/or driver that might help to understand why the /proc/acpi/video/IGPU/LCD0 file&value are not opened&used?
I can't see nothing, apart of this:
Code:
(II) Feb 21 13:01:34 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) Feb 21 13:01:34 NVIDIA(0): enough to receive ACPI display change hotkey events.
Try to add to your '/etc/X11/xorg.conf' the option:
Code:
Option "EnableACPIHotkeys" "false"
This should change the way the display hotkeys are used.
So, according to your posted 'xorg.conf', change it this way:
Code:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "EnableACPIHotkeys" "false"
EndSection
Be sure to reboot in order to apply the change.
_________________
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!