Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 13:59:47 +0200
From:      Roman Neuhauser <neuhauser@mail.cz>
To:        Nader Turki <nader@deltabox.net>
Cc:        questions@freebsd.org
Subject:   Re: XFree86
Message-ID:  <20020411115947.GR12083@roman.mobil.cz>
In-Reply-To: <20020411070857.E10732-100000@shadow.deltabox.net>
References:  <20020411111129.GP12083@roman.mobil.cz> <20020411070857.E10732-100000@shadow.deltabox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Thu, 11 Apr 2002 07:12:36 -0400 (EDT)
> From: Nader Turki <nader@deltabox.net>
> To: Roman Neuhauser <neuhauser@mail.cz>
> Cc: questions@freebsd.org
> Subject: Re: XFree86
> 
> i've been using XFree86 3.x ... i just switched to 4.x ... i always use
> XF86Setup to config my X.

> Section "ServerLayout"
>         Identifier     "XFree86 Configured"
>         Screen      0  "Screen0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection

> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/mouse"
                                     ^^^^^
    I think you'll need to replace this with "sysmouse" (you're running
    moused, right?).

> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         SubSection "Display"
>                 Depth     1
>         EndSubSection
>         SubSection "Display"
>                 Depth     4
>         EndSubSection
>         SubSection "Display"
>                 Depth     8
>         EndSubSection
>         SubSection "Display"
>                 Depth     15
>         EndSubSection
>         SubSection "Display"
>                 Depth     16
>         EndSubSection
>         SubSection "Display"
>                 Depth     24
>         EndSubSection
> EndSection

    This is it I think. You need Modes options in the Display sections
    (see below). Also, see XF86Config(5).

Section "Screen"
    Identifier  "Screen 1"
    Device      "Intel 810"
    #Monitor     "ADI M700"
    Monitor     "Sun GDM-20E20"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480" "1600x1200" 
        ViewPort    0 0
        Virtual     1280 1024
    EndSubsection
    ...
EndSection

-- 
FreeBSD 4.4-STABLE
1:51PM up 17 days, 20:36, 23 users, load averages: 0.04, 0.04, 0.00

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020411115947.GR12083>