Search found 3 matches
- Tue Mar 07, 2006 10:41 pm
- Forum: Technical Support
- Topic: [FAQ] Ryzom in Linux (The Unofficial HOW-TO)
- Replies: 362
- Views: 193451
Re: Update on the fiber issue
Thanks for the link. Yeah, let's hope we get lucky.. It would be awesome to finally be able to play this game without problems in Linux.
- Mon Mar 06, 2006 7:36 pm
- Forum: Technical Support
- Topic: [FAQ] Ryzom in Linux (The Unofficial HOW-TO)
- Replies: 362
- Views: 193451
Re: [FAQ] Ryzom in Linux (The Unofficial HOW-TO)
hmm remeber to export the LANG setting without it, it wont work, it could be that you need to set it before doing the xset.. you could also try: export LANG=en_US for i in $(seq 35 255); do xset r $i; done which will set all keycodes from 35 to 255... Hi, and sorry for the late reply. I did export ...
- Fri Feb 24, 2006 5:28 pm
- Forum: Technical Support
- Topic: [FAQ] Ryzom in Linux (The Unofficial HOW-TO)
- Replies: 362
- Views: 193451
Re: [FAQ] Ryzom in Linux (The Unofficial HOW-TO)
for k in 50 37 64 62 109 113 59 5A 5B 4F 57 81 89 67 68 69 70 71 72 73 74 75 76 95 96; do xset r $k;done LANG="en_US" wine ./client_ryzom_rd.exe Heya. The above command seems to have a flaw. Values such as 5A, 5B, 4F and so on, are not recognized by xset. Should i just replace those values with the ...