Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 2016 12:37:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 206924] x11/xorg: X server refuses to die when shutdown command is submitted.
Message-ID:  <bug-206924-7141-bwctdym6tI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206924-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206924-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206924

--- Comment #3 from takumi001.m@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)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206924-7141-bwctdym6tI>