【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
头像
yq-ysy
论坛版主
帖子: 4648
注册时间: 2008-07-19 12:44
来自: 广西(桂)南宁(邕)

【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#1

帖子 yq-ysy » 2014-04-23 19:00

要是有钱,花三四百元买个支持LInux系统的“电脑共享终端机”,或者多买个显卡,就没那么麻烦了……
希望哪位有经验的能帮忙看看,如何解决?
我的网络有问题,无法注册AskUbuntu无法登录提问,或者哪位英语好的、有时间的,帮忙转贴问问?

网上有一篇《两步搞定Ubuntu下Multiseat设置》
他这个是用同一个桌面分屏显示的“假双用户”,他用 xinput 来修改两套鼠标键盘令两个人可以分别操作,
但这造成的问题是:如果一个人在用鼠标猛点狂按玩游戏时,另一个人想写文章,中文输入法就打不上字了,
因为“活动窗口”总是被玩游戏的那家伙的“鼠标点击”抢占去了。若两人同时鼠标或同时键盘就还能应付。

于是我网上找了一些资料(有些资料太旧,不适用于新版Ubuntu 14.04)自己摸索,可以参考:
http://www.linuxtoys.org/multiubuntu/multiubuntu.html
https://help.ubuntu.com/community/MultiseatX
https://wiki.ubuntu.com/MultiseatTeam/Instructions

我使用的是 UbuntuStudio 14.04 版 64位系统;
一个 Nvidia 显卡,两个显示器,一个接 DVI 口,另一个接 VGA 口;
两套鼠标键盘。其中一套鼠标键盘都是 PS/2口,没有直接插机箱,而是接在“USB一分二PS/2”的转换线上,
另一套鼠标键盘,一个是USB鼠标,直接插机箱,一个是PS/2键盘,也直接插机箱。

我现在已经能实现的是:在 xorg.conf 的 ServerLayout 里定义有 seat0 和 seat1,
只要修改 ServerFlags 里的 Option "DefaultServerLayout" "seat0" 改为 "seat1" ,
重新启动后,就能在另一台显示器上,用另一套鼠标键盘,登录系统并正常使用,
与原鼠标键盘不会互相干涉,但是两个显示器总有一个是黑屏没有信号的。
——我尝试了多种配置,都无法让两台显示器同时亮起,也就无法让两用户同时登录各自的桌面。

从 Log 日志上看,我觉得问题有可能出在:
lightdm.log 文件提示的 Seat 0: Stopping greeter; display server will be re-used for user session
或者 x-0.log 文件提示的 setversion 1.4 failed: Permission denied
但我不知道应该如何解决?

后面跟帖有我的配置文件 xorg.conf、lightdm.conf,以及启动后的 Log 文件:
Xorg.0.log、Xog.1.log、lightdm.log、x-0.log、x-1.log,这几个日志文件。
另外 x-0-greeter.log 和 x-1-greeter.log 都是空文件,0字节,就不放上来了。

xorg.conf 文件

代码: 全选

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 331.20  (buildd@roseapple)  Mon Feb  3 15:07:22 UTC 2014


Section "ServerFlags"
    Option         "DefaultServerLayout" "seat0"
    Option         "AllowMouseOpenFail"  "true"
    Option         "AutoAddDevices"      "false"
    Option         "AutoEnableDevices"   "false"
    Option         "DontZap"             "false"
EndSection

####################################################

Section "ServerLayout"
    Identifier     "seat0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse1" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "ServerLayout"
    Identifier     "seat1"
    Screen      0  "Screen1" 0 0
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

####################################################

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "Device" "/dev/input/event2"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "evdev"
    Option         "XkbLayout" "us"
    Option         "GrabDevice" "yes"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mouse0"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "evdev"
    Option         "Device" "/dev/input/event3"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "evdev"
    Option         "XkbLayout" "us"
    Option         "GrabDevice" "yes"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mouse1"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

####################################################

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "LG-DVI"
    ModelName      "LG Electronics 24MP55"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "SEG-VGA"
    ModelName      "SEG RM170"
    HorizSync       30.0 - 80.0
    VertRefresh     58.0 - 75.0
    Option         "DPMS"
EndSection

####################################################

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 650"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 650"
    BusID          "PCI:1:0:0"
    Screen         0 
EndSection

####################################################

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "DVI-D-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "VGA-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

####################################################

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

lightdm.conf 文件

代码: 全选


[LightDM]
minimum-display-number=0
minimum-vt=7

[SeatDefaults]
xserver-command=/usr/bin/X
greeter-session=lightdm-gtk-greeter
greeter-show-manual-login=true
user-session=default
exit-on-failure=true

[Seat:0]
xserver-command=/usr/bin/X :0 vt7
xserver-layout=seat0

[Seat:1]
xserver-command=/usr/bin/X :1 vt8
xserver-layout=seat1
autologin-user=xyz
autologin-user-timeout=15

[XDMCPServer]

[VNCServer]

头像
yq-ysy
论坛版主
帖子: 4648
注册时间: 2008-07-19 12:44
来自: 广西(桂)南宁(邕)

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#2

帖子 yq-ysy » 2014-04-23 19:10

lightdm.log 文件

代码: 全选

[+0.06s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.06s] DEBUG: Starting Light Display Manager 1.10.0, UID=0 PID=1019
[+0.06s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.06s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
[+0.06s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf
[+0.06s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
[+0.06s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf
[+0.06s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/90-nvidia.conf
[+0.06s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.06s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.06s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf.d/10-ubuntustudio.conf
[+0.06s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.06s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.06s] DEBUG: Registered seat module xlocal
[+0.06s] DEBUG: Registered seat module xremote
[+0.06s] DEBUG: Registered seat module unity
[+0.06s] DEBUG: Registered seat module surfaceflinger
[+0.30s] DEBUG: Loading seat Seat:0
[+0.30s] DEBUG: Seat 0: Starting
[+0.30s] DEBUG: Seat 0: Creating greeter session
[+0.30s] DEBUG: Seat 0: Creating display server of type x
[+0.30s] DEBUG: Deactivating Plymouth
[+0.32s] DEBUG: Using VT 7
[+0.32s] DEBUG: Seat 0: Starting local X display on VT 7
[+0.32s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
[+0.32s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0
[+0.32s] DEBUG: DisplayServer x-0: Launching X Server
[+0.32s] DEBUG: Launching process 1112: /usr/bin/X :0 vt7 :0 -layout seat0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.32s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
[+0.32s] DEBUG: Loading seat Seat:1
[+0.32s] DEBUG: Seat 1: Starting
[+0.32s] DEBUG: Seat 1: Creating greeter session
[+0.32s] DEBUG: Seat 1: Creating display server of type x
[+0.32s] DEBUG: Using VT 8
[+0.32s] DEBUG: Seat 1: Starting local X display on VT 8
[+0.32s] DEBUG: DisplayServer x-1: Logging to /var/log/lightdm/x-1.log
[+0.32s] DEBUG: DisplayServer x-1: Writing X server authority to /var/run/lightdm/root/:1
[+0.32s] DEBUG: DisplayServer x-1: Launching X Server
[+0.32s] DEBUG: Launching process 1114: /usr/bin/X :1 vt8 :1 -layout seat1 -seat seat0 -auth /var/run/lightdm/root/:1 -nolisten tcp vt8 -novtswitch
[+0.32s] DEBUG: DisplayServer x-1: Waiting for ready signal from X server :1
[+0.32s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.32s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.32s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat1
[+0.76s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.76s] DEBUG: User /org/freedesktop/Accounts/User1001 added
[+0.97s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+2.25s] DEBUG: Got signal 10 from process 1112
[+2.25s] DEBUG: DisplayServer x-0: Got signal from X server :0
[+2.25s] DEBUG: DisplayServer x-0: Connecting to XServer :0
[+2.25s] DEBUG: Quitting Plymouth; retaining splash
[+2.27s] DEBUG: Launching process 1281: /sbin/prime-offload
[+2.27s] DEBUG: Process 1281 exited with return value 0
[+2.27s] DEBUG: Seat 0: Exit status of /sbin/prime-offload: 0
[+2.27s] DEBUG: Seat 0: Display server ready, starting session authentication
[+2.27s] DEBUG: Session pid=1289: Started with service 'lightdm-greeter', username 'lightdm'
[+2.31s] DEBUG: Session pid=1289: Authentication complete with return value 0: Success
[+2.31s] DEBUG: Seat 0: Session authenticated, running command
[+2.31s] DEBUG: Session pid=1289: Running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/lightdm-gtk-greeter
[+2.33s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+2.33s] DEBUG: Session pid=1289: Logging to /var/log/lightdm/x-0-greeter.log
[+2.35s] DEBUG: Activating VT 7
[+2.35s] DEBUG: Activating login1 session /org/freedesktop/login1/session/c1
[+2.60s] DEBUG: Session pid=1289: Greeter connected version=1.10.0
[+3.17s] DEBUG: Session pid=1289: Greeter start authentication for abc
[+3.17s] DEBUG: Session pid=1360: Started with service 'lightdm', username 'abc'
[+3.17s] DEBUG: Session pid=1360: Got 1 message(s) from PAM
[+3.17s] DEBUG: Session pid=1289: Prompt greeter with 1 message(s)
[+10.94s] DEBUG: Session pid=1289: Continue authentication
[+10.97s] DEBUG: Session pid=1360: Authentication complete with return value 0: Success
[+10.97s] DEBUG: Session pid=1289: Authenticate result for user abc: Success
[+10.97s] DEBUG: Session pid=1289: User abc authorized
[+10.97s] DEBUG: Session pid=1289: Greeter sets language zh_CN
[+11.00s] DEBUG: Session pid=1289: Greeter requests session ubuntustudio
[+11.00s] DEBUG: Seat 0: Stopping greeter; display server will be re-used for user session
[+11.00s] DEBUG: Session pid=1289: Sending SIGTERM
[+11.02s] DEBUG: Session pid=1289: Greeter closed communication channel
[+11.02s] DEBUG: Session pid=1289: Exited with return value 0
[+11.02s] DEBUG: Seat 0: Session stopped
[+11.02s] DEBUG: Seat 0: Greeter stopped, running session
[+11.02s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+11.03s] DEBUG: Session pid=1360: Running command /usr/sbin/lightdm-session startxfce4
[+11.03s] DEBUG: Creating shared data directory /var/lib/lightdm-data/abc
[+11.03s] DEBUG: Session pid=1360: Logging to .xsession-errors
[+11.03s] DEBUG: Activating VT 7
[+11.03s] DEBUG: Activating login1 session /org/freedesktop/login1/session/c2
[+12.55s] DEBUG: User /org/freedesktop/Accounts/User1001 changed
[+12.56s] DEBUG: User /org/freedesktop/Accounts/User1000 changed
[+15.73s] DEBUG: User /org/freedesktop/Accounts/User1000 changed
[+16.93s] DEBUG: User /org/freedesktop/Accounts/User1000 changed
[+28.23s] DEBUG: User /org/freedesktop/Accounts/User1001 changed
[+28.25s] DEBUG: User /org/freedesktop/Accounts/User1000 changed
x-0.log 文件

代码: 全选


X.Org X Server 1.15.1
Release Date: 2014-04-13
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
Current Operating System: Linux ubuntustudio 3.13.0-24-lowlatency #46-Ubuntu SMP PREEMPT Thu Apr 10 19:40:23 UTC 2014 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency root=UUID=98641fc2-e336-4dd7-8362-05cf467342af ro locale=zh_CN quiet splash
Build Date: 16 April 2014  01:36:29PM
xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
	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: Wed Apr 23 17:01:00 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
setversion 1.4 failed: Permission denied
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension SECURITY
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension DRI3
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension SELinux
Initializing built-in extension XFree86-VidModeExtension
Initializing built-in extension XFree86-DGA
Initializing built-in extension XFree86-DRI
Initializing built-in extension DRI2
Loading extension GLX
Loading extension NV-GLX
Loading extension NV-CONTROL
setversion 1.4 failed: Permission denied
x-1.log 文件

代码: 全选


X.Org X Server 1.15.1
Release Date: 2014-04-13
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
Current Operating System: Linux ubuntustudio 3.13.0-24-lowlatency #46-Ubuntu SMP PREEMPT Thu Apr 10 19:40:23 UTC 2014 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency root=UUID=98641fc2-e336-4dd7-8362-05cf467342af ro locale=zh_CN quiet splash
Build Date: 16 April 2014  01:36:29PM
xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
	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.1.log", Time: Wed Apr 23 17:01:00 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension SECURITY
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension DRI3
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension SELinux
Initializing built-in extension XFree86-VidModeExtension
Initializing built-in extension XFree86-DGA
Initializing built-in extension XFree86-DRI
Initializing built-in extension DRI2
Loading extension GLX
头像
yq-ysy
论坛版主
帖子: 4648
注册时间: 2008-07-19 12:44
来自: 广西(桂)南宁(邕)

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#3

帖子 yq-ysy » 2014-04-23 19:12

Xorg.0.log 文件

代码: 全选

[    11.749] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    11.749] X Protocol Version 11, Revision 0
[    11.749] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[    11.749] Current Operating System: Linux ubuntustudio 3.13.0-24-lowlatency #46-Ubuntu SMP PREEMPT Thu Apr 10 19:40:23 UTC 2014 x86_64
[    11.749] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency root=UUID=98641fc2-e336-4dd7-8362-05cf467342af ro locale=zh_CN quiet splash
[    11.749] Build Date: 16 April 2014  01:36:29PM
[    11.749] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[    11.749] Current version of pixman: 0.30.2
[    11.749] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.749] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.749] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 23 17:01:00 2014
[    11.771] (==) Using config file: "/etc/X11/xorg.conf"
[    11.771] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.809] (**) Option "defaultserverlayout" "seat0"
[    11.809] (++) ServerLayout "seat0"
[    11.809] (**) |-->Screen "Screen0" (0)
[    11.809] (**) |   |-->Monitor "Monitor0"
[    11.810] (**) |   |-->Device "Device0"
[    11.810] (**) |-->Input Device "Keyboard0"
[    11.810] (**) |-->Input Device "Mouse1"
[    11.810] (**) Option "DontZap" "false"
[    11.810] (**) Option "AllowMouseOpenFail" "true"
[    11.810] (**) Option "Xinerama" "1"
[    11.810] (**) Option "AutoAddDevices" "false"
[    11.810] (**) Option "AutoEnableDevices" "false"
[    11.810] (**) Not automatically adding devices
[    11.810] (**) Not automatically enabling devices
[    11.810] (==) Automatically adding GPU devices
[    11.810] (**) Xinerama: enabled
[    11.810] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    11.810] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    11.810] (**) Extension "Composite" is disabled
[    11.810] (II) Loader magic: 0x7f775eaabd60
[    11.810] (II) Module ABI versions:
[    11.810] 	X.Org ANSI C Emulation: 0.4
[    11.810] 	X.Org Video Driver: 15.0
[    11.810] 	X.Org XInput driver : 20.0
[    11.810] 	X.Org Server Extension : 8.0
[    11.810] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.810] setversion 1.4 failed: Permission denied
[    11.810] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    11.811] (--) PCI:*(0:1:0:0) 10de:0fc6:10de:0973 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    11.811] Initializing built-in extension Generic Event Extension
[    11.811] Initializing built-in extension SHAPE
[    11.811] Initializing built-in extension MIT-SHM
[    11.811] Initializing built-in extension XInputExtension
[    11.811] Initializing built-in extension XTEST
[    11.811] Initializing built-in extension BIG-REQUESTS
[    11.811] Initializing built-in extension SYNC
[    11.811] Initializing built-in extension XKEYBOARD
[    11.811] Initializing built-in extension XC-MISC
[    11.811] Initializing built-in extension SECURITY
[    11.811] Initializing built-in extension XINERAMA
[    11.811] Initializing built-in extension XFIXES
[    11.811] Initializing built-in extension RENDER
[    11.811] Initializing built-in extension RANDR
[    11.811] Initializing built-in extension COMPOSITE
[    11.811] Initializing built-in extension DAMAGE
[    11.811] Initializing built-in extension MIT-SCREEN-SAVER
[    11.811] Initializing built-in extension DOUBLE-BUFFER
[    11.811] Initializing built-in extension RECORD
[    11.811] Initializing built-in extension DPMS
[    11.811] Initializing built-in extension Present
[    11.811] Initializing built-in extension DRI3
[    11.811] Initializing built-in extension X-Resource
[    11.811] Initializing built-in extension XVideo
[    11.811] Initializing built-in extension XVideo-MotionCompensation
[    11.811] Initializing built-in extension SELinux
[    11.811] Initializing built-in extension XFree86-VidModeExtension
[    11.811] Initializing built-in extension XFree86-DGA
[    11.811] Initializing built-in extension XFree86-DRI
[    11.811] Initializing built-in extension DRI2
[    11.811] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    11.811] (II) "glx" will be loaded by default.
[    11.811] (WW) "xmir" is not to be loaded by default. Skipping.
[    11.811] (II) LoadModule: "glx"
[    11.811] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    12.091] (II) Module glx: vendor="NVIDIA Corporation"
[    12.091] 	compiled for 4.0.2, module version = 1.0.0
[    12.091] 	Module class: X.Org Server Extension
[    12.091] (II) NVIDIA GLX Module  331.38  Wed Jan  8 19:10:17 PST 2014
[    12.091] Loading extension GLX
[    12.091] (II) LoadModule: "nvidia"
[    12.091] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    12.092] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.092] 	compiled for 4.0.2, module version = 1.0.0
[    12.092] 	Module class: X.Org Video Driver
[    12.092] (II) LoadModule: "evdev"
[    12.092] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.120] (II) Module evdev: vendor="X.Org Foundation"
[    12.120] 	compiled for 1.15.0, module version = 2.8.2
[    12.120] 	Module class: X.Org XInput Driver
[    12.120] 	ABI class: X.Org XInput driver, version 20.0
[    12.120] (II) LoadModule: "mouse"
[    12.120] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[    12.163] (II) Module mouse: vendor="X.Org Foundation"
[    12.163] 	compiled for 1.15.0, module version = 1.9.0
[    12.163] 	Module class: X.Org XInput Driver
[    12.163] 	ABI class: X.Org XInput driver, version 20.0
[    12.163] (II) NVIDIA dlloader X Driver  331.38  Wed Jan  8 18:51:00 PST 2014
[    12.163] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.163] (++) using VT number 7

[    12.169] (II) Loading sub module "fb"
[    12.169] (II) LoadModule: "fb"
[    12.179] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.179] (II) Module fb: vendor="X.Org Foundation"
[    12.179] 	compiled for 1.15.1, module version = 1.0.0
[    12.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.179] (WW) Unresolved symbol: fbGetGCPrivateKey
[    12.179] (II) Loading sub module "wfb"
[    12.179] (II) LoadModule: "wfb"
[    12.179] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.179] (II) Module wfb: vendor="X.Org Foundation"
[    12.179] 	compiled for 1.15.1, module version = 1.0.0
[    12.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.179] (II) Loading sub module "ramdac"
[    12.179] (II) LoadModule: "ramdac"
[    12.179] (II) Module "ramdac" already built-in
[    12.179] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[    12.179] (WW) NVIDIA:     X server.
[    12.179] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    12.179] (==) NVIDIA(0): RGB weight 888
[    12.179] (==) NVIDIA(0): Default visual is TrueColor
[    12.179] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.179] (**) NVIDIA(0): Option "Stereo" "0"
[    12.179] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[    12.179] (**) NVIDIA(0): Option "SLI" "Off"
[    12.179] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    12.179] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    12.179] (**) NVIDIA(0): Stereo disabled by request
[    12.179] (**) NVIDIA(0): NVIDIA SLI disabled.
[    12.179] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    12.179] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +0+0"
[    12.179] (**) NVIDIA(0): Enabling 2D acceleration
[    12.942] (WW) NVIDIA(0): The EDID read for display device CRT-0 is invalid: the
[    12.942] (WW) NVIDIA(0):     checksum for EDID version 1 is invalid.
[    12.942] (--) NVIDIA(0): 
[    12.942] (--) NVIDIA(0): Raw EDID bytes:
[    12.942] (--) NVIDIA(0): 
[    12.942] (--) NVIDIA(0):   00 ff ff ff ff ff ff 00  4c a7 85 1a 00 00 00 00
[    12.942] (--) NVIDIA(0):   15 0c 01 03 68 00 00 ff  ea bb b9 a3 52 46 98 24
[    12.942] (--) NVIDIA(0):   0f 48 4c ad cf 00 01 01  01 01 01 01 01 01 01 01
[    12.942] (--) NVIDIA(0):   01 01 01 01 01 01 30 2a  00 ff 51 00 2a 40 30 70
[    12.942] (--) NVIDIA(0):   23 00 20 20 00 00 00 00  00 00 00 fd 00 3a 4b 1e
[    12.942] (--) NVIDIA(0):   50 0e 00 0a 20 ff 20 20  20 20 00 00 00 fc 00 52
[    12.942] (--) NVIDIA(0):   4d 31 37 30 20 0a 20 20  20 20 20 20 00 00 00 ff
[    12.942] (--) NVIDIA(0):   00 48 31 31 31 37 30 31  38 33 30 0a 20 20 00 78
[    12.942] (--) NVIDIA(0): 
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    12.942] (--) NVIDIA(0): 
[    12.947] (II) NVIDIA(0): Display (LG Electronics 24MP55 (DFP-1)) does not support
[    12.947] (II) NVIDIA(0):     NVIDIA 3D Vision stereo.
[    12.948] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[    12.948] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 650 (GK107) at PCI:1:0:0 (GPU-0)
[    12.948] (--) NVIDIA(0): Memory: 1048576 kBytes
[    12.948] (--) NVIDIA(0): VideoBIOS: 80.07.35.00.57
[    12.948] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    12.951] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 650 at PCI:1:0:0
[    12.951] (--) NVIDIA(0):     CRT-0 (boot, connected)
[    12.951] (--) NVIDIA(0):     DFP-0
[    12.951] (--) NVIDIA(0):     LG Electronics 24MP55 (DFP-1) (connected)
[    12.951] (--) NVIDIA(0): CRT-0: 480.0 MHz maximum pixel clock
[    12.951] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    12.951] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock
[    12.951] (--) NVIDIA(0): LG Electronics 24MP55 (DFP-1): Internal Dual Link TMDS
[    12.951] (--) NVIDIA(0): LG Electronics 24MP55 (DFP-1): 330.0 MHz maximum pixel clock
[    12.951] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    12.951] (**) NVIDIA(0):     device CRT-0 (Using EDID frequencies has been enabled on
[    12.951] (**) NVIDIA(0):     all display devices.)
[    12.957] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    12.957] (**) NVIDIA(0):     device LG Electronics 24MP55 (DFP-1) (Using EDID
[    12.957] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    12.957] (II) NVIDIA(0): Validated MetaModes:
[    12.957] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+0+0"
[    12.957] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    12.991] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[    12.991] (--) NVIDIA(0):     option
[    12.991] (--) Depth 24 pixmap format is 32 bpp
[    12.991] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    12.991] (II) NVIDIA:     access.
[    12.996] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+0+0"
[    13.034] Loading extension NV-GLX
[    13.051] (==) NVIDIA(0): Disabling shared memory pixmaps
[    13.051] (==) NVIDIA(0): Backing store disabled
[    13.051] (==) NVIDIA(0): Silken mouse enabled
[    13.052] (**) NVIDIA(0): DPMS enabled
[    13.052] Loading extension NV-CONTROL
[    13.052] (II) Loading sub module "dri2"
[    13.052] (II) LoadModule: "dri2"
[    13.052] (II) Module "dri2" already built-in
[    13.052] (II) NVIDIA(0): [DRI2] Setup complete
[    13.052] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    13.052] (WW) NVIDIA(0): Not registering RandR
[    13.052] (==) RandR enabled
[    13.054] (II) SELinux: Disabled on system
[    13.055] (II) Initializing extension GLX
[    13.145] (II) XKB: reuse xkmfile /var/lib/xkb/server-02D8252E59564A234380F1E5417646A9DB3B7452.xkm
[    13.156] (II) Using input driver 'evdev' for 'Keyboard0'
[    13.156] (**) Option "CoreKeyboard"
[    13.156] (**) Keyboard0: always reports core events
[    13.156] (**) evdev: Keyboard0: Device: "/dev/input/event2"
[    13.164] (--) evdev: Keyboard0: Vendor 0x1 Product 0x1
[    13.164] (--) evdev: Keyboard0: Found keys
[    13.164] (II) evdev: Keyboard0: Configuring as keyboard
[    13.164] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 6)
[    13.164] (**) Option "xkb_rules" "evdev"
[    13.164] (**) Option "xkb_model" "evdev"
[    13.164] (**) Option "xkb_layout" "us"
[    13.165] (II) XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[    13.165] (II) Using input driver 'mouse' for 'Mouse1'
[    13.165] (**) Option "CorePointer"
[    13.165] (**) Mouse1: always reports core events
[    13.165] (**) Option "Protocol" "ExplorerPS/2"
[    13.165] (**) Option "Device" "/dev/input/mouse1"
[    13.165] (**) Mouse1: Protocol: "ExplorerPS/2"
[    13.165] (**) Mouse1: always reports core events
[    13.179] (**) Option "Emulate3Buttons" "no"
[    13.179] (**) Option "ZAxisMapping" "4 5"
[    13.179] (**) Mouse1: ZAxisMapping: buttons 4 and 5
[    13.179] (**) Mouse1: Buttons: 9
[    13.179] (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE, id 7)
[    13.179] (**) Mouse1: (accel) keeping acceleration scheme 1
[    13.179] (**) Mouse1: (accel) acceleration profile 0
[    13.179] (**) Mouse1: (accel) acceleration factor: 2.000
[    13.179] (**) Mouse1: (accel) acceleration threshold: 4
[    13.471] (II) Mouse1: ps2EnableDataReporting: succeeded
[    13.472] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.472] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.472] (II) config/udev: Adding drm device (/dev/dri/card0)
[    13.472] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.472] setversion 1.4 failed: Permission denied
[    13.472] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    13.472] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.472] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.472] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.472] (II) config/udev: Adding input device Barcode Reader  (/dev/input/event3)
[    13.472] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device Barcode Reader  (/dev/input/event4)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device Barcode Reader  (/dev/input/mouse0)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event5)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse1)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.473] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[    13.473] (II) AutoAddDevices is off - not adding device.
[    13.474] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[    13.474] (II) AutoAddDevices is off - not adding device.
[    13.474] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[    13.474] (II) AutoAddDevices is off - not adding device.
[    13.474] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    13.474] (II) AutoAddDevices is off - not adding device.
[    13.474] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[    13.474] (II) AutoAddDevices is off - not adding device.
[    13.474] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    13.474] (II) AutoAddDevices is off - not adding device.
[    23.118] (II) XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
Xorg.1.log 文件

