fc8+linux+内核,Fedora 8(内核版本2.6.23.9-85.fc8)安装ATI 7.12官方驱动,支持1440x900宽屏...

news/2024/11/25 19:19:11/

为了享受一下Fedora 8的3D桌面,几天前安装了Fedora 8,但是我的HP nx6330是宽屏1440x900的分辨率,一直都不能正常使用1440x900的分辨率,最大只能使用1152x864,而且改xorg.conf也不能正常显示,应该是ATI驱动不能正常识别我的1440x900的显示器。经过几天的摸索,终于可以正常使用1440X900分辨率。下面是我几天来摸索的一些经验:

在http://www.ati.com下载最新的7.12驱动程序ati-driver-installer-8.443.1-x86.x86_64.run

使用./ati-driver-installer-8.443.1-x86.x86_64.run --buildpkg Fedora/F8获得四个安装包:

ATI-fglrx-8.443.1-1.f8.i386.rpm

ATI-fglrx-control-center-8.443.1-1.f8.i386.rpm

ATI-fglrx-devel-8.443.1-1.f8.i386.rpm

kernel-module-ATI-fglrx-2.6.23.9-85.fc8-8.443.1-1.f8.i386.rpm

可能会提示不能解压的错误,具体是什么忘了,好像是/etc/ati/下的文件不能生成。遇到这个问题,要在root的~目录下建立.rpmmacros这个文件,文件内容是:

%_unpackaged_files_terminate_build 0

执行rpm -Uvh *.rpm 安装四个rpm包

yum install mesa-libGL*(也可以用yumex来安装)

下载老板本

安装命令:rpm -Uvh --nodeps --oldpackage xorg-x11-server-Xorg-1.3.0.0-17.fc8.i386.rpm(这个是在网上找到的,据说是新版本的xerver-xorg与驱动不兼容)

修改xorg.conf文件,我的xorg.conf文件如下:

# Xorg configuration created by system-config-display

Section "ServerLayout"

Identifier "single head configuration"

Screen 0 "aticonfig-Screen[0]" 0 0

InputDevice "Keyboard0" "CoreKeyboard"

InputDevice "Synaptics" "CorePointer"

EndSection

Section "Files"

EndSection

Section "ServerFlags"

Option "AIGLX" "on"

EndSection

Section "InputDevice"

Identifier "Keyboard0"

Driver "kbd"

Option "XkbModel" "pc105"

Option "XkbLayout" "us+inet"

EndSection

Section "InputDevice"

Identifier "Synaptics"

Driver "synaptics"

Option "Device" "/dev/input/mice"

Option "Protocol" "auto-dev"

Option "Emulate3Buttons" "yes"

EndSection

Section "Monitor"

Identifier "aticonfig-Monitor[0]"

HorizSync 24.0 - 70.0

VertRefresh 50.0 - 75.0

ModeLine "1440x900_60.00" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "General LCD Panel"

Option "DPMS" "true"

EndSection

Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"

EndSection

Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Virtual 1440 900

Depth 24

Modes "1152x864" "1024x768" "800x600" "640x480" "640x400"

EndSubSection

EndSection

Section "Extensions"

Option "Composite" "Enable"

EndSection

运行glxinfo |grep direct 得到类似 direct rendering: No (…………LIBGL_DEBUG=verbose)的提示,然后运行LIBGL_DEBUG=verbose glxinfo 得到不能打开/usr/X11R6/lib/modules/dri/?(具体文件名忘了)提示,手动建立/usr/X11R6/lib /modules目录,然后运行ln -s /usr/lib/dri /usr/X11R6/lib/modules即可解决.再运行glxinfo,应该是direct rendering: Yes.

运行 应用程序—》系统工具—》AMD Catalyst Control Center,在显示器管理器—》数字监视器(1)—》图像缩放中选择无缩放(图像居中),然后显示器变为物理的1152x864分辨率(显示器的外圈是黑色的),在系统—》管理—显示中硬件选项卡配置显示器类型,选择Generic LCD Display LCD Panel 1440x900确定,然后重启。

