Page 1 of 1
Xserver OHNE Monitor
Posted: 2007-04-24 21:25
by fettehenne
Ich versuche jetzt schon stundenlang einen weg zu finden den XServer zu starten. Allerdings ist an der Kiste auch kein Monitor angeschlossen. Gibt es irgendeine Konfigurationsmöglichkeit den XServer zum starten zu bewegen ohne dass ein Monitor dran ist?
Code: Select all
neo:/etc/X11# startx
xauth: creating new authority file /root/.serverauth.17832
X: warning; process set to priority -1 instead of requested priority 0
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux neo 2.4.32 #1 SMP Tue Dec 6 11:09:12 CET 2005 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Tue Apr 24 21:12:00 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
neo:/etc/X11#
Vielen Dank im Voraus, die fettehenne
Re: Xserver OHNE Monitor
Posted: 2007-04-24 21:40
by blattlaus
Aber ne Grafikkarte ist da?
Dann sollte es reichen einfach einen Montor in die xorg.conf einzutragen.
Re: Xserver OHNE Monitor
Posted: 2007-04-24 21:45
by fettehenne
ja, eine grafikkarte ist auf jeden fall dran. hier die xorg.conf:
Code: Select all
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 "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
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 "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
Driver "nvidia"
BusID "PCI:11:13:0"
EndSection
Section "Monitor"
Identifier "nulk"
Option "DPMS"
HorizSync 28-96
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
Monitor "nulk"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1440" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Re: Xserver OHNE Monitor
Posted: 2007-04-24 21:58
by captaincrunch
Mal ganz doof gefragt: wofür soll der Mist gut sein? Vielleicht hilft dir das hervorgehobene zu erkennen, dass dein Vorhaben wohl schwierig bis unmöglich sein dürfte:
(EE) No devices detected.
Fatal server error:
no screens found
Re: Xserver OHNE Monitor
Posted: 2007-04-24 22:03
by fettehenne
dass mein vorhaben unmöglich ist das kann ich mir nicht vorstellen. wahrscheinlich ist es recht einfach wenn man weiss wie.
Re: Xserver OHNE Monitor
Posted: 2007-04-24 22:13
by Roger Wilco
Stichwort Xfvb. Ich halte es allerdings ebenfalls nicht für sonderlich sinnvoll...
Re: Xserver OHNE Monitor
Posted: 2007-04-24 22:52
by elch_mg
So ein Xserver ist ja nun nicht gerade das, was man unbedingt auf dem Server haben möchte. Verrat doch mal, warum du selbigen starten möchtest bzw. wovon der benötigt wird.. vielleicht findet sich ein Weg, auch ohne Xserver das Ziel zu erreichen ;)
Re: Xserver OHNE Monitor
Posted: 2007-04-24 23:15
by fettehenne
ok, also ich möchte einen dienst schreiben der mir automatisch screenshot von webseiten erstellt. Nutzen möchte ich dazu
http://khtml2png.sourceforge.net.
gibts etwa eine andere einfachere alternative?
MFG, die fettehenne
Re: Xserver OHNE Monitor
Posted: 2007-04-25 08:58
by blattlaus
Ich frage mich wirklich wieso die Meldung kommt. Ob ein Monitor angeschlossen ist, sollte dem X-Server eigentlich egal sein (zumindest bin ich mir verdammt sicher, dass mein Rechner X auch ohne angeschlossenen Monitor starten würde).
Ich hab ja irgendwo nen Tippfehler in Verdacht, aber ich find ihn nicht.
Btw: Mit Monitor startet er?
Re: Xserver OHNE Monitor
Posted: 2007-04-25 10:00
by Roger Wilco
Die Meldung besagt, dass er keine Grafikkarte gefunden hat. Von Monitor steht da nichts...
Re: Xserver OHNE Monitor
Posted: 2007-04-25 10:02
by spasswolf
Code: Select all
Section "Device"
Identifier "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
Driver "nvidia"
BusID "PCI:11:13:0"
EndSection
Was denn nun, Ati oder Nvidia?