Pagina 1 di 1
Recupero xorg.conf
Inviato: sab 18 apr 2009, 11:24
da Absolut
Ciao ragazzi,
sapete per caso come salvare le impostazioni del server grafico di defaul quandi si avvia Ubuntu da un live cd!?
vi ringrazio!
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 13:15
da submax82
fai un bel copia-incolla del file /etc/X11/xorg.conf
ma se è una release di ubuntu recente è inutile visto che questo file non contiene più niente in quanto sfrutta la configurazione automatica di xorg
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 13:49
da Absolut
ecco il problema allora non lo risolvo!
In pratica il mio vaio ha due schede grtafiche: una Nvidia e una intel integrata.
La Intel funzionava alla grande... anche gli effetti grafici erano abilitati...
poi per errore ho avviato con la Nvidia abilitata e ora la Intel non va più bene come prima... gli effetti grafici ad esempio sono disabilitati!
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 15:52
da submax82
perchè con nvidia usi i driver open che non hanno il supporto 3d... basta installare i proprietari
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 17:57
da Absolut
no... io non voglio usare la nvidia.. ma la scheda intel integrata!
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 19:30
da lamarozzo
nel file xorg.conf non basta
Codice: Seleziona tutto
Section "Device"
Identifier "name"
Driver "intel"
EndSection
per usare intel anzichè nvidia?
Re: Recupero xorg.conf
Inviato: sab 18 apr 2009, 23:47
da Absolut
avevo già provato questa soluzione... ma non ottengo gli stessi risultati di quando avevo appena installato ubuntu
Re: Recupero xorg.conf
Inviato: dom 19 apr 2009, 11:06
da davide77
Hai provato con un "dpkg-reconfigure -plow xserver-xorg" (il pacchetto non mi ricordo se si chiamna così ma lo puoi cercare).
Re: Recupero xorg.conf
Inviato: dom 19 apr 2009, 14:55
da mohaa
Have you tried to play with Device section in your xorg.conf ? Adding the
BusID value can help...or not
Codice: Seleziona tutto
Section "Device"
(...)
BusID "PCI:bus:device"
Driver "the_driver_to_use"
(...)
EndSection
From xorg.conf man page
BusID bus-id
This specifies the bus location of the graphics card. For PCI/AGP cards, the bus-id string has the form PCI

device:function (e.g., lqPCI:1:0:0rq might be appropriate for an AGP card). This field is usually optional in single-head configurations when using the primary graphics card. In multi-head configurations, or when using a secondary graphics card in a single-head configuration, this entry is mandatory. Its main purpose is to make an unambiguous connection between the device section and the hardware it is representing. This information can usually be found by running the pciaccess tool scanpci.
Offtopic: *buntu no longer has xorg.conf, not the way you may have it on Slackware