LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

xorg 1.6.1 surprises

Posted 06-11-2009 at 07:05 PM by gabim
Tags slackware

After upgrading to xorg 1.6.1, I noticed that my hungarian layout of keyboard switched off at the KDM login.
I checked the xorg.conf, but the
Code:
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "hu"
was still there.
I checked the /var/log/Xorg.0.log also and noticed some warnings and errors, mainly the "AllowEmptyInput" warning that it is enabled and will ignore my keyboard definition. Wow!...
LQ Newbie
Posted in Uncategorized
Views 2117 Comments 0 gabim is offline
Old

Discover library dependencies on Slackware

Posted 05-28-2009 at 02:34 AM by gabim
Tags slackware

I created a script to discover the library dependencies on my system:
Code:
#!/bin/bash

ECHO=/usr/bin/echo
SED=/usr/bin/sed
FILE=/usr/bin/file
CUT=/usr/bin/cut
LDD=/usr/bin/ldd
GREP=/usr/bin/grep
AWK=/usr/bin/awk

for p in `$ECHO $PATH | $SED 's/:/ /g'`
do
    for f in $p/*
    do
        if [ 'ELF' == `$FILE -b $f | $CUT -d' ' -f1` ]; then
            if $LDD $f | $GREP -q 'not found'; then
...
LQ Newbie
Posted in Uncategorized
Views 4296 Comments 7 gabim is offline

  



All times are GMT -5. The time now is 06:00 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration