#1 Le 30/08/2007, à 17:57
- helk
perte de résolution apres l'activation du rendu 3d
Bonjour à tous,
j'ai fait des modifications dans mon fichier /etc/X11/xorg.conf (spécifications de l'ecran et modelins) afin de passer en résolution 1440x900.
Cela a fonctionné, puis j'ai activé l'utilisation des drivers ATI proprietaires.
Depuis j'ai perdu la bonne résolution je retombe en 1280x1024.
J'ai fouilé un peu partout sans résultat.
Auriez vous une idée?
Voici mon fichier xorg.conf (la partie interessante):
Section "Device"
Identifier "ATI Technologies Inc RV350 AQ [Radeon 9600]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Acer AL1916W"
Option "DPMS"
Horizsync 24-80
Vertrefresh 56-60
modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AQ [Radeon 9600]"
Monitor "Acer AL1916W"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900_60.00" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
#2 Le 31/08/2007, à 19:21
- shoot76
Re : perte de résolution apres l'activation du rendu 3d
alors je suis pas sûr de se que je te dis ! because je marche en 1280x1024 impec ! mais fait d'abord un
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.bak
en cas de probleme xorg il te suffira de faire
sudo cp /etc/X11/xorg.bak /etc/X11/xorg.conf
on essaye de retirer le "60.00" avant le 1440x90 dans la section screen tel que
Section "Screen"
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
et regarde si tu peux changer ta resolution
~ Data-sientist freelance : https://skulder.fr
Hors ligne