Pagina 1 di 1

problema server X

Inviato: mer 15 apr 2009, 18:38
da Crow
ciao a tutti e buone fatte feste a tutti voi, ho sto questo problema in effetti quando lancio fgl_glxgears
ottengo questo

Codice: Seleziona tutto

$ fgl_glxgears
Using GLX_SGIX_pbuffer
4490 frames in 5.0 seconds = 898.000 FPS
5007 frames in 5.0 seconds = 1001.400 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 39272 requests (39271 known processed) with 0 events remaining.
come mai?

se lancio fglrxinfo

Codice: Seleziona tutto

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.1.8304 Release
glxgears

Codice: Seleziona tutto

$ glxgears
9570 frames in 5.0 seconds = 1913.721 FPS
9406 frames in 5.0 seconds = 1879.968 FPS
il mio xorg

Codice: Seleziona tutto

Section "Module"
    Load        "dbe"  	# Double buffer extension
    Load        "dri"
    Load	"synaptics"

 SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
   #Load        "speedo"
    Load        "glx"
EndSection


Section "Files"
    RgbPath	"/usr/share/X11/rgb"
   #FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/OTF/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/Type1/"
   #FontPath    "/usr/share/fonts/CID/"
    FontPath    "/usr/share/fonts/Speedo/"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/cyrillic/"
    ModulePath  "/usr/lib/xorg/modules"

EndSection



Section "ServerFlags"
    Option	"AIGLX"		           "off"
   #Option     "NoTrapSignals"
   #Option     "DontVTSwitch"
   #Option     "DontZap"
   #Option     "DontZoom"
   #Option     "DisableVidModeExtension"
   #Option     "AllowNonLocalXvidtune"
   #Option     "DisableModInDev"
   #Option     "AllowNonLocalModInDev"
   #Option     "blank time"                "10"    # 10 minutes
   #Option     "standby time"              "20"
   #Option     "suspend time"              "30"
   #Option     "off time"                  "60"
   #Option     "EstimateSizesAggresively"  "0"
EndSection


Section "InputDevice"
    Identifier "Keyboard1"
    Driver     "kbd"
   #Option     "Protocol"         "Xqueue"
   #Option     "AutoRepeat"       "500 5"
   #Option     "Xleds" "1 2 3"
   #Option     "XkbDisable"
   #Option     "XkbModel"         "pc102"
    Option     "XkbModel"         "pc105"
   #Option     "XkbModel"         "microsoft"
   #Option     "XkbModel"         "pc104"
   #Option     "XkbLayout"        "de"
   #Option     "XkbLayout"        "de"
   #Option     "XkbVariant"       "nodeadkeys"
   #Option     "XkbOptions"       "ctrl:swapcaps"
   #Option     "XkbRules"         "xorg"
    Option     "XkbLayout"        "it"
   #Option     "XkbVariant"       ""
   #Option     "XkbOptions"       ""
EndSection



Section "InputDevice"
    Identifier "Mouse1"
    Driver     "mouse"
   #Option     "Protocol"         "Auto"
    Option     "Protocol"         "IMPS/2"
    Option     "Device"           "/dev/input/mice"
   #Option     "Device"           "/dev/psaux"
   #Option     "Device"           "/dev/ttyS0"
   #Option     "Device"           "/dev/ttyS1"
   #Option     "Protocol"         "Xqueue"
   #Option     "BaudRate"         "9600"
   #Option     "SampleRate"       "150"
   #Option     "Emulate3Buttons"
   #Option     "Emulate3Timeout"  "50"
   #Option     "ChordMiddle"
EndSection


Section "InputDevice"
    Identifier  "SynapticsMouse"
    Driver      "synaptics"
    Option      "SendCoreEvents"   "yes"
    Option      "Device"           "/dev/input/event2"
    Option      "Protocol"         "auto-dev"
    Option      "Emulate3Buttons"  "yes"
    Option      "LeftEdge"         "120"
    Option      "RightEdge"        "830"
    Option      "TopEdge"          "120"
    Option      "BottomEdge"       "650"
    Option      "FingerLow"        "14"
    Option      "FingerHigh"       "15"
    Option      "MaxTapMove"       "110"
    Option      "VertScrollDelta"  "20"
   #Option      "HorizScrollDelta" "20"
    Option      "MinSpeed"         "0.50"
    Option      "MaxSpeed"         "0.85"
