
我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
-
- 帖子: 6
- 注册时间: 2011-04-27 23:20
我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
我在我的我的三星R429上装过ubuntu10.10的x86版本和x64版本,但是显示器亮度都无法调节,一旦调节就会死机,不小心按到亮度调节的快捷键也会死机。而且安装了显卡驱动可没有变化。这个问题能解决么? 

-
- 帖子: 102
- 注册时间: 2010-06-02 19:35
- 来自: blog.wencan.org
Re: 我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
能
我的R467
xorg.conf文件就在/etc/X11/下面
在终端输入:
sudo gedit /etc/X11/xorg.conf在文件中加入倒數第二行:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
保存,註銷、登錄、OK
我的R467
xorg.conf文件就在/etc/X11/下面
在终端输入:
sudo gedit /etc/X11/xorg.conf在文件中加入倒數第二行:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
保存,註銷、登錄、OK
-
- 帖子: 6
- 注册时间: 2011-04-27 23:20
Re: 我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
谢谢你啊~这个办法我已经找到了,确实有效,但是快捷键还是不能动……陈小草 写了:能
我的R467
xorg.conf文件就在/etc/X11/下面
在终端输入:
sudo gedit /etc/X11/xorg.conf在文件中加入倒數第二行:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
保存,註銷、登錄、OK
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
ati的卡那个能用不
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 我的笔记本是三星R429,ubuntu10.10中无法正常调节显示器亮度。
刚在论坛看到了……不能用
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}