Visualizzazione dei risultati da 1 a 8 su 8
  1. #1
    Utente di HTML.it L'avatar di pozivo
    Registrato dal
    Aug 2007
    Messaggi
    28

    Problema Ati Radeon X1650

    il mio problema è che appena vado in sistema->amministrazione->gestore driver con restrizioni e abilito driver grafici accelerati ati e poi riavvio il computer carica un pezzo di ubuntu e poi mi rimane lo schermo nero.... perchè mi chiedo io??? non capisco proprio

    VI SCRIVO ANCHE QUESTO PER AIUTARVI

    pozivo@pozivo-desktop:~$ 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.4 (1.5 Mesa 6.5.2)

    E QUESTO

    pozivo@pozivo-desktop:~$ glxinfo | grep direct
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    direct rendering: No
    OpenGL renderer string: Mesa GLX Indirect

    Tra l'altro non riesco a caricare i driver ati

  2. #2
    Utente di HTML.it
    Registrato dal
    Jan 2002
    Messaggi
    69
    ci puoi mostrare xorg.conf ?

    forse è li il problema...

  3. #3
    Utente di HTML.it L'avatar di pozivo
    Registrato dal
    Aug 2007
    Messaggi
    28
    ECCOLO!!!

    # /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 xorg.conf(5) manual page.
    # (Type "man 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 "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    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"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "Generic Video Card"
    Driver "vesa"
    BusID "PCI:3:0:0"
    VideoRam 512000
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 28-64
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection



    GRAZIE

  4. #4
    Utente di HTML.it
    Registrato dal
    Jan 2002
    Messaggi
    69
    allora modifica il xorg.conf in questi due modi:

    alla parte

    Section "Device"
    Identifier "Generic Video Card"
    Driver "vesa"
    BusID "PCI:3:0:0"
    VideoRam 512000
    EndSection

    modifica

    Driver "vesa"

    con

    Driver "radeon"

    oppure

    Driver "ati"

    dovrebbe andarti tutto bene...

    fammi sapere...

    ciao

  5. #5
    Utente di HTML.it L'avatar di pozivo
    Registrato dal
    Aug 2007
    Messaggi
    28
    se metto ati non parte lo sò già.... uffa!

  6. #6
    Utente di HTML.it L'avatar di pozivo
    Registrato dal
    Aug 2007
    Messaggi
    28
    anche con radeon non parte

  7. #7
    Utente di HTML.it L'avatar di pozivo
    Registrato dal
    Aug 2007
    Messaggi
    28
    Netline hai qualche idea??

  8. #8
    Utente di HTML.it
    Registrato dal
    Jan 2002
    Messaggi
    69
    elimina da

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    questo --> Load "glx"

    alla fine di xorg aggiungi questo

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    e naturalmente prova questa modifica con "ati" o "radeon" che ti ho suggerito prima...

    volevo chiederti se avevi installato driver ati o qualcos'altro perchè cè la possibiltà che sia questo il motivo e non la modifica di xorg.conf

    fammi sapere...

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