Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Aug 2005
    Messaggi
    4

    Doppio monitor Mandriva

    Ho provato a configurare il mio sistema (scheda video ATI radeon 7000 VE
    con doppia uscita monitor) per il funzionamento con doppio monitor, ma non
    riesco a far funzionare il secondo. Ho proceduto come a seguito:
    - Installazione dei driver ati:
    rpm -i fglrx-4.3.0-3.9.0.i386.rpm
    file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-4.3.0-3.9.0
    conflicts with file from package libxorg-x11-6.8.2-7mdk (questo è il
    messaggio generato)
    - Settaggio manuale xorg.conf:
    # File generated by XFdrake.

    # ************************************************** ********************
    # Refer to the XF86Config man page for details about the format of
    # this file.
    # ************************************************** ********************

    Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated
    together)
    # By default, Mandrake 6.0 and later now use a font server independent
    of
    # the X server to render fonts.
    FontPath "unix/:-1"
    EndSection

    Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse
    does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    Option "Xinerama"
    EndSection

    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri" # direct rendering
    Load "/usr/X11R6/lib/modules/extensions/libglx.a"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" "compose:rwin"
    EndSection

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1280x1024 @ 76 Hz"
    HorizSync 31.5-82
    VertRefresh 50-90

    # 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


    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_120" 176.01 1152 1240 1368 1584 864 865 868 926
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_100" 143.47 1152 1232 1360 1568 864 865 868 915
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_85" 119.65 1152 1224 1352 1552 864 865 868 907
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_75" 104.99 1152 1224 1352 1552 864 865 868 902
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_60" 81.62 1152 1216 1336 1520 864 865 868 895
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_50" 66.85 1152 1208 1328 1504 864 865 868 889
    -HSync +Vsync
    EndSection

    Section "Monitor"
    Identifier "monitor2"
    VendorName "Generic"
    ModelName "1024x768 @ 60 Hz"
    HorizSync 31.5-57
    VertRefresh 50-90

    # 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

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_120" 176.01 1152 1240 1368 1584 864 865 868 926
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_100" 143.47 1152 1232 1360 1568 864 865 868 915
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_85" 119.65 1152 1224 1352 1552 864 865 868 907
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_75" 104.99 1152 1224 1352 1552 864 865 868 902
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_60" 81.62 1152 1216 1336 1520 864 865 868 895
    -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_50" 66.85 1152 1208 1328 1504 864 865 868 889
    -HSync +Vsync
    EndSection

    Section "Device"
    Identifier "device0"
    VendorName "ATI"
    BoardName "ATI Radeon (fglrx)"
    Driver "radeon"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "DDCMode" "on"
    EndSection

    Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon (fglrx)"
    Driver "radeon"
    Screen 1
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "DDCMode" "on"
    EndSection

    Section "Screen"
    Identifier "screen0"
    Device "device0"
    Monitor "monitor0"
    DefaultColorDepth 24

    Subsection "Display"
    Depth 8
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 15
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 16
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 24
    Virtual 1152 864
    EndSubsection
    EndSection

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

    Subsection "Display"
    Depth 8
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 15
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 16
    Virtual 1152 864
    EndSubsection

    Subsection "Display"
    Depth 24
    Virtual 1152 864
    EndSubsection
    EndSection

    Section "ServerLayout"
    Identifier "layout01"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "Screen0" 0 0
    Screen "Screen1" RightOf "Screen0"
    EndSection

    Qualcuno ha qualche consiglio?

  2. #2
    probabilmente hai sbagliato a scaricare il driver da ati

    c'è la versione per xfree e quella per xorg
    tu devi scaricare quella per xorg

  3. #3
    Utente di HTML.it
    Registrato dal
    Aug 2005
    Messaggi
    4
    Beh comunque, dopo mesi di prove, 10 minuti fa mi è partito il secondo
    monitor, con la mia scheda ati 7000 ed i driver per la scheda video VESA
    2.0! adesso non ho più tempo, la prossima è la configurazione con
    xinerama! (premetto che i driver vesa sulla suse NON funzionavano). Poi
    eventualmente scrivo 2 righe come promemoria, se interessa a qualcuno.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.