免费注册 查看新帖 |

Chinaunix

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

安装KDE<显示器的问题> help me! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-05 01:38 |只看该作者 |倒序浏览
搞了台aoc  781s显示器来

现在装好FB6。0后,不管我怎么调试xorg.conf都是640X480

我可以确信XORG。CONF没有问题

用xorgcfg 进去后,手动设置显示器也不行,难道FB不支持aoc显示器,还是aoc 里面加了XXX,还是aoc是垃圾,技术不行~

有哪位兄弟碰到过类似问题吗?能帮我解决一下吗?谢谢了~

论坛徽章:
0
2 [报告]
发表于 2006-06-05 09:45 |只看该作者

贴出xorg.conf

Aoc显示器应该都能认吧,把/etc/X11/xorg.conf贴出来看看,
还有就是显示卡是牌子的?认出来了么?

论坛徽章:
0
3 [报告]
发表于 2006-06-05 10:28 |只看该作者
昨天晚上我心不干,找了台联想的15寸旧彩显装FB6.0  发现还是这个问题,奇怪了

原先(清华同方彩显)我装FB分辨率默认为1280x1024   但现在我换了一台AOC 781S 17CRT 就出现了这样一个问题,分辨率只能到640x480

安装过程:    先MINI安装,然后XORG   

在XORGCFG设置时发现分辨率只能为640x480  320x240
而且我改不了显示器的类型

论坛徽章:
0
4 [报告]
发表于 2006-06-05 11:13 |只看该作者
xorg.conf的内容贴出来呀

论坛徽章:
1
寅虎
日期:2013-09-29 23:15:15
5 [报告]
发表于 2006-06-05 13:26 |只看该作者
原帖由 xsgame 于 2006-6-5 01:38 发表
搞了台aoc  781s显示器来

现在装好FB6。0后,不管我怎么调试xorg.conf都是640X480

我可以确信XORG。CONF没有问题

用xorgcfg 进去后,手动设置显示器也不行,难道FB不支持aoc显示器,还是aoc 里面加了XXX ...
原帖由 FDer 于 2006-6-5 11:13 发表
xorg.conf的内容贴出来呀

估计这就是不贴的理由

论坛徽章:
0
6 [报告]
发表于 2006-06-05 16:46 |只看该作者
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
       HorizSync    30-107
        VertRefresh  48-120

EndSection

红色参数设置了吗?(不要照抄)

论坛徽章:
0
7 [报告]
发表于 2006-06-05 20:56 |只看该作者
真不好意思,我可能说的太过于自信了。

congli ,谢谢您的提醒。

我以后会改正的。:)

论坛徽章:
0
8 [报告]
发表于 2006-06-05 20:58 |只看该作者
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "Auto"
        Option            "Emulate3Buttons"
        Option            "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbModel" "pc101"
        Option            "XkbLayout" "us"
        Option            "Zaxismapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
### Uncomment if you don't want to default to DDC:
        HorizSync    30.0 - 86.0
        VertRefresh  50.0 - 160.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes    "1152x864" "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth        24
                Modes        "1024x768"
        EndSubSection
EndSection

论坛徽章:
0
9 [报告]
发表于 2006-06-06 08:39 |只看该作者
HorizSync    30.0 - 86.0
VertRefresh  50.0 - 160.0

楼主,HorizSync 30.0 - 86.0这个错了吧,好像应该是30-72(我在中关村网站查的参数http://product2.digi.163.com/detail/84/83252/param.shtml
后面的也不用那么麻烦吧,我的直接就设置了
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
               Viewport  0 0
                Depth        24
                Modes        "1024x768"
        EndSubSection
EndSection

[ 本帖最后由 pcbit 于 2006-6-6 08:42 编辑 ]

论坛徽章:
0
10 [报告]
发表于 2006-06-06 10:38 |只看该作者
Section "Device"
        Identifier  "Card0"
        Driver      "nv"
EndSection

是nvidia的显卡可以试试 /usr/ports/x11/nvidia-driver
安装nvidia驱动,完成后会在 /boot/loader.conf 有一行:
nvidia_load="YES"
在xorg.conf中

  1. Identifier  "Card0"
  2. Driver      "nvidia" <-------修改nv为nvidia
  3. VendorName  "nVidia Corporation"
  4. BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
  5. BusID       "PCI:1:0:0"
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP