Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Monitor am Laptop verwenden
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
schotter
Guru
Guru


Joined: 30 Nov 2004
Posts: 497
Location: Germany, Bavaria, Bayreuth, Pottenstein, Tüchersfeld

PostPosted: Wed Apr 05, 2006 10:37 am    Post subject: Monitor am Laptop verwenden Reply with quote

Hallo,

ich hab mich jetzt schon durch einige xorg.conf(igs) und howtos durchgewuselt, aber ein gewünschtes Ergebnis hab ich leider noch nicht :( Ich will eigentlich nur, dass ich auf meinem Laptop(bildschirm) einen Editor offen hab und auf dem Monitor ein Browser offen ist. Der Monitor schafft eine Auflösung von 800x600, der Laptop schafft 1024x768. So wie's momentan aussieht hab ich auf beiden das gleiche Bild (was wahrscheinlich an dem clone liegt, aber auch wenn ich's rausnehm ändert sich nichts). Der Monitor hat eine Auflösung von 640x480 und der Laptop von 800x600. Hier mal noch die xorg.conf
Code:
Section "ServerLayout"
       Identifier       "X.org Configured"
       Screen 0         "Screen0" 0 0
       Screen 1         "Screen1" LeftOf "Screen0"
       InputDevice      "Mouse0" "CorePointer"
       InputDevice      "Synaptics" "AlwaysCore"
       InputDevice      "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "de"
        Option  "XkbVariant"    "nodeadkeys"
EndSection

#######################
### Monitor Section ###
#######################

Section "Monitor"
        Identifier      "Monitor1"
        VendorName      "Monitor Vendor"
        ModelName       "Monitor Model"
        HorizSync       30.0 - 80
        VertRefresh     50-75
EndSection

Section "Monitor"
        Identifier      "Monitor2"
        VendorName      "Monitor Vendor"
        ModelName       "Low Radiation"
#       HorizSync       30-80
#       VertRefresh     50-75
EndSection

######################
### Device Section ###
######################

Section "Device"
        Option      "AllowGLXWithComposite"     "true"
        Option      "NoLogo"                    "true"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV36 [GeForce FX Go5700]"
        BusID       "PCI:1:0:0"
        Option          "ConnectedMonitor" "Monitor1"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "ConnectedMonitor" "Monitor2"
        Screen 1
        Option          "TwinView"      "true"
        Option          "MetaModes"     "800x600"
        Option          "TwinViewOrientation"   "LeftOf"
        Option          "SecondMonitorHorizSync"        "30-65"
        Option          "SecondMonitorVertRefresh"      "50-75"
EndSection

Section "Extensions"
    Option "Composite" "true"
EndSection

######################
### Screen Section ###
######################

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Modes     "1024x768"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
        Monitor         "Monitor2"
        DefaultDepth    24
        SubSection "Display"
                Viewport 0 0
                Depth   24
                Modes   "800x600"
        EndSubSection
EndSection

Section "ServerFlags"
        Option  "Xinerama"      "false"
        Option  "TwinView"      "true"
        Option  "Clone"         "true"
EndSection
Heft mir mal bitte, danke.

schotter
Back to top
View user's profile Send private message
schotter
Guru
Guru


Joined: 30 Nov 2004
Posts: 497
Location: Germany, Bavaria, Bayreuth, Pottenstein, Tüchersfeld

PostPosted: Wed Apr 05, 2006 2:18 pm    Post subject: Reply with quote

Ich hab nun 'nen 17"er angeschlossen und jetzt kann man einigermaßen arbeiten. Mir stellt sich aber jetzt trotzdem die Frage, ob man die Monitore mit verschiedenen Auflösungen betreiben kann?
mfg,
t.s.
Back to top
View user's profile Send private message
psyeye
Guru
Guru


Joined: 06 Dec 2002
Posts: 409
Location: Germany

PostPosted: Thu Apr 06, 2006 11:30 am    Post subject: Reply with quote

Ja kann man!

Code:
Section "Device"
   Driver      "nvidia"
   Option "TwinView"

   Option "MetaModes"         "1280x1024,1024x768"

   [...]
EndSection


Damit hat der über TV-Out angeschlossene Monitor 1280x1024, der "andere" 1024x768.


psyeye
_________________
I have a big, fast supercomputer, too!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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