View previous topic :: View next topic |
Author |
Message |
3PO Veteran


Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Mon Apr 02, 2007 5:30 pm Post subject: Keine "Buchstaben" mehr nach Update von KDE |
|
|
Ich weis nicht so recht wie ich das Problem beschreiben soll, deshalb habe ich hier mal einen "Screenshot" abgelegt.
Vieleicht hat ja Jemand eine Idee wie ich das Problem beseitigen kann. |
|
Back to top |
|
 |
SvenFischer Veteran


Joined: 05 Feb 2003 Posts: 1033 Location: Berlin
|
Posted: Mon Apr 02, 2007 5:46 pm Post subject: |
|
|
was sagt: locale -a
wenn Du ein "startx" probierst, was dann? Geht die Konsole? _________________ Core2Duo, 4GB RAM, AMD/ATI 4850 and nice person in front! |
|
Back to top |
|
 |
3PO Veteran


Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Mon Apr 02, 2007 6:00 pm Post subject: |
|
|
SvenFischer wrote: | Geht die Konsole? |
JA
Quote: | wenn Du ein "startx" probierst, was dann? |
Ich habe mit startx gestartet.
Quote: | was sagt: locale -a |
Code: | vdr01 ~ # locale -a
|
EDIT: Habs wider gelöscht, da überflüssig.
Last edited by 3PO on Mon Apr 02, 2007 10:48 pm; edited 1 time in total |
|
Back to top |
|
 |
Vortex375 Veteran


Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Mon Apr 02, 2007 7:38 pm Post subject: |
|
|
Ok, und jetzt nochmal locale ohne a und wenn möglich die xorg.conf bitte.  |
|
Back to top |
|
 |
3PO Veteran


Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Mon Apr 02, 2007 8:01 pm Post subject: |
|
|
Vortex375 wrote: | Ok, und jetzt nochmal locale ohne a und wenn möglich die xorg.conf bitte.  |
Bitteschön:
Code: | vdr01 ~ # locale
LANG=en_US
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=de_DE@euro
vdr01 ~ # |
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5500]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
Back to top |
|
 |
|