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.

nombre réponses : 4

#0 Re : -1 »  [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon » Le 18/05/2005, à 12:11

Contre_Courant
Réponses : 1 198

Bien!
Voila mon xorg.conf j'ai reussi a etendre le bureau vers la tele

# /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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/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	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
#    Load    "extmod"
    SubSection "extmod"
        Option    "omit xfree86-dga"
    EndSubSection
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr-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	"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Driver		"fglrx"
	Option "UseInternalAGPGART" "no"
	BusID		"PCI:1:0:0"
Option        "no_accel"        "no"
    Option        "no_dri"        "no"
    Option        "mtrr"            "off"

    Option "DesktopSetup"               "0x00000201" 
    Option        "MonitorLayout"        "CRT, STV"
    Option        "IgnoreEDID"        "off"
    #Option        "Hsync2"        "unspecified"
    #Option        "VRefresh2"        "unspecified"
    #Option        "ScrenOverlap"        "0"

    Option        "NoTV"            "no"
    Option "TVStandard"                 "PAL-B"
    #Option        "TVHSizeAdj"        "0"
    #Option        "TVVSizeAdj"        "0"
    #Option        "TVHPosAdj"        "0"
    #Option        "TVVPosAdj"        "0"
    #Option        "TVHStartAdj"        "0"
    Option "TVColorAdj"                 "0"     
    #Option        "GammaCorrectionI"    "0x00000000"
    #Option        "GammaCorrectionII"    "0x00000000"
    #Option        "Capabilities"        "0x00000000"
    #Option        "VideoOverlay"        "on"

    Option        "OpenGLOverlay"        "off"
    Option        "CenterMode"        "off"
    Option        "PseudoColorVisuals"    "off"

    Option        "Stereo"        "off"
    Option        "StereoSyncEnable"    "1"

    Option        "FSAAEnable"        "no"
    Option        "FSAAScale"        "1"
    Option        "FSAADisableGamma"    "no"
    Option        "FSAACustomizeMSPos"    "no"

    Option        "FSAAMSPosX0"        "0.000000"
    Option        "FSAAMSPosY0"        "0.000000"
    Option        "FSAAMSPosX1"        "0.000000"
    Option        "FSAAMSPosY1"        "0.000000"
    Option        "FSAAMSPosX2"        "0.000000"
    Option        "FSAAMSPosY2"        "0.000000"
    Option        "FSAAMSPosX3"        "0.000000"
    Option        "FSAAMSPosY3"        "0.000000"
    Option        "FSAAMSPosX4"        "0.000000"
    Option        "FSAAMSPosY4"        "0.000000"
    Option        "FSAAMSPosX5"        "0.000000"
    Option        "FSAAMSPosY5"        "0.000000"

    Option        "UseFastTLS"        "0"
    Option        "BlockSignalsOnLock"    "on"
    Option        "UseInternalAGPGART"    "no"
    Option        "ForceGenericCPU"    "no"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	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

Petit probleme a resoudre si quelqu'un a la solution:
Je voudrais ouvrir et agrandir une fenetre sur un seul ecran malheureusement quand j'agrandi une fenetre il me la met sur les 2 ecrans extention totale en somme.
Comment faire pour maximiser une fenetre sur un seul ecran sans qu'elle deborde sur l'autre je suis sur que c'est dans le xorg mais je ne vois pas ou est le probleme si quelqu'un pouvait m'aider ce serait sympa.
ATI Radeon 9600XT Sapphire 256Mo

#1 Re : -1 »  [HOW-TO] : Installation des drivers 3d propriétaires pour ATI Radeon » Le 18/05/2005, à 17:03

Contre_Courant
Réponses : 1 198

Le xorg.conf je l'ai bidouiller avec ce que j'ai trouvé a droite a gauche sur Lea-linux ici meme dans ce topic et un peu partout j'ai fait plusieurs essais (ca fait 2 semaines que je suis dessus et je suis debutant) j'ai surtout installé un KDE sur ma ubuntu je ne sais pas si ca a changé quelque chose mais en tous cas ca marche *touche du bois*
Je vais essayé aussi le fglrxconfig parce que moi pour le moment j'ai utilisé xorgconfig et ca ne change rien.

#2 -1 »  Sortie Optique carte son integre A8V Deluxe » Le 09/05/2005, à 04:01

Contre_Courant
Réponses : 0

Bon voila apres quelques recherches infructueuse je vous pose la question:

Comment puis je faire en sorte que le son sorte par ma sortie optique reliée a un ampli plutot que par le casque qui est branché sur les prise jack de ma carte?
J'ai essayé de modifier avec alsamix mais rien n'y fait.

#3 -1 »  Extention de bureau Radeon 9600XT » Le 09/05/2005, à 03:58

Contre_Courant
Réponses : 0

Je sais que la question a ete posée maintes et maintes fois mais voila:

J'ai une radeon 9600XT avec sortie tele et je n'arrive pas a configurer correctement le dualscreen.
Quand j'essaye de le faire avec fireglcontrol rien a faire il reste en clone.
J'ai essayé les differentes configuration des different post et rien n'y fait en general j'ai le droit a un joli plantage de X.
Voici mon xorg.conf si quelqu'un avait la gentillesse de m'aider:

# /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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/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	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
#	Load	"extmod"
SubSection "extmod"
        Option    "omit xfree86-dga"
EndSubSection
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr-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	"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	VideoRam    256000
	Option "UseInternalAGPGART" "no"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	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 ce que j'obtiens en faisant lspci:

0000:00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0282
0000:00:00.1 Host bridge: VIA Technologies, Inc.: Unknown device 1282
0000:00:00.2 Host bridge: VIA Technologies, Inc.: Unknown device 2282
0000:00:00.3 Host bridge: VIA Technologies, Inc.: Unknown device 3282
0000:00:00.4 Host bridge: VIA Technologies, Inc.: Unknown device 4282
0000:00:00.7 Host bridge: VIA Technologies, Inc.: Unknown device 7282
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800 South]0000:00:07.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
0000:00:09.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
0000:00:0a.0 Ethernet controller: Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (rev 13)
0000:00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 South]0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]
0000:01:00.1 Display controller: ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary)

Merci par avance pour vos reponses.