Re: can't get vesa @ 1280x800 or nv

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Brynet
Date: Saturday, November 28, 2009 - 5:27 am

Hi,

From what I can find, this is a GeForce 7150M / nForce 630M based
chipset.. xf86-video-nv does not have the product ID listed in the
attach structure, this could be due to incompability with the chipset or
maintainer neglegence (..the driver is very rarely updated).

--- xenocara/driver/xf86-video-nv/src/nv_driver.c	2009/10/10 19:17:44	1.9
+++ xenocara/driver/xf86-video-nv/src/nv_driver.c	2009/11/28 12:12:49
@@ -416,6 +416,7 @@
   { 0x10DE042D, "Quadro FX 360M" },
   { 0x10DE042E, "GeForce 9300M G" },
   { 0x10DE042F, "Quadro NVS 290" },
+  { 0x10DE0531, "GeForce 7150M nForce 630M" },
   { 0x10DE05E1, "GeForce GTX 280" },
   { 0x10DE05E2, "GeForce GTX 260" },
   { 0x10DE0600, "GeForce 8800 GTS 512" },

This might be enough to get things working, although it could also cause
your system to burst into flames.. making you go emo.

Hopefully xf86-video-nouveau shows up eventually, it matches on all
nVidia devices.. no static product list.

-Bryan.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: can't get vesa @ 1280x800 or nv, Brynet, (Sat Nov 28, 5:27 am)
Re: can't get vesa @ 1280x800 or nv, Peter Miller, (Sat Nov 28, 12:57 pm)
Re: can't get vesa @ 1280x800 or nv, Owain Ainsworth, (Wed Dec 9, 8:37 am)