|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Cerco l'aiuto di un esperto di xorg
Passando da xorg 6.8 a xorg 7.0 ho avuto la sgradita sorpresa che le impostazioni che avevo con la versione 6.8 non mi funzionano più (schemo nero e sistema bloccato), con il comando dpkg-reconfigure xserver-xorg ottengo un Xorg.conf uguale a quello che funzionava bene con la 6.8.
Scheda video ATI 9250 AGP 128M Con la versione 6.8 mi funzionavano i driver open ATI,RADEON e ATI proprietari fglrx Da Xorg.log non vedo (EE) error, solo (WW) warning (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled (WW) RADEON(0): config file hsync range 30-80kHz not within DDC hsync ranges. (WW) RADEON(0): config file vrefresh range 56-75Hz not within DDC vrefresh ranges. (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe800 is: 0xefffe800 (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000 Questi sono alcuni messaggi ricavati dal log del kernel agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0. agpgart: Badness. Don't know which AGP mode to set. agpgart: Bridge couldn't do AGP x4. agpgart: Putting AGP V3 device at 0000:01:00.0 into 0x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 0x mode [drm] Setting GART location based on new memory map [drm] Loading R200 Microcode [drm] writeback test failed Da questo messaggio: Don't know which AGP mode to set, sembrerebbe che non sia settato l'AGP mode e non so quale è il settaggio corretto da inserire. Qualcuno mi può aiutare? Grazie anticipate |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
puoi postare il tuo xorg.conf?
Almeno ci rendiamo un po conto della situazione. Comunque molti utenti hanno avuto difficoltà nel passaggio da 6.8 a 7.0 io compreso: a me è bastato disinstallare i driver ati e reinstallarli. |
![]() |
![]() |
![]() |
#3 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
Questo è xorg.conf che avevo con Mepis 3.4.3 e quasi uguale con Ubuntu 64 breeze, allora avevo avuto lo problema, ma avevo risolto aggiungendo la riga Option "AGPMode" "4" ora con xorg 7.0 questa opzione non funziona più. Provvisoriamente uso quello generato dall'installazione di Mepis 6 e usa il driver VESA. # xorg.conf (Xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" 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" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI 9250 PRO" # Driver "fglrx" Driver "radeon" BusID "PCI:1:0:0" VideoRam 128000 Option "AGPMode" "4" EndSection Section "Monitor" Identifier "JWY Model: 1733" Option "DPMS" HorizSync 30-80 VertRefresh 56-75 EndSection Section "Screen" Identifier "Default Screen" Device "ATI 9250 PRO" Monitor "JWY Model: 1733" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection |
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
che versione di driver ati hai installato
|
![]() |
![]() |
![]() |
#5 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
|
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
comunque verifica che :
i driver sono gli 8.28.8 con installer che hai installato le ultime glibc di avere il modulo agpgart caricato di avere un xorg.conf piu o meno simile a questo dopo l'installazione dei driver: Section "Device" #VideoRam 131072 # Insert Clocks lines here if appropriate Identifier "9600pro" Driver "radeon" EndSection Section "Device" Identifier "ATI Graphics Adapter 0" Driver "fglrx" Option "(null)" Option "UseInternalAGPGART" "off" Option "ForceMonitors" "crt1,notv" Option "DesktopSetup" "horizontal" Option "OverlayOnCRTC2" "1" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen 1" Device "9600pro" Monitor "q770" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig Screen 0" Device "ATI Graphics Adapter 0" Monitor "aticonfig Monitor 0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
Quote:
|
|
![]() |
![]() |
![]() |
#8 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
Secondo me o è colpa di xorg o del kenel |
|
![]() |
![]() |
![]() |
#9 | |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
Quote:
ciao quando hai finito fammi sapere. |
|
![]() |
![]() |
![]() |
#10 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
Comunque ho scaricato l'altro giorno la Kubuntu 64 6.10 "desktop" e la grafica non va lo stesso, dovrò provare con la versione "alternate" però devo scaricare a 56k e non è uno scherzo. Devo verificare la presenza del modulo agpgrt |
|
![]() |
![]() |
![]() |
#11 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Dal log del kernel agpgart è presente:
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0. agpgart: Badness. Don't know which AGP mode to set. agpgart: Bridge couldn't do AGP x4. agpgart: Putting AGP V3 device at 0000:01:00.0 into 0x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 0x mode |
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12365
|
Quote:
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
![]() |
![]() |
![]() |
#13 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
La mepis 6 e 3.4.3 partono bene da disco solo che la grafica è con il driver vesa e a 1024x768 e non a 1280x1024. Ho scaricato i driver ATI 8.28.8 e più tardi intendo provare a installarli seguendo le istruzioni che sono sul sito di mepis italia, spero che poi funzioni in questo caso sarei il primo che è riuscito a far funzionare i driver fglrx ma non i driver open. |
|
![]() |
![]() |
![]() |
#14 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Sono riuscito a installare i driver ATI fglrx 8.28.8 però vedo che il processore va quasi al massimo.
[IMG]file:///home/zorro/Desktop/schermata1.jpg[/IMG] Ho provato a uccidere il processo atieventsd e tutto è tonato a posto, però gli ingranaggi sono lentissimi. questo è xorg.conf # Settings for wacom eraser # Settings for wacom cursor (mouse) Section "ServerLayout" #Screen 0 "ATIScreen" 0 0 #InputDevice "USB Mouse" "CorePointer" #InputDevice "Touchpad" "CorePointer" #InputDevice "Stylus" "CorePointer" #InputDevice "Eraser" "CorePointer" #InputDevice "Cursor" "CorePointer" #InputDevice "Serial Mouse" "CorePointer" Identifier "XFree86 Configured" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" EndSection Section "Files" # Xorg 7.0 font paths # Legacy font paths # Other font paths FontPath "/usr/share/X11/fonts/misc:unscaled" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/util" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/util" FontPath "/usr/share/fonts/truetype/ttf-lucida" FontPath "/usr/share/fonts/truetype/arphic" FontPath "/usr/share/fonts/truetype/freefont" FontPath "/usr/share/fonts/truetype/kochi" FontPath "/usr/share/fonts/truetype/latex-xft-fonts" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/type1/gsfonts" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" Load "synaptics" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbModel" "pc105" Option "XkbLayout" "it" Option "XKbOptions" "" EndSection Section "InputDevice" Identifier "Serial Mouse" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "false" Option "Emulate3Timeout" "70" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" Option "Repeater" "/dev/input/mice" EndSection Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "false" Option "Emulate3Timeout" "70" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "Stylus" Driver "wacom" Option "Mode" "Absolute" Option "Type" "stylus" Option "Device" "/dev/input/wacom" EndSection Section "InputDevice" Identifier "Eraser" Driver "wacom" Option "Mode" "Absolute" Option "Type" "eraser" Option "Device" "/dev/input/wacom" EndSection Section "InputDevice" Identifier "Cursor" Driver "wacom" Option "Mode" "Absolute" Option "Type" "cursor" Option "Device" "/dev/input/wacom" EndSection Section "Monitor" #Option "DPMS" "true" # Warning: This may fry old Monitors # Very conservative. May flicker. Identifier "Monitor0" VendorName "unknown" ModelName "unknown" HorizSync 30.0 - 75.0 VertRefresh 50.0 - 70.0 ModeLine "640x480" 25.2 640 664 760 800 480 491 493 525 ModeLine "800x600" 40.1 800 848 968 1056 600 601 605 628 ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ModeLine "1024x768" 85.0 1024 1056 1152 1360 768 784 787 823 ModeLine "1152x864" 65.0 1152 1168 1384 1480 864 865 875 985 interlace ModeLine "1152x864" 92.0 1152 1208 1368 1474 864 865 875 895 ModeLine "1152x864" 110.0 1152 1240 1324 1552 864 864 876 908 ModeLine "1152x864" 135.0 1152 1464 1592 1776 864 864 876 908 ModeLine "1152x864" 137.7 1152 1184 1312 1536 864 866 885 902 -hsync -vsync ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795 ModeLine "1280x800" 80.6 1280 1344 1480 1680 800 801 804 827 -hsync -vsync ModeLine "1280x1024" 80.0 1280 1296 1512 1568 1024 1025 1037 1165 interlace ModeLine "1280x1024" 110.0 1280 1328 1512 1712 1024 1025 1028 1054 ModeLine "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 -hsync -vsync ModeLine "1280x1024" 135.0 1280 1312 1456 1712 1024 1027 1030 1064 ModeLine "1280x1024" 135.0 1280 1312 1416 1664 1024 1027 1030 1064 ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync ModeLine "1280x1024" 181.8 1280 1312 1440 1696 1024 1031 1046 1072 -hsync -vsync ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 +hsync +vsync ModeLine "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ModeLine "1600x1200" 220.0 1600 1616 1808 2080 1200 1204 1207 1244 +hsync +vsync ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync ModeLine "1920x1200" 230.0 1920 1936 2096 2528 1200 1201 1204 1250 +hsync +vsync EndSection Section "Monitor" #Option "DPMS" "true" # Warning: This may fry old Monitors # Very conservative. May flicker. Identifier "ATIMonitor" VendorName "unknown" ModelName "unknown" HorizSync 30.0 - 75.0 VertRefresh 50.0 - 70.0 EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" #BusID "PCI:1:0:0" #Option "sw_cursor" # needed for some ati cards #Option "hw_cursor" #Option "NoAccel" #Option "ShowCache" #Option "ShadowFB" #Option "UseFBDev" #Option "Rotate" #Option "NoUseBios" #Option "BusType" "PCI" Identifier "Card0" Driver "vesa" BoardName "unknown" Option "UseInternalAGPGART" "no" # savage special options, use with care Option "DmaMode" "None" # nvidia special options, use with care Option "CursorShadow" "1" Option "CursorShadowAlpha" "63" Option "CursorShadowYOffset" "2" Option "CursorShadowXOffset" "4" Option "FlatPanelProperties" "Scaling = native" Option "NoLogo" "false" Option "IgnoreEdid" "true" # needs to be true for some nvidia cards EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Screen" # Only the official NVIDIA driver supports twinview # these setting are an example Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 Option "TwinView" "false" Option "SecondMonitorVendorName" "unknown" Option "SecondMonitorModelName" "unknown" Option "SecondMonitorHorizSync" "30-75" Option "SecondMonitorVertRefresh" "50-70" #Option "MetaModes" "1024x768, 1024x768" Option "TwinViewOrientation" "RightOf" Option "ConnectedMonitor" "dfp,dfp" SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "ATIScreen" Device "Card0" Monitor "ATIMonitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" 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 |
![]() |
![]() |
![]() |
#15 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Non sono riuscito ad allegare l'immagine
|
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Oct 2001
Città: como
Messaggi: 1077
|
cosa ti dice glxinfo
inoltre i dati del monitor li devi controllare sul libretto e inserire le giuste frequenze orizzontali e verticali in xorg.conf che mi sembrano non corrette Ultima modifica di eolus : 12-11-2006 alle 20:25. |
![]() |
![]() |
![]() |
#17 | |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Quote:
Da Xorg.log vedo alcune righe con (EE) (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so (EE) Failed to load module "GLcore" (loader failed, 7) (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work e alcuni (WW) (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): Kernel Module version does *not* match driver. (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used (WW) Option "XkbOptions" requires an string value Le frequenze del monitor devo controllarle, comunque la 1280x1024 a 75Hz mi pare che vada bene. |
|
![]() |
![]() |
![]() |
#18 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Risultato di glxinfo
name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig client glx vendor string: ATI client glx version string: 1.3 client glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample, GLX_ATI_pixel_format_float, GLX_ATI_render_texture GLX version: 1.2 GLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_ARB_multisample OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.4.1) OpenGL extensions: GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias glu version: 1.3 glu extensions: GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None 0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None 0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None 0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None 0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None |
![]() |
![]() |
![]() |
#19 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12365
|
segui questa guida per installare i driver ati!
http://wiki.ubuntu-it.org/Abilitare3...eon%28fglrx%29
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
![]() |
![]() |
![]() |
#20 |
Junior Member
Iscritto dal: Feb 2006
Messaggi: 28
|
Ho risolto il problema dei driver ati e radeon, questa volta occorre inserire: Option "AGPMode" "8", senza questa oppure con Option "AGPMode" "4" o altro valore, niente (schemo nero e sistema bloccato).
Mi resta il problema del 3D sia con xorg 7.0 con Mepis che con con xorg 7.1 con Kubuntu 64; ne con i driver ati e radeon ne con i driver fglrx. Il bello è che con le versioni precedenti di Mepis e Ubuntu, il 3D funzionava con tutti i driver. |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 02:49.