AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1571
Accepted
Tobias Kienzler
Tobias Kienzler
Asked: 2010-08-08 04:12:20 +0800 CST2010-08-08 04:12:20 +0800 CST 2010-08-08 04:12:20 +0800 CST

如何在 10.04 中将 ATI Rage Mobility 128 的分辨率更改为 800x600 以上?

  • 772

我很有信心在 Hardy 下我只需将颜色深度更改为 16,尽管我不记得我使用了哪个驱动程序(ati、r128、fglrx)。我尝试了 ati 和 r128(fglrx 似乎崩溃了),但我仍然无法将屏幕分辨率提高到 1024x768,这在 Hardy 下工作。我还需要做什么?有什么我必须添加到监视器部分的东西xorg.conf吗?笔记本是戴尔 Latitude C600。

10.04 xorg display-resolution
  • 2 2 个回答
  • 3521 Views

2 个回答

  • Voted
  1. Bryce
    2010-08-09T20:18:53+08:002010-08-09T20:18:53+08:00

    您可能一直在 Hardy 上使用 fglrx,但是 AMD/ATI 放弃了对旧显卡(例如您的显卡)的支持。因此,您将需要改用 -​​ati 驱动程序。

    fglrx上一条评论中的建议在您同时使用和 ati 时清除fglrx是一般的好建议。如果您尝试使用 -ati 并且仍然存在一些 fglrx 内核驱动程序或 glx 库,则可能会引起混淆。通常这不会影响分辨率,但问题是相当不可预测的。

    假设您现在使用的是开源 -ati 驱动程序,您可以尝试的一个选项是关闭内核模式设置。这是因为虽然 X 过去负责选择分辨率,但现在内核会这样做。(这称为内核模式设置或 KMS)。如果它曾经可以工作(在过去使用 UMS)但现在不能(使用 KMS),这里有一个指南,可以为 -ati 切换回 UMS:

    检查这些旧显卡的另一个常见问题是 AGPMode 设置。可能的值是 1、2、4、8。似乎有点无法预测需要什么数字;2 可能适用于一台机器,而在看似相同的机器上,您必须使用不同的值。-ati 开发人员还没有找到一种在所有情况下都可靠地猜测这一点的好方法。

    除此之外,检查您的 Xorg.0.log;在它的中途通过分辨率并决定哪些适合显示器的刷新率。有时,如果有问题,它会在那里变得明显。例如,如果它试图找到适用于 LVDS 和 VGA 的通用分辨率(即使不存在 VGA),或者 EDID 中存在错误等。

    最后,理论上 -ati应该在没有存在的情况下运行良好xorg.conf。如果您还没有尝试过,只需将您的移到一边/etc/X11/xorg.conf,看看在没有它的情况下运行会发生什么。一半的时间这将解决问题。

    • 2
  2. Best Answer
    Tobias Kienzler
    2010-08-08T04:41:38+08:002010-08-08T04:41:38+08:00

    对于我的 DELL Latitude C600,我只需要关注这篇文章:

    我不确定分布差异,但这在具有相同硬件的 Xubuntu 8.10 上对我有用。不幸的是,它无法播放我能读到的最新和最棒的游戏:但是我很高兴终于让它工作了,我在网上扫描了几个星期的帖子和howto。我对这一切还很陌生,尤其是现在没有恢复到 Windows 的打算。我刚刚找到了这个 Ubuntu 论坛主题。最后一个帖子给了我提示。在此之前,我一直在尝试手动配置xorg.conf应该不会在 Xubuntu 8.10 中读取。无论如何,这里有一些首先要运行的命令。

    这正是我所做的

    sudo apt-get remove --purge fglrx*  
    sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon  
    sudo apt-get install xserver-xorg-video-ati  
    sudo dpkg-reconfigure -phigh xserver-xorg
    

    然后备份您xorg.conf位于/etc/X11/xorg.conf

    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    

    然后我编辑了xorg.conf位于的文件/etc/X11/xorg.conf看起来像这样

    sudo -H gedit /etc/X11/xorg.conf
    
    
    # xorg.conf (X.Org 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 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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 "Module"
    Load "i2c"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection
    
    Section "Device"
    Identifier "ATI Technologies Inc. Rage Mobility M3 AGP 2x"
    Driver "ati"
    BusID "PCI:1:0:0"
    VideoRam 8192
    Option "AgpMode" "2"
    Option "EnablePageFlip" "true"
    Option "Accel" "true"
    EndSection
    
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 28-70
    VertRefresh 43-60
    EndSection
    
    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies Inc. Rage Mobility M3 AGP 2x"
    Monitor "Generic Monitor"
    DefaultDepth 16
    EndSection
    
    Section "DRI"
    Mode 0066
    EndSection
    
    #
    #
    #Section "Device"
    # Identifier "Configured Video Device"
    #EndSection
    #
    #Section "Monitor"
    # Identifier "Configured Monitor"
    #EndSection
    #
    #Section "Screen"
    # Identifier "Default Screen"
    # Monitor "Configured Monitor"
    # Device "Configured Video Device"
    #EndSection
    #
    #
    

    保存文件并重新启动

    如果您刚刚复制并粘贴了上面的 xorg.conf 文件,您应该已经以 1024x768 分辨率启动,如果您glxinfo在终端直接渲染中运行应该说yes

    两周前我开始这个项目时,我的 glx 齿轮在 5 秒内达到了 420,大约 1 小时前我完成了所描述的说明(我只是在之前发现它们,我不需要两周时间就可以遵循它们)

    $ glxgears
    3571 in 5 seconds
    
    • 0

相关问题

  • 帮助让 Flash 播放器在第二个屏幕上工作?

  • 如何完全删除 Ruby + Rails + Gems?

  • 从 8.04 LTS 升级到 10.04 LTS 的体验?

  • 删除在线状态菜单,但保留注销菜单?

  • 什么可能会阻止 xrandr 屏幕之间的鼠标移动?[关闭]

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何安装 .run 文件?

    • 7 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    如何获得 CPU 温度?

    • 21 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Marko Smith

    你如何重新启动Apache?

    • 13 个回答
  • Marko Smith

    如何卸载软件?

    • 11 个回答
  • Marko Smith

    如何删除 PPA?

    • 26 个回答
  • Martin Hope
    NES 如何启用或禁用服务? 2010-12-30 13:03:32 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    Olivier Lalonde 如何在结束 ssh 会话后保持进程运行? 2010-10-22 04:09:13 +0800 CST
  • Martin Hope
    David B 如何使用命令行将用户添加为新的 sudoer? 2010-10-16 04:02:45 +0800 CST
  • Martin Hope
    Hans 如何删除旧内核版本以清理启动菜单? 2010-08-21 19:37:01 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve