Pages : 1
#1 Le 28/03/2007, à 18:46
- petifrancais
[resolu]Gros probleme vitesse !!
Salut,
J'ai un probleme de vitesse avec ubuntu ultimate gamer edition :
Il y a des sauts d'images impressionnant ! Bon je sais pas comment expliquer mais vous avez compris....
j'ai une nvidia geforce 7300 LE et j'ai 8 fps dans sauerbraten !!!!!!
Dernière modification par petifrancais (Le 29/03/2007, à 09:46)
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#2 Le 28/03/2007, à 18:55
- K3g3rUn3kU
Re : [resolu]Gros probleme vitesse !!
envoie ton /etc/X11/xorg.conf pour voir ?
- Why drink and drive when you can smoke and fly ?
- Chut SAI MAL CA !!!
<BePower> ADSL = pas marcher = la flemme d'aller jusquau modem = disjoncteur plus pret = reboot maison
BASH FR
Hors ligne
#3 Le 28/03/2007, à 19:28
- compte supprimé
Re : [resolu]Gros probleme vitesse !!
et si tu installait la troidé?
au fait c'est quoi l'interet de la gamer edition, mis a part quelques jeux troidé préinstallés et un theme assez laid (je trouve, chacun ses gouts...)
#4 Le 28/03/2007, à 19:57
- petifrancais
Re : [resolu]Gros probleme vitesse !!
envoie ton /etc/X11/xorg.conf pour voir ? neutral
C'est quoi ça ???
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#5 Le 28/03/2007, à 20:02
- Compte anonymisé
Re : [resolu]Gros probleme vitesse !!
envoie ton /etc/X11/xorg.conf pour voir ? neutral
C'est quoi ça ???
ouvre une console et tape
gedit /etc/X11/xorg.conf
ensuite colle le contenu du fichier dans le forum
#6 Le 28/03/2007, à 21:05
- petifrancais
Re : [resolu]Gros probleme vitesse !!
# /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 "dri"
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"
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 "NVIDIA Corporation NVIDIA Default Card"
Driver "nv"
BusID "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "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
OK !
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#7 Le 28/03/2007, à 21:13
- NicoA380
Re : [resolu]Gros probleme vitesse !!
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nv"
BusID "PCI:3:0:0"
EndSection
Driver "nv" > tu n'as pas les drivers 3D d'nvidia (qui s'appel "nvidia").
Je t'invite à regarder dans la documentation du site ou sur le forum pour les installer.
Hors ligne
#8 Le 28/03/2007, à 21:24
- petifrancais
Re : [resolu]Gros probleme vitesse !!
Tu pourrait me donner le lien stp ?
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#9 Le 28/03/2007, à 22:13
- adam0509
Re : [resolu]Gros probleme vitesse !!
http://doc.ubuntu-fr.org/materiel
PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)
Hors ligne
#10 Le 28/03/2007, à 22:58
- G-rom
Re : [resolu]Gros probleme vitesse !!
c'est bien beau de faire joujou avec un nouvel OS sans lire le manuel... inconcevable !
Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.
Hors ligne
#11 Le 28/03/2007, à 23:10
- petifrancais
Re : [resolu]Gros probleme vitesse !!
c'est bien beau de faire joujou avec un nouvel OS sans lire le manuel... inconcevable !
Un nouvel os ? De quoi tu parle ?! Je suis sous linux depuis bien longtemps mais j'utiliser fedora !! Puis ce que tu dis c'est degueulasse !
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#12 Le 29/03/2007, à 01:00
- LeSmurf
Re : [resolu]Gros probleme vitesse !!
Salut,
Si tu veux tenter une installation de tes drivers Nvidia facilement et rapidement, va voir ici :
http://doc.ubuntu-fr.org/envy
Par contre, c'est encore un peu expérimentale. Cette méthode a tout de même fonctionné parfaitement sur mon poste fixe et mon laptop.
Si tu préfère une méthode plus robuste mais plus fastidieuse, va voir ici :
http://doc.ubuntu-fr.org/nvidia.run
Hors ligne
#13 Le 29/03/2007, à 09:46
- petifrancais
Re : [resolu]Gros probleme vitesse !!
Merci mais j'y suis arrivé. J'irais quand même voir tes liens !
Kubuntu 12.10 - KDE 4.9.5
Venez nous rejoindre sur le serveur minecraft zcraft.fr : http://forum.zcraft.fr/index.php
Hors ligne
#14 Le 29/03/2007, à 12:01
- G-rom
Re : [resolu]Gros probleme vitesse !!
c'est bien beau de faire joujou avec un nouvel OS sans lire le manuel... inconcevable !
Un nouvel os ? De quoi tu parle ?! Je suis sous linux depuis bien longtemps mais j'utiliser fedora !! Puis ce que tu dis c'est degueulasse !
bin non c'est pas dégueulasse, tu viens sur le forum alors que même sous fedora, même sous windows, faut installer les drivers 3D pour que ça marche. C'est du simple bon sens après d'aller voir la doc pour savoir comment faire au lieu de venir ici en premier.
Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.
Hors ligne
Pages : 1