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 24/06/2007, à 10:25

tuxrouge

[résolu] Acceleration 3D avec ati

salut à tous

j'installe linux sur le portable de ma copine, un asus A6JE.
pb au moment de l'install, la carte graphique n'est pas prise en charge (radeon X1450). j'ai installé les drivers  avec fglrx et ça passe. Mais, pas de 3D.

voilà mon xorg.conf:

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"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "oss"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
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   "Generic Monitor"
	HorizSync    28.0 - 50.0
	VertRefresh  43.0 - 75.0
	Option	    "DPMS"
EndSection

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

Section "Device"
	Identifier  "ATI Technologies Inc ATI Default Card"
	Driver      "ati"
	VideoRam    128
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc ATI Default Card"
	Monitor    "Generic Monitor"
	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 "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

lsmod me dit que le module est bien chargé:

$ lsmod
Module                  Size  Used by
binfmt_misc            12680  1 
rfcomm                 40856  0 
l2cap                  25856  5 rfcomm
fglrx                 540004  0 
ppdev                  10116  0 
acpi_cpufreq           10056  1 
cpufreq_powersave       2688  0 
cpufreq_stats           7360  0 
cpufreq_userspace       5408  0 
cpufreq_ondemand        9228  1 
cpufreq_conservative     8200  0 
freq_table              5792  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
tc1100_wmi              8068  0 
pcc_acpi               13184  0 
sony_acpi               6284  0 
dev_acpi               12292  0 
video                  16388  0 
battery                10756  0 
container               5248  0 
sbs                    15652  0 
button                  8720  0 
i2c_ec                  6016  1 sbs
i2c_core               22656  1 i2c_ec
dock                   10268  0 
ac                      6020  0 
asus_acpi              17308  0 
backlight               7040  1 asus_acpi
nls_iso8859_1           5120  2 
nls_cp437               6784  2 
vfat                   14208  2 
fat                    53916  1 vfat
ipv6                  268960  10 
sbp2                   23812  0 
parport_pc             36388  0 
lp                     12452  0 
parport                36936  3 ppdev,parport_pc,lp
joydev                 10816  0 
snd_hda_intel          21912  1 
snd_hda_codec         205056  1 snd_hda_intel
snd_pcm_oss            44544  0 
snd_mixer_oss          17408  1 snd_pcm_oss
snd_pcm                79876  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           4740  0 
snd_seq_oss            32896  0 
snd_seq_midi            9600  0 
snd_rawmidi            25472  1 snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
pcmcia                 39212  0 
ipw3945               118816  1 
snd_seq                52592  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
usbhid                 26592  0 
hid                    27392  1 usbhid
snd_timer              23684  2 snd_pcm,snd_seq
hci_usb                18204  2 
iTCO_wdt               11812  0 
bluetooth              55908  7 rfcomm,l2cap,hci_usb
yenta_socket           27532  1 
ieee80211              34760  1 ipw3945
pcspkr                  4224  0 
sdhci                  18700  0 
mmc_core               26756  1 sdhci
rsrc_nonstatic         14080  1 yenta_socket
psmouse                38920  0 
iTCO_vendor_support     4868  1 iTCO_wdt
snd_seq_device          9100  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    54020  12 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
pcmcia_core            40852  3 pcmcia,yenta_socket,rsrc_nonstatic
ieee80211_crypt         7040  1 ieee80211
soundcore               8672  1 snd
af_packet              23816  8 
serio_raw               7940  0 
intel_agp              25244  1 
agpgart                35400  2 fglrx,intel_agp
shpchp                 34324  0 
pci_hotplug            32576  1 shpchp
snd_page_alloc         10888  2 snd_hda_intel,snd_pcm
tsdev                   8768  0 
evdev                  11008  6 
reiserfs              247680  2 
sg                     36252  0 
sr_mod                 17060  1 
cdrom                  37664  1 sr_mod
sd_mod                 23428  6 
generic                 5124  0 [permanent]
ata_piix               15492  6 
ohci1394               36528  0 
ehci_hcd               34188  0 
ieee1394              299448  2 sbp2,ohci1394
r8169                  32392  0 
ata_generic             9092  0 
libata                125720  2 ata_piix,ata_generic
scsi_mod              142348  5 sbp2,sg,sr_mod,sd_mod,libata
uhci_hcd               25360  0 
usbcore               134280  5 usbhid,hci_usb,ehci_hcd,uhci_hcd
thermal                14856  0 
processor              31048  2 acpi_cpufreq,thermal
fan                     5636  0 
fbcon                  42656  0 
tileblit                3584  1 fbcon
font                    9216  1 fbcon
bitblit                 6912  1 fbcon
softcursor              3200  1 bitblit
vesafb                  9220  0 
capability              5896  0 
commoncap               8192  1 capability
$ glxgears
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
935 frames in 5.6 seconds = 168.084 FPS
791 frames in 5.0 seconds = 156.801 FPS
X connection to :0.0 broken (explicit kill or server shutdown).

comme c'est la première fois que je me frotte a ati, j'ai besoin d'un peu d'aide pour avoir la 3D

Dernière modification par tuxrouge (Le 24/06/2007, à 11:12)

Hors ligne

#2 Le 24/06/2007, à 10:34

Compte anonymisé

Re : [résolu] Acceleration 3D avec ati

Salut,

tu as regardé ici ?

http://doc.ubuntu-fr.org/materiel/ati_proprietaire

a+

#3 Le 24/06/2007, à 10:37

tuxrouge

Re : [résolu] Acceleration 3D avec ati

vu mais pas testé

avec ce systeme, j'ai peur qu'à chaque mise à jour du système, ça saute. du coup j'ai regardé là : http://forum.ubuntu-fr.org/viewtopic.php?id=2487

Hors ligne

#4 Le 24/06/2007, à 11:01

tux4fun

Re : [résolu] Acceleration 3D avec ati

Salut tuxrouge,

As tu installé les mesa-utils, et fais glxinfo | grep "rendering" (avant CTRL+ALT+BACK SPACE) ?

Le wiki, ou le site ATI:

http://wiki.cchtml.com/index.php/Ubuntu
Pour Feisty et les autres (tout est dispo)
http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
ATI:
http://ati.amd.com/support/drivers/linux64/linux64-radeon.html

Sinon :
http://forum.ubuntu-fr.org/viewtopic.php?id=2487

Cdlt,
--
---------------------------------------------------------------------------
Si un jour on te reproche que ton travail n'est pas un travail de
professionnel, dis toi que :

Des amateurs ont construit l'arche de Noé, et des professionnels le
Titanic.
---------------------------------------------------------------------------
Pensez librement : Linux thinking !

tux4fun
http://counter.li.org
Linux Registered User     #363458
Machine Registered     #261921
Bon amusement.


tux4fun

Hors ligne

#5 Le 24/06/2007, à 11:12

tuxrouge

Re : [résolu] Acceleration 3D avec ati

ca fonctionne

en suivant la doc, j'ai juste ajouté à mon xorg.conf:

Section "Extensions"
        Option  "Composite" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

et ça passe.

merci à tous.

Hors ligne

#6 Le 27/06/2007, à 23:28

Balba

Re : [résolu] Acceleration 3D avec ati

ok, c'est cool, j'avais exactement le meme problème !!! Merci

Hors ligne