Re: Frame Buffer Query

2002-06-13 Thread Oliver Fuchs
On Wed, 12 Jun 2002, Jijo Jose A wrote:

 XFree86 Version 3.3.6 / X Window System
 (protocol Version 11, revision 0, vendor release 6300)

Hi,
first of all I suggest to upgrade XFree86 Version3.something to
Version4.something ... here you have a support for S3 cards ... secondly
try to change your settings (modes) with
anXious --forceconfig --forcesetup

Oliver
-- 
... don't touch the bang-bang fruit


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Frame Buffer Query

2002-06-13 Thread Hans Ekbrand
On Thu, Jun 13, 2002 at 06:29:27AM +0200, Oliver Fuchs wrote:
 On Wed, 12 Jun 2002, Jijo Jose A wrote:
 
  XFree86 Version 3.3.6 / X Window System
  (protocol Version 11, revision 0, vendor release 6300)
 
 Hi,
 first of all I suggest to upgrade XFree86 Version3.something to
 Version4.something ... here you have a support for S3 cards ... 

4.1 does not support S3
4.2 does support some S3 cards.

Set the 

HorizSync   
VertRefresh 
 
in the Monitor section of /etc/X11/XF86Config to values that reflect
you monitors capabilities.

-- 
Note that I use Debian version 3.0
Linux emac140 2.4.17 #1 sön feb 10 20:21:22 CET 2002 i686 unknown

Hans Ekbrand

pgpC2e0ZWtiwB.pgp
Description: PGP signature


Frame Buffer Query

2002-06-12 Thread Jijo Jose A
Hi all

Now i am trying to configure X server for the Frame Buffer Device on my S3
card.
I did successfully compiled the kernel  2.2.14 i586  with VESA FB and it's
booted in 0x318 (1024x768) graphics mode and got a penguin logo.

After that I've configured the options on XF86Configure according to the
linux/Documentation/fb/vesafb.txt.
But when i starting the XF86_FBDev server,the Server mode data base won't
mathed with my mode ie shown by fbset
and it simply terminates with an error.

The fbset will shows
$ fbset --xfree86


-
Mode 1024x768
# D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
DotClock 78.654
HTimings 1024 1056 1184 1312
VTimings 768 772 776 792
Flags-HSync -VSync
EndMode
-

The server output :

-
XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 2000
 If the server is older than 6-12 months, or if your card is newer
 than the above date, look for a newer version before reporting
 problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.14 i586 [ELF]
Configured drivers:
   FBDev: Server for frame buffer device
   (Patchlevel 11): mfb, cfb8, cfb16, cfb24, cfb32
(using VT number 7)

.

(--) FBDev: Mode 1600x1200 needs hsync freq of 75.00 kHz. Deleted.
(--) FBDev: Mode 1152x864 needs hsync freq of 76.01 kHz. Deleted.
(--) FBDev: Mode 1280x1024 needs hsync freq of 78.86 kHz. Deleted.
(--) FBDev: Mode 1024x768 needs hsync freq of 80.21 kHz. Deleted.
(--) FBDev: Mode 1280x1024 needs hsync freq of 81.13 kHz. Deleted.
(--) FBDev: Mode 1600x1200 needs hsync freq of 87.50 kHz. Deleted.
(--) FBDev: Mode 1152x864 needs hsync freq of 89.62 kHz. Deleted.
(--) FBDev: Mode 1280x1024 needs hsync freq of 91.15 kHz. Deleted.

.
Fatal server error:
No valid modes found.



Also the same problem on all the modes like (600x800,..)

Anyone have experience with this.
-jijo jose




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Frame Buffer Query

2002-06-12 Thread Jeffrey Baker
On Wed, Jun 12, 2002 at 11:11:30PM +0530, Jijo Jose A wrote:
 Hi all
 
 Now i am trying to configure X server for the Frame Buffer Device
 on my S3 card.  I did successfully compiled the kernel  2.2.14
 i586  with VESA FB and it's booted in 0x318 (1024x768) graphics
 mode and got a penguin logo.
 
 After that I've configured the options on XF86Configure according
 to the linux/Documentation/fb/vesafb.txt.  But when i starting the
 XF86_FBDev server,the Server mode data base won't mathed with my
 mode ie shown by fbset and it simply terminates with an error.
 
 The fbset will shows
 $ fbset --xfree86
 
 
 -
 Mode 1024x768
 # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
 DotClock 78.654
 HTimings 1024 1056 1184 1312
 VTimings 768 772 776 792
 Flags-HSync -VSync
 EndMode
 -

You could take this information and put it into a ModeLine in your
configuration file.

Section Monitor
#Other stuff here
ModeLine 1024x768 78.654 1024 1056 1184 1312 768 772 776 792 #76Hz
EndSection

However, this is a workaround and the X server should have figured
this out for you automatically.

 (--) FBDev: Mode 1152x864 needs hsync freq of 76.01 kHz. Deleted.
 (--) FBDev: Mode 1280x1024 needs hsync freq of 78.86 kHz. Deleted.
 (--) FBDev: Mode 1024x768 needs hsync freq of 80.21 kHz. Deleted.
 (--) FBDev: Mode 1280x1024 needs hsync freq of 81.13 kHz. Deleted.
 (--) FBDev: Mode 1600x1200 needs hsync freq of 87.50 kHz. Deleted.
 (--) FBDev: Mode 1152x864 needs hsync freq of 89.62 kHz. Deleted.
 (--) FBDev: Mode 1280x1024 needs hsync freq of 91.15 kHz. Deleted.

Evidently, the X server thinks these modes are too fast for your
monitor.  Check /etc/fb.modes and man fb.modes for possible
information.

-jwb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]