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

Re: configuring xf4, was Re: Can't configure 3rd button on mouse



>> Dale Scheetz <dwarf@polaris.net> writes:

 > Well, I get a grey screen with a large X as the mouse cursor. I can move
 > the mouse cursor on the screen, but that's all I get. No mouse clicks
 > cause anything new.

 Look for /etc/X11/XF86Config-4, you should have a section like:

 Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "ACME"
    ModelName   "RG"
    HorizSync   h1-h2
    VertRefresh v1-v2
 EndSection

 On your screen section you need to tell the X server that it has to use
 this monitor:

 Section "Screen"
    ...
    Monitor    "My Monitor"
    ...
 EndSection

 The values h1, h2, v1, v2 come from your monitor's manual.

-- 
Marcelo



Reply to: