[Bug 206924] x11/xorg: X server refuses to die when shutdown command is submitted.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 7 12:37:29 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206924

--- Comment #3 from takumi001.m at gmail.com ---
Now I can ssh to the system from another PC.
And reinstall two releases of FreeBSD, 9.3R, 10.2R.
And have the same result from Xorg -configure.
They makde xorg.conf.new file with error as follows.

 "Number of created screens does not match number of detected devices.
  Configuration failed"

What can I do for X server to run correctly?

Xorg.0.log and erroneous xorg.conf.new are as follows.

[  1732.329] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmm
ouse' will be disabled.
[  1732.329] (WW) Disabling Mouse0
[  1732.329] (WW) Disabling Keyboard0
[  1732.332] Number of created screens does not match number of detected
devices.
  Configuration failed.
[  1732.332] (EE) Server terminated with error (2). Closing log file.

The last portion of /root/xorg.conf.new is

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     "NoAccel"                   # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "Backlight"                 # <str>
        #Option     "DRI"                       # <str>
        #Option     "ColorKey"                  # <i>
        #Option     "VideoKey"                  # <i>
        #Option     "Tiling"                    # [<bool>]
        #Option     "LinearFramebuffer"         # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "TripleBuffer"              # [<bool>]
        #Option     "XvPreferOverlay"           # [<bool>]
        #Option     "HotPlug"                   # [<bool>]
        #Option     "ReprobeOutputs"            # [<bool>]
        #Option     "XvMC"                      # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "TearFree"                  # [<bool>]
        #Option     "PerCrtcPixmaps"            # [<bool>]
        #Option     "FallbackDebug"             # [<bool>]
        #Option     "DebugFlushBatches"         # [<bool>]
        #Option     "DebugFlushCaches"          # [<bool>]
        #Option     "DebugWait"                 # [<bool>]
        #Option     "BufferCache"               # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

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

(In reply to Jan Bramkamp from comment #1)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list