Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Ubuntu e periferiche

  1. #1

    Ubuntu e periferiche

    Ciao a tutti...
    ho ubuntu installato, ma non riesco a cambiare la risoluzione del video perche' non mi da' la possibilità di metterla maggiore di 1024x768.
    Qualcuno sa' come fare?
    grazie mille!!

  2. #2
    Utente di HTML.it L'avatar di alkat
    Registrato dal
    Jan 2004
    Messaggi
    4,190

    Re: Ubuntu e periferiche

    Originariamente inviato da zoc
    Ciao a tutti...
    ho ubuntu installato, ma non riesco a cambiare la risoluzione del video perche' non mi da' la possibilità di metterla maggiore di 1024x768.
    Qualcuno sa' come fare?
    grazie mille!!
    Apri il file /etc/X11/xorg.conf da root con un normale editor di testo e modifica la seguente sezione aggiungendo la risoluzione che ti interessa:

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600"
    EndSubSection
    EndSection


    Riavviando il server X dovresti aver risolto.

    .a.
    Passa a Windows, Linux, Mac, BSD, Atari, Amiga, Unix o alle schede perforate. Fa come ti pare.
    ***
    "There's probably no God. Now stop worrying and enjoy your life" - Atheist Bus in England

  3. #3
    funziona alla grande grazie!

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.