分页: 1 / 1

三星R428笔记本无法调屏幕亮度

发表于 : 2011-01-07 3:27
oppop007
我的笔记本是三星R428的,Kubuntu 10.10。
原来在Windows下可以调屏幕的亮度,但是Linux下都调不起来。(之前我用过Mandriva,Redhat,都不行) :em20
亮度调到哪一档,都是最亮…… :em20
Who can help me ?

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-01-07 3:54
mrx8836350
N卡么?
是N的话
编辑xorg.conf文件加入

Option "RegistryDwords" "EnableBrightnessControl=1

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-01-08 17:48
oppop007
是……
不行啊,添加过了,重启X,没效果……
这是我的xorg.conf:

代码: 全选

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.21  ([email protected])  Thu Nov  4 20:57:26 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Option "RegistryDwords" "EnableBrightnessControl=1

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-01-10 17:32
yadong
LZ啊,要把这行代码加入到Section "Device"里,如下:

代码: 全选

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    [color=#FFFF00]Option “NoLogo”  “True”[/color]
    [color=#FF0000]Option "RegistryDwords" "EnableBrightnessControl=1[/color]
EndSection
然后貌似Fn键用不成,但是可以在电源管理调节 :em06
三星的Fn在PPA里有个工具,貌似是一群意大利的同学写的,你可以试试。
PS:建议在xorg.conf里再加入Option “NoLogo” “True”(如上面的黄色字体),禁用掉开机那傻乎乎的nvidia的logo :em06

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-02-09 12:34
oppop007
非常感谢!

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-02-09 13:13
速腾1994
:em11

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-02-11 21:02
oppop007
速腾1994 写了::em11
我本来不想说,
但是我必须要说,
原来Windows下亮度有6档,
现在只有两档--最暗、最亮。
(不过我会坚定的使用Ubuntu……)

Re: 三星R428笔记本无法调屏幕亮度

发表于 : 2011-02-19 10:20
sun6279257
楼主你成功了吗?
我的R439和你一样,用快捷键只有两档~~~~~~
只有调节音量的快捷键可以用。