Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <20020411070857.E10732-100000@shadow.deltabox.net>
In-Reply-To: <20020411111129.GP12083@roman.mobil.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
i've been using XFree86 3.x ... i just switched to 4.x ... i always use
XF86Setup to config my X.


ok here's my XF86Config:


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

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "SNY"
        ModelName    "CPD-E500"
        HorizSync    30.0 - 109.0
        VertRefresh  48.0 - 160.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "Riva Ultra 64"
        BusID       "PCI:1:0:0"
EndSection

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



On Thu, 11 Apr 2002, Roman Neuhauser wrote:

> > Date: Thu, 11 Apr 2002 06:45:31 -0400 (EDT)
> > From: Nader Turki <nader@deltabox.net>
> > To: Roman Neuhauser <neuhauser@mail.cz>
> > Cc: questions@freebsd.org
> > Subject: Re: XFree86
> >
> > hello,
> >
> > thanks for your reply.
> >
> > i was wondering maybe you could help me with the other problem too which
> > is changing screen modes. i tried Ctrl+Alt with -/+ but it's not working.
>
>     hmmm... I don't know if you used X (3.*) before, and I don't want to
>     sound patronizing or whatever, but...
>     first, you must use the +/- keys on the numeric pad.
>     second, it would help if you could post your XF86Config.
>
> --
> FreeBSD 4.4-STABLE
> 1:08PM up 17 days, 19:53, 23 users, load averages: 0.05, 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?20020411070857.E10732-100000>