Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ATI] TV-out radeon X700 : comment on l'active ? (résolu)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 4:41 pm    Post subject: [ATI] TV-out radeon X700 : comment on l'active ? (résolu) Reply with quote

J'arrive pas à activer la sortie TV sur mon ordinateur portable.
J'ai une ATI Radeon X700 Mobility
Pour les drivers, j'ai simplement fait emerge ati-drivers et emerge ati-drivers-extra
la version que j'ai en ce moment est la 8.18.6 pour ati-drivers
Dans l'ATI Control Panel j'ai essayé un peu tout dans l'onglet TVout mais rien ne marche
Voici mon xorg.conf (un copain m'a aidé à le faire parce que je comprends pas grand chose) :
Code:
# Begin /etc/X11/xorg.conf

# Main Configuration
Section "ServerLayout"
   Identifier   "Coruscant-Specific X.Org Configuration"
   Screen      "Main Screen"
   InputDevice   "French Standard 105 Keys Keyboard"
   InputDevice   "Mice"
EndSection

# Paths to RGB Files, Modules and Fonts
Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"

   # Standard X11 Fonts (Unscaled Bitmap and Vector)
   #FontPath   "/usr/share/fonts/100dpi/:unscaled"
   #FontPath   "/usr/share/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/misc/:unscaled"
   FontPath   "/usr/share/fonts/TTF/"
   FontPath   "/usr/share/fonts/Type1/"
   #FontPath   "/usr/share/fonts/CID/"
   #FontPath   "/usr/share/fonts/local/"

   # Extra Fonts
   FontPath   "/usr/share/fonts/default/ghostscript/"
   FontPath   "/usr/share/fonts/arphicfonts/"
   FontPath   "/usr/share/fonts/baekmuk-fonts/"
   FontPath   "/usr/share/fonts/cyrillic/"
   FontPath   "/usr/share/fonts/kochi-substitute/"
   FontPath   "/usr/share/fonts/ukr/"
   FontPath   "/usr/share/fonts/freefont/"
   FontPath   "/usr/share/fonts/corefonts/"
   FontPath   "/usr/share/fonts/wine/"
   FontPath   "/usr/share/fonts/texcm-ttf/"
   FontPath   "/usr/share/fonts/mathematica-fonts/"

   # Standard Scaled Bitmap X11 Fonts
   #FontPath   "/usr/share/fonts/100dpi/"
   #FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/misc/"

   # Java Fonts
   #FontPath   "/opt/jdk/jre/lib/fonts/"
EndSection

# Modules
Section "Module"
   # DRI/GLX
   Load      "glx"
   Load      "dri"

   # Extensions
   SubSection "extmod"
      Option   "omit xfree86-dga"
   EndSubSection
   Load      "dbe"

   # Font Drivers
   Load      "freetype"
EndSection

# Extensions
Section "Extensions"
   #Option      "Composite"   "On"
EndSection

# Direct Rendering Infrastructure
Section "DRI"
   # Give Access to Everyone
   Mode      0666
EndSection

# Keyboard
Section "InputDevice"
   Identifier   "French Standard 105 Keys Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"

   Option      "Protocol"      "Standard"
   Option      "AutoRepeat"      "250 30"

   Option      "XkbModel"      "pc105"
   Option      "XkbLayout"      "fr"
EndSection

# USB Mice
Section "InputDevice"
   Identifier   "Mice"
   Driver      "mouse"
   Option      "CorePointer"

   Option      "Protocol"      "ExplorerPS/2"
   Option      "Device"      "/dev/input/mice"
   Option      "Buttons"      "7"
   Option      "ZAxisMapping"      "6 7"
EndSection

# Monitor
Section "Monitor"
   # Device Informations
   Identifier   "Flat Panel"
   VendorName   "Generic"
   ModelName   "Flat Panel"

   # Options
   Option      "DPMS"         "On"

   # 60 Hz only for digital display
   HorizSync   31.5-64
   VertRefresh   60

   ModeLine   "1280x800"      71.0 1280 1328 1360 1440 800 803 809 823 +hsync -vsync
EndSection

# Graphic Device (First Screen)
Section "Device"
   # Device Informations
   Identifier   "ATI Mobility Radeon X700"
   VendorName   "ATI"
   BoardName   "Mobility Radeon X700"
   Driver      "fglrx"
   #Driver      "ati"
   #BusID      "PCI:2:0:0"

   # Options
   #Option      "ShadowFB"      "On"
   #Option      "DefaultRefresh"   "On"

   # XAA/DRI
   Option      "no_accel"      "Off"
   Option      "no_dri"      "Off"
   Option      "mtrr"         "Off"

   # Dual Display
    Option "DesktopSetup"               "Single"
   #Option      "MonitorLayout"      "TMDS, CRT"
   Option      "MonitorLayout"      "TMDS"
   Option      "IgnoreEDID"      "Off"
   Option      "ScreenOverlap"      "Off"

   # OpenGL Overlay
   #     Note: When OpenGL Overlay is enabled, Video Overlay will be
   #     disabled automatically
   Option      "OpenGLOverlay"      "Off"

   # Video Overlay for the Xv extension
   Option      "VideoOverlay"      "On"

   # TV-out Management
   Option      "NoTV"         "On"
    Option "TVStandard"                 "PAL-D"

   # FSAA
   #Option      "EnablePrivateBackZ"   "On"
   #Option      "FSAAEnable"      "On"
   #Option      "FSAAScale"      "4"
   #Option      "FSAADisableGamma"   "On"

   # PnP Monitor / Power Saving
   Option      "NoDDC"         "Off"
   Option      "DPMS"         "On"
EndSection

# Main Screen
Section "Screen"
   # Screen Devices
   Identifier   "Main Screen"
   Device      "ATI Mobility Radeon X700"
   Monitor      "Flat Panel"

   # Options
   Option      "BackingStore"      "On"
   Option      "DPMS"         "On"

   DefaultColorDepth   24
   SubSection "Display"
      Depth   24
      Modes   "1280x800"
   EndSubSection
EndSection

# End /etc/X11/xorg.conf

_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)


Last edited by nykos on Sun Nov 06, 2005 10:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
creuvard
Apprentice
Apprentice


Joined: 14 May 2004
Posts: 211
Location: Bordeaux

PostPosted: Sun Oct 23, 2005 5:39 pm    Post subject: Reply with quote

t'as essayé avec atitvout ?

Code:

*  media-tv/atitvout
      Latest version available: 0.4
      Latest version installed: 0.4
      Size of downloaded files: 26 kB
      Homepage:    http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/
      Description: Linux ATI TV Out support program
      License:     GPL-2
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 6:14 pm    Post subject: Reply with quote

Code:
!!! All ebuilds that could satisfy "atitvout" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-tv/atitvout-0.4 (masked by: missing keyword)
- media-tv/atitvout-0.4-r1 (masked by: missing keyword)


apparemment c'est pas dispo pour moi
ca marche pas avec un amd64 d'après leur site
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Sun Oct 23, 2005 6:45 pm    Post subject: Reply with quote

Euh, ça viendrait de là, que ça m'étonnerait pas:
Code:
# TV-out Management
   Option      "NoTV"         "On"

Repasse un coup de fglrxconfig, tu verras, ça ira mieux :) (sauvegarde ton fichier actuel avant).

Le panneau ati-crivers-extra est à chier, à chaque fois que je l'ai lancé, j'ai eu une crasse. La dernière fois c'était... aujourd hui. Promis, j'arrête.
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)


Last edited by El_Goretto on Sun Oct 23, 2005 6:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 6:46 pm    Post subject: Reply with quote

fglrxconfig marche pas chez moi
en fait il propose pas ma résolution : 1280*800
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Sun Oct 23, 2005 6:48 pm    Post subject: Reply with quote

Pour la résolution, ça se corrige à la main, çà, c'est pas compliqué.
Mais marche pas, t'entends quoi par là?
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 6:53 pm    Post subject: Reply with quote

ben j'avais essayé et déjà je savais pas quoi dire dans la moitié des champs !
et puis pour la résolution on a du calculer la Modeline à la main
moi j'aimerai juste savoir quel options il faut pour que la tvout marche
j'ai essayé plein de trucs que j'ai lu dans d'autres post mais rien ne marche :(
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
kopp
Advocate
Advocate


Joined: 09 Apr 2004
Posts: 2885
Location: Grenoble, France

PostPosted: Sun Oct 23, 2005 6:57 pm    Post subject: Reply with quote

et bah, essaye d'enlever l'option mentionnée par el_goretto : Option "NoTV" "On" ... peut être que ça ira mieux déjà...
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Sun Oct 23, 2005 6:59 pm    Post subject: Reply with quote

nykos wrote:
ben j'avais essayé et déjà je savais pas quoi dire dans la moitié des champs !
et puis pour la résolution on a du calculer la Modeline à la main

J'ai jamais touché aux modelines. fglrxconfig est vraiment bien. C'est surtout bien moins pénible que de faire le xorg.conf à la main.
nykos wrote:
moi j'aimerai juste savoir quel options il faut pour que la tvout marche

Tu as vu mon 1er message ici?
Et je recommence: passe par fglrxconfig pour voir ce qu'il fait qd tu configures ta sortie TV avec lui. Tu récupères la portion intéressante, et tu la mets dans ton fichier actuel.
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 7:09 pm    Post subject: Reply with quote

bon j'ai essayé avec flrxconfig mais la tvout marchait pas
la résolution était pas bonne
j'ai essayé de changer une option puis j'ai remis et ca marchait plus :(
j'ai essayé en virant l'option notv et ca marche pas non plus
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Sun Oct 23, 2005 7:19 pm    Post subject: Reply with quote

bon j'ai aussi essayé avec ca :
Code:
# Graphic Device (First Screen)
Section "Device"
   # Device Informations
   Identifier   "ATI Mobility Radeon X700"
   VendorName   "ATI"
   BoardName   "Mobility Radeon X700"
   Driver      "fglrx"
   #Driver      "ati"
   #BusID      "PCI:2:0:0"

   # Options
   #Option      "ShadowFB"      "On"
   #Option      "DefaultRefresh"   "On"

   # XAA/DRI
   Option      "no_accel"      "Off"
   Option      "no_dri"      "Off"
   Option      "mtrr"         "Off"

   # Dual Display
   Option      "DesktopSetup"      "clone"
   #Option      "DesktopSetup"      "Single"
   #Option      "MonitorLayout"      "AUTO,AUTO"
   #Option      "MonitorLayout"      "TMDS, CRT"
   Option      "MonitorLayout"      "TMDS"
   Option      "IgnoreEDID"      "Off"
   Option      "ScreenOverlap"      "Off"
   
   # OpenGL Overlay
   #     Note: When OpenGL Overlay is enabled, Video Overlay will be
   #     disabled automatically
   Option      "OpenGLOverlay"      "Off"

   # Video Overlay for the Xv extension
   Option      "VideoOverlay"      "On"

   # TV-out Management
   #Option      "NoTV"         "On"
       #Option "TVStandard"                 "PAL-D"
    Option "TVFormat"                   "PAL-D"     
    Option "TVStandard"                 "VIDEO"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
   
   # FSAA
   #Option      "EnablePrivateBackZ"   "On"
   #Option      "FSAAEnable"      "On"
   #Option      "FSAAScale"      "4"
   #Option      "FSAADisableGamma"   "On"

   # PnP Monitor / Power Saving
   Option      "NoDDC"         "Off"
   Option      "DPMS"         "On"
EndSection


ca marche tjs pas :(
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Sun Oct 23, 2005 8:12 pm    Post subject: Reply with quote

nykos wrote:
bon j'ai essayé avec flrxconfig mais la tvout marchait pas
la résolution était pas bonne
j'ai essayé de changer une option puis j'ai remis et ca marchait plus :(
j'ai essayé en virant l'option notv et ca marche pas non plus

Je sais, c'est frustrant, et je te garantie que je comprends ce que tu traverses. Donc ne prends pas trop méchamment ce qui suit.

Mais permets moi de te dire ceci: tu n'es pas assez rigoureux. On ne peut pas t'aider si tu nous sors des "ca marche pas". La citation par exemple: tu sous-entends que la résolution n'étant pas bonne, pour toi tu considères que ça marche pas? Ou alors ya vraiment rien d'affiché? Et la résolution de quoi d'ailleurs? La TV, l'écran?

Ensuite, tu massacres ton xorg.conf qui a été généré ya perpette par un coup de fglrxconfig (et encore, c'est peut être du copier collé, ya plein de vieilles options qui trainent). Si tu persistais avec fglrxconfig, tu verrais qu'il ne suffit pas de commenter une option qui est à "on". Il faut les mettre à off. Je me suis résigné à relancer fglrxconfig du 8.18.6 quand j'ai vu les différences du xorg.conf qu'il générait, d'avec ses prédécesseurs. Il y a des options qui ont changé de syntaxe, d'autres qui ont disparu.

Tel que tu montre ton xorg.conf, il te manque plein de paramètres rien que pour le paramètrage de la sortie TV. Ne mets pas en commentaire n'importe quoi.
Si tu veux expérimenter de façon efficace les diverses options, passe par fglrxconfig. (Rien que pour la sortie TV, tu as le format PAL/etc à choisir, ainsi qu'un autre truc (je sais mm pas à quoi ça sert, d'où l'intérêt de jouer avec)).
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
Marsu
Guru
Guru


Joined: 18 Jun 2003
Posts: 329
Location: Lyon

PostPosted: Sun Oct 23, 2005 9:38 pm    Post subject: Reply with quote

j'ai réussi ce matin à faire marcher la sortie TV de ma radeon 9600 mobility, je pense que ça doit marcher pareil pour les deux.
Avant tout, il faut savoir que tu ne peux pas faire marcher à la fois le LCD et la Télé (je sais pas pourquoi d'ailleurs)

après, il faut faire un autre fichier de conf pour le lancement avec la télé :
http://vmaster.free.fr/tvxorg.conf

après tu l'enregistre dans le rep /etc/X11

puis (bon, c'est récent alors j'ai pas eu le temps de peaufiner la solution hein) tu désactives ton serveur X

et tu le relance avec
Code:
#startx -- -config tvxorg.conf


là, tu auras l'image sur la télé et pas sur le portable puis en quittant le serveur, tu retrouveras ton image sur le portable

Rq) Le MonitorLayout "AUTO,AUTO" ne fonctionne pas, du moins pas chez moi, il faut faire un "NONE,AUTO" pour avoir une image regardable
Rq2) En france, je crois que c'est PAL-N (c'est ce que j'ai mis chez moi pour que ça marche)
_________________
qui ne tente rien n'a rien
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Sun Oct 23, 2005 10:33 pm    Post subject: Reply with quote

Marsu wrote:
Rq) Le MonitorLayout "AUTO,AUTO" ne fonctionne pas, du moins pas chez moi, il faut faire un "NONE,AUTO" pour avoir une image regardable
Rq2) En france, je crois que c'est PAL-N (c'est ce que j'ai mis chez moi pour que ça marche)

Rq) pas bon, ce paramètre n'existe plus en 8.18.6. C'est dommage, c'était bien pratique parfois.
Rq) +1. Ca donne pour fglrxconfig:
Code:
Option "TVFormat"                   "PAL-N"
Option "TVStandard"                 "PAL-D"

