Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

11.11.2005, 00:36

dual head feintuning

moinchen.. ich hab es tatsächtilich geschaft dual head einstellungen auf meinem thinkpad zu schaffen,.. musste aber merken das dual head nicht gleich dual head is..

wie schaffe ich es..

das fenster nur auf einem bildschirm maximiert werden
unterschiedliche wallpaper genutzt werden können
das der anmeldebildschirm auf NUR einem display gezeigt wird
das ich (möglichst ohne X neuzustarten) zwischen dual und single umschalte

ich hab ein thinkpad mit 1024er auflösung und einen monitor mit 1280er

hier ist miene aktuelle und sehr zusammengewürfelte xorg.conf

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc103"
    Option "XkbLayout"	"de"
EndSection


Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
EndSection


Section "Device"
	Identifier	"855-0"
	Driver		"i810"
	BusID		"PCI:0:2:0"
#	Option		"VBERestore"	"TRUE"
	Option		"MonitorLayout"	"CRT,LFP"
	Screen		0
EndSection

Section "Device"
	Identifier	"855-1"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"VP181b-2"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"855-0"
	Monitor		"VP181b-2"
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "855-1"
        Monitor         "VP181b-2"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768"
        EndSubSection
EndSection



# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"
    Identifier  "Simple Layout"
	Screen      0 "Screen0" 0 0
	Screen      1 "Screen1" RightOf "Screen0" 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

 EndSection

# Section "DRI"
#    Mode 0666
# EndSection

Section "ServerFlags"
	Option  "Xinerama"  "true"
EndSection

2

26.11.2005, 10:27

hmm, so weit ich weiß, sorgt ja xinerama, dafür, dass 2 screens zu einem ganzen "verschmolzen" werden.

vielleicht hilft dir ja dieses howto weiter.

"Wir werden die am besten ausgebildeten Amerikaner auf der Welt haben" -- G.W. Bush