Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Hardware/Periferiche/XorgConfD"
Differenze tra le versioni 39 e 42 (in 3 versioni)
Versione 39 del 15/10/2010 11.57.51
Dimensione: 9916
Commento:
Versione 42 del 15/10/2010 18.24.40
Dimensione: 4723
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 23: Linea 23:
 0. Diditare il comando {{{X -configure  0. Digitare il comando {{{X -configure
Linea 27: Linea 27:
}}} }}} se si utilizza Ubuntu 8.04 verrà sovrascritto il file `xorg.conf` presente nel sistema.
Linea 30: Linea 30:
}}}ed avviare il sistema normalmente. }}}ed avviare in seguito il sistema normalmente.
Linea 37: Linea 37:
Il file `xorg.conf` va modificato quando si hanno problemi con le impostazioni video o oppure quando dal proprio driver video si vogliono ottenere il massimo delle prestazioni. E' strutturato in Section (sezioni) la cui funzione è stata descritta nella guida Il file `xorg.conf` va modificato quando si hanno problemi con le impostazioni video o oppure quando dal proprio driver video ed hardware si vogliono ottenere il massimo delle prestazioni. E' strutturato in Section (sezioni) la cui funzione è stata descritta nella guida
Linea 39: Linea 39:
= Un esempio di file xorg.conf =

{{{
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 "extmod"
 Load "dri"
 Load "record"
 Load "glx"
 Load "dbe"
 Load "dri2"
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 380 300 # mm
 Identifier "Monitor0"
 VendorName "SAM"
 ModelName "SyncMaster"
 HorizSync 30.0 - 81.0
 VertRefresh 56.0 - 75.0
 Option "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [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 "ShowCache" # [<bool>]
        #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"
 VendorName "ATI Technologies Inc"
 BoardName "RV350 AQ [Radeon 9600]"
 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}}}
Il file che si è andati a creare con i comandi visti nel precedente paragrafo ha tutte le opzioni del driver video (presenti nella Section Device) disabilitate.

BR Indice()

Modificare la configurazione di Xorg

Nelle versioni precedenti a Ubuntu 9.10 per modificare le impostazioni del server grafico occorreva editare con un editor di testo ed i privilegi amministrativi il file /etc/X11/xorg.conf, a partire da questa versione di Ubuntu il file /etc/X11/xorg.conf non è è presente, perché il server grafico è tutto gestito automaticamente dal sistema, ma se verrà creato un file di configurazione la gestione del server grafico passerà a questo.

Generare il file xorg.conf

Per creare un nuovo file di configurazione di xorg.conf seguire la seguente procedura:

  1. All'avvio del pc nella schemata del bootloader Grub scegliere la voce «Modalità ripristino»
  2. Apparirà poi una schermata
  3. Selezionare la voce «root Passa a una shell con i privilegi di root»
  4. Inserire la password di root se richiesta
  5. Digitare il comando {{{X -configure

}}}Verrà generato il file xorg.conf.new

  1. Copiare il file xorg.conf.new nel file xorg.conf e inserirlo nella cartella /etc/X11/ {{{ cp /root/xorg.conf.new /etc/X11/xorg.conf

}}} se si utilizza Ubuntu 8.04 verrà sovrascritto il file xorg.conf presente nel sistema.

  1. Riavviare il pc con il comando