Help! stramaledetti driver ATI

Riconoscimento, installazione e configurazione delle periferiche.
marco8330
Prode Principiante
Messaggi: 65
Iscrizione: venerdì 26 maggio 2006, 14:25
Contatti:

Help! stramaledetti driver ATI

Messaggio da marco8330 »

Slave a tutti, rieccoci a parlare di driver ATI. Ho Ubuntu Dapper su AMD64  scheda Radeon X300SE Pci-e : ho installato i driver secondo il tutorial più volte riportato nei forum http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide questo è quello che ottengo

marco@ubuntu:~$ fglrxinfo
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  19
  Current serial number in output stream:  20


marco@ubuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  23
  Current serial number in output stream:  24


Appena installato fglrxinfo restituiva l'output corretto ma poi appena provato ad eseguire il primo gioco Lincity-NG ottengo:

marco@ubuntu:~$ lincity-ng
Starting lincity-ng (version 1.0.2)...
[/home/marco/.lincity] is in the search path.
[/usr/share/lincity-ng] is in the search path.
LINCITY_HOME: /usr/share/lincity-ng
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  18
  Current serial number in output stream:  19

Lo stesso per Torcs, Tuxracer etc..... Google Earth invece mi dice addirittura che non trova libGL.so.1 che invece è presente....

marco@ubuntu:~$ ls -l /usr/lib/libGL*
lrwxrwxrwx 1 root root    16 2006-05-25 21:13 /usr/lib/libGLEW.so.1.3 -> libGLEW.so.1.3.1
-rw-r--r-- 1 root root 253976 2005-11-30 21:49 /usr/lib/libGLEW.so.1.3.1
lrwxrwxrwx 1 root root    10 2006-06-12 13:16 /usr/lib/libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root    21 2006-06-14 11:54 /usr/lib/libGL.so.1 -> libGL.so.1.2.xlibmesa
-rw-r--r-- 1 root root 942704 2006-05-25 22:36 /usr/lib/libGL.so.1.2
-rw-r--r-- 1 root root 602248 2006-05-05 16:57 /usr/lib/libGL.so.1.2.xlibmesa
lrwxrwxrwx 1 root root    12 2006-05-26 15:48 /usr/lib/libGL.so.1.xlibmesa -> libGL.so.1.2
lrwxrwxrwx 1 root root    20 2006-05-26 10:37 /usr/lib/libGLU.so.1 -> libGLU.so.1.3.060401
-rw-r--r-- 1 root root 514808 2006-05-05 16:57 /usr/lib/libGLU.so.1.3.060401

Non ce la faccio più con questi driver ATI.... Aiutatemi per favore!!!  ???
Avatar utente
Fiery CroSS
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 977
Iscrizione: martedì 4 aprile 2006, 15:05

Re: Help! stramaledetti driver ATI

Messaggio da Fiery CroSS »

Ormai è stato detto di tutto di più  :-\, non ti resta che provare con i vari tutorial presenti sul forum.
Ti linko questo: http://forum.ubuntu-it.org/viewtopic.ph ... #msg106250

Buona fortuna!
(Quanta ram hai? L'hai specificata in xorg.conf, in kb)
Linux User #414069
marco8330
Prode Principiante
Messaggi: 65
Iscrizione: venerdì 26 maggio 2006, 14:25
Contatti:

Re: Help! stramaledetti driver ATI

Messaggio da marco8330 »

Lo so che è stato detto di tutto e di più però evidentemente non ho trovato nulla che risolvesse all'interno dei post del forum.....  ::)  Ho 512 mbyte di ram come si fa a specificarli in xorg.conf? posto comunque il mio xorg.conf così magari qualcuno gli dà un'occhiata....

Section "ServerLayout"
Identifier    "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath    "/usr/share/X11/fonts/misc"
FontPath    "/usr/share/X11/fonts/cyrillic"
FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath    "/usr/share/X11/fonts/Type1"
FontPath    "/usr/share/X11/fonts/100dpi"
FontPath    "/usr/share/X11/fonts/75dpi"
FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
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" "it"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Device" "/dev/input/mice"
Option     "Protocol" "ExplorerPS/2"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "cursor"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier  "aticonfig-Monitor[0]"
HorizSync    30.0 - 80.0
VertRefresh  43.0 - 75.0
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
EndSection

Section "Device"

# attiva l'uscita TV
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
Option     "NoTV" "no"
# lo standard per le tv italiane è il PAL-B
Option     "TVStandard" "PAL-B"
# attiva il clone mode
Option     "DesktopSetup" "single"
# La keyword STV è per la TV
Option     "MonitorLayout" "STV"
BusID      "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device    "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth    24
SubSection "Display"
Depth    1
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth    4
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth    8
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth    15
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth    16
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth    24
Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
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 "DRI"
Mode        0666
EndSection
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti