Pages : 1
#1 Le 08/11/2006, à 03:43
- rameuj
xorg.conf tout naze..
J'utilise Edgy sur un acer aspire 9500 possédant une Radeon X700. Comme j'ai migré depuis Drapper et que j'ai essayé de nombreuses fois , sans succès , de faire marcher Beryl , je me retrouve avec un xorg.conf tout bizarre. Le problème étant que dès que j'essaie de modifier quelqu'un chose dedans, je ne peux plus booter..
J'ai deux device , deux monitor, dois-je en virer un ? Quel driver dois-utiliser? si quelqu'un pouvait m'aider ce serait très sympa!
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 "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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
Section "Monitor"
Identifier "Écran générique"
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. Radeon Mobility X700 (RV410 PCIE)"
Driver "radeon"
BusID "PCI:1:0:0"
Option "MonitorLayout" "LVDS, TMDS"
EndSection
Section "Extensions"
Option "Render" "Enable"
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. Radeon Mobility X700 (RV410 PCIE)"
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 "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "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
Hors ligne
#2 Le 08/11/2006, à 04:37
- rameuj
Re : xorg.conf tout naze..
Si je passe sous le driver radeon, au démarrage , j'ai un écran noir (mais j'ai le petit son qui me dit que ca a bien démarré)
Hors ligne
#3 Le 08/11/2006, à 14:09
- rameuj
Re : xorg.conf tout naze..
J'ai réussi à bien le nettoyer.
Mais quand je lance fgl-glxgears , j'ai une erreur.
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/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 "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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Extensions"
Option "Composite" "disable"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
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
à noter que j'ai toujours un écran noir si je passe en pilote radeon
Hors ligne
#4 Le 10/11/2006, à 05:25
- vetetix
Re : xorg.conf tout naze..
Ton xorg.conf dit que tu utilises le driver "fglrx". L'as tu installé, avant d'essayer de l'utiliser?
Tu dis que fgl_glxgears (et non fgl-glxgears) te donne une erreur, peux-tu nous la montrer, c'est peut-être utile.
Tu dis essayer le driver radeon, mais comment t'y prends-tu pour le faire marcher? En effet, remplacer "fglrx" par "radeon" ne suffit pas, il faut supprimer fglrx, modifier des options dans xorg.conf, etc...
Un conseil : j'ai une X600 mobility, qui semble avoir le même statut que ta X700 en ce qui concerne le driver radeon (je veux dire par là que elle est aussi supportée). Pour utiliser le driver radeon, j'ai utilisé ce tutoriel : http://www.ubuntuforums.org/showthread.php?t=219336 qui est plus complet que celui du wiki ubuntu-fr, cela marche parfaitement avec ma carte (attention, suis ce tuto juste pour le driver, pas pour installer xgl). Ensuite, pour installer beryl, j'ai ajouté ces dépots
## wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -
deb http://www.beerorkid.com/compiz edgy main-edgy
, puis j'ai installé les paquets nécessaires
sudo aptitude install beryl beryl-core beryl-plugins beryl-plugins-data beryl-settings beryl-manager emerald emerald-themes
Là j'ai juste suivi les indiquations du wiki, avec un autre dépot parce que celui du wiki ne fonctionnait pas.
Ensuite l'ai lancé beryl avec alt+F2 ->beryl-manager et voilà, c'est tout, ça fonctionne à merveille
Les manchots vaincront le Billounours.
Hors ligne
#5 Le 10/11/2006, à 18:09
- talogue
Re : xorg.conf tout naze..
Salut,
@vetetix, pourrais tu poster ton xorg.conf et ton /etc/modules si tu l'as modifié ?
J'ai une ATI Radeon Mobility X600 et je n'arrive pas à faire fonctionner correctement le driver libre radeon. J'obtiens des scores d'environ 2800 à glxgears mais les jeux rament ou plantent. Le driver proprio donne un score minable mais les jeux tournent nickel !
Merci
"qui voyage loin dégage ses ordures quand bien même que c'est le jour où les oranges pelurent" Hubert de la Motte Fifrée
Hors ligne
Pages : 1