|
局域网中有两台计算机A,B。 两台计算机上都安装了Gentoo,配置好了Gnome、登陆时使用GDM认证。原来两台机器都有显示器,在两台机器上配置好XDMCP好之后,可以通过 "窗口中的新登录" -> Run XDMCP Chooser 看到对方机器,并且可以登录。
后来,因为显示器另有别用,把机器B的显示器拿走了。刚拿走那会儿,机器A仍能通过XDMCP Chooser看到B。后来,做了一次大的升级,机器B重启了(仍然没有连接显示器),问题就来了:A无法从XDMCP Chooser上看到B。搞了半天没有搞通,只能把显示器重新连到B上,xdm restart以后问题解决了,现在可以把显示器从B拿走。但是,每次重启B或者重启B上的xdm(gdm)重启后,XDMCP Chooser又看不到B了。
[问题] 在无显示器的的机器B上,重启xdm,会导致机器B从“XDMCP Chooser”列表中消失。
下面贴出相关的.log,大家看看有没有头绪:
gmd log
- X.Org X Server 1.6.4
- Release Date: 2009-9-27
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 2.6.30-gentoo-r6 i686
- Current Operating System: Linux wlxbox 2.6.30-gentoo-r6 #3 SMP Wed Oct 21 00:46:15 CST 2009 i686
- Build Date: 06 October 2009 06:08:50AM
-
- Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 20 05:45:42 2009
- (==) Using config file: "/etc/X11/xorg.conf"
- (EE) intel(0): No valid modes.
- (EE) Screen(s) found, but none have a usable configuration.
- Fatal server error:
- no screens found
- Please consult the The X.Org Foundation support
- at http://wiki.x.org
- for help.
- Please also check the log file at "/var/log/Xorg.0.log" for additional information.
复制代码
xorg.conf
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- # InputDevice "Mouse0" "CorePointer"
- # InputDevice "Keyboard0" "CoreKeyboard"
- ## for compiz
- # Option "AIGLX" "true"
- EndSection
- Section "Files"
- FontPath "/usr/share/fonts/misc/"
- FontPath "/usr/share/fonts/TTF/"
- FontPath "/usr/share/fonts/OTF"
- FontPath "/usr/share/fonts/Type1/"
- FontPath "/usr/share/fonts/100dpi/"
- FontPath "/usr/share/fonts/75dpi/"
- EndSection
- Section "Module"
- Load "dbe"
- Load "dri"
- Load "dri2"
- Load "extmod"
- Load "glx"
- Load "record"
- # Load "freetype"
- # Load "type1"
- # Load "bitmap"
- # Load "xtrap"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- 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 "NoAccel" # [<bool>]
- #Option "SWcursor" # [<bool>]
- #Option "ColorKey" # <i>
- #Option "CacheLines" # <i>
- #Option "Dac6Bit" # [<bool>]
- #Option "DRI" # [<bool>]
- #Option "NoDDC" # [<bool>]
- #Option "ShowCache" # [<bool>]
- #Option "XvMCSurfaces" # <i>
- #Option "PageFlip" # [<bool>]
- Option "AccelMethod" "UXA"
- Option "Tiling" "False"
- Identifier "Card0"
- Driver "intel"
- VendorName "Intel Corporation"
- BoardName "82G33/G31 Express Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1280x768"
- 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
复制代码
Xorg.0.log
- X.Org X Server 1.6.4
- Release Date: 2009-9-27
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 2.6.30-gentoo-r6 i686
- Current Operating System: Linux wlxbox 2.6.30-gentoo-r6 #3 SMP Wed Oct 21 00:46:15 CST 2009 i686
- Build Date: 06 October 2009 06:08:50AM
-
- Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 20 05:45:38 2009
- (==) Using config file: "/etc/X11/xorg.conf"
- (==) ServerLayout "X.org Configured"
- (**) |-->Screen "Screen0" (0)
- (**) | |-->Monitor "Monitor0"
- (**) | |-->Device "Card0"
- (==) Automatically adding devices
- (==) Automatically enabling devices
- (WW) The directory "/usr/share/fonts/TTF/" does not exist.
- Entry deleted from font path.
- (WW) The directory "/usr/share/fonts/OTF" does not exist.
- Entry deleted from font path.
- (WW) The directory "/usr/share/fonts/TTF/" does not exist.
- Entry deleted from font path.
- (WW) The directory "/usr/share/fonts/OTF" does not exist.
- Entry deleted from font path.
- (**) FontPath set to:
- /usr/share/fonts/misc/,
- /usr/share/fonts/Type1/,
- /usr/share/fonts/100dpi/,
- /usr/share/fonts/75dpi/,
- /usr/share/fonts/misc/,
- /usr/share/fonts/Type1/,
- /usr/share/fonts/100dpi/,
- /usr/share/fonts/75dpi/
- (==) ModulePath set to "/usr/lib/xorg/modules"
- (II) Cannot locate a core pointer device.
- (II) Cannot locate a core keyboard device.
- (II) The server relies on HAL to provide the list of input devices.
- If no devices become available, reconfigure HAL or disable AllowEmptyInput.
- (II) Loader magic: 0x1da0
- (II) Module ABI versions:
- X.Org ANSI C Emulation: 0.4
- X.Org Video Driver: 5.0
- X.Org XInput driver : 4.0
- X.Org Server Extension : 2.0
- (II) Loader running on linux
- (++) using VT number 9
- (--) PCI:*(0:0:2:0) 8086:29c2:1028:0294 Intel Corporation 82G33/G31 Express Integrated Graphics Controller rev 10, Mem @ 0xdfe00000/524288, 0xc0000000/268435456, 0xdff00000/1048576, I/O @ 0x0000ecd8/8
- (--) PCI: (0:0:2:1) 8086:29c3:1028:0294 Intel Corporation 82G33/G31 Express Integrated Graphics Controller rev 10, Mem @ 0xdfe80000/524288
- (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
- (II) No APM support in BIOS or kernel
- (II) System resource ranges:
- [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
- [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
- [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
- [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
- [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
- [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
- (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
- (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
- (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
- (II) "record" will be loaded. This was enabled by default and also specified in the config file.
- (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
- (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
- (II) LoadModule: "dbe"
- (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
- (II) Module dbe: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.0.0
- Module class: X.Org Server Extension
- ABI class: X.Org Server Extension, version 2.0
- (II) Loading extension DOUBLE-BUFFER
- (II) LoadModule: "dri"
- (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
- (II) Module dri: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.0.0
- ABI class: X.Org Server Extension, version 2.0
- (II) Loading extension XFree86-DRI
- (II) LoadModule: "dri2"
- (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
- (II) Module dri2: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.1.0
- ABI class: X.Org Server Extension, version 2.0
- (II) Loading extension DRI2
- (II) LoadModule: "extmod"
- (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
- (II) Module extmod: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.0.0
- Module class: X.Org Server Extension
- ABI class: X.Org Server Extension, version 2.0
- (II) Loading extension MIT-SCREEN-SAVER
- (II) Loading extension XFree86-VidModeExtension
- (II) Loading extension XFree86-DGA
- (II) Loading extension DPMS
- (II) Loading extension XVideo
- (II) Loading extension XVideo-MotionCompensation
- (II) Loading extension X-Resource
- (II) LoadModule: "glx"
- (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
- (II) Module glx: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.0.0
- ABI class: X.Org Server Extension, version 2.0
- (==) AIGLX enabled
- (II) Loading extension GLX
- (II) LoadModule: "record"
- (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
- (II) Module record: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 1.13.0
- Module class: X.Org Server Extension
- ABI class: X.Org Server Extension, version 2.0
- (II) Loading extension RECORD
- (II) LoadModule: "intel"
- (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
- (II) Module intel: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 2.9.0
- Module class: X.Org Video Driver
- ABI class: X.Org Video Driver, version 5.0
- (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
- i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
- E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
- 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
- 4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
- (II) Primary Device is: PCI 00@00:02:0
- (II) resource ranges after probing:
- [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
- [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
- [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
- [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
- [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
- [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
- (II) Loading sub module "vgahw"
- (II) LoadModule: "vgahw"
- (II) Loading /usr/lib/xorg/modules//libvgahw.so
- (II) Module vgahw: vendor="X.Org Foundation"
- compiled for 1.6.4, module version = 0.1.0
- ABI class: X.Org Video Driver, version 5.0
- (II) Loading sub module "ramdac"
- (II) LoadModule: "ramdac"
- (II) Module "ramdac" already built-in
- drmOpenDevice: node name is /dev/dri/card0
- drmOpenDevice: open result is 7, (OK)
- drmOpenByBusid: Searching for BusID pci:0000:00:02.0
- drmOpenDevice: node name is /dev/dri/card0
- drmOpenDevice: open result is 7, (OK)
- drmOpenByBusid: drmOpenMinor returns 7
- drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
- (==) intel(0): Depth 24, (--) framebuffer bpp 32
- (==) intel(0): RGB weight 888
- (==) intel(0): Default visual is TrueColor
- (**) intel(0): Option "Tiling" "False"
- (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
- (--) intel(0): Chipset: "G33"
- (--) intel(0): Linear framebuffer at 0xC0000000
- (--) intel(0): IO registers at addr 0xDFE00000 size 524288
- (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
- (II) intel(0): No SDVO device is found in VBT
- (II) intel(0): 2 display pipes available.
- (II) Loading sub module "ddc"
- (II) LoadModule: "ddc"
- (II) Module "ddc" already built-in
- (II) Loading sub module "i2c"
- (II) LoadModule: "i2c"
- (II) Module "i2c" already built-in
- (II) intel(0): Output VGA using monitor section Monitor0
- (II) intel(0): Output VGA disconnected
- (WW) intel(0): No outputs definitely connected, trying again...
- (II) intel(0): Output VGA disconnected
- (WW) intel(0): Unable to find initial modes
- (EE) intel(0): No valid modes.
- (II) UnloadModule: "intel"
- (II) UnloadModule: "vgahw"
- (II) Unloading /usr/lib/xorg/modules//libvgahw.so
- (EE) Screen(s) found, but none have a usable configuration.
- Fatal server error:
- no screens found
- Please consult the The X.Org Foundation support
- at http://wiki.x.org
- for help.
- Please also check the log file at "/var/log/Xorg.0.log" for additional information.
复制代码 |
|