Posts: 215
macondo
Joined: 14 Sep 2007
#1
Hi, i'm using antiX/Lenny 8.2, Sempron 2600, SiS video card, but i use the"vesa" driver (SiS has a bug).

When i press the Alt Gr key i don't get the symbols i'm supposed to get __{{emoticon}}__
Here's my xorg.conf:

Section"InputDevice"
Identifier "Generic Keyboard"
Driver"kbd"
Option"XkbRules" "xorg"
Option"XkbModel" "pc105"
Option"XkbLayout" "es"
Option"XKbOptions""grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section"InputDevice"
Identifier "Configured Mouse"
Driver"mouse"
EndSection

Section"Device"
Identifier"SiS"
Driver"vesa"
BusID""
EndSection

Section"Monitor"
Identifier"Generic Monitor"
Option"DPMS"
HorizSync 31-70
VertRefresh 50-160
EndSection

Section"Screen"
Identifier"Default Screen"
Device"SiS"
Monitor"Generic Monitor"
DefaultDepth 16
SubSection"Display"
Depth 16
Modes"1024x768""800x600""640x480"
EndSubSection
SubSection"Display"
Depth 24
Modes"1024x768""800x600""640x480"
EndSubSection
EndSection

Section"ServerLayout"
Identifier"Default Layout"
Screen"Default Screen"
Option"StandbyTime""3" # Turn off screen in 3 minutes (DPMS)
Option"OffTime""15" # Turn off DPMS monitor (DPMS)
EndSection

Is there something i should add to my xorg.conf?
dpkg-reconfigure xserver-xorg doesn't do didly.

thanks,

PD: i forgot to mention that it works when i use Nedit, but not anywhere else __{{emoticon}}__
Last edited by macondo on 23 Nov 2009, 19:10, edited 1 time in total.
Posts: 215
macondo
Joined: 14 Sep 2007
#2
The problem was Ratpoison version 1.4.3, i installed the latest version from Testing 1.4.4, everything is ok now __{{emoticon}}__