Linux 15.009 Themen, 106.833 Beiträge

Debian Probleme mit XFree86

DarkEvil / 11 Antworten / Flachansicht Nickles

Hallo,

ich bin ziemlich neu in der Linux(Debian) Gemeinschaft...8)
Leider komme ich ohne Hilfe nicht weiter. Ich möchte gern XFree zum laufen kriegen, erst hatte ich das Problem das die Mouse nicht lief. Doch das scheint nun behoben zu sein. Nun habe ich ein anderes Problem. Hier der Ende vom XFree.log

(**) Option "FlowControl" "None"
(==) Mouse0: Buttons: 3
(**) Mouse0: BaudRate: 1200
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "BaudRate" "1200"
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!

Laut dem da fehlen mir Font...nur wo und wie kriege ich diese ???

Bitte Hilfe !

bei Antwort benachrichtigen
DarkEvil the_mic „scheint ein maus-problem zu sein. poste doch bitte mal die /etc/X11/XF86Config-4“
Optionen

DANKE...hier die Konfig...

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer,

bei Antwort benachrichtigen