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.

#1 Le 06/07/2009, à 23:13

diconico07

Configuration X.org

Bonjour, pour améliorer les performances, et surtout me débarasser des freezes aléatoires (cf ce topic), l'on m'a conseillé d'étoffer mon xorg.conf, le voici tel que je l'ai actuellement (j'ai déjà appliqué quelques modifications qui fonctionnent mais ne règle pas le problème des freezes) :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed May 27 01:58:49 PDT 2009

# xorg.conf (X.Org 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 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.                                                                  
#                                                                           
# Note that some configuration settings that could be done previously       
# in this file, now are automatically configured by the server and settings 
# here are ignored.                                                         
#                                                                           
# 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"    
EndSection                                   

Section "Module"
    Load           "glx"
EndSection              

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard" 
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option      "PixmapCacheSize" "1000000"
    Option      "AllowSHMPixmaps" "0"
    BusID        "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Que dois-je rajouter et/ou modifier ?
Je précise que j'utilise un écran 16:10 acer X193w,
une carte graphique nvidia 8500GT avec 512Mo de mémoire,
de 6Go de mémoire RAM,
ainsi que d'un µprocesseur Intel core2duo cadencé à 3.00 GHz (non overclocké).

Hors ligne

#2 Le 09/07/2009, à 00:57

ljere

Re : Configuration X.org

tien voici mon xorg

# xorg.conf (X.Org 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 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
# commented out by update-manager, HAL is now used
# commented out by update-manager, HAL is now used

Section "Files"
	Fontpath    "/usr/share/fonts/X11/misc"
	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"
	Fontpath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
# 	path to defoma fonts
EndSection

Section "Monitor"
	Identifier     "Acer AL2202W"
	HorizSync       31.0 - 83.0
	VertRefresh     56.0 - 75.0
	Option         "DPMS"
	# HorizSync source: edid, VertRefresh source: edid
EndSection

Section "Screen"
	Identifier       "Acer"
	Monitor       "Acer AL2202W"
	Device        "GeForce 6600 GT"
	Option         "metamodes" "CRT: 1680x1050"
	DefaultDepth	24
	SubSection "Display"
		Depth       24
		Modes      "1680x1050"
	EndSubSection
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri" ## direct rendering
    Load    "extmod"
    Load    "freetype"
    Load    "glx" ## client GLX pour OpenGL
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "DRI"
	Mode    0666
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 "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Acer"
	Inputdevice    "Generic Keyboard"
	Inputdevice    "Configured Mouse"
EndSection

Section "Device"
	Identifier    "GeForce 6600 GT"
	Option        "AddARGBVisuals"    "True"
	Option        "AddARGBGLXVisuals"    "True"
	Option        "TripleBuffer" "True"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection

Section "ServerFlags"
	Option	"DontZap"	"False"
EndSection

j'ai que 2 giga de ram et un amd 3000+ overclocké aucun freeze


ancien PC Toshiba satellite_c670d-11 / Linux Mint 21 Vanessa
Nouveau PC ASUS TUF GAMING A17 GPU RTX 4070 CPU AMD Ryzen 9 7940HS w/ Radeon 780M Graphics / Linux Mint 21.2 Victoria / Kernel: 6.4.8-1-liquorix / Desktop: Cinnamon

Hors ligne