* [gentoo-user] TwinView Question
@ 2006-02-15 21:03 krgn
2006-02-15 21:11 ` Christoph Eckert
2006-02-15 21:11 ` Roy Wright
0 siblings, 2 replies; 7+ messages in thread
From: krgn @ 2006-02-15 21:03 UTC (permalink / raw
To: gentoo users
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
hey,
I have tried to configure TwinView for my laptop and whatever comes
(projector, crt etc..) and everything seems good except, and that is a
bit annoying, that the desktop (xfce-panel..) is on the wrong screen,
i.e. not on my Laptop display but on the second one. That is a bit shit,
since I always have to look over what is on the other screen and drag it
back etc..
Does anyone see what's wrong in my xorg.conf? I have attached it this
mail.
Thanks and greets to all,
Karsten
[-- Attachment #2: xorg.conf.necproj --]
[-- Type: text/plain, Size: 3771 bytes --]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "CorePointer"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/fonts/misc/"
FontPath "/usr/X11R6/lib/fonts/TTF/"
FontPath "/usr/X11R6/lib/fonts/Type1/"
FontPath "/usr/X11R6/lib/fonts/CID/"
FontPath "/usr/X11R6/lib/fonts/75dpi"
FontPath "/usr/X11R6/lib/fonts/100dpi"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "type1"
Load "freetype"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "6 7"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.03"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Toshiba LCD"
ModelName "15.4 Widescreen LCD"
ModeLine "1280x800_60" 81.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "Geforce FX Go5600"
Option "NvAgp" "3"
Option "AllowGLXWithComposite" "Off"
Option "HWcursor"
Option "RenderAccel" "true"
Option "Backingstore" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Moniator "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "CursorShadow" "false"
Option "CursorShadowAlpha" "45"
Option "Overlay" "true"
Option "TwinView" "true"
Option "MetaModes" "1280x960,1280x800"
Option "SecondMonitorHorizSync" "30-81"
Option "SecondMonitorVertRefresh" "55-75"
Option "ConnectedMonitor" "DFP-0, CRT-0"
Option "TwinViewOrientation" "DFP-0 RightOf CRT-0"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 21:03 [gentoo-user] TwinView Question krgn
@ 2006-02-15 21:11 ` Christoph Eckert
2006-02-15 21:56 ` krgn
2006-02-15 21:11 ` Roy Wright
1 sibling, 1 reply; 7+ messages in thread
From: Christoph Eckert @ 2006-02-15 21:11 UTC (permalink / raw
To: gentoo-user
> Does anyone see what's wrong in my xorg.conf? I have attached it this
> mail.
when I understood correctly, there's nothing you can do.
* The TwinView Option is special for NVidia cards
* This setting has nothing to do with Xinerama
* X therefore only sees one card
* AFAIK the external monitor always is the primary monitor on NVidia's
TwinView
So I guess there's no way around it.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 21:11 ` Christoph Eckert
@ 2006-02-15 21:56 ` krgn
0 siblings, 0 replies; 7+ messages in thread
From: krgn @ 2006-02-15 21:56 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-02-15 at 22:11 +0100, Christoph Eckert wrote:
> > Does anyone see what's wrong in my xorg.conf? I have attached it this
> > mail.
>
> when I understood correctly, there's nothing you can do.
>
> * The TwinView Option is special for NVidia cards
> * This setting has nothing to do with Xinerama
> * X therefore only sees one card
> * AFAIK the external monitor always is the primary monitor on NVidia's
> TwinView
>
> So I guess there's no way around it.
that's sad.. =(
I have not seen anything in the xfce-menu about where you could set the
screen for the panel but haha... one could just drag it over! The only
thing that's left is the taskbar, it does not seem to move when I drag
it... otherwise I'll use some other window manager for performing on
the other display (I want to run a pd/pdp window on the second screen
and the white "stripe" of the hidden taskbar is annoying).
KAstn
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 21:03 [gentoo-user] TwinView Question krgn
2006-02-15 21:11 ` Christoph Eckert
@ 2006-02-15 21:11 ` Roy Wright
2006-02-15 21:32 ` Andrew Frink
1 sibling, 1 reply; 7+ messages in thread
From: Roy Wright @ 2006-02-15 21:11 UTC (permalink / raw
To: gentoo-user
krgn wrote:
>hey,
>
>I have tried to configure TwinView for my laptop and whatever comes
>(projector, crt etc..) and everything seems good except, and that is a
>bit annoying, that the desktop (xfce-panel..) is on the wrong screen,
>i.e. not on my Laptop display but on the second one. That is a bit shit,
>since I always have to look over what is on the other screen and drag it
>back etc..
>Does anyone see what's wrong in my xorg.conf? I have attached it this
>mail.
>Thanks and greets to all,
>
>Karsten
>
>
Might not help much, but in KDE, Control Center, Desktop, Panels,
Arrangement,
you can set the Xinerama screen between 1,2, all, which controls which
monitor
the KDE panel is displayed on. Maybe xfce has something similar?
HTH,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 21:11 ` Roy Wright
@ 2006-02-15 21:32 ` Andrew Frink
2006-02-15 22:09 ` Christoph Eckert
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Frink @ 2006-02-15 21:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]
see this page found with google about twin view,
http://www.gmpf.de/index.php/NVidia:TwinView
anyways the quick answer is add 'Option "TwinViewOrientation" "RightOf"' to
your driver section. and as a note AFAIK twinview dosn't give seperate
screens, so things like :0.1 may not work.
On 2/15/06, Roy Wright <royw@cisco.com> wrote:
>
> krgn wrote:
>
> >hey,
> >
> >I have tried to configure TwinView for my laptop and whatever comes
> >(projector, crt etc..) and everything seems good except, and that is a
> >bit annoying, that the desktop (xfce-panel..) is on the wrong screen,
> >i.e. not on my Laptop display but on the second one. That is a bit shit,
> >since I always have to look over what is on the other screen and drag it
> >back etc..
> >Does anyone see what's wrong in my xorg.conf? I have attached it this
> >mail.
> >Thanks and greets to all,
> >
> >Karsten
> >
> >
> Might not help much, but in KDE, Control Center, Desktop, Panels,
> Arrangement,
> you can set the Xinerama screen between 1,2, all, which controls which
> monitor
> the KDE panel is displayed on. Maybe xfce has something similar?
>
> HTH,
> Roy
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1823 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 21:32 ` Andrew Frink
@ 2006-02-15 22:09 ` Christoph Eckert
2006-02-15 22:41 ` krgn
0 siblings, 1 reply; 7+ messages in thread
From: Christoph Eckert @ 2006-02-15 22:09 UTC (permalink / raw
To: gentoo-user
> anyways the quick answer is add 'Option "TwinViewOrientation"
> "RightOf"' to your driver section. and as a note AFAIK twinview
> dosn't give seperate screens, so things like :0.1 may not work.
the problem remains: the external monitor is the master monitor, and
this can lead to problems when the external monitor isn't present
(which can happen if you're on the road with a notebook).
Maybe I'm wrong or there's a workaround, but at least these are my
experiences.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] TwinView Question
2006-02-15 22:09 ` Christoph Eckert
@ 2006-02-15 22:41 ` krgn
0 siblings, 0 replies; 7+ messages in thread
From: krgn @ 2006-02-15 22:41 UTC (permalink / raw
To: gentoo-user
I have seen and tried the twinview tutorial, thought that was not the
last word tho..
I do have tried to use X with this configuration and up to now there
were no problems really when I had no 'second' monitor.
K
On Wed, 2006-02-15 at 23:09 +0100, Christoph Eckert wrote:
> > anyways the quick answer is add 'Option "TwinViewOrientation"
> > "RightOf"' to your driver section. and as a note AFAIK twinview
> > dosn't give seperate screens, so things like :0.1 may not work.
>
> the problem remains: the external monitor is the master monitor, and
> this can lead to problems when the external monitor isn't present
> (which can happen if you're on the road with a notebook).
>
> Maybe I'm wrong or there's a workaround, but at least these are my
> experiences.
>
>
> Best regards
>
>
> ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-02-15 22:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-15 21:03 [gentoo-user] TwinView Question krgn
2006-02-15 21:11 ` Christoph Eckert
2006-02-15 21:56 ` krgn
2006-02-15 21:11 ` Roy Wright
2006-02-15 21:32 ` Andrew Frink
2006-02-15 22:09 ` Christoph Eckert
2006-02-15 22:41 ` krgn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox