public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: krgn <k.gebbert@gmail.com>
To: gentoo users <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] TwinView Question
Date: Wed, 15 Feb 2006 21:03:22 +0000	[thread overview]
Message-ID: <1140037402.7950.4.camel@RockHead> (raw)

[-- 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

             reply	other threads:[~2006-02-15 20:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-15 21:03 krgn [this message]
2006-02-15 21:11 ` [gentoo-user] TwinView Question 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1140037402.7950.4.camel@RockHead \
    --to=k.gebbert@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox