(Verzweiflungspost) Fehler bezüglich, aber nicht von X11 (Slackware)

angelsfall

angelsfall

Routinier
Hallo,
ich habe aus mir bekannten aber nicht weiter erwähnenswerten Gründen mein Slackware neu installiert. Wo vorher alles rund lief, ist jetzt eine Linuxruine und ich finde den Fehler einfach nicht. Folgendes Problem:
Kernel bootet bis zum Login. Da kommt dann schon das erste: Einer der letzten Dienste, die beim Booten starten, ist der mysql Daemon. Aber sofort beim Login Prompt gibt er aus, dass der Dienst wieder angehalten wurde (genaue Meldung poste ich, wenn ich wieder @home bin). Zum einen ist das nervig, da mysql nicht läuft, zum Anderen nervt es einfach, weil man erst wieder Bestätigen muss, damit der Login wieder da ist.
Weiter im Text: Die Maus wird nicht erkannt. Generell hatte ich vorher in der Konsole auch schon immer eine Maus. Dabei habe ich bei der Installation nichts anders eingestellt.
Noch weiter: Wenn ich startx eingebe, startet X11 ordnungsgemäß. Wenn der Bildschirm fertig geladen hat, geht die Maus (wie erwartet), aber auch die Tastatur nicht. Nun weiss ich nicht, ob der Rechner einfach abgeschmiert ist, oder nur die Eingabegeräte nicht mehr gehen. Folgender Test bewegte mich zu dieser Annahme: als ich in der .xinitrc mal exec windowmaker eingegeben habe (was ja falsch ist, um den WM zu starten) lädt X11 und swapt dann ja wieder mit der Fehlermeldung raus, dass der WM nicht gefunden wurde. Soweit war auch alles normal, nur dass danach die Tastatur nicht mehr ging. Es kann aber definitiv NICHT an X11 liegen, da ich meine alte, vorher einwandfrei funktionierende xorg.conf gesichert und wieder reinkopiert habe. Ich bin auch durch die Logs gegangen, dort sah aber alles normal aus, keine Fehler und nur ein paar übliche Warnungen (kann ich auch noch posten).
Ich dreh hier jedenfalls fast durch, weil ich mir das einfach nicht erklären kann und einfach nicht weiss, wo ich ansetzen soll. Das sind immer die Momente, wo ich daran denke, wieder zu Windows zu wechseln. (Aber so einfach will ich es mir dann doch nicht machen. Nur mit Fehlern, die nirgends geloggt sind, kann ich nichts anfangen.)
 
a) Maus in der Konsole
Die Maus wird falsch eingestellt sein. gpm über pkgtool einstellen.
Ist gpm überhaupt installiert?

b) mySQL
Damit kenne ich mich zwar nicht aus, aber unter /var/log/<Logdatei von mySQL> wird bestimmt etwas ausschlag gebendes zu finden sein.
 
vllt hattest du unter der vorherigen installation eine andere xorg version, ansonsten logs logs logs, sonst kommen wir hier nicht weiter, es könnte auch sein, dass die cd ein paar kratzer hatte, dann treten auch schonmal ein paar fehler auf.
 
gpm ist installiert.
Es ist die gleiche Slackware Installation wie bei der vorher funktionierenden (daher ist xorg auch die Gleiche).
Die CD sieht eigentlich okay aus.
Logfiles kriegt ihr ja (ich wusste, dass das kommt ;)), aber erst ab 17 Uhr :)
 
Naja, normalerweise spielt man updates ein, von daher ist es nicht selbstverständlich, dass es sich um die gleiche version handelt.
 
Nein, ich hatte da noch nichts geupdatet.

edit: Gibt es eiegentlich Boot-Logs?
 
Zuletzt bearbeitet:
Und los gehts:

mysql:
Code:
STOPPING server from pid file /var/run/mysql/mysql.pid 050624 18:11:46 mysqld ended

xorg.0.log:
Code:
th   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option     "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option     "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option     "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option     "DontZoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option     "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option     "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option     "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option     "AllowNonLocalModInDev"

# Set the basic blanking screen saver timeout.

#    Option      "blank time"    "10"    # 10 minutes

# Set the DPMS timeouts.  These are set here because they are global
# rather than screen-specific.  These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.

#    Option      "standby time"  "20"
#    Option      "suspend time"  "30"
#    Option      "off time"      "60"

# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.

# Option   "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

#    Option     "AutoRepeat"    "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option     "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option     "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option     "XkbModel"      "pc102"
    Option     "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option     "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option     "XkbModel"      "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option     "XkbLayout"     "de"
#
# or:
#
    Option     "XkbLayout"     "de"
    Option     "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
#    Option     "XkbOptions"    "ctrl:swapcaps"


# These are the default XKB settings for X.Org
#
#    Option     "XkbRules"      "xorg"
#    Option     "XkbModel"      "pc101"
#    Option     "XkbLayout"     "us"
#    Option     "XkbVariant"    ""
#    Option     "XkbOptions"    ""

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

    Option     "Protocol"      "IMPS/2"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
#    Option "Protocol"    "PS/2"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"		"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

    Option "ChordMiddle"

# meine additions!

    Option "ZAxisMapping" "4 5"
    Option "SendCoreEvents" "true"
EndSection

# Some examples of extended input devices

# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync  30-130 

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160 

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "ati"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

    Subsection "Display"
        Depth       8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection

EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

                                                                                                                                                                                                                                                                                                                                                                                                                              tp ÿ      ]         ÿÿÿÿj   ^      þÿÿÿ   È      ýÿÿÿr   G        .   ¹                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ad  9   Á     ]   à  ß  Ý  «  ©  _    Æ  {  3  ì
  é
  œ
  f
  c
  
  Ë  €  5  é     ”  ‘  E  ù
  °
  ?
  ›
  š
  Q
  
  û	  ²	  ±	  b	  	  	  	  »  z  ?  >  ò  ¼  º  ®  ’  ?  ?  F    â  ™  —  †  …  ^  ]  +  *  ë  ©  ?  F  4  3    ý  â  È  Ç  «  –  •  Š  ‰  @  ý  ´  ³  £  ¢  _    ø  ÷  Ò  Ñ  †  =    
  Á  À                                                       # If you don't have a floating point coprocessor and emacs, Mosaic or other #  # command (or a combination of both methods) # as well as specifying multiple comma-separated entries in one FontPath # Multiple FontPath entries are allowed (which are concatenated together),      RgbPath	"/usr/X11R6/lib/X11/rgb"  # no need to change the default. # file minus the extension (like ".txt" or ".db").  There is normally # The location of the RGB database.  Note, this is the name of the  Section "Files"  # ********************************************************************** # Files section.  This allows default font and rgb paths to be set # **********************************************************************  EndSection      Load       "glx" # This loads the GLX module      #Load        "speedo"     Load        "freetype"     Load        "type1" # This loads the font modules      EndSubSection       Option    "omit xfree86-dga"   # don't initialise the DGA extension     SubSection  "extmod" # initialisation of the XFree86-DGA extension within that module. # This loads the miscellaneous extensions module, and disables      Load        "dbe"  	# Double buffer extension  # This loads the DBE extension module.  Section "Module" # # ********************************************************************** # which dynamically loadable modules to load. # Module section -- this  section  is used to specify # **********************************************************************  # # -- volkerdi@slackware.com # Enjoy! :) # # support in the kernel, or to run it on the console. # With the new driver, it should no longer be required to have frame buffer  # (although not every card will support every resolution). # This generic interface should work with nearly all video cards # This XF86Config file is designed for use with the VESA framebuffer.  # this out to me. :) # driver instead of the fbdev driver.  Thanks to Kenneth Fanyo who pointed # NOTE:  This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa  # ********************************************************************** # this file. # Refer to the XF86Config(4/5) man page for details about the format of  # **********************************************************************  # # XFree86 Project. # dealings in this Software without prior written authorization from the # not be used in advertising or otherwise to promote the sale, use or other # Except as contained in this notice, the name of the XFree86 Project shall #  # SOFTWARE. # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #  # all copies or substantial portions of the Software. # The above copyright notice and this permission notice shall be included in #  # Software is furnished to do so, subject to the following conditions: # and/or sell copies of the Software, and to permit persons to whom the # the rights to use, copy, modify, merge, publish, distribute, sublicense, # to deal in the Software without restriction, including without limitation # copy of this software and associated documentation files (the "Software"), # Permission is hereby granted, free of charge, to any person obtaining a # # Copyright (c) 1999 by The XFree86 Project, Inc. #  # File generated by xf86config. ad  2	  þ	     .   î  Õ  ¾  …  s  Z  C  
  ø  ÷  ì  ë  ¢  ‰  @  ?  ù
  ¶
  s
  +
  æ  Õ  Ô  ½  ¼  –  v  u  2  ò  ©  c  N  M  7  6  ô
  ³
  r
  ^
  ]
  6
  
  

  ÿ	  þ	  ý	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 EndSection      InputDevice "Keyboard1" "CoreKeyboard"     InputDevice "Mouse1" "CorePointer"  # "SendCoreEvents". # used.  Those options include "CorePointer", "CoreKeyboard" and # optionally some options to specify the way the device is to be # Each InputDevice line specifies an InputDevice section name and      Screen "Screen 1"  # right of screen 1. # of the primary screen.  In this example, screen 2 is located to the # primary screen name are the screens to the top, bottom, left and right # the relative position of other screens.  The four names after # Each Screen line specifies a Screen section name, and optionally      Identifier  "Simple Layout" # The Identifier line must be present  Section "ServerLayout"  # is used alone. # When now ServerLayout section is present, the first Screen section # "-layout" option.  In the absence of this, the first section is used. # section may be specified from the X server command line with the # the way multiple screens are organised.  A specific ServerLayout # Any number of ServerLayout sections may be present.  Each describes  # ********************************************************************** # ServerLayout sections. # **********************************************************************  EndSection      EndSubsection         Modes "1600x1200" "1024x768" "800x600" "640x480"         Depth       32     Subsection "Display"     EndSubsection         Modes "1600x1200" "1024x768" "800x600" "640x480"         Depth       24     Subsection "Display"     EndSubsection x10000) MS[B]
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000c400 - 0x0000c407 (0x8) IX[B]
	[23] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[25] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[27] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xe9000000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.8.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 2 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.8.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 9800PRO NH (AGP)" (ChipID = 0x4e48)
