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 22/03/2007, à 00:03

tierpel

IBM-R50e-855GM Bureau étendu

Bonsoir à tous !

voila j'ai quelque problème pour faire marcher le bureau étendu sur mon portable ! ,
Le Fn+F7 fonctionne mais seulement en clonage d'écran. Mes informations

uname -a

Linux tierpel-laptop 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux

lspci | egrep -i 'vga|display|graphic'

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)

/etc/X11/xorg.conf

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"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"VBERestore"			"true"
	Screen 0
	 Option "DDCMode" "True"
 	Option "MonitorLayout" "CRT,LFP" 
EndSection

Section "Device"
	Identifier	"Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:1"
	Option		"VBERestore"			"true"
	Screen 1
 	Option "DDCMode" "True"
 	Option "MonitorLayout" "CRT,LFP" 
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Monitor"
	Identifier 	"Monitor2"
	Option 		"DPMS"
	HorizSync 	30-81
	VertRefresh 	56-75
EndSection


Section "Screen"
	Identifier	"Screen1"
	Device		"Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen2"
	Device		"Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor2"
	DefaultDepth	24
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050_60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen1"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
	Screen	0	"Screen1"
	Screen	1	"Screen2" LeftOf "Screen1"
	Option "Xinerama" "true"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerFlags"

Option "Xinerama" "true"

EndSection

je suis vraiment pas fan du Xorg.conf ! en plus a force de le refaire j'ai du m'embrouiller smile si jamais ça peux servir à d'autre utilisateur .....

merci pour votre aide  smile big_smile

Hors ligne

#2 Le 23/03/2007, à 23:36

tierpel

Re : IBM-R50e-855GM Bureau étendu

big_smile personne pour mon problème ?

Hors ligne

#3 Le 26/03/2007, à 17:49

man-x86

Re : IBM-R50e-855GM Bureau étendu

coin tierpel

dans ton xorg.conf il doit y avoir le option "xinerama" "true" en trop (ce type d'options est pour les drivers nvidia) sinon regarde sur le forum de nokytech, j'avais fait un topic pour le xinerama

#4 Le 26/03/2007, à 18:28

tierpel

Re : IBM-R50e-855GM Bureau étendu

coin thx je regarde !

Hors ligne

#5 Le 06/04/2007, à 16:27

tierpel

Re : IBM-R50e-855GM Bureau étendu

help :-)

Hors ligne

#6 Le 14/04/2007, à 00:01

lepengouinsurlabanquise

Re : IBM-R50e-855GM Bureau étendu

Salut Tierpel, petite info conçernant ton problème, j'espere que ca pourra t'aider :
Sinon essaye sur http://troumad.developpez.com/linux/serveurx/xorg/

#/etc/X11/xorg.conf

Section "Files"
    # font server independent of the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "Extensions"
    Option "Composite"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "EdgeMotionMinSpeed" "200"
    Option "MinSpeed" "0.8"
    Option "MaxSpeed" "1.00"
    Option "BottomEdge" "650"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "0"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    Option "LeftEdge" "120"
    Option "FingerLow" "14"
    Option "HorizScrollDelta" "20"
    Option "MaxTapMove" "110"
    Option "FingerHigh" "15"
    Option "VertScrollDelta" "20"
    Option "CircularScrolling" "1"
    Option "AccelFactor" "0.015"
    Option "TopEdge" "120"
    Option "RightEdge" "830"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Dell"
    ModelName "Dell 1024x768 Laptop Display Panel"
    HorizSync 31.5-48.5
    VertRefresh 59.0-75.0
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "Plug'n Play"
    ModelName "SAMTRON"
    HorizSync 30-81
    VertRefresh 56-75

    # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
    ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "TV1"
    ModelName "Svideo"
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corp."
    BoardName "Intel 915"
    Driver "i810"
    Screen 0
    BusID "PCI:0:2:0"
    Option "DPMS"
    Option "May_Need_ForceBIOS" "1"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "AccelMethod" "EXA"
    Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Device"
    Identifier "device2"

    # ecran ext
    Driver "i810"
    Screen 1
    BusID "PCI:0:2:0"
    Option "DPMS"
    Option "May_Need_ForceBIOS" "1"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "AccelMethod" "EXA"
EndSection

Section "Device"
    Identifier "device-seul"
    VendorName "Intel Corp."
    BoardName "Intel 915"
    Driver "i810"
    BusID "PCI:0:2:0"
    Option "DPMS"
    Option "May_Need_ForceBIOS" "1"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "MonitorLayout" "CRT,LFP"
    Option "Clone" "TRUE"
    Option "SWCursor"
EndSection

Section "Device"
    Identifier "Card-TV"
    VendorName "Intel Corp."
    BoardName "Intel 915"
    Driver "i810"
    BusID "PCI:0:2:0"
    Option "MonitorLayout" "TV"
EndSection

Section "Screen"
    Identifier "screenTV1"
    Device "Card-TV"
    Monitor "TV1"
    DefaultColorDepth 16

    Subsection "Display"
        Depth 16
        Virtual 1366 768
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"

    # ecran extérieur
    DefaultColorDepth 16

    Subsection "Display"
        Depth 16
        Virtual 1280 1024
    EndSubsection

EndSection

Section "Screen"
    Identifier "screen-seul"
    Device "device-seul"
    Monitor "monitor2"
    DefaultColorDepth 16

    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection

EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16

    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection

EndSection

Section "ServerLayout"
    Identifier "double"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "SynapticsMouse1" "AlwaysCore"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    Option "Xinerama" "on"
EndSection

Section "ServerLayout"
    Identifier "seul"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "SynapticsMouse1" "AlwaysCore"
    Screen "screen-seul"
EndSection

Section "ServerLayout"
    Identifier "TV1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screenTV1"
EndSection

Tiens moi au courant en espérant t'avoir aider.
Have lot of fun, be linux, be suse, be debian...
cool

#7 Le 14/04/2007, à 12:39

tierpel

Re : IBM-R50e-855GM Bureau étendu

je regarde ca dans le week end big_smile
Thx !

Hors ligne