在系统—》首选项—》硬件—》屏幕分辨率选择 1440x900这样就可以正常显示了。

这样设置是能正常支持显示器了。0b1331709591d260c1c78e86d0c51c18.png


http://www.ppmy.cn/news/161089.html

相关文章

linux mint+hdmi高清接口,添加32寸2560*1440分辨率

步骤1: 使用 xrandr -q 查看正在使用的显卡接口,本机是HDMI-1 步骤2: vim ~/.profile 文件最后添加已下内容 #HDMI-1 cvt 2560 1440 60 xrandr --newmode “2560x1440_60.00” 222.75 2560 2720 2992 3424 1440 1443 1448 1479 -hsync vsync xrand…

【屏幕自适应页面适配问题】CSS的@media,为了适应1440×900的屏幕,使用@media解决问题

文章目录 bug修改实例CSS3 media 查询CSS 多媒体查询&#xff0c;适配各种设备尺寸 bug修改实例 <template><div id"deptAllDown" style"height: 400px;width:880px"/> </template>为了适应1440900的屏幕&#xff0c;使用media解决问题…

运维小白必学篇之基础篇第四集:vim文本编辑器实验

vim文本编辑器实验 1、创建a.txt文件&#xff0c;并复制到/tmp/file/目录下 2、创建1.txt文件的软链接文件11.txt 3、移动a.txt文件到/mnt目录下并改名为abc.txt 4、创建d1、d2目录&#xff0c;并在d1目录中创建文件a1、a2 5、删除d1目录和d2目录 6、查看/etc/man_db.conf文件的…

phpmyadmin 1440 配置

原文来自: http://blog.sina.com.cn/s/blog_5d5b98ff0101fna3.html 系统环境max os x 10.10 Mac下phpmyadmin 出现1440解决办法. 解决方法如下&#xff1a; #vim phpMyAdmin/libraries/config.default.php 找到如下位置 $cfg[LoginCookieValidity] 1440; 将1440修改成更大…

mysql1440秒未活动_phpMyAdmin登陆超时1440秒未活动请重新登录

本文章总结了关于phpMyAdmin登陆超时1440秒未活动请重新登录解决方法&#xff0c;有需要的朋友可参考本文章。 问题现象&#xff1a;现象一&#xff1a;phpmyadmin在使用过程中经常出现“登陆超时(1440秒未活动)&#xff0c;请重新登录”&#xff1b; 现象二&#xff1a;phpmya…

笔记本电脑HDMI无法输出3440x1440

购买了一个honor magicbook 14 2022 i5-12500hRTX2050 虽然官网标注的是HDMI 2.0&#xff0c;而且我使用机器的HDMI接口和扩展坞的接口都能连接到3840x2160的机器上&#xff0c;但是就是连接不到我3440x1440的显示器&#xff0c;只能达到2560x1080的分辨率。 各种驱动&#x…

linux 1440 900显卡,NVIDIA显卡解决Ubuntu Linux分辨率问题

终于解决了显示分辨率的问题 问题&#xff1a;分辨率一直比较低&#xff0c;在系统&#xff0d;&#xff0d;首选项&#xff0d;&#xff0d;屏幕分辨率里边一直没有高一点的分辨率选项&#xff0c;虽然装了nvidia的驱动但是不知道如何使用&#xff0c;也找不到入口。 解决&…

leetcode 1440:计算布尔表达式的值

1440. 计算布尔表达式的值 - 力扣&#xff08;LeetCode&#xff09; 写一个 SQL 查询, 以计算表 Expressions 中的布尔表达式. 返回的结果表没有顺序要求. 查询结果格式如下例所示. 因为x和y的值存储在Variables表中&#xff0c;所以需要连接一下&#xff0c;但是这里是两个…