daredavil87 15.Jan.2015 20:29:37 |
my keyboard is stuck on german layout . ive tryied sudo dpkg-reconfigure console-data and sudo dpkg-reconfigure keyboard-configuration with no result pc reboots and everything turns like it was before .
i need US keyboard layout , is there anz file that i need to edit or what Please help
|
Bleifuss2 15.Jan.2015 20:58:28 |
Hello daredavil87
i need US keyboard layout , is there anz file that i need to edit or what
/usr/lib/vdr/easyvdr-set-monitor-layout
if [ X"$START_DISPLAY_MANAGER" == X"yes" ]; then # X für alle Freigeben $LOGGER "DISPLAY=$FRONTEND_DISPLAY user:$STANDARD_DESKTOP_USER xhost +" DISPLAY=$FRONTEND_DISPLAY su $STANDARD_DESKTOP_USER -c "xhost +" if [ X"$INFO_DISPLAY" != X ]; then $LOGGER "DISPLAY=$INFO_DISPLAY user:$STANDARD_DESKTOP_USER xhost +" DISPLAY=$INFO_DISPLAY su $STANDARD_DESKTOP_USER -c "xhost +" fi $LOGGER "user:$STANDARD_DESKTOP_USER setxkbmap -display $FRONTEND_DISPLAY de" su $STANDARD_DESKTOP_USER -c "setxkbmap -display $FRONTEND_DISPLAY de > /dev/null 2>&1" #################################### Bildschirmschoner abschalten $LOGGER "user:$STANDARD_DESKTOP_USER screensaver off xset -dpms && xset s off" DISPLAY=$FRONTEND_DISPLAY su $STANDARD_DESKTOP_USER -c "xset -dpms >/dev/null 2>&1 || true" DISPLAY=$FRONTEND_DISPLAY su $STANDARD_DESKTOP_USER -c "xset s off >/dev/null 2>&1 || true"
Remove the red line, your version of monitor-layout is not the same, you musst look for setkbmap and remove this line.
But the Version in this Post will be comming soon. Then you musst remove it again.
Produktiv-VDR: Board GA H77-DS3H, Intel Intel(R) Core(TM) i5-3470, Cine S2 DVB, WD 3TB Green, WDC WD20EARS-00J 2TB, Geforce 750Ti oder Intel HD Easyvdr 3.0 |
daredavil87 15.Jan.2015 21:23:03 |
i did what you said , still no change , still using german keyboard layout
|
Bleifuss2 15.Jan.2015 21:35:37 |
This changes are only for X-terminals.
You must test in a Xterminal.
please post the syslog. Produktiv-VDR: Board GA H77-DS3H, Intel Intel(R) Core(TM) i5-3470, Cine S2 DVB, WD 3TB Green, WDC WD20EARS-00J 2TB, Geforce 750Ti oder Intel HD Easyvdr 3.0 |