Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
glxinfo laesst xorg crashen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
zapata
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jun 2005
Posts: 82
Location: Hamburg / Germany

PostPosted: Wed Nov 08, 2006 12:43 pm    Post subject: glxinfo laesst xorg crashen Reply with quote

servus,

ich habe leider vor einiger Zeit mein System etwas verbogen :( . Am meisten stört mich z.Z. dass DRM nicht mehr richtig funktioniert!

sobald ich glxinfo starte, crashed xorg und und lande wieder im gdm oder das System friert komplett ein.

folgende fehler stehen in der X.log:
Code:

(EE) I810(0): vm86() syscall generated signal 8.
(EE) I810(0): VBE initialization failed.
(EE) AIGLX: Screen 1 is not DRI capable




VGA-treiber:
Code:

* x11-drivers/xf86-video-i810
     Available versions:  1.4.1.3 1.6.0 1.6.5 1.7.0-r1 1.7.2
     Installed:           1.7.0-r1
     Homepage:
     Description:         X.Org driver for Intel cards


xorg:
Code:


* x11-base/xorg-x11
     Available versions:  6.8.2-r8 6.9.0-r3 7.0-r1 7.1
     Installed:           7.1
     Homepage:            http://xorg.freedesktop.org
     Description:         An X11 implementation maintained by the X.Org Foundation (meta package)


xorg.conf:
Code:


   Identifier     "Simple Layout"
   Screen      0  "LCD" 0 0
   Screen      1  "VGA" LeftOf "LCD"
   InputDevice    "trackpoint"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

#   FontPath   "/usr/share/fonts/local/"
#   FontPath   "/usr/share/fonts/Speedo/"
#   FontPath   "/usr/share/fonts/terminus"
#   FontPath   "/usr/share/fonts/mathematica-fonts"
#   FontPath   "unix/:-1"
#   RgbPath      "/usr/share/X11/rgb"
#   FontPath     "/usr/share/fonts/misc/"
#   FontPath     "/usr/share/fonts/75dpi/:unscaled"
#   FontPath     "/usr/share/fonts/100dpi/:unscaled"
#   FontPath     "/usr/share/fonts/Type1/"
#   FontPath     "/usr/share/fonts/CID/"
#   FontPath     "/usr/share/fonts/75dpi/"
#   FontPath     "/usr/share/fonts/100dpi/"
#       FontPath        "/usr/share/fonts/local/"
#        FontPath        "/usr/share/fonts/Speedo/"
#       FontPath        "/usr/share/fonts/terminus"
#       FontPath        "/usr/share/fonts/mathematica-fonts"
#       FontPath        "unix/:-1"
   RgbPath      "/usr/share/X11/rgb"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "dbe"     # Double buffer extension
   Load  "extmod"
   Load  "type1"
   Load  "synaptics"
   Load  "freetype"
   Load  "glx"
   Load  "dri"
#   Load       "ddc"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "XkbKeycodes" "xfree86+aliases(qwerty)"
   Option       "XkbTypes" "complete"
   Option       "XkbCompat" "complete"
   Option       "XkbModel" "pc105"
   Option       "XkbSymbols" "en_US(pc105)+de"
   Option       "XkbGeometry" "pc(pc105)"
   Option       "XkbOption" ""
   Option       "XkbLayout" "de"
   Option       "XkbRules" "xorg"
EndSection

Section "InputDevice"
   Identifier  "trackpoint"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Protocol" "IMPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/input/mouse0"
   #Option       "Device" "dev/input/mice"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
   Option       "EmulateWheel" "on"
   Option       "EmulateWheelButton" "2"
EndSection

Section "Monitor"
   Identifier   "LCD"
   HorizSync    28.0 - 49.0
   VertRefresh  50.0 - 70.0
   VertRefresh  43.0 - 72.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "External Monitor"
   HorizSync    31.5 - 79.0
   VertRefresh  56.0 - 75.0
   Option       "DPMS"
EndSection

Section "Device"

    #VideoRam    131072
    #Option "Clone" "true"
   Screen 0
   Identifier  "Intel0"
   Driver      "i810"
   VideoRam    131072
   Option       "DRI" "true"
    #Option "VBERestore" "true"
   Option       "MonitorLayout" "CRT,LFP"
   Option       "DevicePresence" "true"
    # Insert Clocks lines here if appropriate
EndSection

Section "Device"
   Identifier  "Intel1"
   Driver      "i810"
#   Option       "DRI" "true"
   Option       "VBERestore" "no"
   Option       "MonitorLayout" "CRT,LFP"
   Option       "DevicePresence" "true"
   Option       "AGPMode" "4"
   BusID       "PCI:0:2:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "LCD"
   Device     "Intel0"
   Monitor    "LCD"
   DefaultDepth     16
   SubSection "Display"
      Depth     1
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "VGA"
   Device     "Intel1"
   Monitor    "External Monitor"
   DefaultDepth     16
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Group        "video"
   Mode         0660
EndSection



wäre echt super, falls jemand rat weiss, komme hier leider alleine nicht weiter.


gruß


zapata[/quote]
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Thu Nov 09, 2006 1:05 am    Post subject: Reply with quote

Hallo zapata,

ich hab mir grade mal deine Xorg.conf angeschaut und muss feststellen das du dort 2 Monitore und 2 Grafikkarten eingerichtet hast. Verwendest du beide Monitore noch oder gehört einer davon zum alten Eisen? Wenn ja dann werf ihn raus ;)

Oder versuch mit xorgcfg, xorgconfig oder Xorg --configure mal eine neue Konfigurationsdatei zu erstellen. Aber fertige von der alten vorher ein Backup an!

Notfalls kannst du ja eine Live-CD testen und dir dort mal die Einstellung anschaun und mit deinen vergelichen.

Doch wenn du weißt was du da eingestellt hast, würde ich darauf Tippen das dein Problem die 16 Bit - Farbtiefe ist.
(Eigentlich auch nur weil in vielen "Renderlastigen-Spielen" behauptet wird sie laufen nicht in 16-Bit Farbtiefe)

Sofern dein "External Monitor" das unterstützt:
(Ich kenne eigentlich keinen der dies nicht kann, aber deine Einstellung könnte ja auch zu einen ganz alten grünmonitor *übertreib* gehören um nerdiger auf der Konsole zu arbeiten.)

Einfach aus:
Code:
Section "Screen"
   Identifier "VGA"
   Device     "Intel1"
   Monitor    "External Monitor"
   DefaultDepth     16
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

das machen:
Code:
Section "Screen"
   Identifier "VGA"
   Device     "Intel1"
   Monitor    "External Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Oh und dann ist mir noch aufgefallen:
Du hast bei einer Grafikkarte (Identifier "Intel0") DRI aktiviert, und bei der anderen (Identifier "Intel1") ist es auskommentiert. Vielleicht liegt auch da der Hase im Pfeffer.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum