Hallo Freunde,
erst mal möchte ich mich bei euch bedanken das ihr so eine Super Wiki Seite habt ... Ohne dieses wäre ich (Linux Newbie) total aufgeschmissen
Ich habe in den letzten Wochen mit ubuntu und euren wikis viel dazu gelernt ...
Nun zu meinem Problem:
Ich habe euer wiki TV-Out ausprobiert und es funktoniert alles super...
Nur ein Problem habe ich noch oder besser ne frage...
Ist es nicht möglich mit der maus zb ein fenster von einem screen zum anderen zu schieben??
Der Tv befehl in euerer wiki funktioniert auch wunderbar, aber ich finde es ein bisschen sehr umständlich ...
Schliesslich kann ich ja auch die maus von einem screen zum aderen bewegen ...
gibt es dazu irgendwo eine info oder noch besser eine wiki die ich übersehen habe??
Gruss und danke im voraus
Euer Lightmans
hier übrigens meine aktuelle funktonierende xorg.conf
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/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Device[0]"
Screen 0
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo" "True"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite" #or S-VIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc
Option "ConnectedMonitor" "Standardbildschirm[1]" # TV unter Monitor definiert
Option "NoLogo" "True"
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Monitor"
Identifier "Standardbildschirm[0]" #crt
Option "DPMS"
HorizSync 31.5-80
VertRefresh 60-75
EndSection
Section "Monitor"
Identifier "Standardbildschirm[1]" #TV
HorizSync 60
VertRefresh 30-150
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Standardbildschirm[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Standardbildschirm[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSectionroot@lightmans:~ #