|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Membre chevronné
![]() Inscription : mai 2004 Messages : 818 ![]() |
bonjour
depuis que j'ai bidouille mon server X pour activer la 3d sur ma mandriva spring (Card:ATI Radeon 9500 - X850) lsmod | grep ati snd_atiixp 21524 3 snd_ac97_codec 113240 1 snd_atiixp snd_pcm 82568 4 snd_pcm_oss,snd_atiixp,snd_ac97_codec snd_page_alloc 12176 2 snd_atiixp,snd_pcm snd 58472 13 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_atiixp,snd_ac97_codec,snd_pcm,snd_timer cpufreq_conservative 11400 0 j'ai des images avec des reflets noirs au lieu d'avoir des details , bref la qualité est degradée je suis en 1024+768 avec 16 millions de couleur en 24 bits l'effet de transparence et 3d n'est pas activé merci pour toute aide . |
|
|
00
|
|
|
#2 |
|
Membre Expert
![]() Bidouille-tout Android Inscription : juillet 2006 Messages : 871 ![]() |
Bonjour, poste ici ton xorg.conf
de plus, tu peux récupérer la configuration automatique de ton xorg.conf en faisant : Code :
# dpkg-reconfigure -phigh xserver-xorg
__________________
C'est le signe d'un fou, qu'avoir honte d'apprendre Ubuntu 10.04 Lucid Lynx @home LE guide libre Linux & Ubuntu pour tous : Simple comme Ubuntu
|
|
|
00
|
|
|
#3 |
|
Membre chevronné
![]() Inscription : mai 2004 Messages : 818 ![]() |
merci pour ton aide
le voici : # File generated by XFdrake (rev 142098) # ********************************************************************** # Refer to the xorg.conf man page for details about the format of # this file. # ********************************************************************** Section "Files" # font server independent of the X server to render fonts. FontPath "unix/:-1" # minimal fonts to allow X to run without xfs FontPath "/usr/share/fonts/misc:unscaled" EndSection Section "ServerFlags" #DontZap # disable <Crtl><Alt><BS> (server abort) #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse does not work EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "monitor1" VendorName "Compaq" ModelName "Compaq FP5315 Flat Panel Monitor" HorizSync 30.0-61.0 VertRefresh 56.0-76.0 # TV fullscreen mode or DVD fullscreen output. # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Device" Identifier "device1" VendorName "ATI Technologies Inc" BoardName "ATI Radeon 9500 - X850" Driver "ati" Option "DPMS" Option "SWCursor" Option "XaaNoOffscreenPixmaps" "1" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 15 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com