分辨率问题,希望高手帮忙解决一下了

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

分辨率问题,希望高手帮忙解决一下了

#1

帖子 hangzhou » 2008-09-29 22:48

先说机器配置:P4 1.6 512内存 ATI显卡,装的Ubuntu 8.04.1版本,
机器出现这样的事情,就是在输用户名密码的时候是800*600的分辨率,而进入之后又是1024*768的分辨率,有没有办法在输入用户和密码的时候就改为1024*768的分辨率,网上找了很久没有找到能解决的方法了,希望有人能指教一下了,先谢了
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 分辨率问题,希望高手帮忙解决一下了

#2

帖子 leeaman » 2008-09-29 22:51

貼xorg.conf出来看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
hangzhou
帖子: 8
注册时间: 2008-09-10 13:05

Re: 分辨率问题,希望高手帮忙解决一下了

#3

帖子 hangzhou » 2008-09-29 23:00

我是新手,什么都不懂, 还请多多指教,我把xorg. conf复制出来了.如下:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "ati"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic CRT Display"
Modelname "Monitor 1280x1024"
Horizsync 31.5-81.0
Vertrefresh 50-75
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1024x768@75"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 分辨率问题,希望高手帮忙解决一下了

#4

帖子 leeaman » 2008-09-29 23:05

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200 试试改成 1024 768看看
Modes "1024x768@75"
EndSubSection
EndSection
呵呵,不好意思,没看出来那里有什么问题 :em03
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
hangzhou
帖子: 8
注册时间: 2008-09-10 13:05

Re: 分辨率问题,希望高手帮忙解决一下了

#5

帖子 hangzhou » 2008-09-29 23:22

还是不行了,真是怪事了,输用户密码那个界面字体也特别大了,不过进了之后就正常了,不影响使用,就是看起来不舒服了,显卡驱动正不正常要怎么看啊,哪位能告诉我一下了
头像
qiang_liu8183
论坛版主
帖子: 10699
注册时间: 2006-09-10 22:36
系统: Arch Debian
来自: 北京

Re: 分辨率问题,希望高手帮忙解决一下了

#6

帖子 qiang_liu8183 » 2008-09-29 23:48

代码: 全选

glxinfo |grep -e 'direct' -e 'OpenGL'
看破、放下、自在、随缘、念佛
真诚、清净、平等、正觉、慈悲
hangzhou
帖子: 8
注册时间: 2008-09-10 13:05

Re: 分辨率问题,希望高手帮忙解决一下了

#7

帖子 hangzhou » 2008-09-30 0:12

qiang_liu8183 写了:

代码: 全选

glxinfo |grep -e 'direct' -e 'OpenGL'
能说的详细点吗,看的不是太懂了, :em06
回复