I have an nVidia gForce Fx 5600 XT and cannot get the latest driver so that OpenGL will work on this machine. Also How do you know if your hyperthreading is enable in linux. I have it enabled in the bios.
Announcement
Collapse
No announcement yet.
nVidia graphics cards & Hyper Threading WTF?
Collapse
This topic is closed.
X
X
-
Re: nVidia graphics cards & Hyper Threading WTF?
Hi,
For processor, you should see two with this command :
sudo lshw -class CPU
About nvidia driver, you should take a look in wiki to install nvidia driver. Here is the link :
https://help.ubuntu.com/community/Bi...erHowto/Nvidia
Hope it helps
- Top
- Bottom
-
Re: nVidia graphics cards & Hyper Threading WTF?
when i type the command for the processor i get this:
*-cpu
description: CPU
product: Intel(R) Pentium(R) 4 CPU 2.80GHz
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: 15.2.9
slot: Socket 478
size: 2800MHz
capacity: 3066MHz
width: 32 bits
clock: 200MHz
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
configuration: id=0
*-logicalcpu:0
description: Logical CPU
physical id: 0.1
width: 32 bits
capabilities: logical
*-logicalcpu:1
description: Logical CPU
physical id: 0.2
width: 32 bits
capabilities: logical
Does this mean that I have two processors running so that hyperthreading is working properly?
- Top
- Bottom
Comment
-
Re: nVidia graphics cards & Hyper Threading WTF?
I think yes cause you have two logical units...
Anyway to be sure, open a konsole, type in "top"
Then when you will see the control center (kind of) type "1". If you see instead of cpu, cpu0 and cpu1, it's good... at least it's like this on my dual core.
Hope it helps
- Top
- Bottom
Comment
-
Re: nVidia graphics cards & Hyper Threading WTF?
I found this script, I believe linked from winehq.org, which installs the most current nvidia drivers for you.
Envy
After you install it, bring up a konsole:
Code:$ envy password: <enter your PW>
Code:login: <username> password: <enter your PW again> $ envy
- Top
- Bottom
Comment
Comment