Thread: solaris 10 keyboard problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2009
    Location
    Croatia
    Posts
    272

    solaris 10 keyboard problems

    Hi, i installed Solaris 10 today.

    After successfully setting the keyboard layout to Croatian, i also wanted to change some keys like [ etc because they werent set properly, weirdly (even though i chose the correct keyboard layout).

    So i got advised to execute this code in the terminal loged in as root:

    Code:
    mkdir -p /etc/dt/config
    cp /usr/dt/config/Xstartup /etc/dt/config/
    cat >> /etc/dt/config/Xstartup <<%EOF%
    xmodmap -e "keycode  55 = v V at grave"
    xmodmap -e "keycode  24 = q Q backslash Greek_OMEGA"
    xmodmap -e "keycode  25 = w W bar Lstroke"
    xmodmap -e "keycode  26 = e E EuroSign EuroSign"
    xmodmap -e "keycode  41 = f F bracketleft ordfeminine"
    xmodmap -e "keycode  42 = g G bracketright ENG"
    xmodmap -e "keycode  45 = k K lstroke ampersand"
    xmodmap -e "keycode  46 = l L lstroke Lstroke"
    xmodmap -e "keycode  56 = b B braceleft apostrophe"
    xmodmap -e "keycode  57 = n N braceright braceright"
    xmodmap -e "keycode  58 = m M asciicircum masculine"
    %EOF%
    Which i did.

    After this, i loged out, and after that every time i get to the login screen, i enter root - after that solaris goes to console for a sec, and then again back to login screen. And so on. I cant get in the GUI, i just enter root at login, it goes back to console for a second and then back to login.

    What did i do?
    Last edited by Tool; 02-26-2010 at 07:52 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Spore in 4 days.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 64
    Last Post: 09-29-2008, 09:54 AM
  2. Problem I Can't solve...
    By ferniture in forum C Programming
    Replies: 3
    Last Post: 07-15-2008, 02:51 AM
  3. Array help
    By Oklaskull in forum C Programming
    Replies: 19
    Last Post: 03-11-2008, 04:15 PM
  4. Weird error whith strstr
    By OnionKnight in forum C Programming
    Replies: 4
    Last Post: 02-12-2005, 08:58 PM
  5. Game Design Topic #2 - Keyboard or Mouse?
    By TechWins in forum Game Programming
    Replies: 4
    Last Post: 10-08-2002, 03:34 PM