View previous topic :: View next topic |
Author |
Message |
Hack_Benjamin Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 12 Nov 2004 Posts: 158
|
Posted: Wed Jul 13, 2005 11:18 am Post subject: BusID PCI-e |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
s0be Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/17075853323ea8499798fad.png)
Joined: 23 Nov 2002 Posts: 240
|
Posted: Wed Jul 13, 2005 11:25 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Hack_Benjamin Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 12 Nov 2004 Posts: 158
|
Posted: Wed Jul 13, 2005 11:54 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|