je voudrais savoir comment peut-on réaliser avec une seule UC, plusieurs
consoles graphiques avec le clavier et la souris qui va bien et
éventuellement la webcam et tout et tout.
A ma connaissance, Xorg peut se passer de xorg.conf (udev et hal se charge de lui fournir des infos), mais si /etc/X11/xorg.conf existe, il s'aligne dessus (partiellement).
+1. Par défaut seules les sections InputDevice seront ignorées. On peut les forcer avec : Section "ServerLayout" Option "AllowEmptyInput" "off" Option "AutoAddDevices" "off" EndSection
cf man xorg.conf : Option "AllowEmptyInput" "boolean" If enabled, don't add the standard keyboard and mouse drivers, if there are no input devices in the config file. Enabled by default if AutoAddDevices and AutoEnableDevices is enabled, otherwise disabled. If AllowEmptyInput is on, devices using the kbd, mouse or vmmouse driver are ignored.
Option "AutoAddDevices" "boolean" If this option is disabled, then no devices will be added from HAL events. Enabled by default.
Option "AutoEnableDevices" "boolean" If this option is disabled, then the devices will be added (and the DevicePresenceNotify event sent), but not enabled, thus leaving policy up to the client. Enabled by default.
(pas cherché à comprendre à quoi sert cette troisième option)
-- LL
Le 22 mars 2010, François Patte a écrit :
A ma connaissance, Xorg peut se passer de xorg.conf (udev et hal se
charge de lui fournir des infos), mais si /etc/X11/xorg.conf existe, il
s'aligne dessus (partiellement).
+1. Par défaut seules les sections InputDevice seront ignorées. On peut
les forcer avec :
Section "ServerLayout"
Option "AllowEmptyInput" "off"
Option "AutoAddDevices" "off"
EndSection
cf man xorg.conf :
Option "AllowEmptyInput" "boolean"
If enabled, don't add the standard keyboard and mouse
drivers, if there are no input devices in the config file.
Enabled by default if AutoAddDevices and AutoEnableDevices
is enabled, otherwise disabled. If AllowEmptyInput is on,
devices using the kbd, mouse or vmmouse driver are ignored.
Option "AutoAddDevices" "boolean"
If this option is disabled, then no devices will be added
from HAL events. Enabled by default.
Option "AutoEnableDevices" "boolean"
If this option is disabled, then the devices will be added
(and the DevicePresenceNotify event sent), but not enabled,
thus leaving policy up to the client. Enabled by default.
(pas cherché à comprendre à quoi sert cette troisième option)
A ma connaissance, Xorg peut se passer de xorg.conf (udev et hal se charge de lui fournir des infos), mais si /etc/X11/xorg.conf existe, il s'aligne dessus (partiellement).
+1. Par défaut seules les sections InputDevice seront ignorées. On peut les forcer avec : Section "ServerLayout" Option "AllowEmptyInput" "off" Option "AutoAddDevices" "off" EndSection
cf man xorg.conf : Option "AllowEmptyInput" "boolean" If enabled, don't add the standard keyboard and mouse drivers, if there are no input devices in the config file. Enabled by default if AutoAddDevices and AutoEnableDevices is enabled, otherwise disabled. If AllowEmptyInput is on, devices using the kbd, mouse or vmmouse driver are ignored.
Option "AutoAddDevices" "boolean" If this option is disabled, then no devices will be added from HAL events. Enabled by default.
Option "AutoEnableDevices" "boolean" If this option is disabled, then the devices will be added (and the DevicePresenceNotify event sent), but not enabled, thus leaving policy up to the client. Enabled by default.
(pas cherché à comprendre à quoi sert cette troisième option)
-- LL
Eric Belhomme
Pierre P wrote:
mais donc on pourrait utiliser les deux sorties d'une carte vidéo pour les deux écrans ? au lieu d'être obligé d'avoir deux cartes vidéos ?
et avec une carte genre nvidia quatro, tu peux brancher 4 ecrans... Le driver nvidia te permets de les attribuer a 4 serveurs X différents
-- Rico
Pierre P wrote:
mais donc on pourrait utiliser les deux sorties d'une carte vidéo pour
les deux écrans ? au lieu d'être obligé d'avoir deux cartes vidéos ?
et avec une carte genre nvidia quatro, tu peux brancher 4 ecrans...
Le driver nvidia te permets de les attribuer a 4 serveurs X différents