[问题]nvidia-settings设置分辨率后不能保存

CPU/显卡/打印机/USB设备等硬件问题
回复
woolf
帖子: 12
注册时间: 2007-04-19 17:30
来自: PKU
联系:

[问题]nvidia-settings设置分辨率后不能保存

#1

帖子 woolf » 2007-08-09 0:34

我的笔记本的显卡是nvidia go 7300 的显卡,宽屏的。但一直以来分辨率只有1024*768,看照片看起来都是扁的。前段时间好不容易看到了一个命令nvidia-settings;sudo,进去后设置了分辨率到1280*800,应用设置后,看起来好像正常了,还我点击了“保存到x配置文件”。当时还暗自高兴哈,可是等我关了机器,第二天在开机的时候,显示器的分辨率又成了1024*768的。请教各位,这个是什么原因造成的,怎么解决?
3x!
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#2

帖子 skyx » 2007-08-09 0:38

有没有:

代码: 全选

sudo nvidia-xconfig
no security measure is worth anything if an attacker has physical access to the machine
woolf
帖子: 12
注册时间: 2007-04-19 17:30
来自: PKU
联系:

#3

帖子 woolf » 2007-08-09 16:16

执行过。但还是有问题。

今天愤怒了,把/etc/X11/xorg.conf里面的所有"1240x768"前面都加了一个"1280x800",然后在执行一遍settings貌似可以了。不明白为什么……
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#4

帖子 skyx » 2007-08-09 16:20

原因可能是你的显卡DDC没有认出你的显示器来。 

你看下/etc/X11/xorg.conf

monitor 有没有自动认出?
no security measure is worth anything if an attacker has physical access to the machine
woolf
帖子: 12
注册时间: 2007-04-19 17:30
来自: PKU
联系:

#5

帖子 woolf » 2007-08-09 16:25

怎么样看monitor有没有认出来?
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#6

帖子 skyx » 2007-08-09 16:27

自动认出来会有显示器的型号的。是lcd 至少应该认出是lcd 才对。
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#7

帖子 skyx » 2007-08-09 17:04

个人以为
显卡本来支持宽屏输出,但xorg.conf中给出的显示器却不支持(没有自动认出),所以出于安全的考虑,重启后就失效
no security measure is worth anything if an attacker has physical access to the machine
woolf
帖子: 12
注册时间: 2007-04-19 17:30
来自: PKU
联系:

#8

帖子 woolf » 2007-08-09 20:45

3x!
ronaldoa
帖子: 36
注册时间: 2006-11-24 14:45

#9

帖子 ronaldoa » 2007-10-31 21:19

我的和楼主的情况一样,但是我的显示器的型号认出来了。只是我的是lcd的,他认为是crt,这是在什么地方修改,谢谢。
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Nov 9 17:56:12 PST 2006

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

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
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"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown" 这个地方是不是显示器的类型?
ModelName "DELL SE198WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 LE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1440x900 +0+0; 1440x900_75 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
jdwgb
帖子: 218
注册时间: 2007-10-16 9:36

#10

帖子 jdwgb » 2007-11-01 12:04

没有用的
试验了N种方法了
NVIDIA显卡没有Linux驱动
过几天换一张显卡
不知道什么显卡支持Linux好的呢??
:?:
头像
phoenixzz
帖子: 110
注册时间: 2007-06-07 18:30

#11

帖子 phoenixzz » 2007-12-09 13:12

我也遇到同样的问题,而且我不是太明白LS几位说的是什么

我的xorg.conf文件里有这么几行

Section "Monitor"
Identifier "LXM-L17AB"
Option "DPMS"
EndSection

没有像什么

VendorName "Unknown"
ModelName "DELL SE198WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0

之类的参数

这些表示什么意思,它识别了我的显示器了吗?如果没有识别应该怎么改呢
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#12

帖子 hcym » 2007-12-09 13:19

jdwgb 写了:没有用的
试验了N种方法了
NVIDIA显卡没有Linux驱动
过几天换一张显卡
不知道什么显卡支持Linux好的呢??
:?:
换A卡,你就会尝尽DIY的乐趣

功夫可以上升到八段

N卡只要初段即可
kooyeed
帖子: 9
注册时间: 2007-06-30 10:29

#13

帖子 kooyeed » 2008-02-20 14:35

楼主的方法虽然比较暴力,不过是最快最适用的 :D
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

#14

帖子 syrano » 2008-02-20 16:52

hcym 写了:
jdwgb 写了:没有用的
试验了N种方法了
NVIDIA显卡没有Linux驱动
过几天换一张显卡
不知道什么显卡支持Linux好的呢??
:?:
换A卡,你就会尝尽DIY的乐趣

功夫可以上升到八段

N卡只要初段即可
nvidia有很好的linux驱动。
珍爱生命,请使用N卡。
hotloo
帖子: 38
注册时间: 2007-10-18 18:54
来自: NANJING UNIVERSITY

N卡!!!

#15

帖子 hotloo » 2008-02-23 12:39

强烈强调使用N卡,A卡很痛苦的,至少我身边的人都是这样的~~~~
他们安装显卡驱动的时候都是装的花儿谢~~~
回复