Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
upgrade of nvidia drivers = no hotkey for CRT/LCD switch
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
grimm26
Guru
Guru


Joined: 23 May 2004
Posts: 313
Location: Chicagoland, IL

PostPosted: Mon Sep 18, 2006 5:00 pm    Post subject: upgrade of nvidia drivers = no hotkey for CRT/LCD switch Reply with quote

When I was at nvidia-kernel-1.0.8178-r4, the external monitor plugged into the port replicator (dock) that my laptop is in would get the display and I could switch back and forth with Fn+F8. Now I have upgraded to nvidia-drivers-1.0.8762-r1 and this does not happen. Fn+F8 does nothing. Everything before X shows on the external monitor. I am using modular X, but have been for some time. Here's relevant stuff from my xorg.conf:
Code:
Section "Monitor"
       
        Identifier   "Dell LCD WUXGA"
       
        DisplaySize  507 317
        HorizSync 30-121
        VertRefresh 48-160
        # HorizSync    90-110
        # VertRefresh  80-90
       
        Option "DPMS"   "true"
        Modeline "1920x1200" 162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync

EndSection

Section "Monitor"

        Identifier  "Dell 1905FP"

        HorizSync   80
        VertRefresh 75

        Option "DPMS"

EndSection

Section "Device"

        Identifier  "nVIDIA Quadro FX Go 1400"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV41 Quadro FX Go 1400"

        BusID       "PCI:1:0:0"
        VideoRam    262144
        Option  "NvAGP" "3"
        Option      "CursorShadow" "true"
        Option  "MonitorLayout" "Dell 1905FP,Dell LCD WUXGA"
        Option  "Clone" "On"
EndSection
Section "Screen"

        Identifier "Internal Screen"
        Device     "nVIDIA Quadro FX Go 1400"
        Monitor    "Dell LCD WUXGA"

        DefaultDepth 24

        SubSection "Display"
               
                Depth     24
                Modes     "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
       
        EndSubSection

EndSection

Section "Screen"

        Identifier "External Screen"
        Device     "nVIDIA Quadro FX Go 1400"
        Monitor    "Dell 1905FP"

        DefaultDepth 24

        SubSection "Display"

                Depth   24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"

        EndSubSection

EndSection
Section "ServerLayout"

        Identifier  "Default Layout"

        Screen 0 "Internal Screen"
        Option  "BlankTime"     "5"
        Option  "StandbyTime"   "10"
        Option  "SuspendTime"   "20"
        Option  "OffTime"       "30"
        InputDevice  "Mice" "CorePointer"
        InputDevice  "Touchpad"
        InputDevice  "Keyboards" "CoreKeyboard"

EndSection


How can I get my display on the external now? I don't want to run dual heads, I just want to be able to switch to the external when I want to.

update
As a workaround, I have started using twinview in clone mode to be able to switch to my external monitor. I have an issue with that, too, but that's another story :)
_________________
"Blessed is he who finds happiness in his own foolishness, for he will always be happy".
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