Hello,
I installed latest NVIDIA driver via 1-click (NVIDIA - openSUSE) to my laptop’s (HP EliteBook 8530w) graphic card (Nvidia Quadro FX 770M), but it results no adjustment on screen brightness with power management console. However, before installation the driver, it was ok with MESA drivers which comes after the installation of opensuse 11.1 64bit (KDE 4.2.3).
Do you suggest me to install the Nvidia drivers from Nvidia’s official website? IS there any other way to fix it? I also modified my xorg.conf to add " Option “AllowDDCCI” “1” " which allow to communicate onscreen buttons with graphics card.
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Seiko"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
Option "CalcAlgorithm" "XServerPool"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 770M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "Overlay" "1"
Option "LoadKernelModule" "1"
Option "EnableACPIHotkeys" "1"
Option "ConnectToAcpid" "1"
Option "AllowDDCCI" "1"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "Modes[0]"
EndSubSection