LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 953|回复: 13

我今天搞multiseat成功了

[复制链接]
发表于 2011-3-8 17:32:56 | 显示全部楼层 |阅读模式
一台,配置如签名.

又买了一个9800gt.

一个ibm的推杆鼠标.一个raser的非洲树蛇鼠标.

只有一个键盘.

两个显示器.

最后使用kdm管理的启动项.

两个人同时使用一台电脑.非常完美.
发表于 2011-3-8 20:26:00 | 显示全部楼层
楼主好歹也说一下用到的组建和使用的方法吧。
回复 支持 反对

使用道具 举报

发表于 2011-3-8 23:28:26 | 显示全部楼层
一个键盘两个人怎么用?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-9 08:36:52 | 显示全部楼层
使用的方法就是如同一个人使用一台电脑一样.

因为老婆只是上网,所以完全没有必要单独买一个电脑.

于是我搞了这个东西.

最后,在8400gs显卡上接了一个飞利浦的15寸显示器;

在9800gt上接了一个19寸显示器.

两个鼠标分别控制两个显示器.

在kdm启动的时候,启动两个X,在kdm登录界面分别输入自己的用户名和密码就可以分别登录了;每个用户分别控制自己的屏幕和自己的鼠标.

我打算另外买一个键盘;现在这个键盘两个人共用.

至于用到的组件,任何组件都不需要.

我的桌面是gnome,桌面管理器是kdm.

gnome的高版本似乎不支持multiseeat了.

回头如果有人有需要,我把xorg.conf和kdm.conf贴出来.

就修改了这两个文件而已;

现在没有配置的只有声卡了,目标是声卡单独使用.因为a2zs声卡用起来有些麻烦.所以还没有作
回复 支持 反对

使用道具 举报

发表于 2011-3-9 09:25:56 | 显示全部楼层
能贴出来看看看吗?听好奇的
回复 支持 反对

使用道具 举报

发表于 2011-3-9 09:27:38 | 显示全部楼层
Congrats!
How about trying Awesome window manager and share some conclusions?
回复 支持 反对

使用道具 举报

发表于 2011-3-9 09:36:06 | 显示全部楼层
楼主能贴一下吗?想给父母的电脑也这么搞一下

对了,楼主是弄的2鼠标,2键盘,2显示器,2显卡,如果弄2声卡也能实现multiseat吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-9 12:00:15 | 显示全部楼层
等晚上就贴,因为机器放在家里了.目前是:

2鼠标,1键盘,2显示器,2显卡.声卡我查资料也能搞.但是还没有开工.

现在键盘相互影响,不过也没办法,因为登录的时候要输入用户名和密码.

所以都需要键盘.

现在正在研究使用vmware装一个虚拟机,最好开机就让一个画面变成xp,

因为老婆单位的垃圾程序只能用ie.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-9 21:55:34 | 显示全部楼层
xorg.conf:

  1 # nvidia-settings: X configuration file generated by nvidia-settings
  2 # nvidia-settings:  version 1.0  (buildd@yellow)  Fri Apr  9 11:51:21 UTC 2010
  3
  4
  5 Section "ServerLayout"
  6
  7 # Removed Option "Xinerama" "0"
  8     Identifier     "Layout0"
  9     Screen      0  "Screen0" 0 0
