Problem mit Debian - Seite 2

Seite 2 von 3 - Forum: Windows auf overclockers.at

URL: https://www.overclockers.at/windows/problem_mit_debian_54596/page_2 - zur Vollversion wechseln!


spunz schrieb am 10.11.2002 um 19:40

poste mal den inhalt deiner /etc/X11/XF86Config-4


ToRaX schrieb am 11.11.2002 um 09:05

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Geforce 2 GTS"
Driver "nv"
EndSection

Section "Monitor"
Identifier "ProView 17inch"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Geforce 2 GTS"
Monitor "ProView 17inch"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

### END DEBCONF SECTION




-------------
So schaut das bei mir aus. Sorry, dass ich das jetzt so unschön per Copy-Paste da reinposte, aber ohne Maus is das alles echt nicht lustig... :(


spunz schrieb am 11.11.2002 um 09:15

so passte es eh ;)


Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

klammere diesen bereich mit "#" aus =>


#Section "InputDevice"
#Identifier "Generic Mouse"
#Driver "mouse"
#Option "SendCoreEvents" "true"
#Option "Device" "/dev/input/mice"
#Option "Protocol" "ImPS/2"
#Option "Emulate3Buttons" "true"
#Option "ZAxisMapping" "4 5"
#EndSection


ToRaX schrieb am 11.11.2002 um 09:34

Mich hat es auch gewundert, dass es zwei Einträge für Maus gibt. Drum hab ich genau den Teil, den ich einklammern soll, schon mal rausgelöscht. Aber nach "dpkg" war das wieder drin... Naja, probiers nochmal.


ToRaX schrieb am 11.11.2002 um 09:37

Moment mal, du hast jetzt 2mal den gleichen Teil gepostet - was soll ich jetzt auskommentieren, bzw. was passt jetzt?


spunz schrieb am 11.11.2002 um 09:44

klammere den unteren aus, gehts ned => dann den oberen. normalerweise macht dpkg den eintrag Identifier "Configured Mouse"


ToRaX schrieb am 11.11.2002 um 09:51

hab jetzt beide varianten einmal probiert, so komm ich nicht amal in gnome rein...


Ringding schrieb am 11.11.2002 um 11:54

Über die zwei Mauseinträge hab ich mich auch schon gewundert, aber das ist halt neuerdings so. Sollte auch mit beiden funktionieren.


spunz schrieb am 11.11.2002 um 12:02

normalerweise sollte es kein problem machen, bei meinem notebook hab ich auch 2 einträge, 1x ps/2 für zuhause und 1x usb für unterwegs.

bei einem pc machte es aber probleme mit 1x seriell und 1x usb => ein einzelner eintrag => funzt.

@torax: probier mal folgenden eintrag

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

welche fehlermeldung bekommst du wenn gnome garnicht mehr startet?


ToRaX schrieb am 11.11.2002 um 15:29

auch so startet gnome nicht, und zwar passiert folgendes:
Ich krieg in einem Fenster vor blauem Hintergrund (Textmodus) den Hinweis, dass der X Server nicht gestartet werden kann. Dann schau ich mir das ganze genauer an und wenn ich ganz runter scrolle sehe ich das dies:

(**) Configured Mouse: Protocol: "ImPS/2"
(**) Configured Mouse: Core Pointer
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"

Dann so ziemlich genau dasselbe (außer der Zeile mit Core Pointer) nochamal. Und dann...

(WW) No core pointer registered
No core pointer
Fatal server error:
failed to initialize core devices


spunz schrieb am 11.11.2002 um 16:18

rebootest du jedesmal wenn du eine einstellung änderst? hört sich zumindest schwer danach an, wennst ohne reboot mit "startx" arbeitest kommt normalerweise nicht der dpkg monitor (blaue schirm)

guck mal unter /dev mit "ls psaux*" ob es das devicd auch gibt.


ToRaX schrieb am 11.11.2002 um 16:33

ich hab jedesmal neu gebootet, ja


ToRaX schrieb am 11.11.2002 um 16:48

devicd?

bei "ls psaux*" krieg ich einfach psaux angezeigt...


xdfk schrieb am 11.11.2002 um 16:51

hast du gpm installiert? das war mein fehler wieso ich ähnliche fehlermeldungen hatte.
deinstallier sonst mal gpm


spunz schrieb am 11.11.2002 um 17:31

gpm wäre auch ne möglichkeit, nur sollte gpm bei woody stable nicht mehr installiert werden.

du kannst die einstellungen mit "startx" überprüfen und mußt nicht jedesmal rebooten.




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025