#1 Le 25/11/2006, à 00:48
- lex111
(RESOLU)Bug après installation de l'accélération 3D ati
J'ai suivi ce tuto ( http://doc.ubuntu-fr.org/applications/beryl ), mais une fois rebooter, xorg ne se lance pas...
J'ai bien la bar de progression pour le démérage du pc, mais après cela c'est un écran noir...
Obligé de restaurer mon ancien xorg.conf
Je sais que ça vient du fait que je mette ceci dans mon xorg.conf :
Section "Extensions"
Option "Composite" "disable"
EndSection
Du coup en ce moment, je suis sur enable à la place de disable...
Voici ce que me donne "fglrxinfo"
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
et 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"
InputDevice "Synaptics Touchpad"
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 "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
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"
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 "Écran générique"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.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 "vesa"
VideoRam 256000
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "AccelDFS" "1" # mettez à 0 si vous avez une carte AGP
# Option "AGPMode" "4" # Décommentez si vous avez une carte AGP
# Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS"
Option "DynamicClocks" "on"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
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 "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
Section "Extensions"
Option "Composite" "enable"
EndSection
Je précise que je suis sur ubuntu 6.10, ac une carte graphique ATI X1400....
Merci d'avance pour vos aides...
Dernière modification par lex111 (Le 25/11/2006, à 23:14)
Hors ligne
#2 Le 25/11/2006, à 03:20
- dadabe
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Salut,
Avec ma carte radeon 9600, j'ai rajouté l'option "ForceMonitors" "crt1,notv,nocrt2" dans la section "Device" . Sans cela, j'obtiens un écran noir. Je ne sais pas si cela peut résoudre ton problème pour ta version de carte graphique...
Hors ligne
#3 Le 25/11/2006, à 10:29
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Non chez moi ça ne fonctionne pas, j'ai toujours un écran noir au redémarage !!
Une autre idée ?
Hors ligne
#4 Le 25/11/2006, à 15:23
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Quelqu'un à une réponse à mon problème ? Je suis vraiment désespéré, 6h que j'essaye d'installer beryl et xgl...
Hors ligne
#5 Le 25/11/2006, à 15:43
- Blondin
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Solution provisoire (si tu joues), mettre radeon à la place fglrx dans xorg et démarer sans Xgl (du coup avec AiglX), et beryl devrais marcher, et je verifie chez moi ce soir mais le ne suis pas sur qu'il soit normal que tu es deux sections device...avec deux drivers différents qui plus es... à confirmer.
Qui troll un oeuf, troll un boeuf
Hors ligne
#6 Le 25/11/2006, à 16:22
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
En effet, c'est bizarre qu'il y ait 2 section Device...
et lorsque je remplace fglrx par radeon ça bug aussi au redemarrage...
Hors ligne
#7 Le 25/11/2006, à 19:39
- Blondin
Re : (RESOLU)Bug après installation de l'accélération 3D ati
A mon avis, ce que j'essayerais (attention je ne suis pas un pro voir même un débutant mais j'ai galéré longtemps vec ce meme genre de probleme, je transformerais :
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
VideoRam 256000
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "AccelDFS" "1" # mettez à 0 si vous avez une carte AGP
# Option "AGPMode" "4" # Décommentez si vous avez une carte AGP
# Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS"
Option "DynamicClocks" "on"
EndSection
En :
Section "Device"
Identifier "aticonfig-Device[0]" -->[à mon avis ceci est à modifier mais comment ???; moi avec une ati 9200 j'ai : Identifier "ATI Technologies, Inc. RV280 [Radeon 9200]"]
Driver "radeon"
VideoRam 256000
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "AccelDFS" "1" # mettez à 0 si vous avez une carte AGP
# Option "AGPMode" "4" # Décommentez si vous avez une carte AGP
# Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS"
Option "DynamicClocks" "on"
EndSection
Dernière modification par Blondin (Le 25/11/2006, à 19:40)
Qui troll un oeuf, troll un boeuf
Hors ligne
#8 Le 25/11/2006, à 21:46
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Merci beaucoup, mais en fait j'ai réinstallé ubuntu avant que tu répondes....
Maintenant ça marche....
Pour arriver ici, j'ai suivit cette docu :
http://doc.ubuntu-fr.org/materiel/ati
Puis installationde xgl/gnome/beryl ici :
http://doc.ubuntu-fr.org/applications/xgl/gnome#script_de_demarrage
ensuite j'ai lancé beryl, mais il ne fonctionne toujours pas...
Dernière modification par lex111 (Le 25/11/2006, à 22:48)
Hors ligne
#9 Le 25/11/2006, à 21:54
- Blondin
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Je m'en suis jamais sorti proprement du fglrx +xgl, je ne peux donc pas t'aider.
edit : je ne joue pas mais pour moi aiglX (donc radeon) + beryl, c'est un miracle
Dernière modification par Blondin (Le 25/11/2006, à 22:27)
Qui troll un oeuf, troll un boeuf
Hors ligne
#10 Le 25/11/2006, à 22:25
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Beryl ne marche toujours pas...
J'ai réussit à installer beryl et xgl ( direct rendering: Yes ) mais voici ce que m'indique le terminal lorsque je lance beryl :
lex@lex:~$ beryl-manager
lex@lex:~$ XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension
Voici mon nouveau 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"
InputDevice "Synaptics Touchpad"
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 "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
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 "XkbOptions" "lv3:ralt_switch"
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"
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"
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 "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
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
Section "Extensions"
Option "Composite" "disable"
EndSection
Dernière modification par lex111 (Le 25/11/2006, à 22:48)
Hors ligne
#11 Le 25/11/2006, à 22:54
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
Le terminal me dit que XGL est absent mais pourtant, j'ai bien suivit le tuto ici
http://doc.ubuntu-fr.org/applications/xgl/gnome
Je ne sais pas trop quoi faire maintenant
Dernière modification par lex111 (Le 25/11/2006, à 22:55)
Hors ligne
#12 Le 25/11/2006, à 22:56
- grisouille
Re : (RESOLU)Bug après installation de l'accélération 3D ati
tu ne doit pas être dans la session xgl.
à l'écran de connection, va dans les options -> sessions
et choisi xgl
Hors ligne
#13 Le 25/11/2006, à 23:08
- lex111
Re : (RESOLU)Bug après installation de l'accélération 3D ati
ENFIN merci Beaucoup, c'est énorme.... après une journée d'installation !!!
Mais ça valait le cout...Linux Powa
Dernière modification par lex111 (Le 25/11/2006, à 23:21)
Hors ligne