NetBSD-Users archive

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

Re: NetBSD-10.0RC



On Thu, Nov 30, 2023 at 03:39:35PM +0000, Todd Gruhn wrote:
> Finished commenting the section; found and fixed one spelling
> 
> 
> #  Section "Device"
>         ### Available Driver options are:-
>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
>         ### <percent>: "<f>%"
>         ### [arg]: arg optional
>         #Option     "SWcursor"               # [<bool>]
>         #Option     "HWcursor"               # [<bool>]
>         #Option     "NoAccel"                # [<bool>]
>         #Option     "ShadowFB"               # [<bool>]
>         #Option     "VideoKey"               # <i>
>         #Option     "WrappedFB"              # [<bool>]
>         #Option     "GLXVBlank"              # [<bool>]
>         #Option     "ZaphodHeads"            # <str>
>         #Option     "PageFlip"               # [<bool>]
>         #Option     "SwapLimit"              # <i>
>         #Option     "AsyncUTSDFS"            # [<bool>]
>         #Option     "AccelMethod"            # <str>
>         #Option     "DRI"                    # <i>
>     #Identifier  "Card0"
>     #Driver      "nouveau"
>     #BusID       "PCI:1:0:0"
> ## EndSection
> 
> ###########################
> ##   Setting for GEFORCE GTX-1660
> ###########################
> 
> Section  "Device"
>         Identifier "Nvidia T400"
>         Driver "mode setting"
>         BusID  "PCI:1:0:0"
> EndSection

With modular Xorg you can remove this too.
On my machine, modular Xorg did start with an empty Xorg.conf

> 
> 
> +---+---+---+---+----+----+----+----+----+----
> 
> The time-stam was  15:01 -- before I switched  graphics cards.
> Xorg.0.log below:
> 
> [   118.366]
> X.Org X Server 1.21.1.9
> X Protocol Version 11, Revision 0
> [   118.366] Current Operating System: NetBSD gandalf.gruhn-net.net
> 10.0_RC1 NetBSD 10.0_RC1 (GENERIC) #0: Sun Nov  5 18:30:08 UTC 2023
> mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC
> amd64
> [   118.366]
> [   118.367] Current version of pixman: 0.38.4
> [   118.367]     Before reporting problems, check http://wiki.x.org
>     to make sure that you have the latest version.
> [   118.367] Markers: (--) probed, (**) from config file, (==) default setting,
>     (++) from command line, (!!) notice, (II) informational,
>     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [   118.367] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 30
> 14:53:28 2023
> [   118.424] (++) Using config file: "xorg.conf.new"
> [   118.467] (==) ServerLayout "X.org Configured"
> [   118.467] (**) |-->Screen "Screen0" (0)
> [   118.467] (**) |   |-->Monitor "Monitor0"
> [   118.467] (==) No device specified for screen "Screen0".
>     Using the first device section listed.
> [   118.467] (**) |   |-->Device "Nvidia T400"
> [   118.467] (**) |-->Input Device "Mouse0"
> [   118.467] (**) |-->Input Device "Keyboard0"
> [   118.467] (==) Automatically adding devices
> [   118.467] (==) Automatically enabling devices
> [   118.467] (==) Not automatically adding GPU devices
> [   118.467] (==) Automatically binding GPU devices
> [   118.467] (==) Max clients allowed: 256, resource mask: 0x1fffff
> [   118.548] (**) FontPath set to:
>     /usr/X11R7/lib/X11/fonts/misc/,
>     /usr/X11R7/lib/X11/fonts/TTF/,
>     /usr/X11R7/lib/X11/fonts/Type1/,
>     /usr/X11R7/lib/X11/fonts/75dpi/,
>     /usr/X11R7/lib/X11/fonts/100dpi/,

Are your really using modular Xorg ? With modular Xorg there should be no
references to X11R7

>     /usr/pkg/share/fonts/X11/misc/,
>     /usr/pkg/share/fonts/X11/TTF/,
>     /usr/pkg/share/fonts/X11/Type1/,
>     /usr/pkg/share/fonts/X11/75dpi/,
>     /usr/pkg/share/fonts/X11/100dpi/,
>     /usr/X11R7/lib/X11/fonts/misc/,
>     /usr/X11R7/lib/X11/fonts/TTF/,
>     /usr/X11R7/lib/X11/fonts/Type1/,
>     /usr/X11R7/lib/X11/fonts/75dpi/,
>     /usr/X11R7/lib/X11/fonts/100dpi/,
>     /usr/pkg/share/fonts/X11/misc/,
>     /usr/pkg/share/fonts/X11/TTF/,
>     /usr/pkg/share/fonts/X11/Type1/,
>     /usr/pkg/share/fonts/X11/75dpi/,
>     /usr/pkg/share/fonts/X11/100dpi/
> [   118.548] (**) ModulePath set to "/usr/X11R7/lib/modules"

this is wrong for modular Xorg. You should rm -rf /usr/X11R7 anyway,
modular Xorg is installed in /usr/pkg/ and you should not keep both - 
these won't mix well.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index