Hello,
je me permet d’upper ce topic car je rencontre exactement le même souci que son auteur, à savoir, un plantage lamentable d’OpenOffice au démarrage qui renvoie le message d’erreur suivant :
[code]~$ openoffice
/usr/lib/openoffice/program/soffice: line 254: 3792 Exception en point flottant “$sd_prog/$sd_binary” “$@”
** (process:3776): WARNING **: Unknown error forking main binary / abnormal early exit …[/code]
Bon. J’ai pris acte de ce qui a été dit précédemment et il semble que le responsable soit effectivement le driver fglrx puisque le passage au driver libre résous le problème.
[mylife]
Le problème, c’est que j’ai deux écrans et que le driver libre inverse les sorties de la carte vidéo par rapport à fglrx, ce qui fait que mon écran secondaire se retrouve catapulté écran principal et quand je brancher l’écran principal sur la sortie DVI, j’obtiens un affichage dégueulasse (j’ai deux CRTs).
[/mylife]
Bref : j’ai peur de devoir rester coincé avec fglrx. Aussi, je vous appelle à l’aide, si d’aventure certains avaient réussi la combo fglrx + OpenOffice…
Je précise que j’utilise une Debian Etch 686 toute simple et à jour. Le driver ATI est celui des dépôts non-free (8.28.8 ).
Voici le contenu de mon xorg, si ça peut aider :
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen 1 "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "MX Revolution"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "evdev"
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 "MX Revolution"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "Buttons" "11"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/tablet-graphire3" ## ou wacom | event6 ?
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "Suppress" "2"
Option "Twinview" "horizontal"
Option "ScreenNo" "0"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "4949"
Option "BottomY" "7424"
Option "TVResolution" "1152x864,1024x768"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/tablet-graphire3"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
Option "Suppress" "2"
Option "Twinview" "horizontal"
Option "ScreenNo" "0"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "4949"
Option "BottomY" "7424"
Option "TVResolution" "1152x864,1024x768"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/tablet-graphire3"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
Option "Suppress" "2"
Option "Twinview" "horizontal"
Option "ScreenNo" "0"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "4949"
Option "BottomY" "7424"
Option "TVResolution" "1152x864,1024x768"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "USB" "on"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
# Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
# Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "FSAAEnable" "on"
Option "FSAAScale" "4"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
Screen 1
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 "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Merci d’avance.