On 06/12/11 07:35, luxInteg wrote:
>
>
> Thanks for your help. I am using xf86-video-ati-6.14.0 and it now seems to
> be working. Failure was due to a typo in .xinitrc (twn instead of twm).
>
> I still have resolutions limited to 1024 x768 and yes I have monitors capable
> of higher resulitions ) and I have keyboard errors. For instance for
> keyboard tweaking I tried to put stuff in /etc/X11/xog.conf.d using this
> guide
> ( http://www.gentoo.org/doc/en/xorg-config.xml ) for example
>
> #--- /etc/X11/xorg.conf.d/30-keyboard.conf
>
> Section "InputClass"
> Identifier "keyboard-all"
> Driver "evdev"
> Option "XkbLayout" "gb"
> Option "XkbModel" "pc105"
> Option "XkbRules" "evdev"
> Option "XkbOptions"
> "grp:alt_shift_toggle,grp:switch,grp_led:scroll,compose:rwin,terminate:ctrl_alt_bksp"
> Option "XkbVariant" ",qwerty"
> MatchIsKeyboard "on"
> EndSection
>
> but it is not digested when I run X.
>
> Any ideas?
Here is my keyboard.conf
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "gb"
Option "XkbModel" "logiik"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
model is logik, because i have a logitech keyboard, but you could go
back to generic pc105
cheers martin
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page