Visualizzazione dei risultati da 1 a 7 su 7
  1. #1
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    573

    [MDV] Driver ATI (ancora...)

    Dopo 1 settimana di ferie e la successiva di malattia (capirete che belle ferie ho fatto <.<) ora mi ritrovo di nuovo a maledire linux.

    Praticamente la solfa è sempre quella, non mi si attivano gli effetti 3D (o dir si voglia l'accelerazione grafica 3d) praticamente mi dice che la mia scheda non supporta questi effetti. Ma come ma se all'installazione andavano? Poi ho aggiornato i driver Ati mettendoci i suoi e buona notte. Seguite 1000 guide del tutto inutili alla fin fine mi ritrovo ancora allo stesso punto. Ma fare le cose più semplici no? Cmq tecnicamente la mia scheda credo riesca a supportare i driver open ati AIGLX, se non erro, essendo una X850.

    ora ho mandriva 2007.1 spring free.

    Riporto qua il mio Xorg.config

    codice:
    # File generated by XFdrake (rev 142098)
    
    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "Files"
        # font server independent of the X server to render fonts.
        FontPath "unix/:-1"
        
        # minimal fonts to allow X to run without xfs
        FontPath "/usr/share/fonts/misc:unscaled"
    EndSection
    
    Section "ServerFlags"
        #DontZap # disable <Crtl><Alt><BS> (server abort)
        #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
        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" "it"
        Option "XkbOptions" "compose:rwin"
    EndSection
    
    Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/mouse"
    EndSection
    
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Plug'n Play"
        ModelName "Philips 170S"
        HorizSync 30-82
        VertRefresh 56-76
        
        # 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 "Device"
        Identifier "device1"
        VendorName "ATI Technologies Inc"
        BoardName "ATI Radeon 9500 - X850"
        Driver "ati"
        Option "DPMS"
        Option "XaaNoOffscreenPixmaps" "1"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 24
        
        Subsection "Display"
            Depth 8
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 15
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 16
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 24
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
    EndSection
    
    Section "ServerLayout"
        Identifier "layout1"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Mouse1" "CorePointer"
        Screen "screen1"
    EndSection
    
    Section "Extensions"
    #    Option "Composite"
    EndSection
    Ultima, inutile, guida seguita:

    http://www.mandrakeitalia.org/module...?articleid=192

  2. #2
    io di ati fortunamatamente me ne intendo poco

    nella guida pero' come driver mette

    Driver "fglrx"

    poi una volta andava di moda mettere la section dri in fondo a xorg.conf per le ati

    Section "DRI"
    Mode 0666
    EndSection

  3. #3
    credo che quello che faccia la differenza sia:

    Section "Extensions"
    # Option "Composite"
    EndSection

    come fai a voler il compositing se poi lo disabiliti?
    decommenta e dopo composite mettici "Enable" .
    e aggiungi anche la sezione relativa al DRI.


    cerca di seguire queste linee guida:
    http://wiki.archlinux.org/index.php/...vers_.2B_AIGLX

    al posto di seguire migliaia di guide per principianti,cerca di capire davvero quello che serve

    ah,tieni i driver ati,fglrx non supporta aiglx.

  4. #4
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    573
    Ciao a tutti e scusate la tarda risposta; praticamente la "#" su Option "Composite" è la guida che me l'ha suggerito di fare e l'informazione dell'aiglx su ATI l'ho trovata su wikipedia :master:

    Comprendo il tuo suggerimento ma mentre per altre cose una guida da modo di imparare anche a capire cosa si fa in tutte le guide "driver ati+linux" il tutto viene liquidato con un ati funziona cosi perchè non è supportata e quindi segui quello che scrivo e quindi sono sempre punto a capo.

    Proverò come mi avete suggerito e vi farò sapere

    PS: se avessi i driver closed come faccio a disinstallarli (se si dice cosi)?

  5. #5
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    573
    codice:
    # File generated by XFdrake (rev 142098)
    
    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "Files"
        # font server independent of the X server to render fonts.
        FontPath "unix/:-1"
        
        # minimal fonts to allow X to run without xfs
        FontPath "/usr/share/fonts/misc:unscaled"
    EndSection
    
    Section "ServerFlags"
        #DontZap # disable <Crtl><Alt><BS> (server abort)
        #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
        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" "it"
        Option "XkbOptions" "compose:rwin"
    EndSection
    
    Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/mouse"
    EndSection
    
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Plug'n Play"
        ModelName "Philips 170S"
        HorizSync 30-82
        VertRefresh 56-76
        
        # 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 "Device"
        Identifier "device1"
        VendorName "ATI Technologies Inc"
        BoardName "ATI Radeon 9500 - X850"
        Driver "ati"
        Option "DPMS"
        Option "XaaNoOffscreenPixmaps" "true"
        Option "DRI" "true"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 24
        
        Subsection "Display"
            Depth 8
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 15
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 16
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
        
        Subsection "Display"
            Depth 24
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
    EndSection
    
    Section "ServerLayout"
        Identifier "layout1"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Mouse1" "CorePointer"
        Screen "screen1"
        Option "AIGLX" "true"
    EndSection
    
    Section "Extensions"
        Option "Composite" "Enable"
    EndSection
    Il vostro sistema non supporta gli effetti 3D per il desktop

    Non va un tubo...

  6. #6
    prova a mettere in fondo


    Section "DRI"
    Mode 0666
    EndSection

    in settimana esce la 2008 con quella basta cliccare sulla tua scheda o avviare XFdrake per vederti proprorre i driver accelerati e attivato il 3d

  7. #7
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    573
    Allora aspetto, la disperazione è tanta ma non voglio lasciare linux

    Cmq ora mandriva va malissimo tutto ascatti e s'impalla

    PS: mi son dimenticato di ringraziarti

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 © 2026 vBulletin Solutions, Inc. All rights reserved.