Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Kamil Monticolo <k.monticolo@...>
Cc: <misc@...>
Date: Friday, March 27, 2009 - 10:00 am

On Fri, Mar 27, 2009 at 5:38 AM, Kamil Monticolo
wrote:

> Hi folks.

Someone already mentioned xrandr . . .

Well, I just finished setting up a dual head set-up using xrandr. Below is
my xorg.conf (which was a slight variation of the generic one provided by *X
-configure*). I also consulted
http://www.thinkwiki.org/wiki/Xorg_RandR_1.2and it's manpage for basic
commands.

I'm still practicing moving around in such an environment, but it works and,
given this is my first dual head set-up/configuration, it was quite
painless.

Good Luck!

1 Section "ServerLayout"
2 Identifier "X.org Configured"
3 Screen 0 "Screen0" 0 0
4 InputDevice "Mouse0" "CorePointer"
5 InputDevice "Keyboard0" "CoreKeyboard"
6 EndSection
7
8 Section "Files"
9 ModulePath "/usr/X11R6/lib/modules"
10 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
11 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
12 FontPath "/usr/X11R6/lib/X11/fonts/OTF"
13 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
14 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
15 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
16 EndSection
17
18 Section "Module"
19 Load "GLcore"
20 Load "dbe"
21 Load "dri"
22 Load "extmod"
23 Load "glx"
24 Load "record"
25 Load "xtrap"
26 Load "freetype"
27 Load "type1"
28 EndSection
29
30 Section "InputDevice"
31 Identifier "Keyboard0"
32 Driver "kbd"
33 EndSection
34
35 Section "InputDevice"
36 Identifier "Mouse0"
37 Driver "mouse"
38 Option "Protocol" "wsmouse"
39 Option "Device" "/dev/wsmouse"
40 Option "ZAxisMapping" "4 5 6 7"
41 EndSection
42
43 Section "Monitor"
44 Identifier "Monitor0"
45 VendorName "Lenove"
46 ModelName "T400"
47 EndSection
48
49 Section "Monitor"
50 Identifier "Monitor1"
51 VendorName "LG"
52 ModelName "Flatron"
53 Option "DPMS"
54 EndSection
55
56 Section "Device"
57 ### Available Driver options are:-
58 ### Values: : integer, : float, : "True"/"False",
59 ### : "String", : " Hz/kHz/MHz"
60 ### [arg]: arg optional
61 #Option "NoAccel" # [ 67
#Option "NoDDC" # []
68 #Option "ShowCache" # []
69 #Option "XvMCSurfaces" #
70 #Option "PageFlip" # []
71 Identifier "Card0"
72 Driver "intel"
73 VendorName "Intel"
74 BoardName "GM45 Video"
75 BusID "PCI:0:2:0"
76 Option "monitor-T400" "Monitor0"
77 Option "monitor-LG" "Monitor1"
78 EndSection
79
80 Section "Screen"
81 Identifier "Screen0"
82 Device "Card0"
83 #Monitor "Monitor0"
84 SubSection "Display"
85 Viewport 0 0
86 Depth 1
87 EndSubSection
88 SubSection "Display"
89 Viewport 0 0
90 Depth 4
91 EndSubSection
92 SubSection "Display"
93 Viewport 0 0
94 Depth 8
95 EndSubSection
96 SubSection "Display"
97 Viewport 0 0
98 Depth 15
99 EndSubSection
100 SubSection "Display"
101 Viewport 0 0
102 Depth 16
103 EndSubSection
104 SubSection "Display"
105 Virtual 2880 900
106 Viewport 0 0
107 Depth 24
108 EndSubSection
109 EndSection

>

--
www.nealhogan.net www.lambdaserver.com

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Kamil Monticolo, (Fri Mar 27, 6:38 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Fred Crowson, (Fri Mar 27, 8:09 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Tobias Sarnowski, (Mon Mar 30, 3:22 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT , Theo de Raadt, (Tue Mar 31, 12:31 pm)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Kamil Monticolo, (Tue Mar 31, 7:21 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Didier Wiroth, (Mon Mar 30, 4:51 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Neal Hogan, (Fri Mar 27, 10:00 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Kamil Monticolo, (Fri Mar 27, 11:27 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Neal Hogan, (Fri Mar 27, 11:44 am)
Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT, Lars Noodén, (Fri Mar 27, 10:13 am)