-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle 22:23, lunedì 23 dicembre 2002, mdk666 ha scritto:

> qualcuno che mi illumini: ho un P4 con una scheda video radeon
> 7500 (riconosciuta!). Due monitor. All'avvio il desktop viene
> visualizzato su entrambi i monitor. Vorrei visualizzare metà
> desktop sinistro sul monitor di sinistra e metà desktop destro
> sul monitor di destra. Ho letto molto circa le estensioni
> xinerama di xfree, ho modificato il /etc/X11/XF86Config-4 ma
> anzichè partire il server X nel log dice: signal 11 senza
> darmi riferimenti.

hai salvato il vecchio file di conf, vero?

per ottenere quello che vuoi tu, cioè un solo desktop 
devi lanciare 
 startx -- +xinerama

altrimenti hai due desktop indipendenti, senza possibilità di 
trascinare le finestre

in questo caso devi informare il server X della posizione e 
dimensione dei due monitor
indicando (il mio caso):

Section "Screen"
 Identifier "Screen1"
 Device     "Card1"
 Monitor    "Monitor1"
DefaultDepth 16

SubSection "Display"
 Depth     16
 Modes "1024x768" 
 ViewPort 0 0
EndSubSection

EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16

SubSection "Display"
 Depth     16
 Modes "1280x1024" 
# ViewPort 0 0
EndSubSection
EndSection


Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen    0    "Screen0"
Screen    1    "Screen1" LeftOf "Screen0"
InputDevice    "Mouse0" "CorePointer"
InputDevice     "Mouse1" "AlwaysCore"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

NB io uso due schede, per una dualhead dovrebbe essere ancora 
più semplice


bye

miKe

- --
________________________________________
Slackware 8.1 GNU/Linux 2.4.20 @ hp  Xe3
R.U.#219755 -- S.R.U.#705 -- R.M.#110932
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+B5v0F/9fksDJ4y0RAnpEAKCRvVqDtBoASWm4CkhpVr8xIPLIuQCfRfdT
RkRqVG7UQdmsCYw9N469DUs=
=H/Hy
-----END PGP SIGNATURE-----

Rispondere a