video and language support pblm w/Puppy 2.16

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
helmet2
Posts: 7
Joined: Wed 27 Jun 2007, 09:08

video and language support pblm w/Puppy 2.16

#1 Post by helmet2 »

Hi, I have a strange problem with xorg. It's telling me that it has no problem about probing my video hardware but in the end when I enter "xwin" xorg is not starting, I have to run on xvesa.
I think it's cause of the Voodo bridge chipset. I had this problem with vector linux which was recognizing ATI but not seeing Voodo. Finally, I don't remember how, but it worked.
Anyway, I would like to know if there is a way for xorg to fully recognize my hardware.


my specs are (I'm talking of an HDD install of Puppy)
pentium3 450 katmai
128M ram
ATI 128M rage Voodoo2 Chipset bridge (might be 16M but not sure)
9G HDD
Ethernet card....

Ok, thanks. :roll:

PS : I would like to know, as well, if there is a relation between running xvesa and the fact that japanese language is not supported in an english version of Puppy 2.16.

Again thanks. :shock:

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

If you chose xorg in the xorgwizard, it should have created a /etc/X11/xorg.conf
It remains also, if you choose Xvesa again later.

So use Xvesa again to get a grafical desktop, Edit this file, replace
driver "ati"
with
driver "voodoo"
or
driver "vesa"

Then exit X, and type these comands:

Code: Select all

cd /usr/X11R7/bin
rm -f X
ln -s Xorg X
xwin
X is just a symlink to Xorg or Xvesa, so you can switch between those two by deleting it and creating a new one.
Like this you don't have to run the xorgwizard again, that would overwrite your modified xorg.conf again.

And yes, xvesa has limitations concerning international charsets.
Xorg should solve that.
Mark
Last edited by MU on Wed 27 Jun 2007, 20:49, edited 1 time in total.

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#3 Post by Dougal »

Could you please run this dotpup (download it and then just click on it), then attach here the results, so I can see how the card is recognized and change the xorgwizard to match it?

Thank you.
Attachments
HW-test.pup
(1.88 KiB) Downloaded 630 times
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

helmet2
Posts: 7
Joined: Wed 27 Jun 2007, 09:08

video card results

#4 Post by helmet2 »

Thanks for supporting,
attached to this thread, the file you asked.
Attachments
results-helmet2.tar.gz
(6.91 KiB) Downloaded 636 times

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#5 Post by Dougal »

Thanks, I'll see what I can do.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#6 Post by Dougal »

I've had a look through it and both Xvesa and ddcprobe detect your card as being rage128, which should be used with the "r128" driver.

However, I don't know where that voodoo business comes in, so maybe the problem is as you mentioned you had in Vector...
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

Post Reply