代码: 全选

[    11.749] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    11.749] X Protocol Version 11, Revision 0
[    11.749] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[    11.749] Current Operating System: Linux ubuntustudio 3.13.0-24-lowlatency #46-Ubuntu SMP PREEMPT Thu Apr 10 19:40:23 UTC 2014 x86_64
[    11.749] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency root=UUID=98641fc2-e336-4dd7-8362-05cf467342af ro locale=zh_CN quiet splash
[    11.749] Build Date: 16 April 2014  01:36:29PM
[    11.749] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[    11.749] Current version of pixman: 0.30.2
[    11.749] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.749] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.749] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Apr 23 17:01:00 2014
[    11.771] (==) Using config file: "/etc/X11/xorg.conf"
[    11.771] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.809] (**) Option "defaultserverlayout" "seat0"
[    11.809] (++) ServerLayout "seat1"
[    11.809] (**) |-->Screen "Screen1" (0)
[    11.809] (**) |   |-->Monitor "Monitor1"
[    11.810] (**) |   |-->Device "Device1"
[    11.810] (**) |-->Input Device "Keyboard1"
[    11.810] (**) |-->Input Device "Mouse0"
[    11.810] (**) Option "DontZap" "false"
[    11.810] (**) Option "AllowMouseOpenFail" "true"
[    11.810] (**) Option "Xinerama" "0"
[    11.810] (**) Option "AutoAddDevices" "false"
[    11.810] (**) Option "AutoEnableDevices" "false"
[    11.810] (**) Not automatically adding devices
[    11.810] (**) Not automatically enabling devices
[    11.810] (==) Automatically adding GPU devices
[    11.810] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    11.810] 	Entry deleted from font path.
[    11.810] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    11.810] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    11.810] (**) Extension "Composite" is disabled
[    11.810] (II) Loader magic: 0x7fd77d5dad60
[    11.810] (II) Module ABI versions:
[    11.810] 	X.Org ANSI C Emulation: 0.4
[    11.810] 	X.Org Video Driver: 15.0
[    11.810] 	X.Org XInput driver : 20.0
[    11.810] 	X.Org Server Extension : 8.0
[    11.810] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.811] (--) PCI:*(0:1:0:0) 10de:0fc6:10de:0973 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    11.811] Initializing built-in extension Generic Event Extension
[    11.811] Initializing built-in extension SHAPE
[    11.811] Initializing built-in extension MIT-SHM
[    11.811] Initializing built-in extension XInputExtension
[    11.811] Initializing built-in extension XTEST
[    11.811] Initializing built-in extension BIG-REQUESTS
[    11.811] Initializing built-in extension SYNC
[    11.811] Initializing built-in extension XKEYBOARD
[    11.811] Initializing built-in extension XC-MISC
[    11.811] Initializing built-in extension SECURITY
[    11.811] Initializing built-in extension XINERAMA
[    11.811] Initializing built-in extension XFIXES
[    11.811] Initializing built-in extension RENDER
[    11.811] Initializing built-in extension RANDR
[    11.811] Initializing built-in extension COMPOSITE
[    11.811] Initializing built-in extension DAMAGE
[    11.811] Initializing built-in extension MIT-SCREEN-SAVER
[    11.811] Initializing built-in extension DOUBLE-BUFFER
[    11.811] Initializing built-in extension RECORD
[    11.811] Initializing built-in extension DPMS
[    11.811] Initializing built-in extension Present
[    11.811] Initializing built-in extension DRI3
[    11.811] Initializing built-in extension X-Resource
[    11.811] Initializing built-in extension XVideo
[    11.811] Initializing built-in extension XVideo-MotionCompensation
[    11.811] Initializing built-in extension SELinux
[    11.811] Initializing built-in extension XFree86-VidModeExtension
[    11.811] Initializing built-in extension XFree86-DGA
[    11.811] Initializing built-in extension XFree86-DRI
[    11.811] Initializing built-in extension DRI2
[    11.811] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    11.811] (II) "glx" will be loaded by default.
[    11.811] (WW) "xmir" is not to be loaded by default. Skipping.
[    11.811] (II) LoadModule: "glx"
[    11.811] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    12.091] (II) Module glx: vendor="NVIDIA Corporation"
[    12.091] 	compiled for 4.0.2, module version = 1.0.0
[    12.091] 	Module class: X.Org Server Extension
[    12.091] (II) NVIDIA GLX Module  331.38  Wed Jan  8 19:10:17 PST 2014
[    12.091] Loading extension GLX
[    12.091] (II) LoadModule: "nvidia"
[    12.091] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    12.092] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.092] 	compiled for 4.0.2, module version = 1.0.0
[    12.092] 	Module class: X.Org Video Driver
[    12.092] (II) LoadModule: "evdev"
[    12.092] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.120] (II) Module evdev: vendor="X.Org Foundation"
[    12.120] 	compiled for 1.15.0, module version = 2.8.2
[    12.120] 	Module class: X.Org XInput Driver
[    12.120] 	ABI class: X.Org XInput driver, version 20.0
[    12.120] (II) LoadModule: "mouse"
[    12.120] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[    12.163] (II) Module mouse: vendor="X.Org Foundation"
[    12.163] 	compiled for 1.15.0, module version = 1.9.0
[    12.163] 	Module class: X.Org XInput Driver
[    12.163] 	ABI class: X.Org XInput driver, version 20.0
[    12.163] (II) NVIDIA dlloader X Driver  331.38  Wed Jan  8 18:51:00 PST 2014
[    12.163] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.163] (++) using VT number 8
头像
langyxxl
帖子: 443
注册时间: 2012-01-17 22:17

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#4

帖子 langyxxl » 2014-04-23 20:16

楼主超神了。。。。。吊炸天,,,, :em11
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#5

帖子 eexpress » 2014-04-23 20:24

记得是先开2个X,然后xinput指定设备到不同的X。
● 鸣学
头像
yq-ysy
论坛版主
帖子: 4648
注册时间: 2008-07-19 12:44
来自: 广西(桂)南宁(邕)

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#6

帖子 yq-ysy » 2014-04-23 22:35

eexpress 写了:记得是先开2个X,然后xinput指定设备到不同的X。
找到一篇《Configuring Multiple X Screens on One Card》,你说的是这个吗?
ftp://download.nvidia.com/XFree86/Linux ... dix-p.html
http://us.download.nvidia.com/XFree86/L ... reens.html
http://us.download.nvidia.com/XFree86/L ... #metamodes
说是:“用显卡的TwinView功能,共享同一个缓冲区,模拟出二个桌面”。

它里面也列举了这个方法缺点,和我那个修改 Xinput 的帖子做得到的情况一模一样:
主桌面和主鼠标都没什么问题,副桌面就麻烦了:没有任务栏、打开的窗口不能移动、
最讨厌的是,副鼠标如果想拖动窗口会影响主鼠标,副鼠标的点击会影响主键盘的中文输入,
还有,启动了TwinView就不能使用OpenGL了,而我还要做3D动画呢……所以这方法我不能用。

我都想放弃尝试了,怀疑“单显卡Multiseat”目前仍是不可能实现的……
taohunter
帖子: 1555
注册时间: 2012-03-31 3:29

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#7

帖子 taohunter » 2014-04-24 0:52

“单显卡Multiseat”肯定是可以实现的,楼主可以去看看y--tube上的linux multiseat的相关视频,大把的单显卡(多接口)。。。也有视频教程的,尽管可能有些“老”,但原理是相通的。。。
三年后终于回到16.04--稳定了!
hongdida
帖子: 1
注册时间: 2014-06-04 15:12
系统: xp

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#8

帖子 hongdida » 2014-06-04 15:17

"[ 13.472] (II) config/udev: Adding input device Barcode Reader (/dev/input/event3)
[ 13.472] (II) AutoAddDevices is off - not adding device.
[ 13.473] (II) config/udev: Adding input device Barcode Reader (/dev/input/event4)"

请问你是咋个调用barcode reader 的哇。。。我买了一个usb的reader, 但是我不晓得咋个用。。。
头像
yq-ysy
论坛版主
帖子: 4648
注册时间: 2008-07-19 12:44
来自: 广西(桂)南宁(邕)

Re: 【求助】几乎成功!14.04版,单显卡一机二人同时用(即Multiseat一拖二),就差一点点……

#9

帖子 yq-ysy » 2014-06-05 11:46

hongdida 写了:"[ 13.472] (II) config/udev: Adding input device Barcode Reader (/dev/input/event3)
[ 13.472] (II) AutoAddDevices is off - not adding device.
[ 13.473] (II) config/udev: Adding input device Barcode Reader (/dev/input/event4)"
请问你是咋个调用barcode reader 的哇。。。我买了一个usb的reader, 但是我不晓得咋个用。。。
抱歉,我也不懂barcode reader是什么,这个问题好高深,我只是简单分配鼠标键盘而已。
回复