Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xinerama] Problème au premier lancement de X
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
LezB
n00b
n00b


Joined: 30 Oct 2003
Posts: 20

PostPosted: Mon Oct 11, 2004 11:20 pm    Post subject: [Xinerama] Problème au premier lancement de X Reply with quote

J'ai un problème que l'on peut considérer comme étrange...
Au premier lancement de X, le mode Xinerama ne se met pas correctement en place. J'ai deux écrans sur deux cartes graphiques, un en 1280x1024/968 l'autre en 1024x768.
Les symptômes : en 1280x1024 le deuxième écran ne se met pas à la bonne résolution, c'est à dire en 800x600 et en 1280x960, même problème mais de plus je ne peux pas passer ma souris d'un écran à l'autre.
Un redémarrage du serveur remet tout en ordre...

Ca fait pas mal de temps que ce problème me tient tête alors si quelqu'un a une solution je lui en serait extremement reconnaissant.

Mon fichier de configuration :
Code:
Section "ServerFlags"
        Option "Xinerama" "true"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/Speedo"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/CID"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/local/share/fonts/TTF"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/truetype"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/share/fonts/TTF"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Logitech Cordless MX Keyboard"
        Driver      "kbd"

        Option "XkbLayout" "fr"
        Option "XkbModel" "pc105"
EndSection

Section "InputDevice"
        Identifier  "Logitech Cordless MX Mouse"
        Driver "mouse"

        Option "Protocol" "evdev"
        Option "Dev Phys" "usb-*/input1"
        Option "Device"  "/dev/input/mice"
        Option "Buttons"     "10"
        Option "ZAxisMapping" "9 10"
EndSection

Section "Monitor"
        Identifier   "IIyama HM704-UTC"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   31.5 - 82.0
        VertRefresh 50-100
EndSection

Section "Monitor"
        Identifier   "Default 15'"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync 31.5 - 48.5
        VertRefresh 50.0 - 70.0
EndSection

Section "Device"
        Identifier  "ASUS 8420"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV25 [GeForce4 Ti 4200]"
        BusID       "PCI:1:5:0"

        Option      "NoLogo"
        Option      "RenderAccel" "true"
EndSection

Section "Device"
        Identifier  "Matrox Mystique"
        Driver      "mga"
        VendorName  "Matrox Graphics, Inc."
        BoardName   "MGA 1064SG [Mystique]"
        BusID       "PCI:2:5:0"
EndSection

Section "Screen"
        Identifier "MainScreen"
        Device     "ASUS 8420"
        Monitor    "IIyama HM704-UTC"
        DefaultDepth 24

        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 "LeftScreen"
        Device     "Matrox Mystique"
        Monitor    "Default 15'"
        DefaultDepth 24

        Subsection "Display"
                Depth       8
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection

        Subsection "Display"
                Depth       16
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection

        Subsection "Display"
                Depth       24
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier     "Dual Head"
        Screen      0  "MainScreen" 1024 0
        #Screen      0  "MainScreen"
        Screen      1  "LeftScreen" 0 128
        #Screen      1  "LeftScreen" Relative "MainScreen" 1152 128
        #Screen      1  "LeftScreen" LeftOf "MainScreen"
        InputDevice    "Logitech Cordless MX Mouse" "CorePointer"
        InputDevice    "Logitech Cordless MX Keyboard" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "Mono"
        Screen      0  "MainScreen"
        InputDevice    "Logitech Cordless MX Mouse" "CorePointer"
        InputDevice    "Logitech Cordless MX Keyboard" "CoreKeyboard"
EndSection


Je précise que le problème existe avec XFree et Xorg
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum