[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

"intel" GMA3100




Greetings,

I want to fire up gdm w/o a monitor head. I am using the GMA31xx chipset and the "intel" dev driver
under xorg, running latest Debian Etch:

Linux roadstripe 2.6.24-etchnhalf.1-686 #1 SMP Tue Dec 2 07:56:33 UTC 2008 i686 GNU/Linux


anyway, because I don't *want* to have a monitor attached, the driver unloads, e.g. (note that when I installed I used a old LCD monitor). any help appreciated. Xorg var/log file snipped below,
and below that xorg.conf file code.   thanks to any/all

-t


<snip>

(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 0.1.0
       ABI class: X.Org Video Driver, version 1.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) G33
(--) intel(0): Chipset: "G33"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFDF00000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) intel(0): Output VGA using monitor section S/M 170MP
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0
x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVO device VID/DID: 04:AE.00, clock range 25.0MHz - 165.0MHz, input 1: Y,
input 2: N, output 1: Y, output 2: N
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0
x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): Output VGA disconnected
(II) intel(0): Output TMDS-1 disconnected
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "i2c"
(II) UnloadModule: "ddc"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(II) UnloadModule: "vbe"
(II) UnloadModule: "int10"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
<snip>


/**************************************************************************************************/
and apparent xorg.conf file between the snips:

<snip>
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
       FontPath        "/usr/share/fonts/X11/misc"
       FontPath        "/usr/X11R6/lib/X11/fonts/misc"
       FontPath        "/usr/share/fonts/X11/cyrillic"
       FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
       FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/Type1"
       FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
       FontPath        "/usr/share/fonts/X11/100dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
       FontPath        "/usr/share/fonts/X11/75dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
       # path to defoma fonts
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Serverflags"
       Option  "AllowMounseOpenFail"   "true"
EndSection

Section "Module"
       Load    "GLcore"
       Load    "i2c"
       Load    "bitmap"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "vbe"
#       Load    "v4l"
EndSection

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "CoreKeyboard"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc104"
       Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/input/mice"
       Option          "Protocol"              "ImPS/2"
       Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
       Identifier      "Generic Video Card"
       Driver          "vesa"
       BusID           "PCI:0:2:0"
EndSection

Section "Device"
       Identifier      "Intel GMA 3100"
       Driver          "intel"
       BusID           "PCI:0:2:0"
       Option          "NoAccel"       "true"
       Option          "DRI"           "false"

EndSection

Section "Device"
       Identifier      "Intel i810 series"
       Driver          "sis"
       BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
       Identifier      "Generic Monitor"
       Option          "DPMS"
       HorizSync       28-96
       VertRefresh     43-60
EndSection

Section "Monitor"
       Identifier      "S/M 170MP"
       Option          "DPMS"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "Intel GMA 3100"
#       Device          "Intel i810 series"
       Monitor         "S/M 170MP"
       DefaultDepth    24
       SubSection "Display"
               Depth           1
Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           4
Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           8
Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           15
Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
       EndSubSection

# or is it using 16?
       SubSection "Display"
               Depth           16
Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
       EndSubSection

# needed to change this for the crappy Dell monitor to ensure 1280x1024 only
       SubSection "Display"
               Depth           24
               Modes           "1280x1024"
       EndSubSection

#  And I comment out this one....
#       SubSection "Display"
#               Depth           24
# Modes "1920x1440" "1680x1050" "1400x1050" "1280x1024" "1024x768"
"800x600" "640x480"
#       EndSubSection
       SubSection "Display"
               Depth           32
               Modes           "1280x1024"
       EndSubSection
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
EndSection

Section "DRI"
       Mode    0666
EndSection
<snips>


Reply to: