Posts: 2
axelthor
Joined: 14 Oct 2009
#1
I've been setting Antix up on an old laptop for a client. Two problems that I can't figure out.
  • After the computer has been on for a while it enters suspend/hibernation, but will not return from that state. Is there any way I can disable those features?
  • Certain characters won't show up with Icelandic keyboard being used. All those characters require combination of AltGr and another button. Some of those characters are quite important, such as; @, \, [], {}, ~, €, µ.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
For the keyboard, you may need to
#dpkg-reconfigure locales
and then set the keyboard.

If you try as user
setxkbmap is

does AltGR plus button get the characters now?

For the other problem you could edit /etc/X11/xorg.conf to have these lines. (The last 2, if you choose 0 I guess it will not blank to black screen). Moving the mouse should get the desktop back if it bakens.

Section"ServerFlags"
Option"DontZap""Off"
Option"AllowMouseOpenFail""true"
Option"BlankTime""45"
Option"OffTime""60"
EndSection
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#3
This may help as well.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepislovers.org/forums/showthread.php?t=23397"
linktext was:"http://www.mepislovers.org/forums/showt ... hp?t=23397"
====================================
" onclick="window.open(this.href);return false
Posts: 2
axelthor
Joined: 14 Oct 2009
#4
setxkbmap did the trick, but I'm not sure how to make those changes stick. Which config file do I have to edit so this option is activated during boot-up?

As with the Option"BlankTime" and Option"OffTime" in xorg.conf, those lines were not present, but I added them and will see where that takes me.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
In /etc/X11/xorg.conf, edit this part

Code: Select all

Section"InputDevice"
  Identifier"Keyboard0"
  Driver"keyboard"
  Option"CoreKeyboard"
  Option"XkbModel""pc105"
  Option"XkbLayout""us,is"
  Option"XKbOptions""grp:alt_shift_toggle,grp_led:scroll"
EndSection

Alt shift will toggle us to is keyboard