Visualizzazione dei risultati da 1 a 10 su 10
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16

    problema schermo nero avvio ubuntu 11

    Salve a tutti tempo fa avevo ubuntu 10 e mi funzionava alla grande e poi lo tolsi. Ora ho reinstallato ubuntu sta volta la versione 11 ma all'avvio lo schermo resta nero...ho una scheda video ati radeon hd 3470 e ho visto che molti hanno il mio problema...ho provato a risolvere come dicevano molti aprendo il file xorg.conf ...il problema è che è vuoto...ci sono altre soluzioni??

  2. #2
    provato a entrare in modalita' rescue e impostare X da li?


    per generare xorg.conf:

    X -configure




    http://wiki.ubuntu-it.org/Hardware/Video/Xorg

    http://wiki.ubuntu-it.org/Hardware/V...mandeFrequenti

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16
    Ho eliminato ubuntu quindi non mi ricordo con precisione il messaggio che esce comunque quando avvio il comando x confiure mi esce qualcosa come la macchina e gia in esecuzione eliminare il file ...e poi non ricordo quale era...

  4. #4
    se lo fai avviando ubuntu normalmente :

    supponendo che si avvii gnome
    (al posto di unity, il quale si avvia con abilitazione 3D)


    CTRL + ALT + F1.
    sudo service gdm stop
    sudo Xorg -configure
    sudo mv ~/xorg.conf.new /etc/X11/xorg.conf
    - fai eventuali modifiche
    sudo service gdm start

  5. #5
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16
    grazie per la risposta. Ti chiedo un'ultima cosa un pò stupida: come si fa il "~" in una schermata di comando?

  6. #6
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16
    Okok ho risolto ora è stato creato il file xorg.conf ma ho un altro problema: dovrei sostituire la sezione driver ati con driver vesa...ma questa sezione non c'è! questo è il contenuto del file:

    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    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"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "built-ins"
    EndSection

    Section "Module"
    Load "dri2"
    Load "extmod"
    Load "record"
    Load "dbe"
    Load "glx"
    Load "dri"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection

    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "LPL"
    ModelName "17d"
    EndSection

    Section "Device"
    ### Available Driver options are:-
    ### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # [i]
    #Option "AGPMode" # [i]
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # [i]
    #Option "GARTSize" # [i]
    #Option "RingSize" # [i]
    #Option "BufferSize" # [i]
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # [i]
    #Option "DepthBits" # [i]
    #Option "PCIAPERSize" # [i]
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # [i]
    #Option "RageTheatreCrystal" # [i]
    #Option "RageTheatreTunerPort" # [i]
    #Option "RageTheatreCompositePort" # [i]
    #Option "RageTheatreSVideoPort" # [i]
    #Option "TunerType" # [i]
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # [i]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

  7. #7
    c'e' c'e'

    sostituisci:

    nella: Section "Device"
    ...
    Driver "radeon"
    ...

    con

    ...
    Driver "vesa"
    ...

  8. #8
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16
    Ci sono riuscito. Ho cambiato con vesa ho salvato e ho aggiornato alla 11....schermo nero perenne...

  9. #9
    vedi errori nel log di X? righe con "EE"

    /var/log/Xorg.0.log


    o provare a passare al kernel i valori frequenze esempio: vga=0×317 o 0x318


    ti ricordi che frequenza usavi con ubuntu10 ?



    dal terminale ctrl-alt-f1 riesci a vedere se e' in funzione unity o gnome ?

  10. #10
    Utente di HTML.it
    Registrato dal
    May 2011
    Messaggi
    16
    No fa niente mi tengo la 10.10: non va neanche in recovery mode e devo solo formattare...aspetto ubuntu 12

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.