_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
Marsu
Guru
Guru


Joined: 18 Jun 2003
Posts: 329
Location: Lyon

PostPosted: Mon Oct 24, 2005 2:14 pm    Post subject: Reply with quote

faudra que je regarde comment on fait avec le nouveau driver alors (d'un coup, j'ai plus envie d'upgrader là ...)
si t'as une idée de comment on fait, dis le moi, à moins qu'ils aient réussi à faire mieux : avoir les deux en même temps ou rediriger un second serveur X sur la TV
_________________
qui ne tente rien n'a rien
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Mon Oct 24, 2005 3:20 pm    Post subject: Reply with quote

Merci à toi Marsu, en modifiant ton fichier j'ai réussi a lancer X sur ma TV
je vais essayer d'approfondir pour avoir les 2 interfaces ou simplifier le changement de l'une a l'autre

El_goretto : je suis tout à fait d'accord que ma méthode pour résoudre le problème est peut-être pas la meilleure qui soit
mais en fait j'ai énormément galéré pour configurer mon interface graphique et pourtant j'avais un gars qui s'y connait plutot bien avec moi
c'est pour ca que je veux partir de mon fichier xorg.conf que j'ai déja, car avec fglrxconfig j'ai essayé plein de configs et aucune n'a marché pour moi :
la résolution est pas la bonne et dès que j'essaye de la règler X démarre plus et ce genre de choses...
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Mon Oct 24, 2005 3:28 pm    Post subject: Reply with quote

La dernière fois que j'ai vraiment branché une TV sur le sortie SVHS de ma 9800 pro, c'était il y a un an...
Donc je ne peux pas vous aiguiller plus, que de vous dire: mode clone et configurer la tv par fglrxconfig. Après, y a peut être sur vos portables des combinaisons de touches qui fonctionnent en hardware, je pense surtout à "fn+sortieTV".

A l'époque, j'avais bien les 2 affichages, mais que de la video sur l'affichage principal (d'où l'intérêt du paramètre qui n'existe plus, monitorlayout).

De toute façon, la règle c'est: backup du fichier xorg.conf à chaque changement de driver fglrx, surtout quand on en a un qui marche. J'en ai un bonne collection (dual screen ou pas, radeon ou fglrx, versions de fglrx, etc)
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Mon Oct 24, 2005 4:08 pm    Post subject: Reply with quote

ben si jamais t'as des xorg.conf en rab je veux bien regarder :)
en tout cas j'ai l'impression de m'approcher du but
avant j'ai réussi par je ne sais quel miracle par switcher un affichage bugé de mon écran à la TV avec la touche Fn+écran
par contre ca marche plus du tout la
dès que j'essaye de rajouter un truc genre DesktopSetup ou MonitorLayout ca bug
qqn peut m'expliquer a quoi servent exactement ces 2 options, et quels champs on peut y mettre?
en tout cas voici mon nouveau xorg.conf
si vous voyez une abération ou un truc bizarre par rapport a ma config et a ce que je veux faire hésitez pas à m'en faire part

Code:
# Begin /etc/X11/xorg.conf

# Paths to RGB Files, Modules and Fonts
Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"

   # Standard X11 Fonts (Unscaled Bitmap and Vector)
   #FontPath   "/usr/share/fonts/100dpi/:unscaled"
   #FontPath   "/usr/share/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/misc/:unscaled"
   FontPath   "/usr/share/fonts/TTF/"
   FontPath   "/usr/share/fonts/Type1/"
   #FontPath   "/usr/share/fonts/CID/"
   #FontPath   "/usr/share/fonts/local/"

   # Extra Fonts
   FontPath   "/usr/share/fonts/default/ghostscript/"
   FontPath   "/usr/share/fonts/arphicfonts/"
   FontPath   "/usr/share/fonts/baekmuk-fonts/"
   FontPath   "/usr/share/fonts/cyrillic/"
   FontPath   "/usr/share/fonts/kochi-substitute/"
   FontPath   "/usr/share/fonts/ukr/"
   FontPath   "/usr/share/fonts/freefont/"
   FontPath   "/usr/share/fonts/corefonts/"
   FontPath   "/usr/share/fonts/wine/"
   FontPath   "/usr/share/fonts/texcm-ttf/"
   FontPath   "/usr/share/fonts/mathematica-fonts/"

   # Standard Scaled Bitmap X11 Fonts
   #FontPath   "/usr/share/fonts/100dpi/"
   #FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/misc/"

   # Java Fonts
   #FontPath   "/opt/jdk/jre/lib/fonts/"
EndSection

# Modules
Section "Module"
   # DRI/GLX
   Load      "glx"
   Load      "dri"

   # Extensions
   SubSection "extmod"
      Option   "omit xfree86-dga"
   EndSubSection
   Load      "dbe"

   # Font Drivers
   Load      "freetype"
EndSection

# Extensions
Section "Extensions"
   #Option      "Composite"   "On"
EndSection

# Direct Rendering Infrastructure
Section "DRI"
   # Give Access to Everyone
   Mode      0666
EndSection

# Keyboard
Section "InputDevice"
   Identifier   "French Standard 105 Keys Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"

   Option      "Protocol"      "Standard"
   Option      "AutoRepeat"      "250 30"

   Option      "XkbModel"      "pc105"
   Option      "XkbLayout"      "fr"
EndSection

# USB Mice
Section "InputDevice"
   Identifier   "Mice"
   Driver      "mouse"
   Option      "CorePointer"

   Option      "Protocol"      "ExplorerPS/2"
   Option      "Device"      "/dev/input/mice"
   Option      "Buttons"      "7"
   Option      "ZAxisMapping"      "6 7"
EndSection

# Monitor
Section "Monitor"
   # Device Informations
   Identifier   "Flat Panel"
   VendorName   "Generic"
   ModelName   "Flat Panel"

   # Options
   Option      "DPMS"         "On"

   # 60 Hz only for digital display
   HorizSync   31.5-64
   VertRefresh   60

   ModeLine   "1280x800"      71.0 1280 1328 1360 1440 800 803 809 823 +hsync -vsync
EndSection

Section "Monitor"
    Identifier   "TV"
    Modeline "1024x768"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
    Modeline "800x600"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync

EndSection

# Graphic Device (First Screen)
Section "Device"
   # Device Informations
   Identifier   "ATI Mobility Radeon X700"
   VendorName   "ATI"
   BoardName   "Mobility Radeon X700"
   Driver      "fglrx"
   #BusID      "PCI:2:0:0"

   # Options
   #Option      "ShadowFB"      "On"
   #Option      "DefaultRefresh"   "On"

   # XAA/DRI
   Option      "no_accel"      "Off"
   Option      "no_dri"      "Off"
   Option      "mtrr"         "Off"

   # Dual Display
   #Option      "DesktopSetup"      "Clone"
   #Option      "DesktopSetup"      "0x00000100"
   Option      "DesktopSetup"      "Single"
   #Option      "MonitorLayout"      "LVDS,AUTO"
   #Option      "MonitorLayout"      "TMDS,AUTO"
   Option      "MonitorLayout"      "TMDS"
   Option      "IgnoreEDID"      "Off"
   Option      "ScreenOverlap"      "Off"
   
   # OpenGL Overlay
   #     Note: When OpenGL Overlay is enabled, Video Overlay will be
   #     disabled automatically
   Option      "OpenGLOverlay"      "Off"

   # Video Overlay for the Xv extension
   Option      "VideoOverlay"      "On"

   # TV-out Management
   Option "NoTV"         "no"
   Option "TVOutFormat"      "SVIDEO"
   Option "TVStandard"             "PAL-N"
   #Option "TVFormat"              "PAL-D"     
   #Option "TVStandard"            "VIDEO"     
   Option "TVHSizeAdj"             "0"     
   Option "TVVSizeAdj"             "0"     
   Option "TVHPosAdj"             "0"     
   Option "TVVPosAdj"             "0"     
   Option "TVHStartAdj"           "0"     
    Option "TVColorAdj"                 "0"     
   #Option "GammaCorrectionI"           "0x0000000c"
   #Option "GammaCorrectionII"          "0x0000000c"

   # FSAA
   #Option      "EnablePrivateBackZ"   "On"
   #Option      "FSAAEnable"      "On"
   #Option      "FSAAScale"      "4"
   #Option      "FSAADisableGamma"   "On"

   # PnP Monitor / Power Saving
   Option      "NoDDC"         "Off"
   Option      "DPMS"         "On"
EndSection

# Main Screen
Section "Screen"
   # Screen Devices
   Identifier   "Main Screen"
   Device      "ATI Mobility Radeon X700"
   Monitor      "Flat Panel"

   # Options
   Option      "BackingStore"      "On"
   Option      "DPMS"         "On"

   DefaultColorDepth   24
   SubSection "Display"
      Depth   24
      Modes   "1280x800"
   EndSubSection
EndSection

