Sziasztok!
A laptopomban nvidia videókártya van, nvidia x.org driverrel, Ubuntu Hardy-n. Azt szeretném, hogy ha rákötök egy külső monitort, akkor az a :0.1 -es screenként jelenjen meg (esetleg a :1-es displayként), és gdm-es bejelentkezés után semmi ne induljon el a külső monitoron magától. Tehát ne legyen rajta ablakkezelő (compiz), asztali ikonok (nautilus) és alsó-felső menü (gnome-panel) se. A második kívánságom, hogy az egeret ne lehessen átmozgatni az egyik screenről a másikra (és fordítva).
Sokmindent írtam az xorg.conf-ba, a google-ben is sokindenre rákerestem (mutihead, dualhead, gnome, screen stb.), nem jutottam előre. Elolvastam ezt: http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html és ezt: http://us.download.nvidia.com/XFree86/Linux-x86/180.44/README/chapter-1… , és még egy csomó mindent.
Az xorg.conf jelenleg így fest:
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "screen0"
Device "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "nvidia1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
Screen 0 "screen0"
Screen 1 "screen1" leftOf "screen0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
EndSection
Van esetleg ötletetek, mit kéne beállítani?
Kösz:
pts
- 1338 megtekintés