EndSection


Section "Monitor"
    Identifier   "LCD"
    HorizSync    31.5 - 50.0
   #HorizSync	 30-64         # multisync
   #HorizSync	 31.5, 35.2    # multiple fixed sync frequencies
   #HorizSync	 15-25, 30-50  # multiple ranges of sync frequencies
    VertRefresh 40-90
EndSection


Section "Device"
    Identifier   "ATI"
    Driver       "fglrx"
    VideoRam     131072
    Option       "VideoOverlay" "on"
    BusID	 "PCI:1:0:0"
EndSection


Section "Screen"
    Identifier   "Screen 1"
    Device       "ATI"
    Monitor      "LCD"
   #DefaultDepth 8
   #DefaultDepth 16
    DefaultDepth 24
   #DefaultDepth 32

  Subsection "Display"
    Depth       8
    Modes "1280x800" "1024x768" "800x600" "640x480"
  EndSubsection
  Subsection "Display"
    Depth       16
    Modes "1280x800" "1024x768" "800x600" "640x480"
  EndSubsection
  Subsection "Display"
    Depth       24
    Modes "1280x800" "1024x768" "800x600" "640x480"
  EndSubsection
  Subsection "Display"
    Depth       32
    Modes "1280x800" "1024x768" "800x600" "640x480"
  EndSubsection
EndSection


Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         "Screen 1"
    InputDevice	   "SynapticsMouse"  "SendCoreEvent"
    InputDevice    "Mouse1"          "CorePointer"
    InputDevice    "Keyboard1"       "CoreKeyboard"
EndSection


Section "DRI"
    Group	0
    Mode	0666
EndSection


Section "Extensions"
    Option "Composite" "Disable"
EndSection

$ glxinfo | grep rendering
direct rendering: Yes

questo è il mio problema un grazie anticipato per le vostre risposte.
=D>

Re: problema server X

Inviato: mer 15 apr 2009, 21:49
da zoros
Sempre su una ATI, con driver proprietario, in xorg.conf:

Codice: Seleziona tutto

...
Section "Device"
  Identifier  "Card0"
  Driver      "fglrx"
  VendorName  "ATI Technologies Inc"
  BoardName   "ATI Radeon XPRESS 200M 5955 (PCIE)"
  BusID       "PCI:1:5:0"
  Option "ColorTiling" "On"
  Option "EnablePageFlip" "True"
  Option "AccelMethod" "XAA"
  Option "XAANoOffscreenPixmaps" "True"
EndSection
...
opzioni che ho replicato anche in Section "Screen" ... non si sa mai ...

quindi, domanda, forse mi sfugge qualcosa ... ma i nuovi driver ATI non supportano finalmente il composite ?

Codice: Seleziona tutto

Section "Extensions"
 Option "Composite" "Enable"
EndSection

Re: problema server X

Inviato: ven 17 apr 2009, 19:39
da Crow
bhe grazie zoros ma non ho avuto tanta fortuna, se hai altri suggerimenti o se qualcuno mi potrebbe aiutare ne sarei grado

Re: problema server X

Inviato: ven 17 apr 2009, 21:06
da zoros
Crow ha scritto:bhe grazie zoros ma non ho avuto tanta fortuna, se hai altri suggerimenti o se qualcuno mi potrebbe aiutare ne sarei grado
beh, il mio post era però più per la curiosità di sapere come mai non hai il Composite abilitato e anche perché nessuno aveva provato a replicare ... sulla Xpress 200 non ho nessun messaggio di errore ... su altre schede ATI ogni tanto ci sono delle segnalazioni, ma tutto è ok .... comunque: il tuo problema è solo il messaggio (visto che i tempi sembrano buoni) ? ... e poi hai provato a guardare dentro /var/log/Xorg.0.log ?