Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

debian + dual screen

Featured Replies

Posté(e)

bonjour a tous,

je n'arrive pas a configurer le dual screen (carte ati 9600 et driver libre "ati")

j'ai 2 ecran lcd identique (hanns-g AG172)

voici mon xorg.conf :

Section "Files"
EndSection

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

Section "InputDevice"
Identifier	"Configured Mouse"
Driver		"mouse"
Option		"CorePointer"
Option		"Device"		"/dev/input/mice"
Option		"Protocol"		"ImPS/2"
Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
Identifier	"0 ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver		"ati"
BusID		"PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier	"1 ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver		"ati"
BusID		"PCI:1:0:0"
Screen 1
EndSection

Section "Monitor"
Identifier	"0 AG172"
Option		"DPMS"
HorizSync	30-70
VertRefresh	50-160
EndSection

Section "Monitor"
Identifier	"1 AG172"
Option		"DPMS"
HorizSync	30-70
VertRefresh	50-160
EndSection

Section "Screen 0"
Identifier	"0 AG172"
Device		"0 ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor		"AG172"
DefaultDepth	24
SubSection "Display"
	Modes		"1280x1024" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen 1"
Identifier	"1 AG172"
Device		"1 ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor		"AG172"
DefaultDepth	24
SubSection "Display"
	Modes		"1280x1024" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier	"Default Layout"
Screen 0	"Default Screen"
Screen 1	"1 AG172" RightOf "0 AG172"
InputDevice	"Generic Keyboard"
InputDevice	"Configured Mouse"
Option "Xinerama" "true"
EndSection

pouvez vous m'aider ??

merci

Posté(e)

Habituellement, on ne fait pas avec plusieurs screens, quand on ne se sert que d'un seul GPU (d'autant que plusieurs X screens plombent DRI)...

Utilise plutôt un seul device et un seul screen, et fais avec l'option mergedfb que tu rajoutes dans le device...

Du genre :

		Option		  "MergedFB"	  "true"
	Option		  "CRT2Position"  "Above"
	Option		  "MetaModes"	 "1280x720-1280x1024"

Tu peux inverser les deux sorties en faisant quelque chose du genre:

		Option		  "MergedXineramaCRT2IsScreen0" "false"

Dans la section screen, ne déclare que le premier écran (la section device lui assignera sa résolution), et ça devrait marcher...

Edit : Ah oui... "man radeon" :craint:

Modifié par Aefron

Posté(e)
  • Auteur

j'ai modifié mon xorg.conf mais ca ne fonctionne pas :

Section "Files"
EndSection

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

Section "InputDevice"
Identifier	"Configured Mouse"
Driver		"mouse"
Option		"CorePointer"
Option		"Device"		"/dev/input/mice"
Option		"Protocol"		"ImPS/2"
Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
Identifier	"ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver		"ati"
BusID		"PCI:1:0:0"
Option		  "MergedFB"	  "true"
	Option		  "CRT2Position"  "Above"
	Option		  "MetaModes"	 "1280x720-1280x1024"
Option		  "MergedXineramaCRT2IsScreen0" "false"
EndSection

Section "Monitor"
Identifier	"AG172"
Option		"DPMS"
HorizSync	30-70
VertRefresh	50-160
EndSection

Section "Screen"
Identifier	"AG172"
Device		"ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor		"AG172"
DefaultDepth	24
SubSection "Display"
	Modes		"1280x1024" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier	"Default Layout"
InputDevice	"Generic Keyboard"
InputDevice	"Configured Mouse"
EndSection

  • 3 mois après...
Posté(e)

up

je vais me lancer sur un dual screen sur nvidia ti4200 et debian 2.6.25-2 (module xen, donc, impossible d'installer les driver nvidia)

il n'y aurait pas une methode generique (ati/nv sans pilotes si possible) pour faire ca ?

comment faire fonctionner ce basard ?

merci !

Posté(e)
up

je vais me lancer sur un dual screen sur nvidia ti4200 et debian 2.6.25-2 (module xen, donc, impossible d'installer les driver nvidia)

il n'y aurait pas une methode generique (ati/nv sans pilotes si possible) pour faire ca ?

comment faire fonctionner ce basard ?

merci !

bazar

:francais:

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.