#26 Le 28/01/2006, à 13:35
- michel2652
Re : probleme de sortie tele
Rahhhhh :lol::lol:
Je pensais que ton xorg.conf ne se lancait pas, et que tu étais en mode texte < avant le démarrage de gdm>.
Bon pas grave.
Tape dans le terminal
sudo gedit /etc/X11/xorg.conf
puis fait un copier-coller ici de ton xorg.conf
#27 Le 28/01/2006, à 13:39
- bob29
Re : probleme de sortie tele
voila mon 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 /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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 "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA 6600 GT-TD"
Driver "nvidia"
BusID "PCI:2:0:0"
VideoRam 128000
EndSection
Section "Monitor"
Identifier "DELL P790"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA 6600 GT-TD"
Monitor "DELL P790"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
si tu trouve quelque chose c'est cool. moi je ne comprend presque rien a tout ca. pour moi c'est presque comme du chinoi.:lol:
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne
#28 Le 28/01/2006, à 13:42
- michel2652
Re : probleme de sortie tele
Est ce que tu as les drivers nvidia installés ? Ou est ce que ce sont les drivers mis par défaut par Ubuntu ?
Je te demande car le nvidia dans ton xorg.conf n'est pas d'origine....Tu l'as rentré à la main ?
#29 Le 28/01/2006, à 14:00
- bob29
Re : probleme de sortie tele
alors je n'en c'est rien c'estmon frere qui a installer ma carte graph
mais je croi qu'il a ete les choper sur le site
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne
#30 Le 28/01/2006, à 14:22
- michel2652
Re : probleme de sortie tele
Bon, si tu veux essayer l'une ces 2 solutions, j'ai repris ton xorg.conf et fais quelques modif (d'après ceux que j'utilise et qui fonctionnent bien).
Branche ta télé, puis tu copies un ou l'autre de ces xorg.conf à la place du tien, et tu redémarres ton PC.
tu fais
sudo gedit /etc/X11/xorg.conf
ensuite tu sélectionnes ce que je t'ai passé, tu le copies, tu sélectionnes TOUT le texte qui est dans ton xorg.conf, tu le supprimes et tu colles ça à la place.
- 1/ celui ci :
#
# xor.conf Bi-Ecran
#
# /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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 "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA 6600 GT-TD"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "AllowGLXWithComposite" "True"
VideoRam 131072
EndSection
Section "Device"
Identifier "NVIDIA 6600 GT-TD-1"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "AllowGLXWithComposite" "True"
VideoRam 131072
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
Screen 1
EndSection
Section "Monitor"
Identifier "DELL P790"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-75
Modeline "1280x1024@60" 83.91 1280 1312 1624 1656 800 816 824 841
DisplaySize 338 212
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "Samsung"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA 6600 GT-TD"
Monitor "DELL P790"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "NVIDIA 6600 GT-TD-1"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024""1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
- 2/ ou celui là :
#
# xorg.conf Twinview
#
# /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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 "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA 6600 GT-TD"
Driver "nvidia"
Option "DPMS"
Option "Twinview"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinviewOrientation" "RightOf"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640,480"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "CRT,TV"
Option "RenderAccel" "true"
BusID "PCI:2:0:0"
VideoRam 131072
EndSection
Section "Monitor"
Identifier "DELL P790"
HorizSync 30 - 67
VertRefresh 30 - 75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA 6600 GT-TD"
Monitor "DELL P790"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
A+
#31 Le 28/01/2006, à 16:04
- bob29
Re : probleme de sortie tele
sa ne marche avec aucune des deux solution.
donc moi j'ai fait ma petite sauce avec mon tout premier xorg.conf
et la sa marche au demarage mais des que x demare sa ne marche plus
voici mon 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 /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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 "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "UseFBDev" "true"
EndSection
Section "Device"
Identifier "TV_Device"
Driver "nvidia"
vendorName "Nvidia"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "DELL P790"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "THOMSON"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Monitor "DELL P790"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV_Device"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
voila si quelqu'un voie une ereur merci de me le faire savoir
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne
#32 Le 28/01/2006, à 16:14
- michel2652
Re : probleme de sortie tele
1/ est ce que ce sont des valeurs dont tu es sur ?
HorizSync 30-70
VertRefresh 50-160
2/ Tu ne fais pas référence au screen de ta TV
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
A+
#33 Le 30/01/2006, à 11:56
- bob29
Re : probleme de sortie tele
voici mon nouveau xorg.conf
#
# xorg.conf Twinview
#
# /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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 "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "TwinView" "true"
Option "TwinViewOrientation" "LeftOf"
VideoRam 128000
EndSection
Section "Device"
Identifier "TV_Device"
Driver "nvidia"
vendorName "Nvidia"
Option "TVOutFormat" "S-VIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "DELL P790"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "THOMSON"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Monitor "DELL P790"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "GAUCHE"
Device "TV_Device"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
sa marche avant le demarage et apres l'arret de X mais pas quand X est demarer
alos si quelqu'un a une idéé ou voi des ereurs dans xorg.conf. sa serait simpat de me filer un couop de main car la je ne sais plus quoi faire
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne
#34 Le 30/01/2006, à 13:32
- bob29
Re : probleme de sortie tele
une relance pour voir si quelqu'un a une solution
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne
#35 Le 02/02/2006, à 00:35
- bob29
Re : probleme de sortie tele
up
RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.
Hors ligne