Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xorg]cambiare config all'avvio [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
jp10hp
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 180
Location: Milano

PostPosted: Mon Apr 25, 2005 6:06 pm    Post subject: [Xorg]cambiare config all'avvio [Risolto] Reply with quote

ho provato su kde34 gli effetti offerti dalle estensioni composite di xorg6.8 e devo dire che sono proprio carucci! :D
tuttavia siccome creano qualche problema di stabilità mi chiedevo se c'è un modo per caricare o meno queste estensioni quando si fa startx senza dovre editare ogni voltail file xorg.conf???
grazie ciao


Last edited by jp10hp on Thu Apr 28, 2005 5:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
redmatrix
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 211

PostPosted: Mon Apr 25, 2005 6:50 pm    Post subject: Reply with quote

Non so rispondere alla tua domanda ma ti consiglio di fare un test.
Io ho sbadatamente lasciato attivata l'estensione composita in xorg ma non usavo xcompmgr e il sistema "sembrava" stabile.
In buona sostanza mi è sembrato che fino a quando l'estensione non viene "effettivamente" usata, problemi di stabilità non se ne vedono.
Ti consiglio quindi di provare a lasciarlo attivo e disattivare l'avvio automatico di xcompmgr (o simili) che potrai avviare in qualunque momento quando avrai voglia di far vedere trasparenze a qualche amico :wink:
Questo appunto come test, fermo restando che lo cassi e trovi altre soluzioni se ti si pianta comunque.

Ciao.
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Tue Apr 26, 2005 12:48 am    Post subject: Reply with quote

metti nella tua home il file modificato per gli effetti e lo chiami xorg.conf-1
quando lanci startx lui lancia quello default se invece vuoi lanciare il server "moddato" fai
Code:
mv xorg.conf-1 xorg.conf
e lui carica quello nella tua home
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Tue Apr 26, 2005 5:14 am    Post subject: Reply with quote

o meglio ancora fatti un alias di startx-trans in modo che ti parta quello con le trasparenze ;)
Back to top
View user's profile Send private message
jp10hp
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 180
Location: Milano

PostPosted: Tue Apr 26, 2005 4:45 pm    Post subject: Reply with quote

koma wrote:
metti nella tua home il file modificato per gli effetti e lo chiami xorg.conf-1
quando lanci startx lui lancia quello default se invece vuoi lanciare il server "moddato" fai
Code:
mv xorg.conf-1 xorg.conf
e lui carica quello nella tua home


non mi funziona..ma con quel comando mi sposta solo il file nella home e poi se do startx parte tutto come al solito :?
forse mi sfugge qualcosa puoi rispiegarmi?
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Tue Apr 26, 2005 5:49 pm    Post subject: Reply with quote

X al comando startx cerca prima il config nella tua home se nn lo trova usa quello di default,
lìidea era, se metti nella tua home uno xorg.conf modificato startx lancerà quel conf se gli cambi nome va a prendere il default :)
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
jp10hp
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 180
Location: Milano

PostPosted: Tue Apr 26, 2005 6:15 pm    Post subject: Reply with quote

ok scusa sono un pò tardo ultimamente...comunque non mi funziona :cry:
faccio ancora qualche tentativo per essere sicuro
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Tue Apr 26, 2005 6:37 pm    Post subject: Reply with quote

prova a fare man xinit e vedere se c'è una flag per dirgli QUALE configurazone prendere
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
jp10hp
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 180
Location: Milano

PostPosted: Tue Apr 26, 2005 7:11 pm    Post subject: Reply with quote

koma wrote:
prova a fare man xinit e vedere se c'è una flag per dirgli QUALE configurazone prendere

non mi pare dica niente..ho però visto nel man xorg.conf che solo per l'utente root xorg.conf viene cercato anche nella $HOME..pazienza
Back to top
View user's profile Send private message
grentis
Guru
Guru


Joined: 20 Jul 2004
Posts: 321

PostPosted: Wed Apr 27, 2005 6:14 am    Post subject: Reply with quote

Puoi creare due file di configurazione e due piccolissimi script e degli alias
che
1) copiano la configurazione voluta in /etc/X11/xorg.conf
2) lanciano X

qualcosa tipo
startx-effetti
Code:
#!/bin/bash
cp /etc/X11/xorg_eff.conf /ect/X11/xorg.conf
startx

startx
Code:
#!/bin/bash
cp /etc/X11/xorg_senzaeff.conf /ect/X11/xorg.conf
startx


P.S. non so se questa cosa e' fattibile anche da utente normale però...bisognerebbe provare

Ciao
Back to top
View user's profile Send private message
jp10hp
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 180
Location: Milano

PostPosted: Thu Apr 28, 2005 5:52 pm    Post subject: Reply with quote

Ottimo, grazie ai vostri consigli e a man xorg.conf ho risolto..e anche in maniera abbastanza elegante ;)
Dopo aver dato un'occhiata al man:
Code:

DESCRIPTION
       Xorg  uses a configuration file called xorg.conf for its initial setup.  This
       configuration file is searched for in the following places when the server is
       started as a normal user:

           /etc/X11/<cmdline>
           /usr/X11R6/etc/X11/<cmdline>
           /etc/X11/$XORGCONFIG
           /usr/X11R6/etc/X11/$XORGCONFIG
           /etc/X11/xorg.conf-4
           /etc/X11/xorg.conf
           /etc/xorg.conf
           /usr/X11R6/etc/X11/xorg.conf.<hostname>
           /usr/X11R6/etc/X11/xorg.conf-4
           /usr/X11R6/etc/X11/xorg.conf
           /usr/X11R6/lib/X11/xorg.conf.<hostname>
           /usr/X11R6/lib/X11/xorg.conf-4
           /usr/X11R6/lib/X11/xorg.conf

ho creato:
Code:

$ mkdir /usr/X11R6/etc/X11/

e ci ho piazzato xorg.conf.new(quello con le trasparenze)
a questo punto per leggere dal config desiderato è sufficiente prima di avviare X dare un
Code:

$ export XORGCONFIG="xorg.conf.new"

che tra l'altro si può inserire comodamente nel bashrc o in uno script o ancora in un alias!

grazie a tutti ciao
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum