Opened 17 years ago
Closed 15 years ago
#1518 closed bug (fixed)
nVidia driver does not work with N7600GS card
Reported by: | hitech | Owned by: | rudolfc |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Graphics/nVidia | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
I'm using the AGP graphics card ASUS N7600GS Silent based on nVidia chipset. The Haiku driver is not working in Zeta 1.21. I receive screen resolution of 800x600, 8 bits color and 60 Hz refresh rate, and I can't change it.
Interesting, but this card is listed among supported ones:
In "Devices" system tool, under "VGA", I have "Vendor: Nvidia Corporation (0x10de)" and "Card ID: 0x2e1". It also states that I have no resource conflicts.
In file http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/add-ons/kernel/drivers/graphics/nvidia/driver.c, this card ID is listed among supported:
. . . . . . . . . static uint16 nvidia_device_list[] = { . . . . .
0x02e1, /* Nvidia GeForce 7600 GS */
. . . . . . }
Apparently, either the driver does not recognize my graphics card correctly, or?..
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi,
I'm responding a bit late, sorry.. ;-) Anyhow, just looked over the current drivercode: this device is supported and should work these days.
Closing bug. Please re-open if there is still a problem!
Thanks,
Rudolf.