Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
BusID PCI-e
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Hack_Benjamin
Apprentice
Apprentice


Joined: 12 Nov 2004
Posts: 158

PostPosted: Wed Jul 13, 2005 11:18 am    Post subject: BusID PCI-e Reply with quote

Just a quick question-
whats the correct BudID to stick in xorg.conf for a pci-e nvidia geforce 6600 (vanilla)?
and what other options work well?
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Wed Jul 13, 2005 11:25 am    Post subject: Reply with quote

Code:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV41.8 [GeForce Go 6800] (rev a2)

is what lspci shows on my system

Code:

Section "Device"
        Identifier      "nVidia Geforce Go 6800"
# see /usr/share/doc/NVIDIA_GLX-1.0/README
#       Driver          "nv"
        Driver          "nvidia"
        BoardName       "Geforce Go 6800"
        BusID           "PCI:1:0:0"
        Option          "RenderAccel" "True"
#       Option          "AllowGLXWithComposite" "True"
# The native AGP should be faster, as long as it works.
#       Option          "NvAGP"                 "1"
        Option          "Coolbits" "1"
EndSection


is the pertinant info from my xorg.conf
Back to top
View user's profile Send private message
Hack_Benjamin
Apprentice
Apprentice


Joined: 12 Nov 2004
Posts: 158

PostPosted: Wed Jul 13, 2005 11:54 am    Post subject: Reply with quote

cheers, had most of it except coolbits and the busid. it now reads:

Section "Device"
Identifier "NVIDIA GeForce"
BusID "PCI:1:0:0"
Driver "nvidia"
Option "CursorShadow" "1"
Option "RenderAccel" "1"
Option "XvmcUsesTextures" "1"
Option "AllowGLXWithComposite" "1"
Option "NoPowerConectorCheck" "1"
Option "NoBandwidthTest" "1"
Option "Coolbits" "1"
VideoRam 131072
EndSection

works a treat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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