Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    [Gentoo] Non riesco ad attivare rendering :-(

    Ho seguito diversi HOWTO ma non ne vuole sapere proprio ...
    cosa posso fare ? magari c'è qualcosa che non ho fatto ?
    ps uso Xorg e questa è la sezione relativa ai moduli se può servire..

    codice:
    Section "Module"
    
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    # This loads the GLX module
    	Load  "glx"
    # This loads the DRI module
    	Load  "dri"
    	Load  "dbe"  	# Double buffer extension
    	SubSection "extmod"
    		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
    	EndSubSection
    	Load  "type1"
        Load        "speedo"
    	Load  "freetype"
    #    Load        "xtt"
    EndSection
    grazie mille...

  2. #2
    assicurati che la sezione dedicata alla scheda grafica carica il modulo corretto.

    es:

    codice:
    Section "Device"
            Identifier      "VideoCard"
            Driver          "sis"
    EndSection

  3. #3
    carica il modulo corretto ...

    Section "Device"
    Identifier "VideoCard"
    Driver "trident"
    EndSection

    che devo fare ?

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.