|
|
#1 | |
|
Registered User
Join Date: Nov 2004
Posts: 1
|
[english-text]
How do I, which is the LCD display of the notebook the primary indicator, reach? -------------------------------------------------------------------------- [german-text] Wie erreiche ich, das das LCD-Display des Notebooks das primäre Anzeigegerät ist? -------------------------------------------------------------------------- Wie kann ich erreichen, dass das primäre Anzeigegerät beim TwinView-Betrieb das Notebook-LCD ist und nicht der am Notebook angeschlossene CRT? Lt. nVidia-Doku ist beim TwinView-Betrieb das extern angeschlossene Gerät (Monitor, Beamer) das primäre Gerät. Auf diesem Gerät wird dann also die Menüzeile und Arbeitsumgebung des jeweiligen Windowmanagers angezeigt. Das Display des Notebooks dient dann nur als Bildschirmerweiterung (welche man rechts, links, drüber oder drunter des externen Bildschirms setzen kann) bzw. Bildschirm-Clone. Das ist aber leider nicht wirklich sinnvoll, da ich als externes Gerät einen Beamer anschließen möchte, wo ich dann lediglich eine Präsentation zu sehen sein soll und keine Menüzeilen :-) /etc/X11/XF86Config-4 -------------------------------------------------------------------------- # XF86Config-4 (XFree86 X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "Xleds" "1 2 3" # Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" # Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" # Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" # Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" ################################################# ## Folgende Treiberoptionen sind verfügbar: ## Values: <i>: integer, ## <f>: float, ## <bool>: "True"/"False", ## <string>: "String", ## <freq>: "<f> Hz/kHz/MHz" ## [arg]: optinale Argumente ################################################# #Option "DigitalVibrance" # <i> #Option "NoFlip" # [<bool>] #Option "Dac8Bit" # [<bool>] Option "NoLogo" "True" # [<bool>] #Option "UBB" # [<bool>] #Option "Stereo" # <i> #Option "SWcursor" "True" # [<bool>] Option "HWcursor" "True" # [<bool>] #Option "VideoKey" # <i> #Option "NvAGP" # <i> #Option "IgnoreEDID" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ConnectedMonitor" # <str> #Option "ConnectedMonitors" # <str> #Option "TVStandard" # <str> #Option "TVOutFormat" # <str> #Option "RenderAccel" # [<bool>] #Option "CursorShadow" "True" # [<bool>] #Option "CursorShadowAlpha" # <i> #Option "CursorShadowXOffset" # <i> #Option "CursorShadowYOffset" # <i> #Option "UseEdidFreqs" # [<bool>] #Option "FlatPanelProperties" # <str> #Option "TwinView" # [<bool>] #Option "TwinViewOrientation" # <str> #Option "SecondMonitorHorizSync" # <str> #Option "SecondMonitorVertRefresh" # <str> #Option "MetaModes" # <str> #Option "UseInt10Module" # [<bool>] #Option "NoTwinViewXineramaInfo" # [<bool>] #Option "NoRenderExtension" # [<bool>] #Option "Overlay" # [<bool>] #Option "CIOverlay" # [<bool>] #Option "ForceEmulatedOverlay" # [<bool>] #Option "TransparentIndex" # <i> #Option "OverlayDefaultVisual" # [<bool>] #Option "NvEmulate" # <i> #Option "NoBandWidthTest" # [<bool>] #Option "CustomEDID-CRT-0" # <str> #Option "CustomEDID-CRT-1" # <str> #Option "CustomEDID-DFP-0" # <str> #Option "CustomEDID-DFP-1" # <str> #Option "CustomEDID-TV-0" # <str> #Option "CustomEDID-TV-1" # <str> #Option "TVOverScan" # <f> #Option "IgnoreDisplayDevices" # <str> #Option "MultisampleCompatibility" # [<bool>] #Option "RegistryDwords" # <str> #Option "NoPowerConnectorCheck" # [<bool>] #Option "AllowDFPStereo" # [<bool>] Identifier "NVidia0" Driver "nvidia" VendorName "nVidia Corporation" BusID "PCI:1:0:0" Screen 0 Option "RenderAccel" "true" EndSection Section "Device" Identifier "NVidia1" Driver "nvidia" VendorName "nVidia Corporation" BusID "PCI:1:0:0" Screen 1 EndSection Section "Modes" Identifier "16:9" Modeline "1024x768_72.00" 78.43 1024 1080 1192 1360 768 769 772 801 -HSync +Vsync Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801 -HSync +Vsync Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync Modeline "1280x800_65.00" 91.61 1280 1352 1488 1696 800 801 804 831 -HSync +Vsync Modeline "1280x800_70.00" 98.89 1280 1352 1488 1696 800 801 804 833 -HSync +Vsync Modeline "1280x800_75.00" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync Modeline "1280x800_80.00" 114.77 1280 1360 1496 1712 800 801 804 838 -HSync +Vsync Modeline "1280x800_85.00" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync Modeline "1280x800_90.00" 131.10 1280 1368 1504 1728 800 801 804 843 -HSync +Vsync Modeline "1280x800_95.00" 138.72 1280 1368 1504 1728 800 801 804 845 -HSync +Vsync Modeline "1280x800_100.00" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync EndSection Section "Monitor" Identifier "Samsung" VendorName "Samsung" ModelName "Samsung X30 WideScreen" HorizSync 31.5 - 68.7 VertRefresh 72 UseModes "16:9" # HorizSync 31.5 - 94 # VertRefresh 50 - 90 EndSection Section "Monitor" Identifier "Extern" HorizSync 31.5 - 68.7 VertRefresh 50 - 70 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "NVidia0" Monitor "Samsung" DefaultDepth 24 Option "TwinView" "on" Option "TwinViewOrientation" "RightOf" # Option "TwinViewOrientation" "LeftOf" # Option "TwinViewOrientation" "Clone" Option "SecondMonitorHorizSync" "31.5 - 94" Option "SecondMonitorVertRefresh" "50 - 90" Option "MetaModes" "1024x768, 1280x800" SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "NVidia1" Monitor "Extern" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" # Screen "Screen1" RightOf "Screen0" InputDevice "Touchpad" "CorePointer" InputDevice "Mouse" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2004
Posts: 49
|
wieso laesst du die presentation nicht im fullscreen modus laufen? benutzt du nicht openoffice?
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| $2,584.00 - NEC Display Solutions PA301W-BK-SV Black 30" Widescreen LCD Monitor w/ Sp | News | 30-Inch | 0 | 06-10-12 01:50 PM |
| $338.99 - NEC Display MultiSync EA222WMe 22' LCD Monitor - 16:10 - 5 ms | News | 22-Inch | 0 | 06-10-12 01:24 PM |
| $134.00 - NEC Display Solutions AS191WM-BK Black 19" 5ms Widescreen LCD Monitor | News | 19-Inch | 0 | 06-10-12 01:13 PM |
| MOHAA always loads on my primary display..... | Morpheus | NVIDIA Windows Graphics Drivers | 2 | 10-19-02 08:57 AM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |