PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : keine keyboards unter xfree402


Schurl
07.06.01, 12:51
Hi!

Hab mir auf debian das Xfree402 raufgeschmissen und da wird beim installieren empfohlen die alte X11 und X11R6 zu sichhern und überhaupt is die Installation viel einfacher wenn noch kein X da is. Also hab ich X11 und X11R6 einfach umbenannt und installiert. Und zwar ohne Fehlermeldung.

Was ich noch immer nicht schaffe is, xf86cfg zum laufen zu bewegen, also arbeite ich mit xf86config. Da kommt dann die fehlermeldung, das es unt usr/X11R6/..../XB.. (weiß nicht mehr genau) keine Keyboardsetting findet.

Xfree is doch eine Eigenständige Sache. Is meine Version nicht vollständig? Habs von der CD von LinuxComputing.

Da xf86cfg, Keyboard und auch glx nicht funzen, drängt sich der Verdacht auf, daß was fehlt.

Hat einer eine Idee?
Danke!

Schurl

M@r$ch
07.06.01, 21:07
Ich schick dir mal die Keyboardsection aus meiner XF86Config:
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection

Schurl
08.06.01, 08:47
Danke!

Ich werd das zuhaus mal vergleichen, aber was ich mich erinnern kann, sieht das ziemlich gleich aus, kann mich aber auch täuschen.

Melde mich wieder!
Tschuss, Schurl

Schurl
10.06.01, 23:38
Hat leider nix geholfen! Hab die Einträge so geändert, leider nix.

wenn ich mit mc in einem xterm arbeite funzt die Pos1-taste nimma->lästig.

@ geht auch nicht.

Und die Mittlere Maustaste geht auch nimmer.

Mit XF86Setup unter Xfree3.3.6 is das alles gegangen.

******e!

Gruß Schurl

GodzillaWasABaby
21.11.01, 05:01
Welches debian nutzt du? Stable? Testing aka woody?

Hier meine sources-list:
################################################## #########
# Java
deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian potato non-free

# Security
deb http://security.debian.org stable/updates main contrib non-free

# Ximian
deb http://red-carpet.ximian.com/debian stable main

# stable
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb ftp://ftp.debian.org/debian/ stable main non-free contrib
deb ftp://ftp.de.debian.org/debian/ stable main non-free contrib

# testing
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb ftp://ftp.de.debian.org/debian testing main contrib non-free
deb ftp://ftp.debian.org/debian testing main contrib non-free

# unstable
#deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb ftp://ftp.de.debian.org/debian unstable main contrib non-free
#deb ftp://ftp.debian.org/debian unstable main contrib non-free
################################################## #


Und dann noch die Konfigurationsdateien XF86Config und XF86Config-4:
################################################## ##
#XF86Config-4
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Marquard Mini Ergo"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "Files"
FontPath "unix/:7100"
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 "ddc"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "bitmap"
Load "freetype"
Load "speedo"
Load "type1"
Load "vbe"
Load "int10"
EndSection

Section "InputDevice"
Identifier "Marquard Mini Ergo"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
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 "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "scott"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "voodoo"
Driver "tdfx"
VideoRam 16384
EndSection

Section "Screen"
Identifier "Default Screen"
Device "voodoo"
Monitor "scott"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
################################################## ##

################################################## ##
# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "pc105"
XkbLayout "de"
XkbVariant "nodeadkeys"
EndSection

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/psaux"
Resolution 100
Buttons 3
EndSection

Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-96
VertRefresh 50-150
Modeline "1024x768" 115.50 1024 1056 1248 1440 768 771 781 802 -hsync -vsync
EndSection

Section "Device"
Driver "tdfx"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "Voodoo3 (generic)"
VideoRam 16384


EndSection

Section "Screen"
Driver "Accel"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Driver "VGA16"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Driver "VGA2"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Driver "Mono"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection
##############################

Nach der Installation führst Du dpkg-reconfigure xserver-xfree86 aus. Sofern alle Pake vorhanden sind, funktioniert alles. Installiere gegebenenfalls ruhig die beiden X tasks über tasksel, und schicke sie bei falscher Auflösung per apt-get install hinterher. Meist fehlen die Pakete xbase-clients oder xutils.

Hilfts?