Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
configurazione xfree
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
gcarlo
n00b
n00b


Joined: 01 Jul 2003
Posts: 35
Location: Padova - Italy

PostPosted: Fri Oct 10, 2003 12:07 pm    Post subject: configurazione xfree Reply with quote

Dato un portatile con attaccato un proiettore esterno, come faccio ad inviare a questu'ultimo una risoluzione diversa da quella che ho sul display lcd????

Mi spiego meglio....
In questo momento sto usando gentoo su di un portatile asus l3c. La scheda video è la seguente.

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]

La risoluzione a cui lavoro normalmente è 1400x1050. Attaccando un proiettore esterno questo mi funziona a 800x600 e non riesco a cambiare questa risoluzione.
Mi dispiace ammetterlo, ma se uso windows riesco ad impostare la risoluzione a 1024x768.... :-(

Facendo delle prove con un monitor esterno, sono riuscito a definire un nuovo schermo "affiancato" al primo e di questo riesco a modificare la risoluzione, ma in questo modo mi sono perso il direct rendering ed inoltre ( per quanto sia divertente usare due display in contemporanea) a me serve la stessa immagine sul display e sul proiettore esterno....

Spero che qualcuno mi riesca ad illuminare xchè e tutta la mattina che spulcio la documentazione di xfree e google ma non ho trovato nulla.... :-(

Grazie
Giancarlo
Back to top
View user's profile Send private message
Ginko
Guru
Guru


Joined: 01 May 2002
Posts: 371
Location: nearby my linux laptop

PostPosted: Fri Oct 10, 2003 12:21 pm    Post subject: Reply with quote

Ammesso che tu abbia configurato piu' di una risoluzione, puoi switchare da una all'altra mediante CTRL-ALT-+ (control-alt-piu') e CTRL-ALT-- (control-alt-meno).

--Gianluca
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Fri Oct 10, 2003 12:25 pm    Post subject: Reply with quote

Ginko wrote:
Ammesso che tu abbia configurato piu' di una risoluzione, puoi switchare da una all'altra mediante CTRL-ALT-+ (control-alt-piu') e CTRL-ALT-- (control-alt-meno).

--Gianluca

Pero' questo metodo non te lo adatta allo schermo... (grande ginko sei
sulla GWN).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
gcarlo
n00b
n00b


Joined: 01 Jul 2003
Posts: 35
Location: Padova - Italy

PostPosted: Fri Oct 10, 2003 12:47 pm    Post subject: Reply with quote

Ginko wrote:
Ammesso che tu abbia configurato piu' di una risoluzione, puoi switchare da una all'altra mediante CTRL-ALT-+ (control-alt-piu') e CTRL-ALT-- (control-alt-meno).

--Gianluca


questa è stata la prima cosa che ho provato a fare.... lo strano è che sul proiettore esterno la risoluzione mi restava sempre a 800x600.
Usando:
Code:

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Depth     15
   EndSubSection
   SubSection "Display"
      Depth     16
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes   "1400x1050" "1024x768"
      ViewPort   0 0
   EndSubSection
EndSection

Adesso sto facendo delle prove usando un monitor esterno ( non ho qui il proiettore ) e con
Code:

Section "ServerLayout"
   Identifier     "Layout1"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" LeftOf "Screen0"
   #InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
....
Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Depth     15
   EndSubSection
   SubSection "Display"
      Depth     16
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes   "1400x1050" "1024x768"
      ViewPort   0 0
   EndSubSection
EndSection
Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   DefaultDepth      16   
   SubSection "Display"
      Depth     16
      Modes     "1400x1050" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes   "1400x1050" "1024x768"
      ViewPort   0 0
   EndSubSection
EndSection
.....

Con questa nuova configurazione riesco a impostare la risoluzione che voglio sul secondo monitor.
Il problema è che questo è appunto un secondo display, non una copia del primo....

Giancarlo
Back to top
View user's profile Send private message
Ginko
Guru
Guru


Joined: 01 May 2002
Posts: 371
Location: nearby my linux laptop

PostPosted: Fri Oct 10, 2003 12:51 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Pero' questo metodo non te lo adatta allo schermo...

No purtroppo Xfree non e' (ancora) in grado di adattarsi allo schermo attivo...

fedeliallalinea wrote:
(grande ginko sei sulla GWN).

E' stata una sorpresa anche per me :oops:

Saluti
--Gianluca
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Fri Oct 10, 2003 6:30 pm    Post subject: Reply with quote

Ginko wrote:
fedeliallalinea wrote:
(grande ginko sei sulla GWN).

E' stata una sorpresa anche per me :oops:

Complimentoni :)
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Sat Oct 11, 2003 9:03 am    Post subject: Reply with quote

Ginko wrote:

fedeliallalinea wrote:
(grande ginko sei sulla GWN).

E' stata una sorpresa anche per me :oops:


Mi complimento anchio
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