Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 20/04/2007, à 23:22

lipban

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

ça y est, la 7.04 est installée et j'ai même chargé un pilote NVIDIA mais cela a augmenté le nombre de définition d'écran, mais vers le bas : toujours impossible de monter au dessus de 1000x750.
Donc j'attend vos consignes pour passer à 1280x1024
merci d'avance, je vais me coucher
à demain


Feisty 7.04 - Hyper débutant

Hors ligne

#27 Le 21/04/2007, à 00:05

Imagine

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

Ouvre une console et poste ce que renvoie la commande

lspci

Une des entrées correspond à ta puce/carte graphique

Poste le contenu de /etc/X11/xorg.conf

cat /etc/X11/xorg.conf

ca aidera à savoir ce qu'il y a dans ton ordinateur tongue

Dernière modification par Imagine (Le 21/04/2007, à 00:06)

Hors ligne

#28 Le 21/04/2007, à 10:22

lipban

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

Bonjour,
lspci :

00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:09.0 USB Controller: NEC Corporation USB (rev 43)
01:09.1 USB Controller: NEC Corporation USB (rev 43)
01:09.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)

cat /etc/X11/xorg.conf:

# /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 xorg.conf(5) manual page.
# (Type "man 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/fonts/X11/misc"
        Fontpath        "/usr/share/fonts/X11/cyrillic"
        Fontpath        "/usr/share/fonts/X11/100dpi/:unscaled"
        Fontpath        "/usr/share/fonts/X11/75dpi/:unscaled"
        Fontpath        "/usr/share/fonts/X11/Type1"
        Fontpath        "/usr/share/fonts/X11/100dpi"
        Fontpath        "/usr/share/fonts/X11/75dpi"
        # 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            "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "oss"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "nVidia Corporation G70 [GeForce 7600 GT]"
        Driver          "nvidia"
        Busid           "PCI:2:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        Horizsync       28-51
        Vertrefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G70 [GeForce 7600 GT]"
        Monitor         "Écran générique"
        Defaultdepth    24
        SubSection "Display"
                Depth   1
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes           "1024x768"      "800x600"       "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Inputdevice     "stylus"        "SendCoreEvents"
        Inputdevice     "cursor"        "SendCoreEvents"
        Inputdevice     "eraser"        "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection

je précise que, lorsque je vais dans "Résolution écran", j'ai plus de choix que cela, sans doute lié au chargement du pilote nvidia proposé :1024x768, 800x600,640x480,960x720,960x600,928x696,896x672,832x624

Dernière modification par lipban (Le 21/04/2007, à 13:17)


Feisty 7.04 - Hyper débutant

Hors ligne

#29 Le 21/04/2007, à 12:48

Imagine

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

Pour l'installation des cartes Nvidia c'est par là big_smile

Hors ligne

#30 Le 21/04/2007, à 12:51

Imagine

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

Les balises Quote c'est pour des citations courtes, utilise plutôt les balises Code quand c'est long wink

Dernière modification par Imagine (Le 21/04/2007, à 12:51)

Hors ligne

#31 Le 21/04/2007, à 13:16

lipban

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

Imagine a écrit :

Pour l'installation des cartes Nvidia c'est par là big_smile

j'ai bien lu ce tuto (enfin, presque tout) et cela corespond bien à ce que j'ai fait. D'ailleurs, la vérif de xconf qu'ils indiquent colle parfaitement. Mais cela ne me dit toujours pas comment augmenter la définition.?:|

PS: j'ai relu et trouvé un petit paragraphe qui semble me concerner, je vais essayer de mettre en application d'ici ce soir.

Dernière modification par lipban (Le 21/04/2007, à 13:22)


Feisty 7.04 - Hyper débutant

Hors ligne

#32 Le 21/04/2007, à 15:13

lipban

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

OK, c'est bon, ça marche big_smile
Je vais passer maintenant à l'étape de rendre FF et TH communs. Mais, si j'ai des pb, je pense utiliser un autre topic.
Merci Imagine

Dernière modification par lipban (Le 21/04/2007, à 17:35)


Feisty 7.04 - Hyper débutant

Hors ligne

#33 Le 21/04/2007, à 17:22

Imagine

Re : [Résolu] aprés install sans pb, ne démarre qu'en Vista

De rien wink

Pense à marquer [Résolu] dans le titre de ton premier post

(et un espace avant:D lol:lol::lol:)

big_smile

Dernière modification par Imagine (Le 21/04/2007, à 17:25)

Hors ligne