免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2391 | 回复: 3
打印 上一主题 下一主题

关于显示设置保存 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-03-05 18:24 |只看该作者 |倒序浏览
我的显卡是x1200,17寸显示器,装红旗6.0
我从ATI那里下了驱动,安装成功后桌面显示是1280X1024,60MHz,现在我每次开机都要先调分辨率为1024X768,75或85MHz,系统无法自动保存。
网上很多人的经验是修改/etc/X11/xorg.conf,但我电脑里的那个方件没有1280X1024这些东西,只有1024X768.
请教各位怎么保存设置。

论坛徽章:
0
2 [报告]
发表于 2008-03-15 23:28 |只看该作者

没人回答,加入xorg.conf

#Section "InputDevice"
#  Identifier     "TouchPad"
#  Driver     "synaptics"
#  Option    "Device"    "/dev/input/mice"
#  Option    "Protocol"  "auto-dev"
#  Option    "LeftEdge"      "1700"
#  Option    "RightEdge"     "5300"
#  Option    "TopEdge"       "1700"
#  Option    "BottomEdge"    "4200"
#  Option    "FingerLow" "25"
#  Option    "FingerHigh"    "30"
#  Option    "MaxTapTime"    "180"
#  Option    "MaxTapMove"    "220"
#  Option    "VertScrollDelta" "100"
#  Option    "MinSpeed"  "0.09"
#  Option    "MaxSpeed"  "0.18"
#  Option    "AccelFactor"   "0.0015"
#  Option    "SHMConfig"   "on"
#  Option         "AlwaysCore"
#EndSection

Section "ServerLayout"

#        InputDevice "TouchPad"
        Identifier     "X configuration"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard"
        InputDevice    "Mouse"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/X11/fonts/misc"
EndSection

Section "Module"

#        Load    "synaptics"
        Load  "dbe"
        Load  "freetype"
        Load  "extmod"
        Load  "record"
        Load  "v4l"
        Load  "type1"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard"
        Driver      "kbd"
        Option            "XkbLayout" "us"
        Option            "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse"
        Driver      "mouse"
        Option            "Protocol" "Auto"
        Option            "ZAxisMapping" "4 5"
        Option            "CorePointer"
        Option            "Device" "/dev/input/mice"
EndSection

Section "Monitor"
#modeline0
        Identifier   "E70-3"
        VendorName   "Undiscovered"
        ModelName    "Undiscovered"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 120.0
        Option            "dpms"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Card0 for screen 0"
        Driver      "ati"
        VendorName  "Unknown Vendor"
        BoardName   "Unknown Board"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0 for screen 0"
        Monitor    "E70-3"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

论坛徽章:
0
3 [报告]
发表于 2008-03-16 19:03 |只看该作者

问题已经解决

在倒数第六行加入
Modes    "1024x768"
就行了,看来这种问题没多少人会碰到

论坛徽章:
20
CU大牛徽章
日期:2013-04-17 11:48:26羊年新春福章
日期:2015-03-10 22:39:202015年中国系统架构师大会
日期:2015-06-29 16:11:282015亚冠之平阳省
日期:2015-07-31 09:19:042015七夕节徽章
日期:2015-08-21 11:06:17IT运维版块每日发帖之星
日期:2015-09-30 06:20:002015亚冠之柏太阳神
日期:2015-10-19 20:29:5915-16赛季CBA联赛之天津
日期:2016-11-29 14:03:4315-16赛季CBA联赛之北控
日期:2016-12-24 20:51:492015年辞旧岁徽章
日期:2015-03-03 16:54:15双鱼座
日期:2015-01-12 20:58:532014年中国系统架构师大会
日期:2014-10-14 15:59:00
4 [报告]
发表于 2008-03-16 19:44 |只看该作者
这种问题,大家在学linux的初期都有碰到,通过baidu或者google给解决了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP