Pagina 2 di 3 primaprima 1 2 3 ultimoultimo
Visualizzazione dei risultati da 11 a 20 su 24
  1. #11
    Ora accade questo:

    tomcat:/home/denis76# aticonfig | grep rendering
    photo-realism in 3D rendering. Disable it to get the most accurate 3D
    prevent tearing during 3D rendering.
    tomcat:/home/denis76#

  2. #12
    glxinfo | grep direct che dice ora?
    dobrebbe essere Direct rendering: yes se è andato tutto bene nell'installazione/configurazione dei drivers.
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

  3. #13
    Ottengo questo:

    denis76@tomcat:~$ glxinfo | grep directglxinfo | grep direct
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    denis76@tomcat:~$

  4. #14
    postaci il tuo /etc/X11/xorg.conf
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

  5. #15
    codice:
    denis76@tomcat:~$ cat /etc/X11/xorg.conf
    
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "ServerLayout"
            Identifier     "Default Layout"
            Screen      0  "aticonfig-Screen[0]" 0 0
            InputDevice    "Generic Keyboard"
            InputDevice    "Configured Mouse"
    EndSection
    
    Section "Files"
    
            # path to defoma fonts
            FontPath     "/usr/share/fonts/X11/misc"
            FontPath     "/usr/X11R6/lib/X11/fonts/misc"
            FontPath     "/usr/share/fonts/X11/cyrillic"
            FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
            FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
            FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
            FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
            FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
            FontPath     "/usr/share/fonts/X11/Type1"
            FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
            FontPath     "/usr/share/fonts/X11/100dpi"
            FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
            FontPath     "/usr/share/fonts/X11/75dpi"
            FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
            FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
            Load  "bitmap"
            Load  "ddc"
            Load  "dri"
            Load  "extmod"
            Load  "freetype"
            Load  "glx"
            Load  "int10"
            Load  "vbe"
    EndSection
    
    Section "InputDevice"
            Identifier  "Generic Keyboard"
            Driver      "kbd"
            Option      "CoreKeyboard"
            Option      "XkbRules" "xorg"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "it"
    EndSection
    
    Section "InputDevice"
            Identifier  "Configured Mouse"
            Driver      "mouse"
            Option      "CorePointer"
            Option      "Device" "/dev/input/mice"
            Option      "Protocol" "ImPS/2"
    EndSection
    
    Section "Monitor"
            Identifier   "Monitor Generico"
            HorizSync    28.0 - 51.0
            VertRefresh  43.0 - 60.0
            Option      "DPMS"
    EndSection
    
    Section "Monitor"
            Identifier   "aticonfig-Monitor[0]"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
    EndSection
    
    Section "Device"
            Identifier  "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
            Driver      "ati"
            BusID       "PCI:1:0:0"
    EndSection
    
    Section "Device"
            Identifier  "aticonfig-Device[0]"
            Driver      "fglrx"
            Option      "DesktopSetup" "horizontal"
            Option      "OverlayOnCRTC2" "1"
            Option      "ForceMonitors" "notv"
    EndSection
    
    Section "Screen"
            Identifier "Default Screen"
            Device     "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
            Monitor    "Monitor Generico"
            DefaultDepth     24
            SubSection "Display"
                    Depth     1
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     4
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     8
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     15
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     16
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     24
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    
    Section "Screen"
            Identifier "aticonfig-Screen[0]"
            Device     "aticonfig-Device[0]"
            Monitor    "aticonfig-Monitor[0]"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1280x1024"
            EndSubSection
    EndSection
    
    Section "DRI"
            Mode         0666
    EndSection
    
    denis76@tomcat:~$

  6. #16
    a me sembra corretto, magari guarda dentro al log di xorg o in /var/log/Xorg.0.log o in dmesg in cerca di warning circa la scheda, il dri o simili.

    edit: hai la configurazione corretta del kernel?
    http://gentoo-wiki.com/Ati#Kernel_Configuration
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

  7. #17
    I moduli ci sono. Nel log di X trovo soltanto:

    (EE) AIGLX: Screen 0 is not DRI capable


    E' giusto che appaia questo?

    codice:
    denis76@tomcat:~$ fglrxinfo
    Xlib:  extension "XFree86-DRI" missing on display ":0.0".
    display: :0.0  screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
    
    denis76@tomcat:~$

  8. #18
    No, in fglrxinfo dovrebbero apparire i dati dei driver e della scheda ati, non quelli del rendering Mesa (che demanda tutto il lavoro al processore essendo rendering a livello software).

    L'errore sul DRI non ci dice molto... lo sapevamo già che c'è qualcoas che non va sul DRI
    Il fatto che sia AIGLX nello specifico a segnalarlo mi fa suggerire di disabilitarlo esplicitamente nello Xorg.conf, ma francamente non penso che risolverà... metti questo nella sezione serverlayout
    codice:
    Option         "AIGLX" "false"
    Il modulo fglrx risulta caricato? lsmod | grep fglrx

    Prova anche anche a specificare che proprio tutti possono avere il DRI impostando
    codice:
    Section "dri"
            Group 0
            Mode 0666
    EndSection
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

  9. #19
    In effetti quel modulo mi manca. Dove lo posso trovare?

  10. #20
    Non hai fglrx? Non hai detto di aver installato i driver proprietari ati? Se si deve esserci, anche se non caricato in memoria. Controlla l'output di modprobe fglrx

    edit: fallo con X chiuso e se hai il modulo ati (quello dei driver open) caricato in memoria allora chiudilo (modprobe -r <nomemodulo>) perchè il driver fglrx per essere caricato richiede che non sia in memoria la sua alternativa open.
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

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.