public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* [gentoo-amd64] (II) intel(0): Output VGA disconnected / (EE) intel(0): No valid  modes.
@ 2010-01-24  0:39 99% Mark Knecht
  0 siblings, 0 replies; 1+ results
From: Mark Knecht @ 2010-01-24  0:39 UTC (permalink / raw
  To: gentoo-amd64

Hi,
   I'm working on trying to bring up X for the first time on my new
machine. I wonder if anyone can spot what's missing or incorrect about
the xorg.conf file below. For now I'm going the direction of no hal
and ran 'Xorg -configure' to get the config file and then trying to
start X by hand. I added the modes by hand as for some reason the
automatic program didn't put them there. I also added the monitor
frequencies...

   Anyway, why should I get the following messages when I have two
monitors hooked up? No valid modes? Why?

Thanks,
Mark

(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): Output VGA disconnected
(WW) intel(0): No outputs definitely connected, trying again...
(II) intel(0): Output VGA disconnected
(WW) intel(0): Unable to find initial modes
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib64/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Cheers,
Mark

firefly ~ # uname -a
Linux firefly 2.6.32-gentoo-r2 #4 SMP PREEMPT Sat Jan 23 13:40:36 PST
2010 x86_64 Intel(R) Core(TM) i5 CPU 661 @ 3.33GHz GenuineIntel
GNU/Linux
firefly ~ #


firefly ~ # emerge -pv xorg-server xorg-drivers xf86-video-intel

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.6.5-r1  USE="ipv6 nptl sdl xorg
-debug -dmx -hal -kdrive -minimal -tslib" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-intel-2.9.1  USE="dri -debug" 0 kB
[ebuild   R   ] x11-base/xorg-drivers-1.6  INPUT_DEVICES="keyboard
mouse -acecad -aiptek -citron -elographics -evdev -fpit -hyperpen
-joystick -mutouch -penmount -synaptics -tslib -virtualbox -vmmouse
-void -wacom" VIDEO_CARDS="fbdev intel vesa -apm -ark -ast -chips
-cirrus -dummy -epson -fglrx (-geode) -glint -i128 (-i740) (-impact)
-mach64 -mga -neomagic (-newport) -nv -nvidia -r128 -radeon -radeonhd
-rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2)
(-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx
-tga -trident -tseng -v4l -via -virtualbox -vmware (-voodoo) (-xgi)" 0
kB

Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
firefly ~ #

Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
       ModulePath   "/usr/lib64/xorg/modules"
       FontPath     "/usr/share/fonts/misc/"
       FontPath     "/usr/share/fonts/TTF/"
       FontPath     "/usr/share/fonts/OTF"
       FontPath     "/usr/share/fonts/Type1/"
       FontPath     "/usr/share/fonts/100dpi/"
       FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
       Load  "glx"
       Load  "dbe"
       Load  "extmod"
       Load  "dri"
       Load  "record"
       Load  "dri2"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "auto"
       Option      "Device" "/dev/input/mice"
       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
       HorizSync    30.0 - 81.0
       VertRefresh  56.0 - 75.0
EndSection

Section "Device"
       ### Available Driver options are:-
       ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
       ### [arg]: arg optional
       #Option     "NoAccel"                   # [<bool>]
       #Option     "SWcursor"                  # [<bool>]
       #Option     "ColorKey"                  # <i>
       #Option     "CacheLines"                # <i>
       #Option     "Dac6Bit"                   # [<bool>]
       #Option     "DRI"                       # [<bool>]
       #Option     "NoDDC"                     # [<bool>]
       #Option     "ShowCache"                 # [<bool>]
       #Option     "XvMCSurfaces"              # <i>
       #Option     "PageFlip"                  # [<bool>]
       Identifier  "Card0"
       Driver      "intel"
       VendorName  "Intel Corporation"
       BoardName   "Clarkdale Integrated Graphics Controller"
       BusID       "PCI:0:2:0"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth 16
       SubSection "Display"
               Viewport   0 0
               Depth     1
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     4
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     8
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     15
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     16
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes     "1280x1024" "1024x768" "800x600"
       EndSubSection
EndSection



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-01-24  0:39 99% [gentoo-amd64] (II) intel(0): Output VGA disconnected / (EE) intel(0): No valid modes Mark Knecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox