Menu

Mostra messaggi

Questa sezione ti permette di visualizzare tutti i messaggi inviati da questo utente. Nota: puoi vedere solo i messaggi inviati nelle aree dove hai l'accesso.

Mostra messaggi Menu

Messaggi - Zuzzi

#1
Alcune volte capita che ut esca improvvisamente dando come output:

Signal: SIGSEGV [segmentation fault]
Aborting.
Segmentation fault

Sapete aiutarmi???

Devo dire che la mia Radeon 9000 è molto più performante su linux che su windows! Attivare l'accceleratore 3D mi ha portato via 2 giorni interi....ma ce l'abbiamo fatta!

uname -r
2.6.8-1-386


POSTO PARTE DEL XF86Config-4
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

#
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 60.0
    VertRefresh 50 - 70
    Option "DPMS"
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"
EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"    
    Option "TVStandard"                 "NTSC-M"    
    Option "TVHSizeAdj"                 "0"    
    Option "TVVSizeAdj"                 "0"    
    Option "TVHPosAdj"                  "0"    
    Option "TVVPosAdj"                  "0"    
    Option "TVHStartAdj"                "0"    
    Option "TVColorAdj"                 "0"    
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000800"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "yes"
    Option "FSAAScale"                  "6"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=496e
    Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Server Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.

    Screen "Screen0"
EndSection
### EOF ###

Questo messaggio è stato aggiornato da zuzzi il 24/11/2004  alle ore  01:51:13
#2
ok grazie! Appena  ho un po' di tempo provo.

[rpm -ivh --force fglrx-glc22-4.3.0-3.7.0.i386.rpm----> da errore allo stesso modo]
#3
Ho provato ad installare UT su una rh9.
Il problema fondamentale è che la grafica è penosa....scatta da morire.

ho provato ad installare i driver ATI ma...
 rpm -ihv fglrx-4.3.0-3.7.6.i386.rpm
Preparing...                ########################################### [100%]
        file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-4.3.0-3.7.6 conflicts with file from package XFree86-Mesa-libGL-4.3.0-2.90.55

che devo fa?


ATI radeon 9000
#4
Benchmark e Testing / fsb <---> 3d Mark 2001 SE
27 Maggio 2003, 02:47:30
ho aumentato l'fsb da 133 a 140 è ho migliorato il 3d mark di 160 punti. normale? sono passato da 6240 a 6400.Sul test incide tantissimo il sistema che accompagna la scheda video!azz!

AMD 1700+; ASUS A7A266; Radeon Saphire 9000 series; 512 MB ddr(PC266).
#5
Benchmark e Testing / 3DMARK 2001
19 Febbraio 2003, 18:27:52
mi sono migliorato grazie al profilo di izio






Scritto Da - zuzzi on 19 Febbraio 2003  18:28:40
#6
Benchmark e Testing / 3DMARK 2001
19 Febbraio 2003, 01:43:24
Ecco il mio score con3d mark2001 SE:

è un buon punteggio?Come posso migliorare?
AMD 1700+, 256Mb DDR, ASUS A7A266, ATI 9000 saphire 128 Mb, (catalyst 2.5 - Radeonator)
#7
Sconfitta umiliante al 3dmark 2003

Ati 9000 series: 913 :(:(:(:(

AMD 1700+, Asus A/7a266, 256 MB ddr, xp.
#8
Discussioni generiche / Configurazioni a confronto
24 Novembre 2004, 10:58:42
La scheda madre che andrei ad acquistare è la seguente:

- Mainboard ASUS A8V Deluxe
Socket 939 - WiFi-g Inclusa, VIA K8T800Pro + VT8237, Front Side Bus 2000 MT/s, Memorie DDR400/333, Dual-channel, Tecnologia AMD Cool 'n' Quiet, AGP8X

Almeno questo socket riporta la scheda tecnica.

Solo che le cpu con socket 939 o 940 costano troppo per le mie finanze...Posso montarci una cpu con socket 754???
E poi, perchè dicono che la scheda madre supporta il dual channel, quando AMD integra il controller nella cpu e quindi è quest'ultima che può supportare o meno il trasferimento in dual channel? Qualcuno può fare un po' di chiarezza in merito?

Grazie!!
#9
Discussioni generiche / Configurazioni a confronto
23 Novembre 2004, 23:14:23
Ma il 939 supporta gli athlon 754???
#10
Discussioni generiche / Configurazioni a confronto
23 Novembre 2004, 22:56:25
Le mie esigenze in termini di scheda video non sono granchè. Attulmente non ho installato nessun gioco sul mio pc, figuratevi voi! Quello che m'interessa è una futura aggiornabilità del sistema (per questo preferivo la soluzione intel perchè basata su socket 775 sul quale intel punta molto). D'altro canto l'architettura a 64 bit da athlon sarà ben disposta a sfruttare le nuove applicazioni.
Intel ha dalla sua Hyper Threading e dual DDR.
Athlon 64 bit, ma socket già obsoleto.

Sono uno studente d'ingegneria, quindi opterei per potenza di calcolo piuttosto che prestazioni grafiche.

dite la vostra su tutto. Partecipate anche voi al progetto "un pc per me!!!":h :duo