OK ...
# aticonfig --initial
Found fglrx primary device section
Nothing to do, terminating.
donc pas de pb ...
en revanche ... :
# cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Iiyama MF-8617ES, VisionMaster"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 27.0 - 86.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
#sinon parfois pb avec le driver en tant que non root
Mode 0666
EndSection
mon ancien (jutilisé compize .. j'avais suivit le tuto de nicofo) :
# cat /etc/X11/xorgORIG2.conf
# Xorg configuration created by system-config-display
# a partir de la c moa qui é rajouté les ligne
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
#À partir des drivers 8.34, supprimez complètement votre section "Module"
#Section "Module"
# Load "dbe"
# Load "fbdevhw"
# Load "glx"
# Load "GLcore"
# Load "record"
# Load "freetype"
# Load "type1"
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
# Load "dri"
#EndSection
Section "ServerFlags"
Option "AIGLX" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Iiyama MF-8617ES, VisionMaster"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 27.0 - 86.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "VideoOverlay" "on"
# optionsss que j'ai rajouté :
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
#sinon parfois pb avec le driver en tant que non root
Mode 0666
EndSection
Section "Extensions"
#retirer la ligne suivante a partir des driver ATI 8.34
#Option "XVideo" "Disable"
Option "Composite" "Disable"
EndSection
et pour finir :
# diff xorg.conf xorgORIG2.conf
1c1,3
< # Xorg configuration created by livna-config-display
---
>
> # Xorg configuration created by system-config-display
> # a partir de la c moa qui é rajouté les ligne
10,11c12,29
< Section "Files"
< ModulePath "/usr/lib/xorg/modules"
---
>
> #À partir des drivers 8.34, supprimez complètement votre section "Module"
> #Section "Module"
> # Load "dbe"
> # Load "fbdevhw"
> # Load "glx"
> # Load "GLcore"
> # Load "record"
> # Load "freetype"
> # Load "type1"
> # SubSection "extmod"
> # Option "omit xfree86-dga"
> # EndSubSection
> # Load "dri"
> #EndSection
>
> Section "ServerFlags"
> Option "AIGLX" "false"
38,39d55
< ### Comment all HorizSync and VertSync values to use DDC:
< ### Comment all HorizSync and VertSync values to use DDC:
51a68,69
> Option "VideoOverlay" "on"
> # optionsss que j'ai rajouté :
73a92,98
> Section "Extensions"
>
> #retirer la ligne suivante a partir des driver ATI 8.34
> #Option "XVideo" "Disable"
> Option "Composite" "Disable"
> EndSection
>
est-ce que je dois remettre mon ancien xorg.conf ??? parceque la le fglrxinfo me dit que je n'utilise pas le driver ATI ...