Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual Screen Issues...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
servo888
Apprentice
Apprentice


Joined: 22 Feb 2004
Posts: 293

PostPosted: Tue Aug 15, 2006 12:04 am    Post subject: Dual Screen Issues... Reply with quote

I'm having some issues with my laptops dual screen setup (CRT as primary and onboard LCD as secondary). Right now the way it's setup is that when I startx and kde loads, one desktop loads on one monitor, and another desktop loads on another monitor. So no twinview is used. Now the issue I'm having is that I want to swap the desktops...

What I need to do is figure out a way to swap the primary and secondary monitors. Obviously I cannot swap cables because it's a laptop... I'm using the nvidia drivers, so maybe there is a way.
_________________
www.garberdesign.com
"You need a Windows PC to listen to this music." -listen.com
Back to top
View user's profile Send private message
daff
Apprentice
Apprentice


Joined: 02 Jul 2003
Posts: 232
Location: Vienna, Austria

PostPosted: Tue Aug 15, 2006 12:46 am    Post subject: Reply with quote

Since you're using the Nvidia drivers you should have a look at the official README file provided by Nvidia. The option TwinviewOrientation is probably what you need to look into. Also have a look at this thread about Twinview-related troubles, I posted a working configuration there, could be useful for you.

HTH.
_________________
Instead of asking why a piece of software is using 1970s technology,
start asking why software is ignoring 30 years of accumulated wisdom.
Back to top
View user's profile Send private message
servo888
Apprentice
Apprentice


Joined: 22 Feb 2004
Posts: 293

PostPosted: Tue Aug 15, 2006 3:24 pm    Post subject: Reply with quote

I'm not using twinview, that's the problem. =-\
_________________
www.garberdesign.com
"You need a Windows PC to listen to this music." -listen.com
Back to top
View user's profile Send private message
daff
Apprentice
Apprentice


Joined: 02 Jul 2003
Posts: 232
Location: Vienna, Austria

PostPosted: Tue Aug 15, 2006 6:07 pm    Post subject: Reply with quote

Your laptop has a VGA port and an Nvidia graphics chip on board, presumably some GeForce Go. That should qualify you to use Twinview, so why don't you?
_________________
Instead of asking why a piece of software is using 1970s technology,
start asking why software is ignoring 30 years of accumulated wisdom.
Back to top
View user's profile Send private message
VoVaN
l33t
l33t


Joined: 02 Jul 2003
Posts: 688
Location: The Netherlands

PostPosted: Wed Aug 16, 2006 10:31 am    Post subject: Reply with quote

I think "UseDisplayDevice" should help in your case. The example is bellow.

Code:

Section "Device"
        Identifier  "nvidia-0"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Screen      0
        Option "UseDisplayDevice" "DFP-0"
        Option "NvAGP" "1"
        Option "RenderAccel" "true"
        Option "DigitalVibrance" "0"
        Option "Nologo" "true"
        Option "backingstore" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
EndSection

Section "Device"
        Identifier  "nvidia-1"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Screen      1
        Option "UseDisplayDevice" "CRT-0"
        Option "NvAGP" "1"
        Option "RenderAccel" "true"
        Option "DigitalVibrance" "0"
        Option "Nologo" "true"
        Option "backingstore" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
EndSection


Let me know if it works :)
Back to top
View user's profile Send private message
servo888
Apprentice
Apprentice


Joined: 22 Feb 2004
Posts: 293

PostPosted: Wed Aug 23, 2006 1:08 am    Post subject: Reply with quote

VoVaN wrote:
I think "UseDisplayDevice" should help in your case. The example is bellow.

Code:

Section "Device"
        Identifier  "nvidia-0"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Screen      0
        Option "UseDisplayDevice" "DFP-0"
        Option "NvAGP" "1"
        Option "RenderAccel" "true"
        Option "DigitalVibrance" "0"
        Option "Nologo" "true"
        Option "backingstore" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
EndSection

Section "Device"
        Identifier  "nvidia-1"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Screen      1
        Option "UseDisplayDevice" "CRT-0"
        Option "NvAGP" "1"
        Option "RenderAccel" "true"
        Option "DigitalVibrance" "0"
        Option "Nologo" "true"
        Option "backingstore" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
EndSection


Let me know if it works :)


Yes it worked! ahahah! I'm so happy :-) Thanks a bunch!
_________________
www.garberdesign.com
"You need a Windows PC to listen to this music." -listen.com
Back to top
View user's profile Send private message
cyrxi
n00b
n00b


Joined: 01 Jun 2007
Posts: 34

PostPosted: Thu Jun 14, 2007 8:13 pm    Post subject: Reply with quote

I have been looking for this for what seems like forever:!: I had actually given up, but since I recently moved my monitors around, I decided to try to look for it again. I'm going to test this out the second I get home tonight. *crosses fingers*

daff wrote:
Your laptop has a VGA port and an Nvidia graphics chip on board, presumably some GeForce Go. That should qualify you to use Twinview, so why don't you?

Because not everyone likes/wants Twinview!

I switch between a laptop screen / CRT setup to a laptop screen / projector setup quite frequently and I need something that handles different resolutions across different displays (which was a mess back when I used Windows). The only thing I lose is being able to drag things easily between the two displays, but once you get used to opening what you want on the proper display in the first place, it's not really a big deal and quite often simplifies things (especially in the case of watching movies on the projector). I originally set it up this way just to try it out and I've never really thought of going back, there's just something nice about having two independent desktops.


UPDATE:

It works!!!!!!!!!! Thank you, thank you, thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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