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

Re: problems with X on SS20



On Fri, Jul 05, 2002 at 10:30:15 +0200,
Robert Waldner <waldner@waldner.priv.at> wrote:
> Wild guess: Are you running gpm?

nope. /dev/sunmouse

i have the feeling that this happens more often when mozilla is involved
than without, but can't really prove it.

i append my XF86config-4 file:
----------------------------------------------------------------------
#
Section "Files"
        # FontPath      "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/TrueType"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection

Section "InputDevice"
        Identifier      "keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "sun"
        Option          "XkbModel"      "type5"
        Option          "XkbLayout"     "us"
        Option          "XkbOptions"    "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier      "mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/sunmouse"
        Option          "Protocol"              "BusMouse"
EndSection


Section "Device"
        Identifier      "Sun CG14"
        Driver          "suncg14"
        Option          "UseFBDev"              "true"
EndSection

Section "Device"
        Identifier      "Sun CG6"
        Driver          "suncg6"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Sun 20"
        HorizSync       30-68
        VertRefresh     50-85
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "screen1"
        Device          "Sun CG14"
        Monitor         "Sun 20"
        DefaultDepth    32
        SubSection "Display"
                Depth           32
                Modes           "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "screen2"
        Device          "Sun CG6"
        Monitor         "Sun 20"
        DefaultDepth    8
        SubSection "Display"
                Depth           8
                Modes           "1152x900"
        EndSubSection
EndSection

Section "ServerFlags"
        Option  "blank time"    "10"    # 10 minutes
        Option  "standby time"  "20"
        Option  "suspend time"  "30"
        Option  "off time"      "60"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"

        Screen          "screen1"
        Screen          "screen2" RightOf "screen1"

        InputDevice     "keyboard" "CoreKeyboard"
        InputDevice     "mouse" "CorePointer"
EndSection

Section "DRI"
        Mode    0666
EndSection
----------------------------------------------------------------------
----------------------------------------------------------------------

-- 
Thomas 'Mike' Michlmayr  | ignorami: n: The BOFH art of folding problem 
<mike+sig@cluon.priv.at> |           lusers into representational shapes.

Attachment: pgp5_FbzfqggG.pgp
Description: PGP signature


Reply to: