Pages : 1
#1 Le 28/10/2006, à 18:54
- Jonas
Edgy + radeon libre + sortie TV
Salut
Je viens de passé mon pc multimédia sur Edgy. Et ... l'écran de la TV affiche des "lignes" comme quand il est hors fréquence/hors résolution.
Si j'utilise je driver vesa (à la place des radeon) sans rien changer d'autre dans mon xorg.conf ça fonctionne, par contre les videos sacade sérieusement.
Sous breezy j'avais patché mes drivers avec "gatos" mais je ne sait pas si ca servait à quelque chose car finalement c'était un problème de câble vidéo.
Pensez vous que gatos puisse résoudre le problème ? Les drivers ubuntu ou xorg actuelle sont-il déjà patché ? une idée pour résoudre le problème ?
Merci pour vos avis, réponse
2/3 info sur la config
carte graphique : ati 7000
mon xorg driver vesa :
# /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 "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
#/_
Section "Extensions"
Option "RENDER" "Enable"
EndSection
#_/
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105" #104
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
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 "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Driver "vesa" #ati
BusID "PCI:1:0:0"
Option "TVOutput" "PAL" #rien
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30 - 50 #rien
VertRefresh 60 - 60 #rien
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
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
Dernière modification par Jonas (Le 28/10/2006, à 18:56)
Pour poster facilement des images et fichiers sur un forum jetez un coup d'oeil ici
Hors ligne
#2 Le 29/10/2006, à 13:34
- Mateo360
Re : Edgy + radeon libre + sortie TV
je suis intéressé aussi, j'ai la même ATI Radeon 7000 sous Edgy avec les drivers libre. Par contre j'ai rien patché du tout et çà ne marche pô. C'est quoi le driver Vesa ?
INNA DI MOOD Podcast : Reggae, Hip-Hop, Electro, Afro, Mashups...
Hors ligne
#3 Le 29/10/2006, à 17:09
- Jonas
Re : Edgy + radeon libre + sortie TV
Je ne sais pas exactement. Il me semble que se sont des driver plus générique mais sans support de l'opengl.
Pour le activé il suffit d'éditer ton xorg.conf
sudo gedit /etc/X11/xorg.conf
Ensuite dans le section "Device" tu remplaces driver "ati" par driver "vesa"
Avant de bidouiller ce fichier fait en une sauvegarde (si tu foire le fichier : plus d'interface graphique)
Pour poster facilement des images et fichiers sur un forum jetez un coup d'oeil ici
Hors ligne