All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with configuring xorg to be static
@ 2010-08-15 19:13 Andrzej Bańczak
  2010-08-16 14:28 ` Gabriel M. Beddingfield
  0 siblings, 1 reply; 4+ messages in thread
From: Andrzej Bańczak @ 2010-08-15 19:13 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 9894 bytes --]

I have a problem with My xorg.conf. For couple days I am trying to 
configure it to work without monitor. I have Ubuntu Server 10.04 and I 
need to install Gnome on it, and work via vnc. When I have plugged 
monitor to station and reboot my computer everything is ok but when i 
have unplugged monitor and reboot server i have errors and my Gnome didn 
start. Can you tell me what I am doing wrong?
Here is my xconf.org <http://xconf.org>:

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

Section "Module"
     Load  "dri"
     Load  "dri2"
     Load  "dbe"
     Load  "extmod"
     Load  "glx"
     Load  "record"
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 "Modes"
         Identifier  "Cimarron"
         Modeline "800x600@60"   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync
EndSection

Section "Monitor"
     Identifier   "Monitor0"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
     UseModes     "Cimarron"
EndSection

Section "Device"
     Identifier  "Card0"
     Driver      "intel"
     VendorName  "Intel Corporation"
     BoardName   "82G33/G31 Express Integrated Graphics Controller"
     BusID       "PCI:0:2:0"
     Option "NoDDC" "true"
     Option "ModeDebug" "true"

EndSection

Section "Screen"
         Identifier        "Screen0"
         Device            "Card0"
         Monitor           "Monitor0"
     DefaultDepth      16
         SubSection "Display"
                 Depth                16
                 Modes                "800x600" "800x600@60" "Cimarron"
             Viewport   0 0
         EndSubSection
EndSection

Section "Monitor"
     Identifier   "Monitor0"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
     UseModes     "Cimarron"
EndSection

And log when monitor is disconnected:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux Serafin 2.6.32-21-server #32-Ubuntu SMP 
Fri Apr 16 09:17:34 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-server 
root=UUID=75ff4634-9c63-4064-ba20-7a0d9a3689ea ro quiet
Build Date: 16 June 2010  09:34:29AM
xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see 
http://www.ubuntu.com/support <http://www.ubuntu.com/support>)
Current version of pixman: 0.16.4
     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 15 20:06:25 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
     Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
     Entry deleted from font path.
     (Run 'mkfontdir' on 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(==) FontPath set to:
     /usr/share/fonts/X11/misc,
     built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7ca300
(II) Module ABI versions:
     X.Org ANSI C Emulation: 0.4
     X.Org Video Driver: 6.0
     X.Org XInput driver : 7.0
     X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:29c2:8086:5044 Intel Corporation 82G33/G31 
Express Integrated Graphics Controller rev 2, Mem @ 0x88300000/524288, 
0x80000000/134217728, 0x88200000/1048576, I/O @ 0x00003130/8
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) "extmod" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also 
specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.0.0
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.1.0
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.0.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.0.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.0.0
     ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 1.13.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
     compiled for 1.7.6, module version = 2.9.1
     Module class: X.Org Video Driver
     ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
     i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
     E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
     965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
     4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(**) intel(0): Depth 16, (--) framebuffer bpp 16
(==) intel(0): RGB weight 565
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "ModeDebug" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) G33
(--) intel(0): Chipset: "G33"
(II) intel(0): Output VGA1 using monitor section Monitor0
(II) intel(0): EDID for output VGA1
(II) intel(0): Output VGA1 disconnected
(WW) intel(0): No outputs definitely connected, trying again...
(II) intel(0): Output VGA1 disconnected
(WW) intel(0): Unable to find initial modes
(==) intel(0): video overlay key set to 0x83e
(EE) intel(0): No modes.
(II) UnloadModule: "intel"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
      at http://wiki.x.org
  for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.

  ddxSigGiveUp: Closing log
-- 


*Pozdrawiam,*
*Andrzej Bańczak*
abanczak@gmail.com <mailto:abanczak@gmail.com>
<http://www.goldenline.pl/620536>
<http://forum.ubuntu.pl/member.php?u=60443>



[-- Attachment #1.2.1: Type: text/html, Size: 14359 bytes --]

[-- Attachment #1.2.2: signature.gif --]
[-- Type: image/gif, Size: 965 bytes --]

[-- Attachment #1.2.3: ubuntu.pl_forum_logo.png --]
[-- Type: image/png, Size: 15636 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with configuring xorg to be static
  2010-08-15 19:13 Problem with configuring xorg to be static Andrzej Bańczak
@ 2010-08-16 14:28 ` Gabriel M. Beddingfield
  2010-08-16 15:41   ` Andrzej Bańczak
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel M. Beddingfield @ 2010-08-16 14:28 UTC (permalink / raw)
  To: Andrzej Bańczak; +Cc: intel-gfx

[-- Attachment #1: Type: TEXT/PLAIN, Size: 825 bytes --]


Hi Andrzej,

On Sun, 15 Aug 2010, Andrzej Bańczak wrote:

> I have a problem with My xorg.conf. For couple days I am trying to configure

Have you tried removing the xorg.conf alltogether.  These 
days, the X server is pretty good at auto-configuring itself 
and most distros ship without it.

> it to work without monitor. I have Ubuntu Server 10.04 and I need to install 
> Gnome on it, and work via vnc. When I have plugged monitor to station and

If you plan to ssh in to the box and start a vnc server, 
then there's no need to have X start up automatically.

Even with I terminal server (graphical login), IIRC you 
won't be using the hardware's display.  You still have to 
start a virtual display.  So starting an X server using your 
video card is more or less a waste of resources.

-gabriel

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with configuring xorg to be static
  2010-08-16 14:28 ` Gabriel M. Beddingfield
