From: Sebastian M. <ins...@gm...> - 2005-02-11 11:31:47
|
Hello, I have a Geforce Ti4200 with a LCD attached to the DVI-Connector. My computer is running Debian with kernel 2.6.10. I compiled the = rivafb-driver into the kernel. But when I boot, I see only a black screen. debian:~# dmesg | grep rivafb Kernel command line: root=3D/dev/sda2 ro video=3Drivafb rivafb: nVidia device/chipset 10DE0253 rivafb: nVidia Corporation NV25 [GeForce4 Ti 4200] rivafb: Detected CRTC controller 0 being used rivafb: RIVA MTRR set to ON rivafb: setting virtual Y resolution to 104857 rivafb: PCI nVidia NV25 framebuffer ver 0.9.5b (64MB @ 0xE8000000) debian:~# fbset -i -fb /dev/fb0 mode "640x480-60" =A0=A0=A0 # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz =A0=A0=A0 geometry 640 480 640 32767 8 =A0=A0=A0 timings 39721 40 24 32 11 96 2 =A0=A0=A0 rgba 8/0,8/0,8/0,0/0 endmode Frame buffer device information: =A0=A0=A0 Name=A0=A0=A0=A0=A0=A0=A0 : NV25 =A0=A0=A0 Address=A0=A0=A0=A0 : 0xe8000000 =A0=A0=A0 Size=A0=A0=A0=A0=A0=A0=A0 : 67108864 =A0=A0=A0 Type=A0=A0=A0=A0=A0=A0=A0 : PACKED PIXELS =A0=A0=A0 Visual=A0=A0=A0=A0=A0 : PSEUDOCOLOR =A0=A0=A0 XPanStep=A0=A0=A0 : 1 =A0=A0=A0 YPanStep=A0=A0=A0 : 1 =A0=A0=A0 YWrapStep=A0=A0 : 0 =A0=A0=A0 LineLength=A0 : 640 =A0=A0=A0 MMIO Address: 0xfd000000 =A0=A0=A0 MMIO Size=A0=A0 : 16777216 =A0=A0=A0 Accelerator : No debian:~# fbset -i -fb /dev/fb1 mode "640x480-59" =A0=A0=A0 # D: 25.176 MHz, H: 31.469 kHz, V: 59.489 Hz =A0=A0=A0 geometry 640 480 640 480 4 =A0=A0=A0 timings 39721 48 16 39 8 96 2 =A0=A0=A0 rgba 6/0,6/0,6/0,0/0 endmode Frame buffer device information: =A0=A0=A0 Name=A0=A0=A0=A0=A0=A0=A0 : VGA16 VGA =A0=A0=A0 Address=A0=A0=A0=A0 : 0xa0000 =A0=A0=A0 Size=A0=A0=A0=A0=A0=A0=A0 : 65536 =A0=A0=A0 Type=A0=A0=A0=A0=A0=A0=A0 : VGA 16 colors in 4 planes =A0=A0=A0 Visual=A0=A0=A0=A0=A0 : PSEUDOCOLOR =A0=A0=A0 XPanStep=A0=A0=A0 : 8 =A0=A0=A0 YPanStep=A0=A0=A0 : 1 =A0=A0=A0 YWrapStep=A0=A0 : 0 =A0=A0=A0 LineLength=A0 : 80 =A0=A0=A0 Accelerator : No debian:~# cat /proc/fb 0 NV25 1 VGA16 VGA So where is my problem? Sebastian |