Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] (II) intel(0): Output VGA disconnected / (EE) intel(0): No valid modes.
Date: Sun, 24 Jan 2010 00:40:40
Message-Id: 5bdc1c8b1001231639k3e6eb39ay8154c6c8fd51fa28@mail.gmail.com
1 Hi,
2 I'm working on trying to bring up X for the first time on my new
3 machine. I wonder if anyone can spot what's missing or incorrect about
4 the xorg.conf file below. For now I'm going the direction of no hal
5 and ran 'Xorg -configure' to get the config file and then trying to
6 start X by hand. I added the modes by hand as for some reason the
7 automatic program didn't put them there. I also added the monitor
8 frequencies...
9
10 Anyway, why should I get the following messages when I have two
11 monitors hooked up? No valid modes? Why?
12
13 Thanks,
14 Mark
15
16 (II) intel(0): Output VGA using monitor section Monitor0
17 (II) intel(0): Output VGA disconnected
18 (WW) intel(0): No outputs definitely connected, trying again...
19 (II) intel(0): Output VGA disconnected
20 (WW) intel(0): Unable to find initial modes
21 (EE) intel(0): No valid modes.
22 (II) UnloadModule: "intel"
23 (II) UnloadModule: "vgahw"
24 (II) Unloading /usr/lib64/xorg/modules//libvgahw.so
25 (EE) Screen(s) found, but none have a usable configuration.
26
27 Cheers,
28 Mark
29
30 firefly ~ # uname -a
31 Linux firefly 2.6.32-gentoo-r2 #4 SMP PREEMPT Sat Jan 23 13:40:36 PST
32 2010 x86_64 Intel(R) Core(TM) i5 CPU 661 @ 3.33GHz GenuineIntel
33 GNU/Linux
34 firefly ~ #
35
36
37 firefly ~ # emerge -pv xorg-server xorg-drivers xf86-video-intel
38
39 These are the packages that would be merged, in order:
40
41 Calculating dependencies... done!
42 [ebuild R ] x11-base/xorg-server-1.6.5-r1 USE="ipv6 nptl sdl xorg
43 -debug -dmx -hal -kdrive -minimal -tslib" 0 kB
44 [ebuild R ] x11-drivers/xf86-video-intel-2.9.1 USE="dri -debug" 0 kB
45 [ebuild R ] x11-base/xorg-drivers-1.6 INPUT_DEVICES="keyboard
46 mouse -acecad -aiptek -citron -elographics -evdev -fpit -hyperpen
47 -joystick -mutouch -penmount -synaptics -tslib -virtualbox -vmmouse
48 -void -wacom" VIDEO_CARDS="fbdev intel vesa -apm -ark -ast -chips
49 -cirrus -dummy -epson -fglrx (-geode) -glint -i128 (-i740) (-impact)
50 -mach64 -mga -neomagic (-newport) -nv -nvidia -r128 -radeon -radeonhd
51 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2)
52 (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx
53 -tga -trident -tseng -v4l -via -virtualbox -vmware (-voodoo) (-xgi)" 0
54 kB
55
56 Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
57 firefly ~ #
58
59 Section "ServerLayout"
60 Identifier "X.org Configured"
61 Screen 0 "Screen0" 0 0
62 InputDevice "Mouse0" "CorePointer"
63 InputDevice "Keyboard0" "CoreKeyboard"
64 EndSection
65
66 Section "Files"
67 ModulePath "/usr/lib64/xorg/modules"
68 FontPath "/usr/share/fonts/misc/"
69 FontPath "/usr/share/fonts/TTF/"
70 FontPath "/usr/share/fonts/OTF"
71 FontPath "/usr/share/fonts/Type1/"
72 FontPath "/usr/share/fonts/100dpi/"
73 FontPath "/usr/share/fonts/75dpi/"
74 EndSection
75
76 Section "Module"
77 Load "glx"
78 Load "dbe"
79 Load "extmod"
80 Load "dri"
81 Load "record"
82 Load "dri2"
83 EndSection
84
85 Section "InputDevice"
86 Identifier "Keyboard0"
87 Driver "kbd"
88 EndSection
89
90 Section "InputDevice"
91 Identifier "Mouse0"
92 Driver "mouse"
93 Option "Protocol" "auto"
94 Option "Device" "/dev/input/mice"
95 Option "ZAxisMapping" "4 5 6 7"
96 EndSection
97
98 Section "Monitor"
99 Identifier "Monitor0"
100 VendorName "Monitor Vendor"
101 ModelName "Monitor Model"
102 HorizSync 30.0 - 81.0
103 VertRefresh 56.0 - 75.0
104 EndSection
105
106 Section "Device"
107 ### Available Driver options are:-
108 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
109 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
110 ### [arg]: arg optional
111 #Option "NoAccel" # [<bool>]
112 #Option "SWcursor" # [<bool>]
113 #Option "ColorKey" # <i>
114 #Option "CacheLines" # <i>
115 #Option "Dac6Bit" # [<bool>]
116 #Option "DRI" # [<bool>]
117 #Option "NoDDC" # [<bool>]
118 #Option "ShowCache" # [<bool>]
119 #Option "XvMCSurfaces" # <i>
120 #Option "PageFlip" # [<bool>]
121 Identifier "Card0"
122 Driver "intel"
123 VendorName "Intel Corporation"
124 BoardName "Clarkdale Integrated Graphics Controller"
125 BusID "PCI:0:2:0"
126 EndSection
127
128 Section "Screen"
129 Identifier "Screen0"
130 Device "Card0"
131 Monitor "Monitor0"
132 DefaultDepth 16
133 SubSection "Display"
134 Viewport 0 0
135 Depth 1
136 Modes "1280x1024" "1024x768" "800x600"
137 EndSubSection
138 SubSection "Display"
139 Viewport 0 0
140 Depth 4
141 Modes "1280x1024" "1024x768" "800x600"
142 EndSubSection
143 SubSection "Display"
144 Viewport 0 0
145 Depth 8
146 Modes "1280x1024" "1024x768" "800x600"
147 EndSubSection
148 SubSection "Display"
149 Viewport 0 0
150 Depth 15
151 Modes "1280x1024" "1024x768" "800x600"
152 EndSubSection
153 SubSection "Display"
154 Viewport 0 0
155 Depth 16
156 Modes "1280x1024" "1024x768" "800x600"
157 EndSubSection
158 SubSection "Display"
159 Viewport 0 0
160 Depth 24
161 Modes "1280x1024" "1024x768" "800x600"
162 EndSubSection
163 EndSection