xorg + double ecran - Hardware - Linux et OS Alternatifs
Marsh Posté le 19-02-2007 à 18:15:34
je suis sous debian etch sinon
Citation : dimensions: 2880x1200 pixels (769x406 millimeters) |
j ai du mal a comprendre la resolutoin qu il m a détécté
(up )
Marsh Posté le 21-02-2007 à 17:09:19
C'est apparament déjà possible de le tester sous Mandriva Cooker avec randr 1.2 : http://www.linux-wizard.net/index.php?id_blog=113
Marsh Posté le 26-02-2007 à 01:22:02
cet outil a pas l'air dispo pour debian etch.
Existe t il un programme pour changer de resolution en live meme en double ecran et cela independamment?
voila le bug graphique , ca change assez souvent en fait au fil des upgrade de xorg mais ca passe tjs pas ...
Marsh Posté le 26-02-2007 à 09:22:10
krifur a écrit : cet outil a pas l'air dispo pour debian etch. |
[ctrl]+[alt]+[+ ou -]
mais cela intervient sur la résolution globale
Marsh Posté le 26-02-2007 à 14:48:39
ReplyMarsh Posté le 26-02-2007 à 14:50:01
krifur a écrit : et sur un laptop c est quelles touches?J ai pas de pavé numérique... |
tu as bien une touche pour activer les fonction numeriques de ton clavier
Marsh Posté le 26-02-2007 à 14:58:34
ahh effectivement j ai une touche verr Num mais elle a pas l air assigné .
SI je l active j ai une petite diode avec marquer 9 qui s active mais les touches continuent a me faire les caracteres normaux &é"'(--è_çà) =
je vais voir dans le kde control center si on peut reassigner ca
Marsh Posté le 26-02-2007 à 15:09:41
krifur a écrit : ahh effectivement j ai une touche verr Num mais elle a pas l air assigné . |
ah tien t je pensais que sur un laptop, c'était géré materiellement et que les claviers
étaient reconnus comme des claviers étendus normaux.
Marsh Posté le 19-02-2007 à 03:34:39
Salut a tous,
J essaye d obtenir un double ecran depuis un portable equipé d'une carte graphique intel i915 (qui est deja patcher au niveau du bios pour atteindre une resolution de 1280x800).
L ecran du portable est bien utilisable en 1280x800 mais l'autre ecran (ecran plat captiva) censé pourvoir atteindre une resolution de 1280 x1024 est bien visualiser en 1280x1024 mais l ecran affiche une surface de 1280x800 et il est possible de d atteindre la surface manquante en glissant avec la souris vers le bas
c pas vraiment pratique quoi.Je comprends pas pkoi xorg fige les 2 ecrans a la meme resolution...
voici mon xorg.conf (j ai commenter le modeline de l ecran secondaire car rien ne passe)
###############################################################
# PREMIER DEVICE VIDEO (Affichage sur l'écran principale) #
###############################################################
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT, CRT+LFP"
screen 0
EndSection
###############################################################
# DEUXIEME DEVICE VIDEO (Affichage sur l'écran secondaire) #
###############################################################
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller Sortie VGA"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT, CRT+LFP"
screen 1
EndSection
###############################################################
# SECTION MONITEURS (Écran principal du portable) #
###############################################################
Section "Monitor"
Identifier "Écran portable"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
###############################################################
# SECTION MONITEURS (Écran secondaire) #
###############################################################
Section "Monitor"
Identifier "Captiva"
Option "DPMS"
#Modeline "1280x1024@60"
EndSection
###############################################################
# SECTION ÉCRANS (Écran principal) #
###############################################################
Section "Screen"
Identifier "Screen0"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Écran portable"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
# resolution warcraft
#"1024x768"
EndSubSection
EndSection
###############################################################
# SECTION ÉCRANS (Secondaire) #
###############################################################
Section "Screen"
Identifier "Screen1"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller Sortie VGA"
Monitor "Captiva"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
###############################################################
# SECTION LAYOUT #
###############################################################
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
Screen "Screen1" LeftOf "Screen0"
option "xinerama" "true"
InputDevice "Generic Keyboard"
# InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
# InputDevice "Mouse0"
EndSection
###############################################################
# SECTION DRI #
###############################################################
Section "DRI"
Mode 0666
EndSection
et un xdpyinfo
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 70101000
X.Org version: 7.1.1
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x1a00005, revert to PointerRoot
number of extensions: 30
BIG-REQUESTS
DAMAGE
DPMS
Extended-Visual-Information
GLX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFIXES
XFree86-Bigfont
XFree86-DGA
XFree86-DRI
XFree86-Misc
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number: 0
number of screens: 1
screen #0:
dimensions: 2880x1200 pixels (769x406 millimeters)
resolution: 95x75 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x86
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
options: backing-store NO, save-unders NO
largest cursor: 64x64
current input event mask: 0xfa4031
KeyPressMask EnterWindowMask LeaveWindowMask
KeymapStateMask StructureNotifyMask SubstructureNotifyMask
SubstructureRedirectMask FocusChangeMask PropertyChangeMask
ColormapChangeMask
number of visuals: 8
default visual id: 0x23
visual:
visual id: 0x23
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x24
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x25
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x26
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x27
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x28
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x29
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
une image d une impression ecran pour mieux voir le pb:
Question subsidiaire, comment faire pour avoir 2 config qui s adapte au fait qu un ecran connexe soit détécté ou non ?
merci