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]