#1 Le 25/09/2006, à 21:30
- Eupythal
[Résolu]Accélération 3D GeForce4 420Go
Après avoir moi-même beaucoup appris en lisant ce forum et le doc du site, je voudrais poster un message qui peut-être en aidera certains.
Je n'ai jamais eu de gros problèmes pour configurer mon Toshiba satellite 2410 sous Ubuntu Dapper. Ce qui m'a pris le plus de temps est d'obtenir l'accélération 3D. Comme je n'ai pas trouvé toutes les réponses sur ce forum, je me permets d'indiquer mes modifications.
L'installation des pilotes Nvidia a été réalisée grâce à la documentation ubuntu-fr : http://doc.ubuntu-fr.org/materiel/nvidia.
à ce lien :
http://linuxfrance.chez-alice.fr/toshiba.html
et à la lecture de la doc nvidia
Voici donc mon etc/modprobe.d
# Enable double-buffering so gstreamer et. al. work
options quickcam compatible=2# Default hostap to managed mode
options hostap_pci iw_mode=2
options hostap_cs iw_mode=2# Option pour drivers Nvidia sur mobile Toshiba
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=4
et une partie de mon X.org:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSectionSection "Device"
Identifier "GeForce4 420 Go"
Driver "nvidia"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "GeForce4 420 Go"
Monitor "Écran générique"
DefaultDepth 24
Option "NoLogo" "True"
Option "NoDDC" "1"
Option "ModeValidation" "DFP-0: NoEdidDFPMaxSizeCheck, NoVesaModes"
Option "IgnoreEDID" "1"
Option "DigitalVibrance" "0"
Option "ExactModeTimingsDVI" "TRUE"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Voilà j'espère que cela pourra en aider certains.
Dernière modification par Eupythal (Le 23/10/2006, à 11:09)
Toshiba Satellite S2410-515 http://fr.computers.toshiba-europe.com/ … T_ID=65534
Hors ligne
#2 Le 28/10/2006, à 00:28
- Benoit74
Re : [Résolu]Accélération 3D GeForce4 420Go
Merci pour ce post, mon problème est résolu
#3 Le 29/10/2006, à 15:55
- anwinn
Re : [Résolu]Accélération 3D GeForce4 420Go
de même je te remercie car j'ai enfin réussi
Hors ligne
#4 Le 03/11/2006, à 17:52
- Eupythal
Re : [Résolu]Accélération 3D GeForce4 420Go
Bien content que cela ait servi à quelqu'un.
Toshiba Satellite S2410-515 http://fr.computers.toshiba-europe.com/ … T_ID=65534
Hors ligne
#5 Le 20/02/2007, à 12:06
- jmc_Marseille
Re : [Résolu]Accélération 3D GeForce4 420Go
Ben ... un grand remerciement.
marche impec avec deux écrans
je poste mon xorg.conf pour la config un ou deux écrans ou meme sortie tv
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "GeForce4 420 Go"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce4 (generic)"
Driver "nvidia"
BusID "AGP:01:00:0"
Option "DPMS"
Option "NoLogo"
Option "UseEdidFreqs" "1"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
Option "CursorShadowAlpha" "63"
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-70"
#Option "ConnectedMonitor" "DFP, CRT"
#Option "OverridePolarity" "1"
#Option "TVStandard" "PAL-N"
Option "SecondMonitorVertRefresh" "60-100"
Option "TwinViewOrientation" "RightOf"
#Option "TVOutFormat" "SVIDEO"
# Switch AGP
#Option "NvAGP" "3"
#Option "GenerateRTList" "0"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
Section "Monitor"
Identifier "Écran générique"
VendorName "Plug'n Play"
ModelName "Flat Panel 1024x768"
HorizSync 31-65
VertRefresh 58-78
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Screen"
Identifier "Default Screen"
Device "GeForce4 420 Go"
Monitor "Écran générique"
DefaultDepth 24
Option "NoLogo" "True"
Option "NoDDC" "1"
Option "ModeValidation" "DFP-0: NoEdidDFPMaxSizeCheck, NoVesaModes"
Option "IgnoreEDID" "1"
Option "DigitalVibrance" "0"
Option "ExactModeTimingsDVI" "TRUE"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
voilà
Gusty 7.10 - Nvidia 7600 GS - Double Ecran - Compiz
http://parrains.linux.free.fr
Hors ligne
#6 Le 21/04/2007, à 21:30
- tovarichtch
Re : [Résolu]Accélération 3D GeForce4 420Go
Salut,
Juste une petite question, quoique fondamentale.
Quel pilote utilises-tu, nvidia-glx-legacy, nvidia-glx ou nvidia-glx-new? J'ai récemment tenté d'activer cela mais sans succès. De plus, selon les sites que j'ai consultés, ils conseillent différent pilotes.
Merci,
Hors ligne