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 20/10/2006, à 15:13

runs

driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Ben voilà un titre complet :-)

driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Hors ligne

#2 Le 20/10/2006, à 15:14

runs

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Ah bah non, pas tout à fait...
je CHERCHE ce driver -

à vot' bon coeur

Hors ligne

#3 Le 21/10/2006, à 10:43

Befa

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Va ici, tout est expliqué mais pour mon PC ça ne marche pas (j'ai également un x700) enfin si mais personne ne m'aide alors que j'ai suivi le tuto.
Bonne chance wink
http://doc.ubuntu-fr.org/materiel/ati


Bienvenue dans le monde du libre !

Hors ligne

#4 Le 21/10/2006, à 11:42

Claudia JSF

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

je ne sais pas si cela va t'aider mais:

je possède aussi une ati X700 sur un acer aspire 1692

voici mon xorg.conf

# /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"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path 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/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Module"
	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" "ExplorerPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

#Section "Monitor"
#	Identifier   "Écran générique"
#	HorizSync    28.0 - 64.0
#	VertRefresh  43.0 - 60.0
#	Option	    "DPMS"
#EndSection

#Section "Device"
#	Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
#	Driver      "ati"
#	Option	    "MonitorLayout" "LVDS,AUTO"
#	BusID       "PCI:1:0:0"
#EndSection

#Section "Screen"
#	Identifier "Default Screen"
#	Device     "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
#	Monitor    "Écran générique"
#	DefaultDepth     24
#	SubSection "Display"
#		Depth     1
#		Modes    "1280x800"
#	EndSubSection
#	SubSection "Display"
#		Depth     4
#		Modes    "1280x800"
#	EndSubSection
#	SubSection "Display"
#		Depth     8
#		Modes    "1280x800"
#	EndSubSection
#	SubSection "Display"
#		Depth     15
#		Modes    "1280x800"
#	EndSubSection
#	SubSection "Display"
#		Depth     16
#		Modes    "1280x800"
#	EndSubSection
#	SubSection "Display"
#		Depth     24
#		Modes    "1280x800"
#	EndSubSection
#EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "DesktopSetup" "single"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	Option	    "MonitorLayout" "LVDS,AUTO"
	Option	    "TVFormat" "PAL-N"
	Option      "BusType" "PCIE"
	Option    "UseInternalAGPGART" "no"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x800"
	EndSubSection
EndSection

bonne lecture

ps: pour info, je tourne avec xgl et beryl et ca fonctionne bien

Dernière modification par Claudia JSF (Le 21/10/2006, à 11:42)


Nos dirigeants politiques sont trop "impliqués" pour le faire;
La sixième République viendra du peuple,
La sixième République sera le peuple.

Hors ligne

#5 Le 28/10/2006, à 03:19

runs

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

[RESOLU]
Merci bien pour vos contributions.
En fait, dans les lignes de commandes, il fallait changer "vesa" par "ati".
Heu, et un copain m'a bien aidé parcequ'avant ça, j'avais tout planté :-)

Hors ligne

#6 Le 07/11/2006, à 17:55

kyal

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Pour info si ça peut servir :

ATI X700 sur une Asus M6Va avec Linux Ubuntu Edgy voici mon fichier xorg.conf qui marche super bien (jai pas testé la 3D mais le bureau est très beau) :

Section "Device"
Identifier	"ATI Radeon Mobility X700 (RV410)"
	Driver		"radeon"
        Option          "BusType" "PCIE"
        Option          "MonitorLayout" "LVDS, NONE"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
        Modeline        "1280x800,\@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon Mobility X700 (RV410)"

Pour editer simplement le fichier  (nano est simple d'utilisation pour les débutants comme moi tongue) :

nano /etc/X11/xorg.conf

#7 Le 07/11/2006, à 18:22

jdefaver

Re : driver linux pour Ati mobility radeon x700 pour asus A6Q00VA

Tu as oublié le sudo avant nano, mais sinon en effet, l'essentiel est la smile

Hors ligne