Double écran et bureau + pilotes ATI OSS 2D

Hi !

J’utilise les pilotes open-source avec le support 2D seulement sur un portable Dell avec une carte ATI Radeon X1400. Le dual-screen fonctionne, en résolution native. Le dual-desktop fonctionne aussi, un bureau par écran. Seulement, je ne peux pas emmener ma souris vers le deuxième bureau, je suis bloqué dans le 1er écran. Le deuxième bureau Gnome apparaît bien dans le deuxième écran, avec ses propres panneaux etc…

Thanks !

# lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01) 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19) 03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a) 03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05) 0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)

[code]# dmidecode -t baseboard

dmidecode 2.9

SMBIOS 2.4 present.

Handle 0x0200, DMI type 2, 9 bytes
Base Board Information
Manufacturer: Dell Inc.
Product Name:
Version:
Serial Number: .8ND4FDJ. .

Handle 0x0A00, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Enabled
Description: ATI MOBILITY Radeon X1400

Handle 0x0A01, DMI type 10, 6 bytes
On Board Device Information
Type: Sound
Status: Enabled
Description: Sigmatel 9200[/code]

# dpkg -l | grep xserver ii x11-xserver-utils 7.3+5 X server utilities ii xserver-xorg 1:7.3+20 the X.Org X server ii xserver-xorg-core 2:1.4.2-10.lenny2 Xorg X server - core server ii xserver-xorg-input-all 1:7.3+20 the X.Org X server -- input driver metapacka ii xserver-xorg-input-evdev 1:2.0.8-1 X.Org X server -- evdev input driver ii xserver-xorg-input-kbd 1:1.3.1-1 X.Org X server -- keyboard input driver ii xserver-xorg-input-mouse 1:1.3.0-1 X.Org X server -- mouse input driver ii xserver-xorg-input-synaptics 0.14.7~git20070706-3 Synaptics TouchPad driver for X.Org/XFree86 ii xserver-xorg-input-wacom 0.7.9.3-2 X.Org X server -- Wacom input driver ii xserver-xorg-video-ati 1:6.9.0-1+lenny4 X.Org X server -- ATI display driver wrapper ii xserver-xorg-video-mach64 6.8.0-1 X.Org X server -- ATI Mach64 display driver ii xserver-xorg-video-r128 6.8.0-1 X.Org X server -- ATI r128 display driver ii xserver-xorg-video-radeon 1:6.9.0-1+lenny4 X.Org X server -- ATI Radeon display driver

[code]Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 “aticonfig-Screen[0]-0” 0 0
Screen 1 “aticonfig-Screen[0]-1” Above "aticonfig-Screen[0]-0"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option “DPMS” "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option “DPMS” "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "ati"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "ati"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes “1680x1050” “1280x1024” "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes “1680x1050” “1280x1024” "800x600"
EndSubSection
EndSection[/code]

Salut,

Et maintenant pose ta question !

Euh… Eh bien tout bêtement : comment configurer xorg (ou autre chose) pour emmener ma souris vers le deuxième bureau ??

Mmh… Question pas claire ou trop compliquée ?? :smt006

Salut,

Essaie de modifier la section ServerLayout comme ceci :

Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen 1 "aticonfig-Screen[0]-1" Above "aticonfig-Screen[0]-0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection

Merci pour la réponse !

Oui effectivement, j’y avais pensé, mais cela a pour seul effet de rendre la souris totalement ingérable (mouvements imprécis, clic droit équivalent au clic gauche, relâchement du clic équivalent à un deuxième clic…).

Et par ailleurs le curseur est toujours prisonnier du 1er écran.

Je vais sûrement devoir passer sur des pilotes ATI… :imp: