Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Drivers question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Sat Nov 26, 2005 4:22 pm    Post subject: Drivers question Reply with quote

Hi ,

i'm new to gentoo and i want to try and install it on my older computer.
i have a "voodoo 2" video card and i wanted to ask if there are drivers that support the card and if there is something special i need to do while installing.

thanks
Back to top
View user's profile Send private message
davidgurvich
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1063

PostPosted: Sat Nov 26, 2005 4:36 pm    Post subject: Reply with quote

There is support in the kernel and xorg for voodoo3, but I am uncertain what contortions are necessary for voodoo2.
Back to top
View user's profile Send private message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Sun Nov 27, 2005 8:16 am    Post subject: Reply with quote

if i can see during the loading of the livecd untill i get the root prompt does that mean it recognizes it ?
Back to top
View user's profile Send private message
davidgurvich
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1063

PostPosted: Sun Nov 27, 2005 5:22 pm    Post subject: Reply with quote

I don't believe the livecd has X. However, it does have support for most modules, so if you do an lsmod to see what is loaded that may help.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Nov 27, 2005 6:59 pm    Post subject: Reply with quote

As far as I know, the voodoo1 and voodoo2 chips are 3D accelerators only. Your other video card will be used for all 2D graphics and for the text console.
Back to top
View user's profile Send private message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Mon Nov 28, 2005 8:31 am    Post subject: Reply with quote

Hi ,

first thanks for the replies.
the card is not just an accelerator its a standalone card plus 3d accelerator.
I previously had Ubuntu installed while using the onboard video card (which got messed up) and when i tried to load ubuntu with the Voodoo 2 card i see fine until its supposed to show the login screen and then i only see a black screen with a cursor on the top left corner.
i'm worried after finishing installing gentoo that the same will happen once i install gnome.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon Nov 28, 2005 2:58 pm    Post subject: Reply with quote

ne0_2k wrote:
the card is not just an accelerator its a standalone card plus 3d accelerator.

It would be helpful to see the output of "lspci". Your 1 video card has 2 separate video chips.
Back to top
View user's profile Send private message
sundialsvc4
Guru
Guru


Joined: 10 Nov 2005
Posts: 436

PostPosted: Mon Nov 28, 2005 6:07 pm    Post subject: Reply with quote

And... y'know... video cards don't have to be that expensive... Unless you are in the "g4m3rZ ruL3Z!" society .. ;) .. it might be simplest to replace the card with a slightly newer one if you encounter too many problems with the one that you have.

The LiveCD will, I believe, load a video driver even though it doesn't use video by default. lsmod, and the kernel log, will tell you what it found ... and/or how it struggled valiantly but failed in the attempt.
Back to top
View user's profile Send private message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Thu Dec 01, 2005 9:38 am    Post subject: Reply with quote

ok gnome does work with the video card. i would like to know though what driver it is using. is there a way to access like a windows "device manager" to see what drivers are being used for my devices ?
Back to top
View user's profile Send private message
davidgurvich
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1063

PostPosted: Thu Dec 01, 2005 4:01 pm    Post subject: Reply with quote

The only drivers that are used for hardware are either compiled into the kernel or loaded as external modules. You can use lsmod to see what modules are loaded.

For the X-server the situation is slightly different. The X package contains many generic video drivers which work quite well for 2D. However, for full 3d accel. you may have to install proprietary drivers. Frequently, there can be difficulties there.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Fri Dec 02, 2005 1:00 am    Post subject: Reply with quote

ne0_2k wrote:
ok gnome does work with the video card. i would like to know though what driver it is using.

Code:
# less /var/log/Xorg.0.log

Scrolling through the log should show you all kinds of info like this (I have an ATI card in this machine).
Code:
(II) LoadModule: "ati"
(II) Loading /usr/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 6.5.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
...
(II) Primary Device is: PCI 03:00:0
(II) ATI:  Candidate "Device" section "Card0".
(WW) RADEON: No matching Device section for instance (BusID PCI:3:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
...
etc.
Back to top
View user's profile Send private message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Fri Dec 02, 2005 8:48 am    Post subject: Reply with quote

cyrillic wrote:
ne0_2k wrote:
ok gnome does work with the video card. i would like to know though what driver it is using.

Code:
# less /var/log/Xorg.0.log

Scrolling through the log should show you all kinds of info like this (I have an ATI card in this machine).
Code:
(II) LoadModule: "ati"
(II) Loading /usr/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 6.5.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
...
(II) Primary Device is: PCI 03:00:0
(II) ATI:  Candidate "Device" section "Card0".
(WW) RADEON: No matching Device section for instance (BusID PCI:3:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
...
etc.


ok thanks i'll try that.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum