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 10/02/2006, à 22:21

traaf

fglrx : aticonfig vs fglrxconfig

salut za vous
j'ai un pb avec les drivers fglrx
ca se passe sous dapper, mais je poste ici qd même, parce que ca doit etre pareil pour ceux qui jouent avec l'installeur ati
j'ai installé fglrx depuis synaptic sous breezy et dapper sans pb, a plusieurs reprises, un ptit coup de fglrxconfig et zou, dual-head avec sortie tv, je commencais a connaitre, en 2 minutes ca marche

mais la, j'ai planté dapper, réinstallé le tout mais fglrx a monté en version et fglrxconfig a été remplacé par aticonfig, dont je ne capte pas le fonctionnement
j'ai tenté plusieurs variantes autour de

aticonfig --initial=dual-head --screen-layout=right --tv-format-type=PAL-B --tv-standard-type=VIDEO

mais ca passe pas

qqun a réussi a faire marcher une sortie tv sur une X300SE avec ce truc?
PS : la 3D est niquel, ya juste la sortie tv qui coince

Dernière modification par traaf (Le 10/02/2006, à 22:23)


Vault106, musique libre, enjoy it /!\

Hors ligne

#2 Le 10/02/2006, à 23:34

corny

Re : fglrx : aticonfig vs fglrxconfig

Bonjour,

je voudrais simplement ajouter que j'ai fait une réinstalle d'ubuntu, et que je voudrais bien installer les derniers drivers ati, mais le tuto ne parle pas d'aticonfig... Trop récent? En tout cas j'ose pas encore me lancer, d'autant plus que les première lignes de commandes sont royalement ignorées quand je les tape... J'ai vu des gens sur le forum qui arrivent à configurer en 1280x800 AVEC la 3D, ça me branche carrément, mais autant faire bien tout d'un coup.


Pas un reproche, juste une remarque.

Hum... Je crois que je vais créer mon topic, désolé de diverger sur le tien Traaf. tcho.


moins on fait d'trucs moins on fait d'trucs

http://sms.informatiquefrance.com/

Hors ligne

#3 Le 10/02/2006, à 23:45

ZeBob

Re : fglrx : aticonfig vs fglrxconfig

Euh bonne question là!!! Je viens de voir le aticonfig et son fonctionnement n'est plus du tout le même que fglrxconfig. Si quelqu'un a des infos je suis preneur.

Hors ligne

#4 Le 10/02/2006, à 23:54

ZeBob

Re : fglrx : aticonfig vs fglrxconfig

Essaye de générer un fichier selon la description en bas :
aticonfig --initial=dual-head --output=~/xorg.conf --tv-format-type=PAL-B --tv-standard-type=VIDEO --dtop=horizontal --force-monitor=crt1,tv -v

Ensuite poste ton xorg.conf généré pour voir

Hors ligne

#5 Le 11/02/2006, à 05:18

traaf

Re : fglrx : aticonfig vs fglrxconfig

reparti d'un xorg.conf de base
$ sudo aticonfig --initial=dual-head --output=/home/regis/xorg.conf --tvf=NTSC-M --tvs=VIDEO --dtop=horizontal --force-monitor=crt1,tv -v

# /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 "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig Screen 0" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths to defoma fonts
	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"
	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  "i2c"
	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 "Monitor"
	Identifier   "NEC CI A726"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig Monitor 0"
EndSection

Section "Monitor"
	Identifier   "aticonfig Monitor 1"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
	Driver      "ati"
	BusID       "PCI:4:0:0"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 0"
	Driver      "fglrx"
	Option	    "(null)"
	Option	    "TVFormat" "NTSC-M"
	Option	    "TVStandard" "VIDEO"
	Option	    "DesktopSetup" "horizontal"
	Option	    "ForceMonitors" "crt1,tv"
	BusID       "PCI:4:0:0"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 1"
	Driver      "fglrx"
	BusID       "PCI:4:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
	Monitor    "NEC CI A726"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig Screen 0"
	Device     "ATI Graphics Adapter 0"
	Monitor    "aticonfig Monitor 0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig Screen 1"
	Device     "ATI Graphics Adapter 1"
	Monitor    "aticonfig Monitor 1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Vault106, musique libre, enjoy it /!\

Hors ligne