分页: 1 / 2

[求助] 7.04 下讯景 7300gt 分辨率问题

发表于 : 2007-05-12 15:24
hkgood
在下用的是xfx 7300gt ,刚装7.04,beryl 跟 桌面效果都能够开启,但是唯独分辨率跟刷新率只能维持在1024 50hz
期间有试过修改xorg.conf 跟 改用nvida官方驱动 [Latest Legacy GPU version (1.0-96xx series): 1.0-9631 这个版本装过后不能正确启动图形界面] ,希望那位高人能帮我看看~

贴上我的配置跟截图
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
Driver "nvidia"
Busid "PCI:6:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
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 "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

发表于 : 2007-05-12 16:06
tommy007
50hz估计是一个bug......我看显示器OSD上写的是75Hz,但是设置里面就是显示50hz

发表于 : 2007-05-12 16:07
tommy007
Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

这里的
Horizsync
Vertrefresh
最好根据显示器说明书写。
Vertrefresh的最大值决定刷新率的。。

发表于 : 2007-05-12 17:18
ywj10112004
按ls的方法做看显示器说明书。 之后在NVIDIA X Server Settings设置刷新率。系统自带的屏幕分辨率首选项不准的。

发表于 : 2007-05-12 21:51
hkgood
多谢楼上两位高人,继续等待有人帮忙解答分辨率的问题

发表于 : 2007-05-12 22:00
hualang0929

代码: 全选

sudo ddcprobe | grep monitorrange
monitorrange: 30-71, 50-160
Horizsync 30-71
Vertrefresh 50-160

发表于 : 2007-05-12 22:08
yzwlinux
还有个要注意的地方就是你在硬件那里选择正确的显示器,你的型号。

发表于 : 2007-05-12 22:11
hualang0929
这个lz应该没这个问题,如果显示器型号错了连X都进不了

发表于 : 2007-05-12 22:21
skyx
nvidia 的显卡就是这样,只有 nvidia-setting 和显示器中的osd才是正确的数值

驱动好好的,没必要编辑 xorg.conf 用nvidia-setting 安全。

发表于 : 2007-05-12 22:36
hkgood
楼上,问题在于我的显示器跟显卡都可以支持到1280,但目前却只能用1024,非常不适应~
而NVIDIA-SETTING也没有1280X960的选项,最高只能到1280x800,这个是很诡异的一点

发表于 : 2007-05-12 22:48
skyx
hkgood 写了:楼上,问题在于我的显示器跟显卡都可以支持到1280,但目前却只能用1024,非常不适应~
而NVIDIA-SETTING也没有1280X960的选项,最高只能到1280x800,这个是很诡异的一点
没看贴,以为是楼主对50hz有问题,一直以来就是这样的(好像是从 6.10 开始)

非4:3屏,可能要改 xorg.conf

当时买lcd 时,知道宽屏对 不少 dlp 投影仪支持不好,对linux的支持也好不到哪里去,另外 同样规格的4:3显示器显示的内容比宽屏还多,我的17就是 1280*1024 , 4:3的 20寸好的是1600*1200 ,宽屏都要差些,所以就没考虑买宽屏

我没改过:




你可改下xorg.conf 中的分辨率,改前记得备份,有可能也不用备份,进不了x ,直接 nvidia-config 可能就改回来了
好像楼上有人提到要改行频和场频,这个抄说示器明书的应该没错

发表于 : 2007-05-12 22:55
Amadeus
把鼠标指向 Screenshot-NVIDIA X Server Settings-1.png 图中的红框,会有个悬停提示当前频率──这就是你的真实刷新频率。

发表于 : 2007-05-12 22:59
skyx
Depth 24

以下 的那一部分的分辨率改下看看



行场频抄显示器说明书的试下
Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60


你的如果不是lcd ,这个就太低

而我的是这样的
Section "Monitor"
Identifier "LCD-MONITOR"
Option "DPMS"
EndSection

发表于 : 2007-05-12 23:04
skyx
如果楼主是lcd ,行场频应该不用填,奇怪的是系统为什么没有认出来你的显示器是 lcd 的?

发表于 : 2007-05-13 0:42
hkgood
我的是三星是 785 MB,CRT显示器,实际上是可以到1280X1024 75HZ的
但是死活不给我改,唉~