@ 2010-08-16 15:41   ` Andrzej Bańczak
  2010-08-16 18:58     ` Gabriel M. Beddingfield
  0 siblings, 1 reply; 4+ messages in thread
From: Andrzej Bańczak @ 2010-08-16 15:41 UTC (permalink / raw)
  To: Gabriel M. Beddingfield; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1338 bytes --]


Hi,

When I install xorg server the xorg.conf isn`t in /etc/X11/ so I make it 
by X -configure and i was trying to reconfigureit. I need Gnome install 
on my Server because an application to automaticly download file 
(jDownloader) need it. This is home-server with ftp, software to 
download file, www server ect. It is cheaper to me when I have an 
jDownloader installed on server to download file at night, rather then 
have another machine to do it.


> Hi Andrzej,
>
> On Sun, 15 Aug 2010, Andrzej Bańczak wrote:
>
>> I have a problem with My xorg.conf. For couple days I am trying to 
>> configure
>
> Have you tried removing the xorg.conf alltogether.  These days, the X 
> server is pretty good at auto-configuring itself and most distros ship 
> without it.
>
>> it to work without monitor. I have Ubuntu Server 10.04 and I need to 
>> install Gnome on it, and work via vnc. When I have plugged monitor to 
>> station and
>
> If you plan to ssh in to the box and start a vnc server, then there's 
> no need to have X start up automatically.
>
> Even with I terminal server (graphical login), IIRC you won't be using 
> the hardware's display.  You still have to start a virtual display.  
> So starting an X server using your video card is more or less a waste 
> of resources.
>
> -gabriel

[-- Attachment #1.2: Type: text/html, Size: 2938 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with configuring xorg to be static
  2010-08-16 15:41   ` Andrzej Bańczak
@ 2010-08-16 18:58     ` Gabriel M. Beddingfield
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Beddingfield @ 2010-08-16 18:58 UTC (permalink / raw)
  To: Andrzej Bańczak; +Cc: intel-gfx

[-- Attachment #1: Type: TEXT/PLAIN, Size: 283 bytes --]



On Mon, 16 Aug 2010, Andrzej Bańczak wrote:

> When I install xorg server the xorg.conf isn`t in /etc/X11/ so I make it by X 
> -configure and i was trying to reconfigureit. I need Gnome install on my

What happens when you delete /etc/X11/xorg.conf and reboot?

-gabriel

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-16 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-15 19:13 Problem with configuring xorg to be static Andrzej Bańczak
2010-08-16 14:28 ` Gabriel M. Beddingfield
2010-08-16 15:41   ` Andrzej Bańczak
2010-08-16 18:58     ` Gabriel M. Beddingfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.