[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian: XFree86] Errors



> Config Error: /etc/XF86Config: 190
>         VertRefresh 40-100
> horizontal sync value expected
> _X11TransSocketUNIXConnect: Can't connect: errno = 111
>
> Please can anyone Help me ???

Hi Michelle!

    Well, at least the problem *seems* quite easy to solve! Your /etc/X11/XF86Config
file is incomplete... X expects to find both a value to the vertical AND to the
horizontal sync, and it can't find the horizontal...

    Now, there's two options for that:

1st (the easyer one): Try to run xf86config OR XF86Setup... answer the questions
and... voila... your system should be working fine (I hope! ;-)

2nd (harder, but not much! ;-): Edit ¨by hand¨ the /etc/X11/XF86Config file and,
after you find the ¨Monitor¨ Section, insert a line for the horizontal sync on your
monitor... I've included the ¨Monitor¨ section of my XF86Config file as a guide, OK?
;-)

Here it is:

Section "Monitor"
   Identifier      "SyncMaster 3Ne"
   VendorName      "Samsung"
   ModelName       "SyncMaster 3Ne"
   HorizSync       31.5-48.5
   VertRefresh     56-75
   Gamma           1.2
   Modeline  "1024x768"   65.00 1024 1056 1200 1344 768 771 777 806 -hsync -vsync
   Modeline  "800x600"    50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
   Modeline  "640x480"    31.50 640 656 720 840 480 481 484 500 -hsync -vsync
EndSection

Hope this helps!!!!!!!!!!!!!!!!!

Guilherme Zahn


Reply to: