#1 Le 22/02/2006, à 15:18
- Alex-le-cool
Prob affichage et modification du xorg.conf
boujour
je suis possesseur d'un asus M6VA avec une ATI X700 et apres l'installation de ubuntu, ecran noir au premier demarrage
j'ai vu sur plusieurs forum que le probleme venait du xorg.conf et la façon de le modifier,
seulement, il m'est impossible de le modifier.
avec :
sudo nano -w /etc/X11/xorg.conf je n'ai pas les droits pour ecrire
et avec
sudo vi /etc/X11/xorg.conf le fichier est en lecture seule
Comment puis-je resoudre ce probleme?
Merci d'avance
#2 Le 22/02/2006, à 17:06
- mcs30
Re : Prob affichage et modification du xorg.conf
Bonjour
Tu es sûr? Ou c'est la syntaxe? Par exemple, avec vi, tu dois passer en mode d'insertion (touche inser) pour écrire...
Hors ligne
#3 Le 05/03/2006, à 22:05
- AeroMax
Re : Prob affichage et modification du xorg.conf
Bonjour,
J'ai le meme portable que toi et donc les problèmes qui vont avec lors du premier boot de Ubuntu.
Il y a 2 problèmes en fait. Le premier est le fameux problème de la carte son. Il te suffit de blacklister ta carte en suivant ce tuto http://doc.ubuntu-fr.org/materiel/chipset_intel_hda_realtek. J'ai réussi facilement la manip en utilisant le live cd Knoppix, tu verras c'est pas bien compliqué.
Ensuite vient le problème de l'écran qui n'est pas reconnu. Après avoir passé les hotplug subsystem ton écran ne s'allumera pas. Il faut rajouter quelques options de moniteur dans ton xorg.conf. Je peux te donner mon xorg.conf qui semble marcher correctement. Je ne sais pas si c'est ce que tu trouves de mieux vu que je l'ai bricolé moi-même n'étant pas un boss linuxien...le voici:
# /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 "Files"
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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
Driver "ati"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-50
VertRefresh 43-75
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Le mieu à faire là encore est d'utiliser le live cd Knoppix pour remplacer l'original par celui-ci.
Si tu suits le tuto pour réactiver ta carte son, ca risque de ne pas marcher. J'ai installé la dernière version d'alsa..marche pas non plus ou alors je m'y prend mal. J'ai finalement essayé le script donné avec les drivers realtek: http://www.realtek.com.tw/downloads/dlhd-2.aspx?lineid=2004052&famid=2004052&series=2004061&Software=True
Le son a marché une soiré J'ai éteint mon portable et le lendemain matin plus de son.....:(
Et ca ne marche toujours pas, si quelqu'un a une idée...
Hors ligne