免费注册 查看新帖 |

Chinaunix

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

[FreeBSD] ati9600配置不了1024x768的分辨率 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-02-26 09:53 |只看该作者 |倒序浏览
ati9600配置不了1024x768的分辨率。     

--------------------------------------------------------------------------------

硬件配置:km400a+xp2000+ddr512+wd80G+sblive+ati9600+17‘crt
软件配置:freebsd7.1+xorg+kde3
用板载显卡能正常启动kde,1024x768@85.用ati9600也能启动,但是分辨率没办法调整。进入kde后字有一个一元硬币大,根本无法使用。估计是分辨率太低。请用过ati9600的兄弟指点一下。谢谢。

论坛徽章:
0
2 [报告]
发表于 2009-02-26 10:10 |只看该作者
有ATI的专用驱动么?

论坛徽章:
0
3 [报告]
发表于 2009-02-26 10:17 |只看该作者

回复 #2 prolj 的帖子

没有专门装驱动。X -configure好像能检测出显卡是rv350.

论坛徽章:
0
4 [报告]
发表于 2009-02-26 11:59 |只看该作者
不清楚啊,你看看设置文件有什么错误没,ati在freebsd下有专门的驱动了?

论坛徽章:
0
5 [报告]
发表于 2009-02-26 21:53 |只看该作者
硬件配置:kt333+xp2500+ddr1256+ST120+80G+ati9100+17‘crt
软件配置:freebsd7.1+xorg+gnome2
软件里边可以更改分辨率kde4好像也能以前装过现在没装,我将显卡编入内核了估计关系不大
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US ... lconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.15 2008/11/24 00:52:26 yongari Exp $

cpu                I686_CPU
ident                dzhiy

# To statically compile in device wiring instead of /boot/device.hints
#hints                "GENERIC.hints"                # Default places to look for devices.

makeoptions        DEBUG=-g                # Build kernel with gdb(1) debug symbols

options         SCHED_ULE                # ULE scheduler
options         PREEMPTION                # Enable kernel thread preemption
options         INET                        # InterNETworking
options         SCTP                        # Stream Control Transmission Protocol
options         FFS                        # Berkeley Fast Filesystem
options         SOFTUPDATES                # Enable FFS soft updates support
options         UFS_ACL                        # Support for access control lists
options         UFS_DIRHASH                # Improve performance on big directories
options         UFS_GJOURNAL                # Enable gjournal-based UFS journaling
options         PROCFS                        # Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                # Pseudo-filesystem framework
options         GEOM_PART_GPT                # GUID Partition Tables.
options         GEOM_LABEL                # Provides labelization
options         COMPAT_43TTY                # BSD 4.3 TTY compat [KEEP THIS!]
options         COMPAT_FREEBSD4                # Compatible with FreeBSD4
options         COMPAT_FREEBSD5                # Compatible with FreeBSD5
options         COMPAT_FREEBSD6                # Compatible with FreeBSD6
options         KTRACE                        # ktrace(1) support
options         STACK                        # stack(9) support
options         SYSVSHM                        # SYSV-style shared memory
options         SYSVMSG                        # SYSV-style message queues
options         SYSVSEM                        # SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT                # Giant mutex is adaptive.
options         STOP_NMI                # Stop CPUS using NMI instead of IPI
options         AUDIT                        # Security event auditing
#options         KDTRACE_HOOKS                # Kernel DTrace hooks


# CPU frequency control
device                cpufreq

# Bus support.
device                pci


# ATA and ATAPI devices
device                ata
device                atadisk                # ATA disk drives
device                atapicam        # ATA CDRW drives
device                atapicd                # ATAPI CDROM drives

# SCSI peripherals
device                scbus                # SCSI bus (required for SCSI)
device                da                # Direct Access (disks)
device                cd                # CD
device                pass                # Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device                atkbdc                # AT keyboard controller
device                atkbd                # AT keyboard
device                psm                # PS/2 mouse

device                vga                # VGA video card driver

device                splash                # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device                sc

device                agp                # support several AGP chipsets


# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device                miibus                # MII bus support
device                rl                # RealTek 8129/8139

# Pseudo devices.
device                loop                # Network loopback
device                random                # Entropy device
device                ether                # Ethernet support
device                ppp                # Kernel PPP
device                tun                # Packet tunnel.
device                pty                # Pseudo-ttys (telnet etc)
device                md                # Memory "disks"
device                gif                # IPv6 and IPv4 tunneling
device                faith                # IPv6-to-IPv4 relaying (translation)
device                firmware        # firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device                bpf                # Berkeley packet filter

# USB support
device                uhci                # UHCI PCI->USB interface
device                ehci                # EHCI PCI->USB interface (USB 2.0)
device                usb                # USB Bus (required)
device                umass                # Disks/Mass storage - Requires scbus and da
device                drm
device                radeondrm
device                 sound
device                 snd_via8233

#options         NETGRAPH_BPF
#options         NETGRAPH_IPFW
#  simultaneous BPF clients programs runnable.  DHCP requires bpf.
#device                pf                        #PF OpenBSD packet-filter firewall
#device                pflog                        #logging support interface for PF
#device                pfsync                        #synchronization interface for PF
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program.  IPFIREWALL_VERBOSE sends
# logged packets to the system logger.  IPFIREWALL_VERBOSE_LIMIT
# WARNING:  IPFIREWALL defaults to a policy of "deny ip from any to any"
# IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to
# depends on IPFIREWALL if compiled into the kernel.
# IPFIREWALL_FORWARD enables changing of the packet destination either
# IPFIREWALL_NAT adds support for in kernel nat in ipfw, and it requires
#options         IPFIREWALL                #firewall
#options         IPFIREWALL_VERBOSE        #enable logging to syslogd(
#options         IPFIREWALL_VERBOSE_LIMIT=100        #limit verbosity
#options         IPFIREWALL_DEFAULT_TO_ACCEPT        #allow everything by default
#options         IPFIREWALL_FORWARD        #packet destination changes
#options         IPFIREWALL_NAT                #ipfw kernel nat support
#options         IPFILTER                #ipfilter support
#options         IPFILTER_LOG                #ipfilter logging
#options         IPFILTER_LOOKUP                #ipfilter pools
#options         IPFILTER_DEFAULT_BLOCK        #block all packets by default
# DUMMYNET enables the "dummynet" bandwidth limiter.  You need IPFIREWALL
#options         HPFS                        #OS/2 File system

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
6 [报告]
发表于 2009-02-27 00:15 |只看该作者
ATI的显卡现在只支持到9550。其他的好像一直没驱动。

论坛徽章:
0
7 [报告]
发表于 2009-02-27 00:52 |只看该作者
原帖由 帝之源 于 2009-2-26 21:53 发表
硬件配置:kt333+xp2500+ddr1256+ST120+80G+ati9100+17‘crt
软件配置:freebsd7.1+xorg+gnome2
软件里边可以更改分辨率kde4好像也能以前装过现在没装,我将估计关系不大
# GENERIC -- Gener ...


明天试下gnome2.ps我已经把显卡编译入内核
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP