Skip site navigation (1)Skip section navigation (2)
Date:      25 Nov 2002 15:30:03 +0300
From:      Akifyev Sergey <asa@gascom.ru>
To:        Dead Line <dead_line@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ATI SVGA and the X window
Message-ID:  <1038227403.264.24.camel@asa.gascom.net.ru>
In-Reply-To: <F248F5UvYt76RuRug41000051aa@hotmail.com>
References:  <F248F5UvYt76RuRug41000051aa@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-11-25 at 15:18, Dead Line wrote:
> 
> 
> 
> 
> 
> 
> 
> I cannot find this file, /var/log/XFree86.0.log
> I guess ATI RAGE is a trouble any idea? please !
> 
> >
> >On Sun, 2002-11-24 at 14:05, Dead Line wrote:
> >     Hello everyone,
> >
> >         Im sending this email after hell of times of trying and after many
> >         days of trying..
[...skipped...]
> >         My VGA is ATI - Rage 128 Pro, AGP 4X

Mine is ATI Rage 128 Pro PF

> >         and the cards in list is (ATI-Rage 128 (generic))
> >
> >         anyway i tried many cards its faild.. also i installed the SVGA 
> >MACH
> >         and many others but still the same..
> >
> >         Please anyhelp is appreciate it

And it works perfectly with following XF86Config settings:

Section "Device"
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Rage 128 Pro PF"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480" "640x400"
        EndSubSection
EndSection

Just a guess: maybe problem is in incorrect resolution settings?

Regards,
Akifyev Sergey


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1038227403.264.24.camel>