[Dapper] : Pb with nvidia on Laptop Toshiba solved
afmdg
afmdg at yahoo.fr
Tue Mar 7 06:55:20 UTC 2006
With the ubuntuforums, I find this link
http://doc.gwos.org/index.php/Latest_Nvidia_Dapper
There is a how-to for GeForce 4 420.
I had all options in xorg.conf but with this versions of drivers, I have to add a line in /etc/modprobe.d/options
to solve this problems.
15) If you own a GeForce4 420 Go you should follow these steps:
sudo nano /etc/modprobe.d/options
Add this option at the end of the file:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=1
CTRL+O to save CTRL+X to exit
Edit your xorg.conf:
sudo nano /etc/X11/xorg.conf
get to the "Section Device" and add the following options
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "IgnoreEDID" "true"
Option "IgnoreEdidFreqs" "true"
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
Michel
afmdg wrote:
> Hi,
>
> I couldn't configure nvidia on my laptop. It 's the first time I have
> this problem since Warty.
> When I install nvidia-glx and enable it in xorg.conf, I have a black
> screen at gdm restart.
> With nv drivers, I have no problem but I want to configure 3D.
> I have a GeForce 4 420 32Mo.
> With legacy drivers, same problem but I don't think my card have to use
> legacy, only until GeForce 2.
>
> I have seen this bug I think it 's the same problem :
> https://launchpad.net/distros/ubuntu/+source/nvidia-kernel-common/+bug/6616
>
> Do you know if Nvidia works on laptop with Dapper ?
>
> 0000:01:00.0 VGA compatible controller: nVidia Corporation NV17
> [GeForce4 420 Go] (rev a3) (prog-if 00 [VGA])
> Subsystem: Toshiba America Info Systems: Unknown device 0001
> Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
> Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
> Memory at dc000000 (32-bit, prefetchable) [size=64M]
> Memory at dbf80000 (32-bit, prefetchable) [size=512K]
> Expansion ROM at dbf00000 [disabled] [size=128K]
> Capabilities: <available only to root>
>
> Feb 19 21:12:53 localhost kernel: [4294693.523000] nvidia: module
> license 'NVIDIA' taints kernel.
> Feb 19 21:12:53 localhost kernel: [4294693.529000] ACPI: PCI Interrupt
> Link [LNKG] enabled at IRQ 10
> Feb 19 21:12:53 localhost kernel: [4294693.529000] PCI: setting IRQ 10
> as level-triggered
> Feb 19 21:12:53 localhost kernel: [4294693.529000] ACPI: PCI Interrupt
> 0000:01:00.0[A] -> Link [LNKG] -> GSI 10 (level, low) -> IRQ 10
> Feb 19 21:12:53 localhost kernel: [4294693.529000] NVRM: loading NVIDIA
> Linux x86 NVIDIA Kernel Module 1.0-8178 Wed Dec 14 16:22:51 PST 2005
> Feb 19 21:12:53 localhost kernel: [4294693.529000] NVRM: PAT index 1
> already configured for Write-Combining!
> Feb 19 21:12:53 localhost kernel: [4294693.529000] NVRM: Aborting, due
> to PAT already being configured
> Feb 19 21:12:53 localhost kernel: [4294693.564000] agpgart: Detected an
> Intel i845 Chipset.
> Feb 19 21:12:53 localhost kernel: [4294693.579000] agpgart: AGP aperture
> is 256M @ 0xe0000000
>
> I try some options on xorg.conf with no result. I don't think problem ar
> here.
> Section "Module"
> # Load "GLcore"
> Load "bitmap"
> Load "ddc"
> # Load "dri"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> EndSection
>
> Section "Device"
> Identifier "NVIDIA Corporation NV17 [GeForce4 420 Go]"
> Driver "nvidia"
> BusID "PCI:1:0:0"
> # Option "NoLogo"
> # Option "FlatPanelProperties" "Scaling = native"
> # Override DDC
> # Option "NoDDC" "1"
> # Option "IgnoreEDID" "1"
> # Important when using "TFT
> Option "GenerateRTList" "0"
> Option "OverridePolarity" "1"
> # Switch AGP
> Option "NvAGP" "1"
> Option "RenderAccel" "false"
> # Some Pointer Eyecandy
> Option "CursorShadow" "1"
> Option "CursorShadowAlpha" "63"
> Option "CursorShadowYOffset" "2"
> Option "CursorShadowXOffset" "4"
> # Picture Improvement
> Option "DigitalVibrance" "0"
> Option "TwinView" "1"
> Option "SecondMonitorHorizSync" "30-50"
> Option "SecondMonitorVertRefresh" "60"
> Option "TwinViewOrientation" "Clone"
> Option "ConnectedMonitor" "DFP, CRT"
> Option "TVStandard" "PAL"
> Option "MetaModes" "1024x768 @1024x768,1024x768
> @1024x768;1024x768 at 1024x768,800x600 at 800x600;800x600 at 800x600,1024x768 at 1024x768"
> EndSection
>
> Thanks,
>
> Michel
>
>
>
>
>
>
>
> ___________________________________________________________________________
> Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
> Téléchargez sur http://fr.messenger.yahoo.com
>
>
>
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
More information about the ubuntu-users
mailing list