Bonsoir la liste,

J'ai un portable avec une radeon 9600 et SID dessus. Je désire faire
fonctionner le dual display (écran lcd du portable et vieux moniteur CRT
sur la sortie VGA). J'ai commencé à regarder et à bidouiller le
xorg.conf (que je vous copie-colle en fin de message. dsl c'est un peu
long). Je tourne avec le driver libre. Bon pour l'instant avec ce
xorg.conf ci, xorg se lance et je me retrouve en "clone mode" comme si
je n'avais rien fait...J'aimerai avoir un "écran étendu"...si vous avez
un xorg.conf tout prêt je prends! sinon ben toutes vos remarques et
conseils sont les bienvenues!

Bonne soirée

Guillaume



# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
#       FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"

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

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
#       Load    "GLcore"
#       Load    "i2c"
#       Load    "drm"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
##a commenter pour avoir le circonflexe
#       Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
EndSection

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

Section "Monitor"
        Identifier      "LCD SAMSUNG"
        Option          "DPMS"
        HorizSync       31.5-90
        VertRefresh     59-75
EndSection

Section "Monitor"
        Identifier      "SORTIE VGA"
        Option          "DPMS"
#       HorizSync       31.5-90
#       VertRefresh     59-75
EndSection

Section "Device"
        Identifier      "ATI RADEON MOBILITY"
        Driver          "ati"
        BusID           "PCI:1:0:0"
## option activee par default
#       Option          "UseFBDev"              "true"
        Option          "MonitorLayout"         "LVDS,NONE"
#       Screen 0
#       Option  "AGPMode" "2"
        Option          "AGPMode"               "4"
##      Option  "AGPMode" "8"
        Option          "XaaNoOffscreenPixmaps" "false" # Faster RENDER 
acceleration
#        Option "RenderAccel" "true"
#       Option  "AccelMethod"   "EXA"
##      Option  "AGPFastWrite"  "true"
#       Option  "backingstore"  "true"
#        Option "AllowGLXWithComposite" "true"
        Option          "EnablePageFlip"        "true"
        Option          "DynamicClocks"         "true"
#       Option          "MergedFB"              "true"
#       Option          "CRT2Position"          "LeftOf"
#       Option          "MergedXineramaCRT2IsScreen0" "False"
#       Option          "MergedNonRectangular"  "true"
##       Option "crt_display"   "true"
EndSection

Section "Device"
        Identifier      "ATI RADEON MOBILITY SORTIE VGA"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        screen          1       
        Option          "AGPMode"               "4"
        Option          "XaaNoOffscreenPixmaps" "false" # Faster RENDER 
acceleration
        Option          "EnablePageFlip"        "true"
        Option          "DynamicClocks"         "true"
EndSection


Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI RADEON MOBILITY"
        Monitor         "LCD SAMSUNG"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen SORTIE VGA"
        Device          "ATI RADEON MOBILITY SORTIE VGA"
        Monitor         "SORTIE VGA"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Screen          "Screen SORTIE VGA" LeftOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite" "Enable"
EndSection


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à