From: Andreas <an...@po...> - 2002-11-01 14:52:25
|
Hello Bj=F6rn Am 01-Nov-02 schrieb Bj=F6rn Johansson: > Hello Michel >=20 > On 01-Nov-02, you wrote: >=20 >> On Fre, 2002-11-01 at 07:48, Bj=F6rn Johansson wrote: >>=20 >>> (II) S3VIRGE: driver (version 1.6.13) for S3 ViRGE chipsets: virge, >>> 86C325, >>> virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2, >>> 86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365, >>> trio 3d/2x, 86C362, 86C368 >>> S3VProbe begin >>> (EE) No devices detected. Using S3 Virge with a Permedia II based card? I'm a bit puzzled.. Should = this really work?? >>> Fatal server error: >>> no screens found >>=20 >> Why are you trying to use the s3virge driver, when all the sample >> XF86Config files say glint? >>=20 >=20 > I thought that maybe the CybervisionPPC had support for this, > but I guess it hasn't. Anyway, glint doesn't work either. > Could it be that I've missed a package when I installed the > X-server, perhaps? Why does glint not work? Are you getting any error messages? But, anyway,= it is known that glint doesn't work flawlessly with the CybervisionPPC. Use following setup Section "Device" Identifier "Generic Video Card" Driver "fbdev" Option "NoInt10" EndSection If it then finds a device but still doesn't start up, you have to create = your own mode lines using fbset. For a 17" monitor it could look like this Section "Monitor" Identifier "Generic Monitor" HorizSync 30-65 VertRefresh 50-90 Option "DPMS" Mode "1024x768" # D: 78.933 MHz, H: 60.162 kHz, V: 75.203 Hz DotClock 78.934 HTimings 1024 1040 1136 1312 VTimings 768 769 772 800 Flags "+HSync" "+VSync" EndMode EndSection You may compare you're current XF86Config with the attached XF86Config wh= ich should work for a CybervisionPPC (at least it worked on my machine, and s= till works..). But you don't need most of the "Module" mumbo-jumbo, so go and comment it= out (well, not everything of course, you have to consult some kind of documentation..). --=20 Best wishes, Andi |