Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/09/2006, à 21:10

rilemre

[resolu] dual desktop: Required entity is already in use

bonsoir a tous

voila je rencontre quelques problemes a configurer mon double ecran sur mon ubuntu 6.06
Apres avoir lu le topic suivant http://forum.ubuntu-fr.org/viewtopic.php?id=48393
j'ai donc configuré mon xorg.conf de la facon suivante:

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NVIDIA Default Card"
	Driver		"nv"
	BusID		"PCI:5:0:0"
	Screen 		0
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card2"
        Driver          "nv"
        BusID           "PCI:5:0:0"
	Screen 		1
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	Option		"DPMS"
	HorizSync	30-65
	VertRefresh	50-75
EndSection

Section "Monitor"
        Identifier      "Monitor2"
        Option          "DPMS"
        HorizSync       24-80
        VertRefresh     49-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card"
	Monitor		"Monitor1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 2"
        Device          "NVIDIA Corporation NVIDIA Default Card2"
        Monitor         "Monitor2"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1200"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	Screen        "Screen2" Rightof "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

seulement voila quand je redemarre ma machine pour prendre en compte les modifications (j'ai toujours pas trouvé comment faire pour redemarrer x), je me retrouve avec l'erreur suivante:

Fatal server error: Requested entity already in use!

ma carte graphique possede deux sorties. la premiere pour le premier ecran, la second pour le second.
je suis un peu perdu...
Auriez vous une idée sur la cause et la solution du probleme?
Bien cordialement

Dernière modification par rilemre (Le 27/09/2006, à 07:17)

Hors ligne

#2 Le 21/09/2006, à 22:45

rilemre

Re : [resolu] dual desktop: Required entity is already in use

rebonsoir

j'ai modifié mon fichier xorg.
Maintenant j'ai bien une sortie sur les deux ecrans, j'arrive a demarrer x, mais sur le deuxieme ecran (1920*1200), j'ai un affichage completement bizarre avec des carres partout, rien qui ressemble a un desktop gnome...
cet ecran est connecté sur une prise dvi par l'intermediaire d'un adaptateur vga / dvi.
l'affichage est correct sur cet ecran, jusqu'au demarrage de x. apres cela me donne les carrés bizarres

Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card"
        Driver          "nv"
        VideoRam        262144
        BusID           "PCI:5:0:0"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card2"
        Driver          "nv"
        VideoRam        262144
        BusID           "PCI:5:0:0"
EndSection

Section "Monitor"
        Identifier      "Screen1"
        Option          "DPMS"
        HorizSync       30-65
        VertRefresh     50-75
EndSection

Section "Monitor"
        Identifier      "Screen2"
        Option          "DPMS"
        #HorizSync       24-80
        #VertRefresh     49-75
EndSection

Section "Screen"
        Identifier      "Screen 1"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "Screen1"
        DefaultDepth    24
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 2"
        Device          "NVIDIA Corporation NVIDIA Default Card2"
        Monitor         "Screen2"
        DefaultDepth    24
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1920x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen 1"
        Screen  1       "Screen 2" RightOf "Screen 1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection

Dernière modification par rilemre (Le 21/09/2006, à 22:46)

Hors ligne

#3 Le 26/09/2006, à 07:26

rilemre

Re : [resolu] dual desktop: Required entity is already in use

bonjour

personne n'a un petite idée pour mon probleme? smile
Cordialement

Matthieu

Hors ligne

#4 Le 26/09/2006, à 12:09

DonneDuRhum

Re : [resolu] dual desktop: Required entity is already in use

As tu installer les drivers nvidia comme indiqué dans le documentation ici : http://doc.ubuntu-fr.org/materiel/nvidia ?
Si oui, déja tu pourrais mettre "nvidia" à la place de "nv" dans ton fichier xorg.
ça résoudra peut-etre pas ton probleme, mais tu exploitera mieux ta carte graphique.


PC  msi gt72vr 6re

Hors ligne

#5 Le 27/09/2006, à 07:16

rilemre

Re : [resolu] dual desktop: Required entity is already in use

bonjour effectivement le probleme venait de la
bizarre, je pensais avoir fait l'installation des drivers
je vous poste mon xorg.conf si cela peut aider

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 PDT 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 1
    Screen        "Screen2" RightOf "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "Monitor"
    Identifier     "Screen1"
    HorizSync       30.0 - 65.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Screen2"
    Option         "DPMS"
    HorizSync       24-80
    VertRefresh     49-75
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
	Screen 0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card2"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
	Screen 1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Screen1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen 2"
    Device         "NVIDIA Corporation NVIDIA Default Card2"
    Monitor        "Screen2"
    DefaultDepth    24
    SubSection     "Display"
        Depth       4
	Modes 	   "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

Hors ligne

#6 Le 28/09/2006, à 00:23

DonneDuRhum

Re : [resolu] dual desktop: Required entity is already in use

tu peux mettre résolu à ce poste aussi : http://forum.ubuntu-fr.org/viewtopic.php?id=58628


PC  msi gt72vr 6re

Hors ligne