Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual Monitor, mediacenter e serverlayout
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) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
X-Act!
Apprentice
Apprentice


Joined: 22 Nov 2004
Posts: 245
Location: /home/xact/

PostPosted: Thu Nov 18, 2010 7:36 pm    Post subject: Dual Monitor, mediacenter e serverlayout Reply with quote

Ciao a tutti!

Premesse:
- Gentoo amd_64 stabile
- scheda Nvidia GT220 con driver proprietari
- configurazione dual-head con monitor lcd su uscita DVI e tv hd su uscita HDMI

Quello che vorrei è poter usare contemporaneamente kde (o eventualmente un altro DE) sul monitor e xbmc (o eventualmente un altro mediacenter) sulla tv. Per farlo ho più possibilità:

Idea 1) un solo serverlayout con due screen:
xorg.conf wrote:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Così facendo xdm (e quindi il DE) parte correttamente sul monitor e vede solo quello mentre posso lanciare il mediaplayer con:
Code:
DISPLAY=:0.1 xbmc

C'è un solo problema: xbmc viene visualizzato correttamente sulla tv, ma appena lanciato "monopolizza" tastiera e mouse e di fatto non posso più interagire col DE.

Idea 2) due serverlayout separati con uno screen ciascuno:
xorg.conf wrote:
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "ServerLayout"
Identifier "TV"
Screen "Screen1" 0 0
EndSection

Così mi aspetterei (come indicato ad es. qui) di poter lanciare un nuovo server X sulla TV (eventualmente con una tastiera o un mouse diversi o magari un telecomando come tastiera), ma appena ci provo ottengo:
Code:
# X :1 -layout TV
...
(EE) Screen 0 deleted because of no matching config section.
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found
...

Il log è più verboso, ma non aggiunge altro a questo messaggio. Sembra un evidente errore di configurazione, ma la configurazione è corretta perché nel primo caso i riferimenti a screen0 e screen1 funzionano perfettamente...

Idea 3) Lasciare perdere e comprare un WD TV Live
Veloce e funzionale, ma poco educativo e senza alcuna soddisfazione personale...

Idee? Suggerimenti?
_________________
"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 619
Location: Milano

PostPosted: Thu Nov 18, 2010 9:40 pm    Post subject: Reply with quote

non so aiutarti con idea 1 e 2, ma posso fornirti idea 4: http://ps3mediaserver.blogspot.com/

è ottimizzato per lavorare con la playstation3, ma da quello che dicono dovrebbe funzionare anche con alcuni televisori con tecnologia DLNA, il problema è appunto se il tuo televisore lo supporta
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Fri Nov 19, 2010 10:28 am    Post subject: Reply with quote

Io ho una configurazione dual monitor con un solo ServerLayout e due Screen, configurati in questo modo:
Code:
Section "ServerLayout"

    Identifier     "X.org Configured"
    Screen      0  "Screen0" LeftOf "Screen1"
    Screen      1  "Screen1" 1280 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "0"
EndSection

...snip...

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    DisplaySize     345    276
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    ModeLine       "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 75.0
    VertRefresh     56.0 - 61.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G70 [GeForce 7800 GTX]"
    Option         "AddARGBGLXVisuals" "true"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7800 GTX"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7800 GTX"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinViewXineramaInfoOrder" "CRT-1"
    Option         "TwinView" "0"
    Option         "metamodes" "CRT-0: 1280x1024_60.00 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-1"
    Option         "metamodes" "CRT-1: 1920x1080 +0+0; CRT-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


In questo modo ho due schermi completamente indipendenti da loro, ma su cui posso interagire col mouse e tastiera contemporaneamente.
Spero ti possa essere d'aiuto.
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
X-Act!
Apprentice
Apprentice


Joined: 22 Nov 2004
Posts: 245
Location: /home/xact/

PostPosted: Sat Nov 20, 2010 4:24 pm    Post subject: Reply with quote

In effetti la mia configurazione è praticamente identica alla tua. Se sui due schermi ho due dm tutto funziona regolarmente. Il problema è che se su uno dei due lancio XBMC è lui che mi blocca il mouse e non riesco più a "tornare" sull'altro.
Leggendo in giro ho trovato qualcuno con lo stesso problema che lo ha risolto usando switchscreen, ma ancora non ho avuto modo di provarlo... Appena lo faccio vi aggiorno sulla situazione.

Intanto mi resta la curiosità di capire perché non riesco ad eseguire due server x, anche se comunque non credo che la soluzione mi soddisferebbe.

E tanto per la cronaca credo che opterò comunque per l'idea 3...
_________________
"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano 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