LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GUI doesn't start (https://www.linuxquestions.org/questions/linux-newbie-8/gui-doesnt-start-745206/)

miez 08-05-2009 01:59 AM

GUI doesn't start
 
hey there,

at first sorry for my English
I tried to get some answers at other forum-pages, without any result.

I have installed XenServer 5 on my notebook. And on XenServer I have a SLES 10 running as a virtual machine.

The GUI doesn't start, even when I try to start it manually by 'startx'

Code:

SLES:~ # startx
xauth:  creating new authority file /root/.serverauth.3144

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: SuSE Linux [ELF] SuSE
Current Operating System: Linux SLES 2.6.16.60-0.21-xen #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64
Build Date: 22 April 2008
        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: Fri Jul 31 07:25:23 2009
(==) Using config file: "/etc/X11/xorg.conf"
ACPI: OSPMOpen called
ACPI: Opening device

(EE) Failed to load module "ChangeMe" (module does not exist, 0)
(EE) No drivers available.

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.

ACPI: Closing device
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.

Anyone there who can help me, please? :(

jahic.mersudin 08-05-2009 02:02 AM

could u post ur /etc/X11/xorg.conf so we can se what might the problem :)

miez 08-05-2009 02:04 AM

Code:

# /.../
# SaX generated X11 config file
# Created on: 2009-08-05T09:03:05+0200.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [SaX2] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/local"
  FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/URW"
  FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath    "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath    "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/CID"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath    "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "Module"
  Load        "dbe"
  Load        "type1"
  Load        "freetype"
  Load        "extmod"
  Load        "glx"
  Load        "v4l"
EndSection


Section "ServerFlags"
  Option      "AllowMouseOpenFail" "on"
EndSection


Section "InputDevice"
  Driver      "kbd"
  Identifier  "Keyboard[0]"
  Option      "Protocol" "Standard"
  Option      "XkbLayout" "de"
  Option      "XkbModel" "pc105"
  Option      "XkbRules" "xfree86"
  Option      "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "Device" "/dev/input/mice"
  Option      "Emulate3Buttons" "on"
  Option      "Name" "<undefined>"
  Option      "Option" "AutoSoft"
  Option      "Protocol" "Auto"
  Option      "Vendor" "Sysp"
EndSection


Section "Monitor"
  HorizSync    30-42
  Identifier  "Monitor[0]"
  ModelName    "Unknown"
  Option      "DPMS"
  VendorName  "Unknown"
  VertRefresh  50-72
  UseModes    "Modes[0]"
EndSection


Section "Modes"
  Identifier  "Modes[0]"
  Modeline      "640x480" 31.5 640 656 720 840 480 481 484 500
  Modeline      "640x480" 31.5 640 680 720 864 480 488 491 521
  Modeline      "640x480" 28 640 664 760 800 480 491 493 525
  Modeline      "640x480" 28.32 640 664 760 800 480 491 493 525
  Modeline      "640x480" 25.18 640 664 760 800 480 491 493 525
  Modeline      "640x480" 25.175 640 664 760 800 480 491 493 525
EndSection


Section "Device"
  BoardName    "Graphics"
  Chipset      "generic"
  Driver      "vga"
  Identifier  "Device[0]"
  Option      "KGAUniversal"
  VendorName  "Unclassified"
EndSection


Section "Screen"
  DefaultDepth 4
  SubSection "Display"
    Depth      4
    Modes      "640x480"
    Visual    "PseudoColor"
  EndSubSection
  Device      "Device[0]"
  Identifier  "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "ServerLayout"
  Identifier  "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen      "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode      0660
EndSection

Section "Extensions"
EndSection


jahic.mersudin 08-05-2009 02:11 AM

have u tried running " SaX2 "

miez 08-05-2009 02:22 AM

yes, I already tried, here's the output of sax2:

Code:

SaX: Checking update status for vga driver
SaX: initialization already done
SaX: call [ sax2 -r ] if your system has changed !

SaX: startup

xc: sorry could not start configuration server
xc: for details refer to the log file:

    /var/log/SaX.log

xc: abort...

I guess you wanna have the sax.log now? -->

Code:

/*************
SaX2 log    : SaX2 version 7.1 - SVN Release: 1.49 2003/03/17
**************
SVN RELEASE  : 1574
            :
DESCRIPTION  : X11 configuration log file to collect information
            : about detection, startup and configuration.
            : There are three parts of logging:
            : ---
            : 1) INIT    ( detection, 3D )
            : 2) STARTUP  ( xorg.conf, X11 log, glxinfo )
            : 3) CONFIG  ( config actions )
            : ---
            :
VERSION      : SaX2 compiled for: [SUSE Linux Enterprise 10 (X86-64)]
PARAMETER    : no parameter(s) given
            :
LOG DATE    : Wed Aug  5 09:12:32 CEST 2009
*************/
============================
Framebuffer Info:
----------------------------
Framebuffer not active

05-Aug 09:12:33 <X> Startup...
05-Aug 09:12:33 <X> Startup on new Server: <:0.0>
05-Aug 09:12:33 <X> Logging File contents: /tmp/sax2-5201/xorg.conf [
        # /.../
        # SaX generated X11 config file
        # Created on: 2009-08-05T09:12:33+0200.
        #
        # Version: 7.1
        # Contact: Marcus Schaefer <sax@suse.de>, 2005
        # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
        #
        # Automatically generated by [SaX2] (7.1)
        # PLEASE DO NOT EDIT THIS FILE!
        #

        Section "Files"
          FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/local"
          FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
          FontPath    "/usr/X11R6/lib/X11/fonts/URW"
          FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
          FontPath    "/usr/X11R6/lib/X11/fonts/PEX"
          FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
          FontPath    "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/latin2/Type1"
          FontPath    "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/kwintv"
          FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
          FontPath    "/usr/X11R6/lib/X11/fonts/uni:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/CID"
          FontPath    "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/hellas/Type1"
          FontPath    "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
          FontPath    "/usr/X11R6/lib/X11/fonts/xtest"
          FontPath    "/opt/kde3/share/fonts"
          InputDevices "/dev/gpmdata"
          InputDevices "/dev/input/mice"
        EndSection

        Section "Module"
          Load        "dbe"
          Load        "type1"
          Load        "freetype"
          Load        "extmod"
          Load        "glx"
          Load        "v4l"
        EndSection

        Section "ServerFlags"
          Option      "AllowMouseOpenFail" "on"
        EndSection

        Section "InputDevice"
          Driver      "kbd"
          Identifier  "Keyboard[0]"
          Option      "Protocol" "Standard"
          Option      "XkbLayout" "de"
          Option      "XkbModel" "pc105"
          Option      "XkbRules" "xfree86"
          Option      "XkbVariant" "nodeadkeys"
        EndSection

        Section "InputDevice"
          Driver      "mouse"
          Identifier  "Mouse[1]"
          Option      "Device" "/dev/input/mice"
          Option      "Emulate3Buttons" "on"
          Option      "Name" "<undefined>"
          Option      "Option" "AutoSoft"
          Option      "Protocol" "Auto"
          Option      "Vendor" "Sysp"
        EndSection


        Section "Monitor"
          HorizSync    30-42
          Identifier  "Monitor[0]"
          ModelName    "Unknown"
          Option      "DPMS"
          VendorName  "Unknown"
          VertRefresh  50-72
          UseModes    "Modes[0]"
        EndSection


        Section "Modes"
          Identifier  "Modes[0]"
          Modeline      "640x480" 31.5 640 656 720 840 480 481 484 500
          Modeline      "640x480" 31.5 640 680 720 864 480 488 491 521
          Modeline      "640x480" 28 640 664 760 800 480 491 493 525
          Modeline      "640x480" 28.32 640 664 760 800 480 491 493 525
          Modeline      "640x480" 25.18 640 664 760 800 480 491 493 525
          Modeline      "640x480" 25.175 640 664 760 800 480 491 493 525
        EndSection


        Section "Device"
          BoardName    "Graphics"
          Chipset      "generic"
          Driver      "vga"
          Identifier  "Device[0]"
          Option      "KGAUniversal"
          VendorName  "Unclassified"
        EndSection


        Section "Screen"
          DefaultDepth 4
          SubSection "Display"
            Depth      4
            Modes      "640x480"
            Visual    "PseudoColor"
          EndSubSection
          Device      "Device[0]"
          Identifier  "Screen[0]"
          Monitor      "Monitor[0]"
        EndSection


        Section "ServerLayout"
          Identifier  "Layout[all]"
          InputDevice  "Keyboard[0]" "CoreKeyboard"
          InputDevice  "Mouse[1]" "CorePointer"
          Screen      "Screen[0]"
        EndSection


        Section "DRI"
            Group      "video"
            Mode      0660
        EndSection

        Section "Extensions"
        EndSection
]
05-Aug 09:12:37 <X> Logging File contents: /var/log/xlog [

        X Window System Version 6.9.0
        Release Date: 21 December 2005
        X Protocol Version 11, Revision 0, Release 6.9
        Build Operating System: SuSE Linux [ELF] SuSE
        Current Operating System: Linux SLES 2.6.16.60-0.21-xen #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64
        Build Date: 22 April 2008
        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: Wed Aug  5 09:12:33 2009
        (++) Using config file: "/tmp/sax2-5201/xorg.conf"
        (==) ServerLayout "Layout[all]"
        (**) |-->Screen "Screen[0]" (0)
        (**) |  |-->Monitor "Monitor[0]"
        (**) |  |-->Device "Device[0]"
        (**) |-->Input Device "Keyboard[0]"
        (**) |-->Input Device "Mouse[1]"
        (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/kwintv" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
        Entry deleted from font path.
        (WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
        Entry deleted from font path.
        (WW) The directory "/opt/kde3/share/fonts" does not exist.
        Entry deleted from font path.
        (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID"
        (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
        (**) Input device list set to "/dev/gpmdata,/dev/input/mice"
        (==) ModulePath set to "/usr/X11R6/lib64/modules/updates,/usr/X11R6/lib64/modules"
        (**) Option "AllowMouseOpenFail" "on"
        ACPI: OSPMOpen called
        ACPI: Opening device
        (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
        (II) No APM support in BIOS or kernel
        (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
        (II) Loader running on linux
        (II) LoadModule: "bitmap"
        (II) Loading /usr/X11R6/lib64/modules/fonts/libbitmap.so
        (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
        (II) Loading font Bitmap
        (II) LoadModule: "pcidata"
        (II) Loading /usr/X11R6/lib64/modules/libpcidata.so
        (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
        (++) using VT number 7

        (WW) lnx_savefont: cannot obtain font info
        (II) Addressable bus resource ranges are
        [0] -1  0      0x00000000 - 0xffffffff (0x100000000) MX[B]
        [1] -1  0      0x00000000 - 0x0000ffff (0x10000) IX[B]
        (II) OS-reported resource ranges:
        [0] -1  0      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0      0x00000000 - 0x000000ff (0x100) IX[B]
        (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0      0x00000000 - 0x000000ff (0x100) IX[B]
        (II) All system resource ranges:
        [0] -1  0      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0      0x00000000 - 0x000000ff (0x100) IX[B]
        (II) LoadModule: "dbe"
        (II) Loading /usr/X11R6/lib64/modules/extensions/libdbe.so
        (II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
        (II) Loading extension DOUBLE-BUFFER
        (II) LoadModule: "type1"
        (II) Loading /usr/X11R6/lib64/modules/fonts/libtype1.so
        (II) Module type1: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
        (II) Loading font Type1
        (II) Loading font CID
        (II) LoadModule: "freetype"
        (II) Loading /usr/X11R6/lib64/modules/fonts/libfreetype.so
        (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.9.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
        (II) Loading font FreeType
        (II) LoadModule: "extmod"
        (II) Loading /usr/X11R6/lib64/modules/extensions/libextmod.so
        (II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
        (II) Loading extension SHAPE
        (II) Loading extension MIT-SUNDRY-NONSTANDARD
        (II) Loading extension BIG-REQUESTS
        (II) Loading extension SYNC
        (II) Loading extension MIT-SCREEN-SAVER
        (II) Loading extension XC-MISC
        (II) Loading extension XFree86-VidModeExtension
        (II) Loading extension XFree86-Misc
        (II) Loading extension XFree86-DGA
        (II) Loading extension DPMS
        (II) Loading extension TOG-CUP
        (II) Loading extension Extended-Visual-Information
        (II) Loading extension XVideo
        (II) Loading extension XVideo-MotionCompensation
        (II) Loading extension X-Resource
        (II) LoadModule: "glx"
        (II) Loading /usr/X11R6/lib64/modules/extensions/libglx.so
        (II) Module glx: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
        (II) Loading sub module "GLcore"
        (II) LoadModule: "GLcore"
        (II) Loading /usr/X11R6/lib64/modules/extensions/libGLcore.so
        (II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
        (II) Loading extension GLX
        (II) LoadModule: "v4l"
        (II) Loading /usr/X11R6/lib64/modules/drivers/v4l_drv.so
        (II) Module v4l: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 0.0.1
        ABI class: X.Org Video Driver, version 0.8
        (II) LoadModule: "vga"
        (II) Loading /usr/X11R6/lib64/modules/drivers/vga_drv.so
        (II) Module vga: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 4.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
        (II) LoadModule: "kbd"
        (II) Loading /usr/X11R6/lib64/modules/input/kbd_drv.so
        (II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
        (II) LoadModule: "mouse"
        (II) Loading /usr/X11R6/lib64/modules/input/mouse_drv.so
        (II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
        (II) v4l driver for Video4Linux
        (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
        (EE) No devices detected.

        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.

        ACPI: Closing device


jdkaye 08-05-2009 02:26 AM

I don't know anything about virtual machines but do you have to start your x-server as root? That's not recommended for non-virtual machines but maybe the vm's are different.
cheers,
jdk

miez 08-05-2009 02:31 AM

thanks for the answers

yes, I also tried startx as root
...same result

the weird thing is: last time I installed SLES10 (same install-CD like this time) on a non-virtual machine I didn't have any problems with the GUI. It startet automatically without configuring anything.

jdkaye 08-05-2009 02:34 AM

Quote:

Originally Posted by miez (Post 3631896)
thanks for the answers

yes, I also tried startx as root
...same result

Sorry, I know you started it as root. That is shown in your posted output. My question is why you are starting it as root. Have you tried and failed starting it as a normal user?
jdk

miez 08-05-2009 02:38 AM

Quote:

Originally Posted by jdkaye (Post 3631899)
Sorry, I know you started it as root. That is shown in your posted output. My question is why you are starting it as root. Have you tried and failed starting it as a normal user?
jdk

oh, sry
the first time I tried to start as a normal user and I got the output I posted.
I hoped it'll take any effect when I start as root

jdkaye 08-05-2009 02:43 AM

Quote:

Originally Posted by miez (Post 3631901)
oh, sry
the first time I tried to start as a normal user and I got the output I posted.
I hoped it'll take any effect when I start as root

Sorry, you've lost me. According to your 1st post you did this:
Code:

SLES:~ # startx
xauth:  creating new authority file /root/.serverauth.3144

That appears to mean that you're starting X as root, no? Have you ever tried to start X manually as a normal user?
jdk

miez 08-05-2009 02:56 AM

I tried 'startx' as a normal user AND as root

and got the same output

jdkaye 08-05-2009 03:13 AM

Have you removed or fixed the "ChangeMe" module that is causing the fatal error?
jdk

miez 08-05-2009 03:22 AM

no... I didn't :doh:

where can I find that module and how do I change it??

jdkaye 08-05-2009 03:38 AM

Ask somebody running the same system as you. Is there a Linux - Distributions forum for your distro? If so, ask there (start a new thread like "Removing a bad module from system") in that forum.
Best of luck,
jdk

miez 08-05-2009 03:51 AM

thanks a lot for helping

I'm gonna try to change that module and if that will solve the problem I'll tell you :)


All times are GMT -5. The time now is 06:49 PM.