On Saturday 08 March 2003 04:48 pm, Miroslaw J. Wiechowski wrote: > It seems that the X-Windows configuration problem is caused > not only by the Intel i810 chip, but also by the monitor, > Targa Multiscan TM 1480, which is rather old and probably the > system cannot ask it for necessary information.
Well, the system doesn't ask it for information. You need to put the appropriate horizontal and vertical sync rates in the Monitor section. searching google didn't turn up the relevant info for this monitor though, Do you have the users manual? that should have the relevant info in it. There's also a Monitors file in /usr/X11R6/doc in XFree86 3.3.x, but it doesn't have info for your monitor and seems to have dissappeared in XFree 4.x > > I could achieve 640x480 display by putting "Modeline" in the > monitor section, after some experimenting. > > However, mode 800x600 works badly, the image is shifted to the > left and it cannot be helped with xidtune tweaing. I tried > several configuration variants. > > Mode 1024X768 is impossible to get. > > Well, perhaps it's time to say goodbye to FreeBSD after such > short acquaintance... > > Regards > mjw > > > Section "Monitor" > Identifier "Monitor0" > VendorName "Targa" > ModelName "TM 1480 Multisync" > HorizSync 15.5 - 38 > VertRefresh 43 - 90 > # Works ok, the pictire is properly centered > Modeline "640x480" 25.20 640 644 740 796 480 490 492 525 -hsync > -vsync # The picture is shifted left which cannot be repaired with xvidtune > Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync > +vsync EndSection > > > Section "Device" > Identifier "Card0" > Driver "i810" > VendorName "Intel" > BoardName "i810e" > BusID "PCI:0:1:0" > Option "NoDDC" "True" > VideoRam 8192 > EndSection > > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Depth 16 > Modes "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
