• [^] # Re: rien de nouveau...

    Posté par . En réponse au message Xinerama et la 3D. Évalué à 1.

    Apparement le xrandr fonctionne :

    xrandr
    Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1024
    default connected 1440x900+0+0 0mm x 0mm
    1440x900 60.0*
    1280x1024 75.0 70.0 60.0
    1280x960 60.0
    1280x768 60.0
    1280x720 60.0
    1152x864 75.0 70.0 60.0
    1024x768 75.0 72.0 70.0 60.0
    800x600 75.0 72.0 70.0 60.0 56.0
    720x480 60.0
    640x480 75.0 72.0 60.0
    640x400 75.0 60.0
    512x384 75.0 60.0
    400x300 75.0 60.0
    320x240 75.0 60.0
    320x200 75.0 60.0


    Je viens de regénérer un nouveau xorg.conf :


    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    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 "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    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

    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    J'ai bien les effets KDE4 sur l'écran de gauche, mais j'ai des soucis sur celui de droite. En effet, je n'ai que le pointeur X sur celui ci.
    J'ai essayé la commande suivzante :

    xrandr --output VGA-0 --pos 1920x0 --mode 1024x768 --rate 60

    sans grand succès. Ne faut -il pas modifier VGA-0 par un identifaint qui est de le fichier xorg.conf?