Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-16-2005, 04:44 PM
|
#1
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Rep:
|
pilot link faster in GUI?
I just realized my pilot link is faster in GUI mode vs terminal mode with the same user. Any ideas why??
I'm using pilot-xfer for both and specified the speed in ~/.bashrc.
Last edited by linuxhippy; 03-16-2005 at 05:22 PM.
|
|
|
|
03-17-2005, 07:01 AM
|
#2
|
|
Member
Registered: Aug 2003
Distribution: Slackware,Ubuntu
Posts: 389
Rep:
|
what is pilot link ??
|
|
|
|
03-17-2005, 06:10 PM
|
#3
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Original Poster
Rep:
|
Pilot link is a terminal program that the GUI frontends like JPilot need to communicate with your serial or usb handheld device.
The pilot-link suite of tools contains a robust library and a series of conduits for moving information between your desktop or workstation and your Palm handheld device, such as those made by Palm, Sony, Handspring, Handera, and others. It also includes language bindings for languages such as Perl, Python, and Java.
Pilot-Link Homepage
|
|
|
|
03-17-2005, 06:30 PM
|
#4
|
|
Member
Registered: Mar 2005
Distribution: slackware-current
Posts: 379
Rep:
|
Wow that's a first a gui program that is faster than the shell! Is your shell fast for everything else besides this pilot thing?
Also, when you use the pilot thing, does the shell start spitting out tones of info? A lot of times shell programs are slowed down because it can't write to your screen fast enough. You can try redirecting the output some place else. You could also use a framebuffer. Depending on your video card it will use your hardware accelearation in the shell then that text just flys by. I recommend a framebuffer though.
|
|
|
|
03-17-2005, 07:16 PM
|
#5
|
|
Member
Registered: Mar 2005
Distribution: slackware-current
Posts: 379
Rep:
|
Framebuffer will only help in the real termianasl tty1, tty2, etc. It wont help with the pty's in X.
If you use the gnome termianl or kde Konsole it just compounds the problem because they use anti alias pretty fonts and sh*t, which takes forever to scroll and output text.
xterm is ugly but much faster at scrolling text. Eterm is also one of my favorites.
|
|
|
|
03-17-2005, 07:31 PM
|
#6
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Original Poster
Rep:
|
Hmm, that framebuffer explanation makes sense. If my framebuffer is having trouble, would error logs be generated in /var/log or somewhere??
|
|
|
|
03-17-2005, 07:37 PM
|
#7
|
|
Member
Registered: Mar 2005
Distribution: slackware-current
Posts: 379
Rep:
|
Okay so it does output a lot of text then? Question number is are you even have a framebuffer? When you boot your machine do you see a pengiun in the termianl? If not you aren't using a framebuffer. I had to recompile my kernel and use an initrd.img just to get one working.
Also a prelimanary test you could do is trying running your program in xterm. If it is faster, well then you have your answer.
|
|
|
|
03-18-2005, 04:16 AM
|
#8
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Original Poster
Rep:
|
I do have text with no errors on my framebuffer screen and I do have a penguin logo when Slack boots. I just disabled this penguin logo in /etc/lilo.conf by commenting vga =771 and enabling vga = normal. Ran lilo>reboot.
Fonts were bigger and no penguin. Pilot-xfer is still slow in the terminal.
In GUI, pilot-xfer is a lot faster using an x-term window.
|
|
|
|
03-18-2005, 10:09 AM
|
#9
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Original Poster
Rep:
|
I'm thinking about re-compiling my kernel, chbin. I am using kernel 2.4.29. Which kernel did you re-compile to get the framebuffer working?
|
|
|
|
03-18-2005, 12:46 PM
|
#10
|
|
Member
Registered: Mar 2005
Distribution: slackware-current
Posts: 379
Rep:
|
Quote:
|
In GUI, pilot-xfer is a lot faster using an x-term window.
|
You know know you problem.
Some framebuffer drivers have options you can set on the to get accelerated scollling. Think mine is setting xyres, mttr, and accel in the kernel boot options. Using video = , , , , , , , ...
Read the Documentation of whatever framebuffer you are using. If you are using the generic one then when you compile your new kernel include the specific one for you video card and get rid of the generic one.
|
|
|
|
03-18-2005, 12:50 PM
|
#11
|
|
Member
Registered: Mar 2005
Distribution: slackware-current
Posts: 379
Rep:
|
To begin with just use the 2.4.29, work no prob. Have you ever compiled a kernel before. You are going to have to have detailed knowledge about you hardware.
cat /proc/pci
cat /proc/cpuinfo
cat /proc/interrupts
Hell just read a bunch of stuff in /proc and learn exactlly what is in your box, trust me it's knowledge you are going to need when you compile a new kernel.
|
|
|
|
03-18-2005, 03:44 PM
|
#12
|
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Fedora Core, Slackware, Vector Linux, Ubuntu
Posts: 1,167
Original Poster
Rep:
|
Just successfully (for the 1st time) compiled the 2.4.29 kernel last week. I am going to work off the same config file I used and do a make xconfig and just look for video cards. I'm not sure what this laptop uses-I'll look through /proc.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:44 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|