Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Problème Xorg et OpenChrome

1 réponse
Avatar
Xadawa
Salut à tous,
j'ai un petit problème sur mon système :
j'ai un noyau 2.6.21.7, le driver OpenChrome compilé et installé, les
modules DRM compilés et installés.
Le problème c'est que je suis assez mauvais sur le Xorg.conf :
J'obteint (EE) CHROME(0): [drm] drmAgpAcquire failed 19 au startx...
Je sais que çà vient du xorg.conf ( ca marchait hier mais depuis j'ai
modifié le xorg.conf et çà marche pu ).

Voici mon xorg.conf :


Section "Files"
EndSection

Section "Module"

#=- AIGLX SUPPORT -=#
#Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
#Load "type1"
Load "vbe"
#=-----------------=#

EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "PenMount"
Driver "penmount"
Option "Protocol" "PM9000"
Option "Device" "/dev/ttyS2"
Option "PMode" "1"
Option "MinX" "10"
Option "MaxX" "1000"
Option "MinY" "10"
Option "MaxY" "1000"
Option "ADBit" "10"
Option "Baudrate" "19200"
Option "Beep" "0" # 0 = no beep, 1 = beep
enabled
Option "PressVol" "100" # volume of beep (press
event)
Option "PressPitch" "880" # pitch of beep (press
event)
Option "PressDur" "15" # length of beep (press
event)
Option "ReleaseVol" "0" # volume of beep
(release event)
Option "ReleasePitch" "1200" # pitch of beep (release
event)
Option "ReleaseDur" "10" # beeplen in ms (release
event)
Option "RightButton" "0" # right button active in ms
Option "RightButtonStart" "500" # right button active in ms
Option "RightButtonEnd" "900" # right button inactive
in ms
Option "PenDownMode" "0" # 0=stream mode, 1=point
mode
EndSection

Section "Device"
Identifier "CX700"
Driver "openchrome"
BusID "PCI:1:0:0"
#Option "PrintVGARegs" # [<bool>]
#Option "PrintTVRegs" # [<bool>]
#Option "I2CScan" # [<bool>]
Option "VBEModes" "false" # [<bool>]
#Option "NoAccel" "true" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ExaNoComposite" # [<bool>]
#Option "ExaScratchSize" # <i>
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
Option "PanelSize" "1024x768" # [<str>]
Option "ForcePanel" "true" # [<bool>]
#Option "TVDeflicker" # <i>
Option "DisableVQ" "true" # [<bool>]
Option "DisableIRQ" "true" # [<bool>]
Option "EnableAGPDMA" "false" # [<bool>]
Option "Accel" "true"
#Option "NoAGPFor2D" "true" # [<bool>]
#Option "NoXVDMA" "true" # [<bool>]
#Option "VbeSaveRestore" "false" # [<bool>]
#Option "DisableXvBWCheck" "true" # [<bool>]
#Option "MaxDRIMem" # <i>
#Option "AGPMem" # <i>

#=- AILGX SUPPORT -=#
Option "XAANoOffscreenPixmaps"

#=- Si refus d'obtemperer -> positionner à "true" -=#
Option "AddARGBGLXVisuals" "false"
Option "TripleBuffer" "false"
#=-------------------------------------------------=#

# Il est recommandé de supprimer toutes les autres entrées nommées
Option
# dans la section device.
#=-----------------=#

EndSection

Section "Monitor"
Identifier "FlatMonitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "FlatScreen"
Device "CX700"
Monitor "FlatMonitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "XServer"
Screen "FlatScreen"

#=- AIGLX SUPPORT -=#
Option "AIGLX" "true"
#=-----------------=#

InputDevice "Keyboard"
InputDevice "Penmount" "AlwaysCore"
EndSection

#=- AIGLX SUPPORT -=#
Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
#=-----------------=#

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

1 réponse

Avatar
Xadawa
Xadawa wrote:
Salut à tous,
j'ai un petit problème sur mon système :
j'ai un noyau 2.6.21.7, le driver OpenChrome compilé et installé, les
modules DRM compilés et installés.
Le problème c'est que je suis assez mauvais sur le Xorg.conf :
J'obteint (EE) CHROME(0): [drm] drmAgpAcquire failed 19 au startx...
Je sais que çà vient du xorg.conf ( ca marchait hier mais depuis j'ai
modifié le xorg.conf et çà marche pu ).

Voici mon xorg.conf :


Section "Files"
EndSection

Section "Module"

#=- AIGLX SUPPORT -=#
#Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
#Load "type1"
Load "vbe"
#=-----------------=#

EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "PenMount"
Driver "penmount"
Option "Protocol" "PM9000"
Option "Device" "/dev/ttyS2"
Option "PMode" "1"
Option "MinX" "10"
Option "MaxX" "1000"
Option "MinY" "10"
Option "MaxY" "1000"
Option "ADBit" "10"
Option "Baudrate" "19200"
Option "Beep" "0" # 0 = no beep, 1 = beep
enabled
Option "PressVol" "100" # volume of beep (press
event)
Option "PressPitch" "880" # pitch of beep (press
event)
Option "PressDur" "15" # length of beep (press
event)
Option "ReleaseVol" "0" # volume of beep
(release event)
Option "ReleasePitch" "1200" # pitch of beep
(release event)
Option "ReleaseDur" "10" # beeplen in ms
(release event)
Option "RightButton" "0" # right button active
in ms
Option "RightButtonStart" "500" # right button active
in ms
Option "RightButtonEnd" "900" # right button inactive
in ms
Option "PenDownMode" "0" # 0=stream mode,
1=point mode
EndSection

Section "Device"
Identifier "CX700"
Driver "openchrome"
BusID "PCI:1:0:0"
#Option "PrintVGARegs" # [<bool>]
#Option "PrintTVRegs" # [<bool>]
#Option "I2CScan" # [<bool>]
Option "VBEModes" "false" # [<bool>]
#Option "NoAccel" "true" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ExaNoComposite" # [<bool>]
#Option "ExaScratchSize" # <i>
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
Option "PanelSize" "1024x768" # [<str>]
Option "ForcePanel" "true" # [<bool>]
#Option "TVDeflicker" # <i>
Option "DisableVQ" "true" # [<bool>]
Option "DisableIRQ" "true" # [<bool>]
Option "EnableAGPDMA" "false" # [<bool>]
Option "Accel" "true"
#Option "NoAGPFor2D" "true" # [<bool>]
#Option "NoXVDMA" "true" # [<bool>]
#Option "VbeSaveRestore" "false" # [<bool>]
#Option "DisableXvBWCheck" "true" # [<bool>]
#Option "MaxDRIMem" # <i>
#Option "AGPMem" # <i>

#=- AILGX SUPPORT -=#
Option "XAANoOffscreenPixmaps"

#=- Si refus d'obtemperer -> positionner à "true" -=#
Option "AddARGBGLXVisuals" "false"
Option "TripleBuffer" "false"
#=-------------------------------------------------=#

# Il est recommandé de supprimer toutes les autres entrées nommées
Option
# dans la section device.
#=-----------------=#

EndSection

Section "Monitor"
Identifier "FlatMonitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "FlatScreen"
Device "CX700"
Monitor "FlatMonitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "XServer"
Screen "FlatScreen"

#=- AIGLX SUPPORT -=#
Option "AIGLX" "true"
#=-----------------=#

InputDevice "Keyboard"
InputDevice "Penmount" "AlwaysCore"
EndSection

#=- AIGLX SUPPORT -=#
Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
#=-----------------=#




Pour info, sur OpenChrome, pour avoir le pointeur de la souris, il faut
SwCursor à true... Je continue à chercher...

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact