提个老问题:分辨率修改,我笨

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

提个老问题:分辨率修改,我笨

#1

帖子 omgkent » 2007-05-22 13:03

看了很多帖子讨论修改 xorg.conf

也用xorgedit改过了

但还是800x600

用工具确认过crt显示器的 hf和vf了,连gamma值都有了,在xorgedit里设置好测试,依然失败

奇怪怪

默认24深度 ,把24深下的其他分辨率统统都删,只留下1024x768也不行,进入桌面还是800 600

真要命
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

#2

帖子 omgkent » 2007-05-22 13:06

我看还是去把代码帖上来大家帮检查一下吧~


我的配置

c4 1.7g 512m ddr1
maxtor 20g
845p
ati 9100
crt 17 philips 107t
一个dvdrom
上次由 omgkent 在 2007-05-22 13:17,总共编辑 1 次。
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

#3

帖子 omgkent » 2007-05-22 13:12

来了

看看 ,xorg edit 编辑后的 conf


Section "Files"
# path to defoma fonts
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
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"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Device"
Identifier "ATI Technologies Inc Radeon R200 QM [Radeon 9100]"
Driver "ati"
BusID "PCI:1:0:0"
VideoRam 64
Screen 1
EndSection

Section "Monitor"
Identifier "PHILIPS 107T"
HorizSync 30-71
VertRefresh 50-160
DisplaySize 271 203
Gamma 2.87
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon R200 QM [Radeon 9100]"
Monitor "PHILIPS 107T"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
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
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

#4

帖子 omgkent » 2007-05-22 14:41

我顶~
顶上去
lz_cleaner
帖子: 18
注册时间: 2007-05-11 11:47

#5

帖子 lz_cleaner » 2007-05-22 17:34

我也遇到过类似的问题,宽屏下死活都是1024*768,后来我就弄来弄去的,不知怎么弄好了,也许是因为什么没刷新的问题。
自己捣鼓吧。
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

#6

帖子 omgkent » 2007-05-22 17:37

lz_cleaner 写了:我也遇到过类似的问题,宽屏下死活都是1024*768,后来我就弄来弄去的,不知怎么弄好了,也许是因为什么没刷新的问题。
自己捣鼓吧。

刷新啥?
配置?
怎么刷?
qiu_923
帖子: 250
注册时间: 2007-05-06 10:39

#7

帖子 qiu_923 » 2007-05-27 20:17

如果是自己安装显卡驱动的话应该有个工具
nvidia 的话在终端中输入:
nvidia-settings
(ATI的不知道)
然后把分辨率调好,再系统-首选项-屏幕分辨率,注意,什么都别动,直接点应用!
我就是这样搞定的。
头像
zmcbb30
帖子: 2717
注册时间: 2006-09-30 0:32
来自: 巴拉特星系第四行星──海尼森

#8

帖子 zmcbb30 » 2007-05-27 20:24

通常显卡驱动得不够好就是这种情况

看wiki,照上面的方法换个合适的驱动试试
头可断,血可流,靓女不可不追求
相艾唔好口,够姜就只抽

BARTON 2500+/1536MDDR400
EP8RDA3G/MX4000 128M64bit 8X
DiamondPlus9-6Y080L0-ATA133
Samsung743DF
HiweedDesktop-1.0
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#9

帖子 hcym » 2007-05-27 20:25

注意,什么都别动,直接点应用!
唉,有点神汉跳大神的味

:roll:
omgkent
帖子: 31
注册时间: 2007-05-21 22:03

#10

帖子 omgkent » 2007-05-29 21:48

还好
已经解决了
sudo dpkg-reconfigure xserver-xorg

或许都可以试试
回复