(--) RADEON(0): Linear framebuffer at 0xd8000000
(--) RADEON(0): VideoRAM: 131072 kByte (256 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.8.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0): 
(II) RADEON(0): Primary:
 Monitor   -- CRT
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- DVI-I
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=33800
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): My Monitor: Using hsync range of 30.00-130.00 kHz
(II) RADEON(0): My Monitor: Using vrefresh range of 50.00-160.00 Hz
(II) RADEON(0): Clock range:  20.00 to 400.00 MHz
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/double   ìv  ÿv                 w  ,w                 Fw  \w                 {w  ?w                 ¬w  ¾w                 Ùw  éw                 x  x                 9x  Nx                 lx  ?x                 Ÿx  ²x                 Îx  äx                 y  y                 4y  Iy                 gy  zy                 –y  §y                 Áy  Ðy                 èy   z                 !z  3z                 Nz  ^z                 wz  ?z                 °z  Åz                 ãz  öz                 {  *{                 K{  a{                 €{  œ{                 Á{  Û{                 þ{  |                 -|  >|                 X|  o|                 ?|  ¤|                 Â|  Ô|                 ï|  ÿ|                 }  (}                 A}  U}                 r}  „}                 Ÿ}  ¬}                 Â}  Ï}                 å}  ð}                 ~  ~                 -~  ;~                 R~  ^~                 s~  }~                 ?~  ž~                 µ~  Á~                 Ö~  ê~                                    4  F                 a  p                 ˆ  ™                 ³                   Ú  è                 ÿ  €                  €  -€                 C€  N€                 b€  r€                 ‘€  Ÿ€                 ¼€  Ï€                 ñ€  ?                 "?  6?                 S?  _?                 p?  z?                 ??  œ?                 °?  ½?                 Ó?  á?                 ø?  ‚                 ‚  '‚                 >‚  J‚                 _‚  m‚                 „‚  ‘‚                 §‚  ²‚                 Æ‚  Õ‚                 í‚  ú‚                 ƒ  ƒ                 1ƒ  ;ƒ                 Nƒ  \ƒ                 sƒ  ƒ                 ”ƒ  ¢ƒ                 ¿ƒ  ˃                 æƒ  òƒ                 
„  „                 0„  =„                 S„  ^„                 n„  w„                 …„  Ž„                  „  «„                »„  Ä„                Ö„  á„                 ñ„  ü„                 …  …                 +…  8…                 N…  […                 m…  z…                 ?…  ?…                 ¯…  ¼…                 Ò…  ß…                 õ…  †                 †  *†                 E†  U†                 n†  {†                 ‘†  œ†                 °†  ½†                 Ó†  Þ†                 ò†  ‡                 ‡  &‡                 <‡  J‡                ]‡  i‡                ~‡  Œ‡                 £‡  ¯‡                 ć  Ô‡                 é‡  ÷‡                 ˆ  ˆ                -ˆ  Aˆ                 ^ˆ  pˆ                 ‹ˆ  ¡ˆ                 Àˆ  Ôˆ                 ñˆ  ‰                 (‰  =‰                 [‰  e‰                t‰  €‰                 ‘‰  ›‰                 ®‰  Á‰                 ݉  î‰                 Š  Š                 3Š  BŠ                 ZŠ  tŠ                 —Š  ¯Š                 Њ  ÞŠ                 ñŠ  ýŠ                 ‹   ‹                 7‹  M‹                 l‹  ~‹                 ™‹  ©‹                 ‹  Ï‹                 á‹  ì‹                 ü‹  Œ                 Œ  +Œ                 DŒ  RŒ                 iŒ  zŒ                 ”Œ  £Œ                 »Œ  ËŒ                 äŒ  ñŒ                 ?  ?                 .?  ;?                 Q?  k?                 ’?  ª?                 Ï?  é?                 Ž  (Ž                 MŽ  bŽ                 „Ž  —Ž                 ·Ž  ÈŽ                 æŽ  õŽ                 ?  $?                 D?  U?                 s?  ƒ?                  ?  ®?                 É?  Þ?                  ?  ?                 3?  A?                 \?  h?                 ??  ”?                 °?  Á?                 Û?  è?                 þ?  	‘                 ‘  (‘                 <‘  E‘                 W‘  c‘                t‘  ~‘                ‘‘  ¢‘                 ¼‘  Ë‘                 ã‘  ï‘                  ’  ’                 ’  (’                 :’  F’                 a’  k’                 „’  ”’                 ³’  Á’                 Þ’  ð’                 “  !“                 @“  R“                 s“  ƒ“                 ¢“  ³“                 Ó“  â“                  ”  
”                 )”  4”                 N”  Y”                 s”  |”                 ””  ¡”                 ½”  È”                 â”  í”                 •  •                 (•  4•                 O•  Y•                 r•  ‚•                 ¡•  ¯•                 Ì•  Û•                 ù•  –                 "–  .–                 I–  S–                 l–  w–                 ‘–  š–                 ²–  ¿–                 Û–  æ–                  —  —                 '—  1—                 J—  U—                 o—  x—                 ?—  ¡—                 Á—  З                 î—  ù—                 ˜  ˜                 4˜  @˜                 [˜  g˜                 ‚˜  Œ˜                 ¥˜  ³˜                 И  ܘ                 ÷˜  ™                 $™  1™                 M™  Z™                 v™  ?™                 ›™  ©™                 Æ™  Ò™                 í™  ý™                 š  *š                 Gš  Wš                 vš  „š                 ¡š  ´š                 Öš  çš                 ›  ›                 2›  >›                 Y›  e›                 €›  Œ›                 §›  ³›                 Λ  Ø›                 ñ›  ÿ›                 œ  (œ                 Cœ  Pœ                 lœ  wœ                 ‘œ  žœ                 ´œ  ¿œ                 Óœ  ßœ                 úœ  ?                 ?  ,?                @?  K?                 e?  n?                 †?  š?                 ·?  Ë?                 è?  þ?                 ž  3ž                 Rž  bž                 {ž  ‹ž                 ¤ž  ²ž                 Éž  Ûž                 öž  Ÿ                 Ÿ  .Ÿ                 LŸ  YŸ                 uŸ  ‡Ÿ                 ¢Ÿ  ²Ÿ                 ËŸ  ⟠                                     5   N                  p   ‡                  §   µ                  Ì   Ø                  í   ý                  ¡  $¡                 ;¡  S¡                 t¡  Š¡                 ©¡  µ¡                 С  Ú¡                 ó¡  ¢                 ¢  '¢                 =¢  N¢                 h¢  w¢                 ?¢   ¢                 À¢  Ï¢                 í¢  û¢                 £  £                 3£  @£                 V£  a£                 u£  ƒ£                 š£  ¦£                 »£  Ë£                 ä£  ð£                 ¤  ¤                 .¤  :¤                 U¤  _¤                 x¤  „¤                 Ÿ¤  ©¤                 ¤  ͤ                 ç¤  ò¤                 ¥  ¥                 '¥  0¥                 B¥  M¥                 g¥  p¥                 ˆ¥  •¥                 «¥  ¶¥                 Ê¥  Ù¥                 ñ¥  þ¥                 ¦  $¦                 C¦  Q¦                 n¦  ƒ¦                ?¦  °¦                ̦  ᦠ                ÿ¦  §                 .§  C§                 a§  t§                 ?§  ž§              libz.so.1 /usr/lib/libz.so.1 libz.so /usr/lib/libz.so libx11globalcomm.so.1 /opt/kde/lib/libx11globalcomm.so.1 libx11globalcomm.so /opt/kde/lib/libx11globalcomm.so libxslt.so.1 /usr/lib/libxslt.so.1 libxslt.so /usr/lib/libxslt.so libxmms.so.1 /usr/lib/libxmms.so.1 libxmms.so /usr/lib/libxmms.so libxml2.so.2 /usr/lib/libxml2.so.2 libxml2.so /usr/lib/libxml2.so libxklavier.so.8 /usr/lib/libxklavier.so.8 libxklavier.so /usr/lib/libxklavier.so libxkbui.so.1 /usr/X11R6/lib/libxkbui.so.1 libxkbui.so /usr/X11R6/lib/libxkbui.so libxkbfile.so.1 /usr/X11R6/lib/libxkbfile.so.1 libxkbfile.so /usr/X11R6/lib/libxkbfile.so libxine.so.1 /usr/lib/libxine.so.1 libxine.so /usr/lib/libxine.so libwv2.so.1 /usr/lib/libwv2.so.1 libwv2.so /usr/lib/libwv2.so libwraster.so.3 /usr/lib/libwraster.so.3 libwraster.so /usr/lib/libwraster.so libwnck-1.so.4 /usr/lib/libwnck-1.so.4 libwnck-1.so /usr/lib/libwnck-1.so libwmflite-0.2.so.7 /usr/lib/libwmflite-0.2.so.7 libwmf-0.2.so.7 /usr/lib/libwmf-0.2.so.7 libvte.so.4 /usr/lib/libvte.so.4 libvte.so /usr/lib/libvte.so libvorbisfile.so.3 /usr/lib/libvorbisfile.so.3 libvorbisfile.so /usr/lib/libvorbisfile.so libvorbisenc.so.2 /usr/lib/libvorbisenc.so.2 libvorbisenc.so /usr/lib/libvorbisenc.so libvorbis.so.0 /usr/lib/libvorbis.so.0 libvorbis.so /usr/lib/libvorbis.so libvgagl.so.1 /usr/lib/libvgagl.so.1 libvgagl.so /usr/lib/libvgagl.so libvga.so.1 /usr/lib/libvga.so.1 libvga.so /usr/lib/libvga.so libuuid.so.1 /lib/libuuid.so.1 libuuid.so /usr/lib/libuuid.so libutil.so.1 /lib/libutil.so.1 libutil.so /usr/lib/libutil.so libutempter.so.0 /usr/lib/libutempter.so.0 libutempter.so /usr/lib/libutempter.so libusb-0.1.so.4 /usr/lib/libusb-0.1.so.4 libungif.so.4 /usr/lib/libungif.so.4 libungif.so /usr/lib/libungif.so libt1x.so.1 /usr/lib/libt1x.so.1 libt1x.so /usr/lib/libt1x.so libt1.so.1 /usr/lib/libt1.so.1 libt1.so /usr/lib/libt1.so libtk8.4.so /usr/lib/libtk8.4.so libtkx8.3.so /usr/lib/libtkx8.3.so libtkx.so /usr/lib/libtkx.so libtk.so /usr/lib/libtk.so libtix8.1.8.4.so /usr/lib/libtix8.1.8.4.so libtixsam8.1.8.4.so /usr/lib/libtixsam8.1.8.4.so libtixsam.so /usr/lib/libtixsam.so libtix.so /usr/lib/libtix.so libtiff.so.3 /usr/lib/libtiff.so.3 libtiff.so /usr/lib/libtiff.so libthread_db.so.1 /lib/libthread_db.so.1 libthread_db.so /usr/lib/libthread_db.so libtermcap.so.2 /lib/libtermcap.so.2 libtermcap.so /usr/lib/libtermcap.so libtcl8.4.so /usr/lib/libtcl8.4.so libtclx8.3.so /usr/lib/libtclx8.3.so libtclx.so /usr/lib/libtclx.so libtcl.so /usr/lib/libtcl.so libtag_c.so.0 /usr/lib/libtag_c.so.0 libtag_c.so /usr/lib/libtag_c.so libtag.so.1 /usr/lib/libtag.so.1 libtag.so /usr/lib/libtag.so libstunnel.so /usr/lib/libstunnel.so libstdc++.so.5 /usr/lib/libstdc++.so.5 libstdc++.so.4 /usr/i486-slackware-linux/lib/libstdc++.so.4 libstdc++.so.2.9 /usr/i486-slackware-linux/lib/libstdc++.so.2.9 libstdc++.so.2.8 /usr/i486-slackware-linux/lib/libstdc++.so.2.8 libstdc++.so.2.7.2 /usr/i486-slackware-linux/lib/libstdc++.so.2.7.2 libstdc++.so /usr/lib/libstdc++.so libstdc++-libc6.2-2.so.3 /usr/i486-slackware-linux/lib/libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-2.so.3 /usr/i486-slackware-linux/lib/libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2 /usr/i486-slackware-linux/lib/libstdc++-libc6.1-1.so.2 libstartup-notification-1.so.0 /usr/lib/libstartup-notification-1.so.0 libstartup-notification-1.so /usr/lib/libstartup-notification-1.so libssl.so.0 /usr/lib/libssl.so.0 libssl.so /usr/lib/libssl.so libss.so.2 /lib/libss.so.2 libss.so /usr/lib/libss.so libspi.so.0 /usr/lib/libspi.so.0 libspi.so /usr/lib/libspi.so libsoundserver_idl.so.1 /opt/kde/lib/libsoundserver_idl.so.1 libsoundserver_idl.so /opt/kde/lib/libsoundserver_idl.so libsmbclient.so.0 /usr/lib/libsmbclient.so.0 libsmbclient.so /usr/lib/libsmbclient.so libslang.so.1 /usr/lib/libslang.so.1 libslang.so /usr/lib/libslang.so libscrollkeeper.so.0 /usr/lib/libscrollkeeper.so.0 libscrollkeeper.so /usr/lib/libscrollkeeper.so librt.so.1 /lib/librt.so.1 librt.so /usr/lib/librt.so librsvg-2.so.2 /usr/lib/librsvg-2.so.2 librsvg-2.so /usr/lib/librsvg-2.so libresolv.so.2 /lib/libresolv.so.2 libresolv.so /usr/lib/libresolv.so libreadline.so.4 /usr/lib/libreadline.so.4 libreadline.so /usr/lib/libreadline.so libradiusclient.so.0 /usr/lib/libradiusclient.so.0 libradiusclient.so /usr/lib/libradiusclient.so libqtmcop.so.1 /opt/kde/lib/libqtmcop.so.1 libqtmcop.so /opt/kde/lib/libqtmcop.so libqthreads.so.12 /usr/lib/libqthreads.so.12 libqthreads.so /usr/lib/libqthreads.so libpython2.4.so.1.0 /usr/lib/libpython2.4.so.1.0 libpython2.4.so /usr/lib/libpython2.4.so libpthread.so.0 /lib/libpthread.so.0 libpsres.so.1 /usr/X11R6/lib/libpsres.so.1 libpsres.so /usr/X11R6/lib/libpsres.so libpspell.so.15 /usr/lib/libpspell.so.15 libpspell.so /usr/lib/libpspell.so libproc-3.2.3.so /lib/libproc-3.2.3.so libpopt.so.0 /usr/lib/libpopt.so.0 libpopt.so /usr/lib/libpopt.so libpng12.so.0 /usr/lib/libpng12.so.0 libpng12.so /usr/lib/scan)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlac
 
Und noch die xorg.0.log.old ...

Übrigens habe ich mal gdm gestartet. Der Cursor im Textfeld blinkt fröhlich, jedoch reagiert keines der Eingabegeräte. Abschmieren tut er also nicht.
 

Anhänge

  • Xorg.0.log.old.txt
    40,1 KB · Aufrufe: 5
wenn du die erste datei (Xorg.0.log) auch in so einem format wie die zweite posten könntest wäre das einfacher zum lesen.
denke bitte ganz scharf nach und sage mir ob du jemals den kernel rekompiliert, deine karten umgesteckt oder irgendeine art update gemacht hast!?

angelsfall schrieb:
Und los gehts:
mysql:
Code:
STOPPING server from pid file /var/run/mysql/mysql.pid 050624 18:11:46 mysqld ended
hier musst du in deine /etc/init.d/rc-dateien schauen. es muss irgendwo ein mysql-server gestartet werden. möglicherweise in rc.mysql oder ähnliches. wende ggf. "find . -type f | xargs grep mysql" an, um zu sehen wo es überall vorkommt!
 
Klingt blöd, aber installiere es doch einfach nochmal komplett neu.
Vielleicht ist einfach irgendetwas total schief gelaufen......
 
@dramen: Ich habe absolut keine hardwareseitigen Änderungen gemacht, keinen Kernel kompiliert, überhaupt nichts (war ja auch eine frische Installation mit allem, wies von der CD (10.1) kam). Ich wollte die Logdatei richtig posten, nur hat mir das Forum gesagt, dass ich zu viele Bilder (?) eingebunden habe.

@mo_no: Ich habe grade neu installiert, mit dem einzigen Unterschied, dass ich Gnome weggelassen habe (was hier aber noch keine Auswirkung haben dürfte). Nachdem der Kernel gebootet hat, hat weder Maus noch Tastatur beim Login (Textkonsole) reagiert.

Was ist das bitte? Langsam finde ich das echt nicht mehr lustig.
 
ich kann mich leider nicht mehr an die installationsroutine von slackware erinnern, aber das muss natürlich funktionieren wenn das vorher funktioniert hat. so traurig das klingen mag, aber wenn der fehler in der installation (oder konfiguration) liegt, dann musst du dich leider ein bisschen ins zeug legen um das problem zu beheben.

angelsfall schrieb:
Es ist die gleiche Slackware Installation wie bei der vorher funktionierenden (daher ist xorg auch die Gleiche).
ja es ist die gleiche version aber du musst trotzdem xorgcfg oder xorgconfig (siehe manpages dazu) ausführen und richtig konfigurieren damit das auch funktioniert außer du hast die gleiche datei (aus /etc/X11/xorg.conf - wenn du vor dem löschen des alten systems ein backup gemacht hast).

wenn du irssi (ein chat-programm) installiert hast kannst du dich via konsole auch in einem slackware oder einem anderen linux-channel über deine probleme erkundigen!

P.S.: .... nicht verzweifeln! du darfst nicht vergessen, dass slackware doch eine distribution für profis ist und dass da eben einiges an wissen, handarbeit, fleiß etc. verlangt wird!
 
Klingt blöd, aber installiere es doch einfach nochmal komplett neu.
Vielleicht ist einfach irgendetwas total schief gelaufen......

da muss ich dir zustimmen , vielleicht ist echt was falschgelaufen , da das system eh frisch drauf ist , macht das doch fast keinen unterschied :)

MFG

Dennis
 
dramen schrieb:
außer du hast die gleiche datei (aus /etc/X11/xorg.conf - wenn du vor dem löschen des alten systems ein backup gemacht hast).
Ja, habe ich, ist aufs Bit genau die gleiche Datei.
Ich war schon im Slackware-Channel, 250+ Leute drin und keiner reagiert auf einen. Sowas ist deprimierend.
Ich habe Slackware mittlerweile drei Mal installiert, es tritt aber immer das gleiche auf. Dabei habe ich nicht wirklich was anderes gemacht, als bei der aller ersten Installation vor ein paar Wochen. Da hatte alles auf anhieb geklappt.
So unbewandert mit Linux bin ich gar nicht und ich fürchte mich nicht vor config-files, nur hier weiss ich absolut nicht, wo ich ansetzen soll.
Was ist denn alles für die Maus/Tastatur zuständig, welche Module? Vielleicht habe ich ein Package vergessen zu installieren. Kann ich mir aber nicht vorstellen, da ich von den voreingestellten Packages nur die rausgenommen habe, wo ich mir auch sicher war, dass sie weg können.
 
Was ist denn alles für die Maus/Tastatur zuständig, welche Module?

der Xserver ..

hier ein beispiel für den abschnitt in dem du diese sachen konfigurierst (/etc/X11/xorg.conf)

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""

# Option "XkbDisable"

Option "XkbRules" "xorg"
Option "XkbModel" "microsoft"
Option "XkbLayout" "de"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psaux"
Option "ZAxismapping" "4 5"
# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

MFG

Dennis
 
Ich meine konsolenseitig ... ich glaube nämlich fast, dass das Problem tiefer sitzt.
 
achso ... das wird vom kernel geregelt in der konsole ..

MFG

Dennis
 
angelsfall schrieb:
Nachdem der Kernel gebootet hat, hat weder Maus noch Tastatur beim Login (Textkonsole) reagiert.
Das ist echt merkwürdig. Während dem Setup funktioniert die Tastatur und nach dem Reboot nicht mehr?
Hast du Maus und Tastaur während dem Setup richtig konfiguriert?
Funktionieren die Eingabegeräte denn mit einer Live-CD?
 
@angelsfall:ich glaube das problem liegt an deiner xorg.conf.
Für dein Maus-Problem glaub :think: ich hab schon was gefunden:
Dein Eintrag ist:
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
und muss lauten:
# Option "Device" "/dev/mouse"
Option "Device" "/dev/psaux"!!!
Wegen Tastatur scheint alles in Ordnung zu sein!!!

Mfg,
Hagbard

P.S.:Was hast du für ne Tastatur,evtl ne Microsoft?!?
 
Zurück
Oben