10     #Screen      1  "Screen1" RightOf "Screen0"
11     InputDevice    "Keyboard0" "CoreKeyboard"
12     InputDevice    "Mouse0" "CorePointer"
13     Option         "Xinerama" "1"
14     #Option      "AutoEnableDevices"     "false"
15     #Option      "AutoAddDevices"        "true"
16     Option      "AllowEmptyInput"       "true"
17 EndSection
18
19 Section "ServerLayout"
20     Identifier     "Layout1"
21     Screen      0  "Screen1" 0 0
22     #InputDevice    "Keyboard0" "CoreKeyboard"
23     InputDevice    "Mouse1" "CorePointer"
24     Option         "Xinerama" "1"
25     #Option      "AutoEnableDevices"     "false"
26     #Option      "AutoAddDevices"        "true"
27     Option      "AllowEmptyInput"       "true"
28 EndSection
29
30
31 Section "Files"
32 EndSection
33
34 Section "InputDevice"
35
36     # generated from default
37     Identifier     "Mouse0"
38     #Driver         "mouse"
39     Driver         "evdev"
40     Option         "rotocol" "auto"
41     #Option         "Device" "/dev/psaux"
42     #Option         "Device" "/dev/input/mouse1"
43     Option         "Device" "/dev/input/event4"
44     #Option         "Emulate3Buttons" "no"
45     #Option         "ZAxisMapping" "4 5"
46     Option      "GrabDevice"    "on"
47     #Option      "Buttons"       "12"
48     Option      "Resolution"    "800"
49
50 EndSection
51
52 Section "InputDevice"
53
54     # generated from default
55     Identifier     "Mouse1"
56     #Driver         "mouse"
57     Driver         "evdev"
58     Option         "rotocol" "auto"
59     #Option         "Device" "/dev/psaux"
60     #Option         "Device" "/dev/input/mouse2"
61     Option         "Device" "/dev/input/event5"
62     #Option         "Emulate3Buttons" "no"
63     Option         "ZAxisMapping" "4 5"
64     Option      "GrabDevice"    "on"
65     #Option      "Buttons"       "12"
66     Option      "Resolution"    "2100"
67 EndSection
68
69 Section "InputDevice"
70
71     # generated from default
72     Identifier     "Keyboard0"
73     #Driver         "kbd"
74     Driver         "evdev"
75     Option         "Device" "/dev/input/event3"
76     Option         "XkbModel" "evdev"
77     Option         "XkbLayout" "us"
78 EndSection
79
80 Section "Monitor"
81
82     # HorizSync source: edid, VertRefresh source: edid
83     Identifier     "Monitor0"
84     VendorName     "Unknown"
85     ModelName      "LG L194WT"
86     HorizSync       28.0 - 83.0
87     VertRefresh     56.0 - 75.0
88     Option         "DPMS"
89 EndSection
90
91 Section "Monitor"
92
93     # HorizSync source: edid, VertRefresh source: edid
94     Identifier     "Monitor1"
95     VendorName     "Unknown"
96     ModelName      "hilips 150S"
97     HorizSync       30.0 - 63.0
98     VertRefresh     56.0 - 76.0
99     Option         "DPMS"
100 EndSection
101
102 Section "Device"
103     Identifier     "Device0"
104     Driver         "nvidia"
105     VendorName     "NVIDIA Corporation"
106     BoardName      "GeForce 9800 GT"
107     BusID          "CI:1:0:0"
108 EndSection
109
110 Section "Device"
111     Identifier     "Device1"
112     Driver         "nvidia"
113     VendorName     "NVIDIA Corporation"
114     BoardName      "GeForce 8400 GS"
115     BusID          "CI:2:0:0"
116 EndSection
117
118 Section "Screen"
119     Identifier     "Screen0"
120     Device         "Device0"
121     Monitor        "Monitor0"
122     DefaultDepth    24
123     Option         "TwinView" "1"
124     Option         "metamodes" "1440x900_60 +0+0"
125     SubSection     "Display"
126         Depth       24
127     EndSubSection
128 EndSection
129
130 Section "Screen"
131     Identifier     "Screen1"
132     Device         "Device1"
133     Monitor        "Monitor1"
134     DefaultDepth    24
135     Option         "TwinView" "1"
136     Option         "metamodes" "1024x768_60 +0+0"
137     SubSection     "Display"
138         Depth       24
139     EndSubSection
140 EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-9 22:04:12 | 显示全部楼层
注释掉的地方一般就说明是行不通的地方了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表