PDA

View Full Version : 1400x1050 resolution on a Dell Inspiron 8100



societelibre
04-22-2004, 04:30 AM
hi,

First i have to say i'm really impressed by knoppix, almost everything works fine on my Dell Inspiron 8100!

There is a small remaining problem though. My screen has a maximal 1400x1050 resolution, which I would like to use. My graphic card is the "famous" NVIDIA GeForce 2 Go 16Mb used by Dell laptops (i say famous because of all the problems I had with it on Linux... :wink: ) .

When I boot Knoppix, the display works fine, but it uses a 1024x768 resolution I think. So then I tried to pass the "screen=1400x1050" at boot time, which does make the resolution bigger, but not quite right, the display is still smaller than my screen.

My graphic card seems to be recognized fine though, as a "lspci -v" command gives

(...)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2) (prog-if 00 [VGA])
Subsystem: Dell Computer Corporation: Unknown device 00e6
Flags: bus master, VGA palette snoop, 66Mhz, medium devsel, latency 32, IRQ 11
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at <unassigned> [disabled] [size=64K]
Capabilities: [60] Power Management version 2
Capabilities: [44] AGP version 2.0
(...)

Anyone knows how I can make Knoppix boot with a 1400x1050 resolution? Should i download the NVidia driver as I normally had to do for other distros like Mandrake and Gentoo? Knoppix seems to be able to deal with this NVidia card without having to install the NVidia drivers though.

Thanks :-)

societelibre
04-22-2004, 05:00 AM
Well sorry about that I didn't search enough in the forums beforehand... I found this script written by Fabianx, see http://www.knoppix.net/forum/viewtopic.php?t=4016&start=0 :

http://debian.tu-bs.de/knoppix/live/nvidia-live.sh

to install the NVidia drivers and now everything works fine. I don't think the script installs the latest NVidia drivers though, the variable VER in it should be modified to give the latest version.

Does anyone know if this is the most recent version of the script? Will it be included by default in the next Knoppix version?