Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, Baklazhan, Ayumi, Hanky27), 1,387 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
experimenting with LiveCDs, need help #210217
06/09/08 02:36
06/09/08 02:36
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Hi, I know this'll seem a little silly to post here, but it's really the only forum (I'm speaking of the whole, not just Morbius) that I've been using for a while (I just wouldn't wanna seem like a complete n00b to people on a different forum).

Anyway, I've downloaded a Linux distro ISO and burned it to a cd. It boots up fine, but the only issue is that I can't use the mouse! It's the "Cool Linux CD" distribution (don't know what it's based on) that uses IceWM for its GUI. I've already done some searching for Linux mouse drivers, but to no avail. Can anyone help me with this?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: experimenting with LiveCDs, need help [Re: MrCode] #210222
06/09/08 04:13
06/09/08 04:13
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
Do you use USB or PS/2 mouse, and what brand and model?


"Yesterday was once today's tomorrow."
Re: experimenting with LiveCDs, need help [Re: Inestical] #210226
06/09/08 05:31
06/09/08 05:31
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
It's a PS/2 mouse, but the mouse brand name is too worn out to see clearly. All I can make out is "Micro" (it's not a Microsoft mouse, though). I've had the mouse for a while.

Last edited by MrCode; 06/09/08 05:32.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: experimenting with LiveCDs, need help [Re: MrCode] #210227
06/09/08 05:41
06/09/08 05:41
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
Hmm the system should be able to consider it as "Generic Mouse".

I'm not sure, but have you tried any other LiveCD or the LiveCD+Mouse at another machine?


"Yesterday was once today's tomorrow."
Re: experimenting with LiveCDs, need help [Re: Inestical] #210241
06/09/08 08:36
06/09/08 08:36
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
liveCD with IceWM? hm, made a quick search on wikipedia, it must be a rather old one.

edit - found it. it's based on gentoo. from the features list,
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers

man this is SO old, current kernel is 2.6.25.x, no wonder that certain things that should be automated by now aren't available on kernel 2.4.

try zenwalk live. i use zenwalk (the "real", not live cd) on a daily basis and it has proven to me as a reliable, rock solid and beautiful platform with the underlying simplicity of a slackware distribution. give it a try.

http://www.zenwalk.org/

Re: experimenting with LiveCDs, need help [Re: broozar] #210242
06/09/08 08:43
06/09/08 08:43
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
i think zenwalk doesn't look nearly as zen as ubuntu does wink

Re: experimenting with LiveCDs, need help [Re: Joey] #210244
06/09/08 08:52
06/09/08 08:52
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
he tried a distro that was gentoo-based and had icewm as win manager. so i thought he wanted something for older pcs that is fast (xfce instead of gnome), non-bloated (400mb iso, 1 app per task) and closer to unix (slackware instead of debian). plus, zenwalk just released version 5.2 yesterday, so it might be the most up to date distro right now.

Re: experimenting with LiveCDs, need help [Re: broozar] #210268
06/09/08 12:49
06/09/08 12:49
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
yeah, of course, ubuntu is becoming bloated more and more.

Re: experimenting with LiveCDs, need help [Re: Inestical] #210281
06/09/08 15:56
06/09/08 15:56
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Quote:
Hmm the system should be able to consider it as "Generic Mouse".

I'm not sure, but have you tried any other LiveCD or the LiveCD+Mouse at another machine?


Well, it works with Sun xVM VirtualBox, but the issue using the virtual machine is performance (you can only do so much with an emulated machine w/ 512MB RAM and 128MB video memory; my real machine has 1.5GB RAM with 512MB video memory (NVIDIA GeForce 7300 GT)).


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: experimenting with LiveCDs, need help [Re: MrCode] #210314
06/09/08 20:20
06/09/08 20:20
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Ok guys, I think I found the problem. I did a little more searching, and apparently the mouse has to be USB to work. Oh well.

But it seems strange; it said it had "USB mouse and keyboard support", so why doesn't it have issues with my keyboard, too? It's also PS/2.

Well, I have an extra one (just because, wink) that is USB, but it doesn't seem to work at all with the OS.

Last edited by MrCode; 06/09/08 20:25.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1