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 30/09/2005, à 22:40

Prophet666

2 problèmes avec mon Bi-écran sur une R9700 / breezy

Bonsoir tout le monde.

Après moulte recherche, non démarrage de X, rererereconfiguration de Xorg manuellement  ou "fglrxconfig" je n'y arrive toujours pas. :'(

état:
J'ai réussis @ avoir 2résolutions qui conviennent, CRT en 1280*1024@85Hz, et LCD en 1024*768@75Hz. MAIS !

Xorg.conf:

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"fr"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# === ATI device section ===

Section "Device"
    Identifier    		"Radeon9700"
    Driver        		"fglrx"
    BusID        		"PCI:3:0:0
    Option "DesktopSetup"    	"Horizontal"
    Option "UseInternalAGPGART" "no"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

# écran CRT
Section "Monitor"
    Identifier  "Sony-E400"
    HorizSync   31.5 - 91.1
    VertRefresh 60 - 85
    Option "DPMS"
EndSection

# écran LCD sur DVI
Section "Monitor"
    Identifier  "Albatross-F215"
    HorizSync   31.5 - 60.0
    VertRefresh 60 - 75
    Option "DPMS"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.

Section "Screen"
    Identifier    "Screen0"
    Device        "Radeon9700"
    Monitor        "Sony-E400"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Radeon9700"
    Monitor        "Albatross-F215"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

    Identifier    "Default Layout"
    Screen        "Screen1" 0 0
    Screen        "Screen1" LeftOf "Screen0"
    
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and

# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

1. premier problème bénin, je n'arrive pas @ placer mes écrans correctement.
Physiquement parlant, j'ai mon CRT @ droite, et mon LCD branché en DVI @ gauche "LCD | CRT".

Hors, quoique je fasse mes écrans s'inverse . (virtuellement) "CRT | LCD"

2. Deuxième problème plus embettant, lors du login j'ai bien mes 2écrans qui fonctionne nickel, avec la fenêtre de login en plein milieu hmm, coupé entre les 2screens. roll
Ma souris se ballade bien de droite @ gauche mais, une fois loggé elle se bloque au premier écran (CRT). quand je passe sur l'autre (LCD) je vois un bout de la souris qui reste planté contre un mur invisible...
Essayant de passer une fenêtre elle disparait du CRT mais, n'apparait pas en face sur le LCD.

Quelqu'un peut-il me venir en aide, en m'expliquant ou j'ai fauté.. depuis Mandrake 9.1 wink je n'ais pas réussi le Bi-écran avec ma R9700pro.. avec ma pauvre GeForce1 j'y étais arrivé... :'(

3.Pourquoi je n'arrive pas @ avoir de score à Glxgears ? Les engranage tourne plutot bien mais rien..

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 PRO Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)

Dernière modification par Prophet666 (Le 01/10/2005, à 12:53)

Hors ligne

#2 Le 01/10/2005, à 21:40

Prophet666

Re : 2 problèmes avec mon Bi-écran sur une R9700 / breezy

smile Alors j'ai tout bon.. mon xorg est nickel
neutral quoi personne...
hmm oh.. ça si peur.
sad aucun remède. :'(

tant pis j'éteins le LCD cool

Hors ligne

#3 Le 04/12/2005, à 17:07

Prophet666

Re : 2 problèmes avec mon Bi-écran sur une R9700 / breezy

Bon.. je m'auto Répond.

Il me reste toujours un problème. Je n'arrive pas @ mettre mon TFT @ gauche de mon CRT(virtuel wink), j'ai pas envie de tout bouger. le "RightOf" et "LeftOf" ne fonctionne pas.

Sinon tout Fonctionne !!!!! (merci Gaboo wink)

Pour que la 3D marche avec les 2écrans c'est par ICI => 2ère possibilité : installation de la dernière version des pilotes propriétaires ATI

Mon fichier "modules":

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
agpgart
nvidia-agp
fglrx
lp
mousedev
psmouse
sbp2

Ensuite pour configurer les deux écrans je post mon Xorg "tout bidouillé manuellement grace au forum": (si ça peut aider)

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"fr"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# === ATI device section ===

Section "Device"
    Identifier    		"Radeon9700"
    Driver        		"fglrx"
    BusID        		"PCI:3:0:0
    Option "DesktopSetup"    	"Horizontal"
    Option "UseInternalAGPGART" "no"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

# écran CRT
Section "Monitor"
    Identifier  "Sony-E400"
    HorizSync   31.5 - 91.1
    VertRefresh 60 - 85
    Option "DPMS"
EndSection

# écran LCD sur DVI
Section "Monitor"
    Identifier  "Albatross-F215"
    HorizSync   31.5 - 60.0
    VertRefresh 60 - 75
    Option "DPMS"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.

Section "Screen"
    Identifier    "Screen0"
    Device        "Radeon9700"
    Monitor        "Sony-E400"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Radeon9700"
    Monitor        "Albatross-F215"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "768x576" "720x400" "640x480"
    EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

    Identifier    "Default Layout"
    Screen        "Screen0" 0 0
    Screen        "Screen0" RightOf "Screen1"
    
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

Un petit Test.

glxgears -printfps
19816 frames in 5.0 seconds = 3963.172 FPS
19729 frames in 5.0 seconds = 3945.616 FPS
19730 frames in 5.0 seconds = 3945.822 FPS
42857 frames in 5.0 seconds = 8571.385 FPS
44450 frames in 5.0 seconds = 8889.675 FPS
19470 frames in 5.0 seconds = 3893.815 FPS

Vouala.. smile merci quand même @ tout ceux on au moins lut le truc wink

Dernière modification par Prophet666 (Le 04/12/2005, à 17:08)

Hors ligne

#4 Le 04/12/2005, à 22:01

Maudit

Re : 2 problèmes avec mon Bi-écran sur une R9700 / breezy

Salut
je suis un vulgaire novice qui a pas encore touché au terminal.
Aussi aimerais-je que quelqu'un m'explique comment effectuer la modif de config dont vous parlez pour faire marcher ma sortie télé sur une AtI radeon 9200.


"L'ordinateur a l'intelligence de celui qui s'en sert."
       Maintenant je sais pourquoi le mien est aussi con...
www.cplusmoins.org

Hors ligne

#5 Le 04/12/2005, à 22:02

Maudit

Re : 2 problèmes avec mon Bi-écran sur une R9700 / breezy

Gros merci par avance


"L'ordinateur a l'intelligence de celui qui s'en sert."
       Maintenant je sais pourquoi le mien est aussi con...
www.cplusmoins.org

Hors ligne

#6 Le 04/12/2005, à 22:04

Maudit

Re : 2 problèmes avec mon Bi-écran sur une R9700 / breezy

quoique c'est peut être pas la meilleure place pour caser ma question


"L'ordinateur a l'intelligence de celui qui s'en sert."
       Maintenant je sais pourquoi le mien est aussi con...
www.cplusmoins.org

Hors ligne