分页: 1 / 1
[已解决]请问我已经正确安装了NV的驱动,但是分辨率还是没有1280 1024阿
发表于 : 2006-06-05 10:14
由 kisswen
我的显示器是17的液晶显示器
所以 ,如果用 1024*768的话,看起来很不爽的
谢谢了
因为在首选项里没有1280*1024的选项
sudo gedit /etc/X11/xorg.conf
自己手动添加1280X1024分辨率到所有色深
发表于 : 2006-06-05 10:38
由 kisswen
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
这个 是xorg.conf里面关于显卡和显示器的设定
是不是只需要在这里添加1280*1024就可以了 ?
谢谢
发表于 : 2006-06-05 10:53
由 xiaocao2000
是的,记得备份
发表于 : 2006-06-05 11:14
由 kisswen
呵呵
我是新手
我 直接双击打开那个xorg.conf
是只读哦
而在终端里面的话
使用sudo -s -H取得ROOT权限后怎么编辑阿?
edit?VI?
文本编辑器的命令是啥子哟?
谢谢
发表于 : 2006-06-05 11:15
由 eexpress
sudo gedit.
sudo vi
sudo gvim
sudo nano
发表于 : 2006-06-05 11:24
由 kisswen
多谢
发表于 : 2006-06-05 11:41
由 kisswen
已经搞定了
哈哈
多谢楼上的几位大侠