Hallo,
ich habe einen linux suse 10.0 rechner, der ohne bildschirm betrieben wird.
Er steht in einer Ecke und deswegen greife ich immer über VNC darauf zu. Tastatur und Maus sind angeschlossen, werden aber nicht benutzt. Wenn ich nun über die angeschlossene Tastatur etwas schreibe (als Test) klappt alles wunderbar, greife ich jedoch über vnc drauf zu und möchte etwas schreiben, nimmt der Rechner ein vollig anderes Tastaurlayout. Kann man die Layouts von der angeschlossenen Tastatur und von VNC irgendwie separat verändern.
Also zum Anfang hat alles Richtig funktioniert (schon ein paar Wochen her) und dann hat sich das TastaturLayout von VNC irgendwie automatisch verändert.
Wie kann ich das wieder rückgängig machen?
Meine xorg.conf sieht folgendermaßen aus:
Danke im vorraus.
Gruß
roskas
ich habe einen linux suse 10.0 rechner, der ohne bildschirm betrieben wird.
Er steht in einer Ecke und deswegen greife ich immer über VNC darauf zu. Tastatur und Maus sind angeschlossen, werden aber nicht benutzt. Wenn ich nun über die angeschlossene Tastatur etwas schreibe (als Test) klappt alles wunderbar, greife ich jedoch über vnc drauf zu und möchte etwas schreiben, nimmt der Rechner ein vollig anderes Tastaurlayout. Kann man die Layouts von der angeschlossenen Tastatur und von VNC irgendwie separat verändern.
Also zum Anfang hat alles Richtig funktioniert (schon ein paar Wochen her) und dann hat sich das TastaturLayout von VNC irgendwie automatisch verändert.
Wie kann ich das wieder rückgängig machen?
Meine xorg.conf sieht folgendermaßen aus:
Code:
# /.../
# SaX generated X11 config file
# Created on: 2006-07-29T16:01:24+0200.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/ttyS0"
InputDevices "/dev/ttyS1"
InputDevices "/dev/ttyS2"
InputDevices "/dev/ttyS3"
InputDevices "/dev/ttyS4"
InputDevices "/dev/ttyS5"
InputDevices "/dev/ttyS6"
InputDevices "/dev/ttyS7"
InputDevices "/dev/ttyS8"
InputDevices "/dev/psaux"
InputDevices "/dev/logibm"
InputDevices "/dev/sunmouse"
InputDevices "/dev/atibm"
InputDevices "/dev/amigamouse"
InputDevices "/dev/atarimouse"
InputDevices "/dev/inportbm"
InputDevices "/dev/gpmdata"
InputDevices "/dev/mouse"
InputDevices "/dev/usbmouse"
InputDevices "/dev/adbmouse"
InputDevices "/dev/input/mice"
InputDevices "/dev/input/event0"
InputDevices "/dev/pointer0"
InputDevices "/dev/pointer1"
InputDevices "/dev/pointer2"
InputDevices "/dev/pointer3"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "v4l"
Load "dbe"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
Load "vnc"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de,de"
Option "XkbModel" "ltcd"
Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbRules" "xfree86"
Option "XkbVariant" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Name" "PS/2 Generic Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
EndSection
Section "InputDevice"
Driver "rfbkeyb"
Identifier "Keyboard[2]"
Option "InputFashion" "VNC"
[COLOR='Red']#Könnte hier Option "XkbLayout" "de,de" etwas helfen?[/COLOR]
EndSection
Section "InputDevice"
Driver "rfbmouse"
Identifier "Mouse[3]"
Option "InputFashion" "VNC"
EndSection
Section "Monitor"
DisplaySize 345 259
HorizSync 28-85
Identifier "Monitor[0]"
ModelName "7GLR/7GLRA"
VendorName "AOC"
VertRefresh 50-130
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 90.10 800 856 944 1088 600 601 604 647
Modeline "800x600" 82.55 800 856 944 1088 600 601 604 643
Modeline "800x600" 73.98 800 848 936 1072 600 601 604 639
Modeline "800x600" 66.71 800 848 936 1072 600 601 604 635
Modeline "800x600" 58.73 800 840 928 1056 600 601 604 632
Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628
Modeline "800x600" 44.13 800 840 920 1040 600 601 604 624
Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621
Modeline "768x576" 82.67 768 824 904 1040 576 577 580 621
Modeline "768x576" 75.72 768 824 904 1040 576 577 580 617
Modeline "768x576" 67.79 768 816 896 1024 576 577 580 613
Modeline "768x576" 61.21 768 816 896 1024 576 577 580 610
Modeline "768x576" 53.75 768 808 888 1008 576 577 580 606
Modeline "768x576" 47.41 768 808 888 1008 576 577 580 603
Modeline "768x576" 40.41 768 800 880 992 576 577 580 599
Modeline "768x576" 33.74 768 792 872 976 576 577 580 596
Modeline "640x480" 57.18 640 680 752 864 480 481 484 517
Modeline "640x480" 51.43 640 680 744 848 480 481 484 514
Modeline "640x480" 46.80 640 680 744 848 480 481 484 511
Modeline "640x480" 42.22 640 680 744 848 480 481 484 508
Modeline "640x480" 36.97 640 672 736 832 480 481 484 505
Modeline "640x480" 32.64 640 672 736 832 480 481 484 503
Modeline "640x480" 27.74 640 664 728 816 480 481 484 500
Modeline "640x480" 23.06 640 656 720 800 480 481 484 497
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "MGA 1064SG"
BusID "0:14:0"
Driver "mga"
Identifier "Device[0]"
Option "usevnc" "yes"
Option "rfbauth" "/root/.vnc/passwd"
Screen 0
VendorName "Matrox"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Keyboard[2]" "ExtraKeyboard"
InputDevice "Mouse[3]" "ExtraPointer"
Option "Clone" "off"
Option "VNC" "3 2"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
Gruß
roskas