Section "Screen"

    Identifier   "TVOUT"
    Device   "Ati Mobility Radeon X700"
    Monitor   "TV"
    DefaultDepth 24

    SubSection "Display"
        Depth      24
        Modes      "1024x768" "800x600"
   #ViewPort   0 0
    EndSubSection

EndSection


# Main Configuration
Section "ServerLayout"
   Identifier   "Coruscant-Specific X.Org Configuration"
   Screen      "Main Screen"
   InputDevice   "French Standard 105 Keys Keyboard"
   InputDevice   "Mice"
EndSection

Section "ServerLayout"
    Identifier   "With TV"
    Screen   "TVOUT"
    InputDevice   "French Standard 105 Keys Keyboard"
    InputDevice   "Mice"

EndSection

# End /etc/X11/xorg.conf

_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Mon Oct 24, 2005 4:44 pm    Post subject: Reply with quote

J'aime pas radoter, alors je m'arrête après ce post.
Code:
#Option      "MonitorLayout"      "LVDS,AUTO"
#Option      "MonitorLayout"      "TMDS,AUTO"
Option      "MonitorLayout"      "TMDS"

2 choses mes gènent ci-dessus. Le nombre de paramètre. Et l'option elle-même.

Ya encore plein d'options quis sont commentées alors que fglrxconfig les positionne systématiquement, que ce soit à on ou off (doit y avoir une raison, a priori).

Une dernière fois, je pense qu'il faut que tu partes de zéro, fait marcher ton écran et ta sortie TV par fglrxconfig, ensuite tu peaufines à la main si tu veux.

Sur ce... bon courage.
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
Marsu
Guru
Guru


Joined: 18 Jun 2003
Posts: 329
Location: Lyon

PostPosted: Mon Oct 24, 2005 5:16 pm    Post subject: Reply with quote

perso, avec fglrxconfig, j'ai jamais réussi à faire marcher quoi que ce soit
_________________
qui ne tente rien n'a rien
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Mon Oct 24, 2005 8:16 pm    Post subject: Reply with quote

(ouf je suis pas le seul) :)

El_Goretto : je veux vraiment pas t'importuner ou quoi que ce soit, mais si tu veux plus m'aider, serait-il possible que tu me montre quand même tes différents xorg.conf que tu cite un peu plus haut pour que je m'en inspire ? merci d'avance
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Mon Oct 24, 2005 9:08 pm    Post subject: Reply with quote

Ce n'est absolument pas que je ne veux pas, c'est que j'ai peu d'aide à t'offrir à partir de maintenant.
Je t'envois mon xorg.conf actuel par pm, mais c'est prévu pour du dualscreen bigdesktop et je n'ai pas vérifié que la sortie TV marchait (ce qui m'étonnerait, vu que 3 écrans sur une même carte, quand ya 2 RAMDACs...).
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Wed Nov 02, 2005 4:01 pm    Post subject: Reply with quote

me revoila après bon nombre d'essais (et de jours)
donc voila, une partie de mon problème est résolu
j'ai fait un emerge des derniers drivers qui sont sortis ce weekend (8.18.8)
j'ai utilisé fglrxconnfig et repris ma modeline magique

voici les 2 petits problème qu'il me reste :
- quand je veux regarder une video il ne me l'affiche que sur l'écran de l'ordi, pas sur celui de la tv
- je suis obligé de changer la résolution de mon écran d'ordi

qqn a une idée?
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
Marsu
Guru
Guru


Joined: 18 Jun 2003
Posts: 329
Location: Lyon

PostPosted: Wed Nov 02, 2005 4:21 pm    Post subject: Reply with quote

j'ai le même problème avec les derniers drivers alors plutot que de m'embeter, j'ai rétrogradé en version 8.14
_________________
qui ne tente rien n'a rien
Back to top
View user's profile Send private message
nykos
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Strasbourg

PostPosted: Wed Nov 02, 2005 4:31 pm    Post subject: Reply with quote

la différence c'est que cette version des drivers ati est la 1ère qui fonctionne chez moi ;)
_________________
-=Nykos=-
TARGA Traveller 826T - AMD Turion 64 MT 32 1,8GHz - ATI Radeon X700 Mobility (ati-drivers)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum