Bonjour,
je voudrai configurer manuellement mon fichier conf pour X11 sur Debian 7.3
voici son contenu
xorg.conf dans /etc/X11/ ( generer avec la commande “aticonfig --initial -f” )
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
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
EndSubSection
EndSection
j’avais un autre fichier xorg appeler 20-fglrx.conf qui se trouvé dans /etc/X11/xorg.conf.d
[code]Section "Screen"
Identifier "Default Screen"
Device "Default Video Card"
DefaultDepth 24
SubSection "Display"
Virtual 4000 4000
EndSubSection
EndSection
Section "Device"
Identifier "My GPU"
Driver "fglrx"
EndSection[/code]
voici le contenu de la commande xrandr :
$ xrandr
Screen 0: minimum 320 x 200, current 2266 x 1440, maximum 4000 x 4000
LVDS connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366x768 60.0*+
1360x768 60.0
1280x768 60.0
1280x720 60.0
1024x768 60.0
1024x600 60.0
800x600 60.0
800x480 60.0
640x480 60.0
DFP1 disconnected (normal left inverted right x axis y axis)
CRT1 connected 900x1440+1366+0 left (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9*+
1280x1024 75.0 60.0
1280x960 60.0
1280x800 60.0
1152x864 75.0 59.9
1280x768 60.0
1280x720 60.0
1024x768 75.0 70.1 60.0
1024x600 75.0 70.1 60.0
800x600 72.2 75.0 60.3 56.2
800x480 72.2 75.0 60.3 56.2
640x480 75.0 72.8 67.0 59.9
Ma question est :
- pour avec la commande aticonfig , je ne vois pas apparaitre les ecran CRT1 et DFP1 ( sortie HDMI ) alors que les cable sont bien branché pour CRT1 ( moniteur LCD 19" )
- sans le nom je peux pas creer de MONITOR et SCREEN non??