View previous topic :: View next topic |
Author |
Message |
enternaL n00b

Joined: 18 Feb 2004 Posts: 61 Location: Darlington, SC
|
Posted: Sat Dec 16, 2006 7:53 pm Post subject: Electric Sheep using XscreenSaver on Nvidia TwinView |
|
|
I have a dualscreen setup with Nvidia TwinView. I can't get ElectricSheep to run fullscreen on one monitor. It runs a small square, half of it cut off on the right side of the screen on both monitors. And because there are two instances of Electricsheep, it's running as read-only (no other sheeps are downloaded).
Has anyone had any successful setups for Electricsheep using dualmonitors and/or Nvidia's TwinView?
The device section of my Xorg.conf
Code: | Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 6800 GT"
Screen 0
Option "NvAGP" "1"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "ConnectedMonitor" "DFP0,CRT0"
Option "dpms"
Option "TwinView"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600; 640x480,640x480; 640x480"
Option "SecondMonitorHorizSync" "30-80"
Option "SecondMonitorVertRefresh" "56-76"
EndSection
|
|
|
Back to top |
|
 |
pteppic l33t

Joined: 28 Nov 2005 Posts: 781
|
Posted: Sun Dec 17, 2006 3:40 am Post subject: |
|
|
Try building xscreensaver without the xinerama use flag, it may not solve the size issue, but it will result in only one instance of the 'screensaver' binary being run. I've done this for ages with {x,g,k}dm and {k,x}screensaver. |
|
Back to top |
|
 |
enternaL n00b

Joined: 18 Feb 2004 Posts: 61 Location: Darlington, SC
|
Posted: Sun Dec 17, 2006 3:56 am Post subject: |
|
|
Thanks! That works good enough for me Somehow "--zoom 1" got taken out so that's why it was small, but not sure why it likes to be half-way off the screen. Anyways, thanks for that tip.
By the way, any idea where I can find the xscreensaver patch for voting? Been looking for a while now. |
|
Back to top |
|
 |
shakti Guru


Joined: 15 May 2002 Posts: 358 Location: omnipresent
|
Posted: Fri Dec 22, 2006 8:51 pm Post subject: |
|
|
enternaL wrote: | ...
By the way, any idea where I can find the xscreensaver patch for voting? Been looking for a while now. |
Me too wants voting patch. _________________ Using Gentoo since 2002. |
|
Back to top |
|
 |
LaserGuidedBunnyRabbit Tux's lil' helper

Joined: 03 Oct 2003 Posts: 78 Location: Washington, USA
|
Posted: Tue Jan 01, 2008 1:50 am Post subject: |
|
|
enternaL wrote: | but not sure why it likes to be half-way off the screen. |
Code: | echo "x11-misc/xscreensaver -xinerama" >> /etc/portage/package.use
emerge xscreensaver |
Problem solved . |
|
Back to top |
|
 |
enternaL n00b

Joined: 18 Feb 2004 Posts: 61 Location: Darlington, SC
|
|
Back to top |
|
 |
|