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.
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
Codice: Seleziona tutto
$ glxgears
9570 frames in 5.0 seconds = 1913.721 FPS
9406 frames in 5.0 seconds = 1879.968 FPS
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
direct rendering: Yes
questo è il mio problema un grazie anticipato per le vostre risposte.

