• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] xdm startet kein xfce4 im Runlevel 5 opensuse 11.2

Ich habe ein kleines Problem. Ich habe xdm und xfce4 von console aus installiert (kein kdm,gdm, kde oder gnome). Nun habe ich in der sysconfig festgelegt das der displaymanager xdm ist. Ich möchte xdm und xfce4 nutzen um Ressourcen für meine X-Anwendung zu sparen.
Des weiteren boote ich nun bis in den Runlevel5

Es kommt auch ein grauer Anmeldebildschirm bei dem ich nacheinander Login und PW eingeben soll. Leider kommt nach dem Bestätigen des PW nichts und der Anmeldebilschrim erscheint wieder.

Wenn ich als Root User im Runlevel3 "startx" ausführe wird xfce4 normal gestartet. Nur beim Anmelden bzw als normaler User funktkioniert das nicht.

In der Konfigurationsdatei hab ich folgendes eingestellt:

/etc/sysconfig/windowmanager

DEFAULT_WM=startxfce4

Was mache ich falsch?

Gruß Marco
 
So, hier ist die Fehlermeldung in xdm.errors:

  • Code:
    X.Org X Server 1.6.5
    Release Date: 2009-10-11
    X Protocol Version 11, Revision 0
    Build Operating System: openSUSE SUSE LINUX
    Current Operating System: Linux  2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i586
    Build Date: 02 November 2009  12:05:39PM
     
    	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: Fri Dec 11 23:01:29 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Driver not XRANDR 1.2 capable, ignoring DISPLAYMANAGER_RANDR_MODE_* settings
    Warning: Xaw Text Widget text:
    Horizontal scrolling not allowed with wrapping active.
    Horizontal scrolling has been DEACTIVATED.
    xdm error (pid 6781): Dbus error: Unable to open session: Unable to get information about the calling process
    xdm error (pid 6781): session start failed
    
    X.Org X Server 1.6.5
    Release Date: 2009-10-11
    X Protocol Version 11, Revision 0
    Build Operating System: openSUSE SUSE LINUX
    Current Operating System: Linux  2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i586
    Build Date: 02 November 2009  12:05:39PM
     
    	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: Fri Dec 11 23:01:36 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Driver not XRANDR 1.2 capable, ignoring DISPLAYMANAGER_RANDR_MODE_* settings
    Warning: Xaw Text Widget text:
    Horizontal scrolling not allowed with wrapping active.
    Horizontal scrolling has been DEACTIVATED.

Also für mich ist hier nix sinnvolles an Information drin!?!

Wenn ich als Root startx mache startet er xfce und als normaler user kommt das auf der console:

  • Code:
    xauth:  creating new authority file /home/balla/.serverauth.7268
    
    
    Fatal server error:
    Cannot open log file "/var/log/Xorg.0.log"
    
    
    Please consult the The X.Org Foundation support
             at http://wiki.x.org
     for help.
    
    giving up.
    xinit:  No such file or directory (errno 2):  unable to connect to X server
    xinit:  No such process (errno 3):  Server error.

Grüße Marco
 
Weiterhin fehlt bei der DISPLAY variable ein Eintrag:
env | grep DISPLAY

ergibt nichts. Ich hab mit

export DISPLAY=:0.0

eins angegeben und dann versucht mit

xhost +

den Benutzer hinzuzufügen. Aber da kommt immer "cannot open display '0.0"" oder sowas in der Art.
Und ich Dachte sax2 macht für mich schon alle Einträge. Solangsam weiß ich nicht weiter...

Hat noch jemand eine Idee?
 
xhost benötigst du, wenn du einen Remote Host Zugriff auf deinen X- Server gewähren willst.

Ich hatte zwar nichts von xdm.errors gesagt, aber eine Info ist vorhanden:

Code:
Driver not XRANDR 1.2 capable, ignoring DISPLAYMANAGER_RANDR_MODE_* settings


Poste mal die Ausgabe von:

Code:
egrep "EE|WW" /var/log/Xorg.0.log
 
Ja kein Problem:

  • Code:
    :~> egrep "EE|WW" /var/log/Xorg.0.log
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) The directory "/usr/share/fonts/local" does not exist.          
    (WW) The directory "/usr/share/fonts/100dpi" does not exist.         
    (WW) The directory "/usr/share/fonts/Type1" does not exist.          
    (WW) The directory "/usr/share/fonts/Speedo" does not exist.         
    (WW) The directory "/usr/share/fonts/PEX" does not exist.            
    (WW) The directory "/usr/share/fonts/cyrillic" does not exist.
    (WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
    (WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
    (WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
    (WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
    (WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
    (WW) The directory "/usr/share/fonts/baekmuk" does not exist.
    (WW) The directory "/usr/share/fonts/japanese" does not exist.
    (WW) The directory "/usr/share/fonts/kwintv" does not exist.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    (WW) The directory "/usr/share/fonts/uni" does not exist.
    (WW) The directory "/usr/share/fonts/CID" does not exist.
    (WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
    (WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
    (WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
    (WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
    (WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
    (WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
    (WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
    (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
    (WW) The directory "/usr/share/fonts/xtest" does not exist.
    (WW) The directory "/opt/kde3/share/fonts" does not exist.
    (WW) The directory "/usr/share/fonts/truetype/" does not exist.
    (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    (WW) The directory "/usr/share/fonts/OTF" does not exist.
    (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    (WW) The directory "/usr/share/fonts/100dpi" does not exist.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard[0]
    (WW) Disabling Mouse[1]
    (WW) Disabling Mouse[3]
    (II) Loading extension MIT-SCREEN-SAVER
    (II) XKB: reuse xkmfile /var/lib/xkb/compiled/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
    (II) XKB: reuse xkmfile /var/lib/xkb/compiled/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm

Aber ich glaube das ist nicht sehr aufschlussreich. Hier ist die komplette Datei.

  • Code:
    cat /var/log/Xorg.0.log 
    
    X.Org X Server 1.6.5
    Release Date: 2009-10-11
    X Protocol Version 11, Revision 0
    Build Operating System: openSUSE SUSE LINUX
    Current Operating System: Linux balla 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i586
    Build Date: 02 November 2009  12:05:39PM                                                       
                                                                                                   
            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: Sat Dec 12 14:49:41 2009                           
    (++) Using config file: "/tmp/sax2-4069/xorg.conf"                                             
    (==) ServerLayout "Layout[all]"                                                                
    (**) |-->Screen "Screen[0]" (0)                                                                
    (**) |   |-->Monitor "Monitor[0]"                                                              
    (**) |   |-->Device "Device[0]"                                                                
    (**) |-->Input Device "Keyboard[0]"                                                            
    (**) |-->Input Device "Mouse[1]"                                                               
    (**) |-->Input Device "Mouse[3]"                                                               
    (**) Option "ZapWarning" "on"                                                                  
    (**) Option "AllowMouseOpenFail" "on"                                                          
    (==) Automatically adding devices                                                              
    (==) Automatically enabling devices                                                            
    (WW) The directory "/usr/share/fonts/local" does not exist.                                    
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/100dpi" does not exist.                                   
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/Type1" does not exist.                                    
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/Speedo" does not exist.                                   
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/PEX" does not exist.                                      
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/cyrillic" does not exist.                                 
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/latin2/misc" does not exist.                              
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.                             
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.                            
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.                             
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.                             
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/baekmuk" does not exist.                                  
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/japanese" does not exist.                                 
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/kwintv" does not exist.                                   
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/truetype" does not exist.                                 
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/uni" does not exist.                                      
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/CID" does not exist.                                      
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/ucs/misc" does not exist.                                 
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.                                
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.                               
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/hellas/misc" does not exist.                              
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.                             
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.                            
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.                             
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.                                 
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/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.                                                          
    (WW) The directory "/usr/share/fonts/truetype/" does not exist.                                
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/TTF/" does not exist.                                     
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/OTF" does not exist.                                      
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/Type1/" does not exist.                                   
            Entry deleted from font path.                                                          
    (WW) The directory "/usr/share/fonts/100dpi" does not exist.                                   
            Entry deleted from font path.                                                          
    (**) FontPath set to:                                                                          
            /usr/share/fonts/misc:unscaled,                                                        
            /usr/share/fonts/75dpi:unscaled,                                                       
            /usr/share/fonts/URW,                                                                  
            /usr/share/fonts/misc:unscaled,                                                        
            /usr/share/fonts/75dpi:unscaled                                                        
    (**) Input device list set to "/dev/gpmdata,/dev/input/mice"                                   
    (==) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"                   
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard[0]                                                                     
    (WW) Disabling Mouse[1]                                                                        
    (WW) Disabling Mouse[3]                                                                        
    (II) Loader magic: 0x3ac0                                                                      
    (II) Module ABI versions:                                                                      
            X.Org ANSI C Emulation: 0.4                                                            
            X.Org Video Driver: 5.0                                                                
            X.Org XInput driver : 4.0                                                              
            X.Org Server Extension : 2.0                                                           
    (II) Loader running on linux                                                                   
    (++) using VT number 7                                                                         
    
    (--) PCI:*(0:0:1:1) 1022:2081:1022:2081 rev 0, Mem @ 0xec000000/33554432, 0xefff0000/16384, 0xeffec000/16384, 0xeffe8000/16384, 0xefff8000/16384
    (II) Open ACPI successful (/var/run/acpid.socket)                                                                                               
    (II) System resource ranges:                                                                                                                    
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]                                                                                     
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                 
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                 
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                 
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                     
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]                                                                                     
    (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 by default.                                                                                                        
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.                                                   
    (II) "dri2" will be loaded by default.                                                                                                          
    (II) LoadModule: "dri"                                                                                                                          
    (II) Loading /usr/lib/xorg/modules//extensions/libdri.so                                                                                        
    (II) Module dri: vendor="X.Org Foundation"                                                                                                      
            compiled for 1.6.5, module version = 1.0.0                                                                                              
            ABI class: X.Org Server Extension, version 2.0                                                                                          
    (II) Loading extension XFree86-DRI                                                                                                              
    (II) LoadModule: "dbe"                                                                                                                          
    (II) Loading /usr/lib/xorg/modules//extensions/libdbe.so                                                                                        
    (II) Module dbe: vendor="X.Org Foundation"                                                                                                      
            compiled for 1.6.5, 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.6.5, 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.6.5, 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.6.5, 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: "dri2"                                                                                                                         
    (II) Loading /usr/lib/xorg/modules//extensions/libdri2.so                                                                                       
    (II) Module dri2: vendor="X.Org Foundation"                                                                                                     
            compiled for 1.6.5, module version = 1.1.0                                                                                              
            ABI class: X.Org Server Extension, version 2.0                                                                                          
    (II) Loading extension DRI2                                                                                                                     
    (II) LoadModule: "fbdev"                                                                                                                        
    (II) Loading /usr/lib/xorg/modules//drivers/fbdev_drv.so                                                                                        
    (II) Module fbdev: vendor="X.Org Foundation"                                                                                                    
            compiled for 1.6.5, module version = 0.4.1                                                                                              
            ABI class: X.Org Video Driver, version 5.0                                                                                              
    (II) FBDEV: driver for framebuffer: fbdev                                                                                                       
    (II) Loading sub module "fbdevhw"                                                                                                               
    (II) LoadModule: "fbdevhw"                                                                                                                      
    (II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so                                                                                         
    (II) Module fbdevhw: vendor="X.Org Foundation"                                                                                                  
            compiled for 1.6.5, module version = 0.0.2                                                                                              
            ABI class: X.Org Video Driver, version 5.0                                                                                              
    (**) FBDEV(0): claimed PCI slot 0@0:1:1                                                                                                         
    (II) FBDEV(0): using default device                                                                                                             
    (II) resource ranges after probing:                                                                                                             
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]                                                                                     
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                 
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                 
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                 
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                     
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]                                                                                     
    (==) FBDEV(0): Depth 16, (==) framebuffer bpp 16                                                                                                
    (==) FBDEV(0): RGB weight 565                                                                                                                   
    (==) FBDEV(0): Default visual is TrueColor                                                                                                      
    (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)                                                                                           
    (II) FBDEV(0): hardware: VESA VGA (video memory: 3072kB)                                                                                        
    (II) FBDEV(0): checking modes against framebuffer device...                                                                                     
    (II) FBDEV(0):  mode "default" not found                                                                                                        
    (II) FBDEV(0): checking modes against monitor...                                                                                                
    (--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)                                                                                            
    (**) FBDEV(0):  Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz                                                                            
    (II) FBDEV(0): Modeline "current"x0.0   78.65  1024 1056 1184 1312  768 772 776 792 -hsync -vsync -csync (59.9 kHz)                             
    (==) FBDEV(0): DPI set to (96, 96)                                                                                                              
    (II) Loading sub module "fb"                                                                                                                    
    (II) LoadModule: "fb"                                                                                                                           
    (II) Loading /usr/lib/xorg/modules//libfb.so                                                                                                    
    (II) Module fb: vendor="X.Org Foundation"                                                                                                       
            compiled for 1.6.5, module version = 1.0.0                                                                                              
            ABI class: X.Org ANSI C Emulation, version 0.4                                                                                          
    (**) FBDEV(0): using shadow framebuffer                                                                                                         
    (II) Loading sub module "shadow"                                                                                                                
    (II) LoadModule: "shadow"                                                                                                                       
    (II) Loading /usr/lib/xorg/modules//libshadow.so                                                                                                
    (II) Module shadow: vendor="X.Org Foundation"                                                                                                   
            compiled for 1.6.5, module version = 1.1.0                                                                                              
            ABI class: X.Org ANSI C Emulation, version 0.4                                                                                          
    (II) do I need RAC?  No, I don't.                                                                                                               
    (II) resource ranges after preInit:                                                                                                             
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]                                                                                     
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                 
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                 
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                 
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                     
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]                                                                                     
    (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by vesafb of Linux Kernel)                                            
    (==) FBDEV(0): Backing store disabled                                                                                                           
    (**) Option "dpms"                                                                                                                              
    (**) FBDEV(0): DPMS enabled                                                                                                                     
    (==) RandR enabled                                                                                                                              
    (II) Initializing built-in extension Generic Event Extension                                                                                    
    (II) Initializing built-in extension SHAPE                                                                                                      
    (II) Initializing built-in extension MIT-SHM                                                                                                    
    (II) Initializing built-in extension XInputExtension                                                                                            
    (II) Initializing built-in extension XTEST                                                                                                      
    (II) Initializing built-in extension BIG-REQUESTS                                                                                               
    (II) Initializing built-in extension SYNC                                                                                                       
    (II) Initializing built-in extension XKEYBOARD                                                                                                  
    (II) Initializing built-in extension XC-MISC                                                                                                    
    (II) Initializing built-in extension SECURITY                                                                                                   
    (II) Initializing built-in extension XINERAMA                                                                                                   
    (II) Initializing built-in extension XFIXES                                                                                                     
    (II) Initializing built-in extension RENDER                                                                                                     
    (II) Initializing built-in extension RANDR                                                                                                      
    (II) Initializing built-in extension COMPOSITE                                                                                                  
    (II) Initializing built-in extension DAMAGE                                                                                                     
    (II) AIGLX: Screen 0 is not DRI2 capable                                                                                                        
    (II) AIGLX: Screen 0 is not DRI capable                                                                                                         
    (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so                                                                                   
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) XKB: reuse xkmfile /var/lib/xkb/compiled/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by vesafb of Linux Kernel)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules//input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
            compiled for 1.6.5, module version = 2.2.5
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) XKB: reuse xkmfile /var/lib/xkb/compiled/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) XKB: reuse xkmfile /var/lib/xkb/compiled/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    [list][/list]

Danke dir Spoensche
 
Was hast du für eine Grafikkarte? Der X- Server sollte nach der Installation so konfiguriert sein, dass er nicht den Framebuffer Treiber verwendet, sondern einen Treiber der zu deiner Grafikkarte passt.
 
Naja, das ist so ein embedded geode board mit shared video memory. Ich hab 8MB video Memory im Bios zugelassen.
Ich habs schon mit:

Code:
sax2 -r -m 0=vesa
sax2 -r -m 0=vga

probiert. Der Graphische Bildschirm von sax erscheint und ich kann den konfigurieren und speichern. Das sax meckert das etwas mit den framebuffer Angaben nicht geht und die Auflösung bzw die Farben nicht unterstützt werden. Ich hab 1024x768 mit 16Bit Farbtiefe eingestellt, was ja bei 8MB Grafikspeicher okay sein müsste. Als root kann ich dann startx aufrufen und komme auch in den xfce.
Nur wie gesagt als normaler Nutzer halt nicht. Hab auch probehalber mal einen neuen Benutzer angelegt, aber mit dem gleichen Ergebnis.


Code:
[list]
hwinfo --gfxcard
10: PCI 01.1: 0300 VGA compatible controller (VGA)
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_1022_2081
  Unique ID: mnDB.j5Ti6sFvYK8
  SysFS ID: /devices/pci0000:00/0000:00:01.1
  SysFS BusID: 0000:00:01.1
  Hardware Class: graphics card
  Model: "AMD Geode LX"
  Vendor: pci 0x1022 "AMD"
  Device: pci 0x2081 "Geode LX"
  SubVendor: pci 0x1022 "AMD"
  SubDevice: pci 0x2081
  Memory Range: 0xee000000-0xeeffffff (rw,non-prefetchable)
  Memory Range: 0xefff0000-0xefff3fff (rw,non-prefetchable)
  Memory Range: 0xeffec000-0xeffeffff (rw,non-prefetchable)
  Memory Range: 0xeffe8000-0xeffebfff (rw,non-prefetchable)
  Memory Range: 0xefff8000-0xefffbfff (rw,non-prefetchable)
  IRQ: 10 (no events)
  I/O Ports: 0x3c0-0x3df (rw)
  Module Alias: "pci:v00001022d00002081sv00001022sd00002081bc03sc00i00"
  Driver Info #0:
    XFree86 v4 Server Module: amd
  Config Status: cfg=no, avail=yes, need=no, active=unknown

Primary display adapter: #10

[/list]

Ich brauche keine super Grafik da ich ehh über VNC von aussen drauf zugreifen will.

...Verzweiflung macht sich breit :???:

Grüße Marco
 
So ich hab jetzt KDM installiert und es bootet ins xcfe. Das wollte ich zwar eigentlich nicht aber wenigstens geht es ersteinmal. Ich versteh es nicht...
 
Wäre schon gut zu wissen, was Sax für Meldungen beim speichern ausgibt. Poste mal den Konfigurationsabschnitt für den Grafikchip, der in deiner xorg.conf vorhanden ist.

Für embedded Linuxsysteme solltest du nicht gerade ein Fullsystem nehmen, sondern ein embedded System, was du i.d.R selber bauen musst.

Es gibt openSuSE embedded Systeme. Allerdings muss man diese selber bauen.
 
Oben