Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Ati radeon pci express e sistema con 2gb X nero
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Cadoro
Apprentice
Apprentice


Joined: 09 Feb 2006
Posts: 154
Location: Napoli

PostPosted: Sun Feb 12, 2006 2:01 pm    Post subject: [Risolto] Ati radeon pci express e sistema con 2gb X nero Reply with quote

Ho installato i driver dal portage e riconosce e carica tutti i driver.
Non parte però il server grafico o meglio parte ma rimane una schermata nera. Penso sia dovuto al fatto che ho aggiunto un 1,5gB di ram.
Infatti prima con 512 andava bene. Come risolvo. C'è un modo per limitare la memoria senza che il pc perda di prestazioni?!?!

Ciao Giorgio :?:


Last edited by Cadoro on Tue Feb 14, 2006 5:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Sun Feb 12, 2006 3:00 pm    Post subject: Reply with quote

Mi sembra che per quantità di ram superiori a 1024(compresa quella della scheda video) bisogna attivare un opzione nel kernel...
Prova a dare un occhiata.
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
Cadoro
Apprentice
Apprentice


Joined: 09 Feb 2006
Posts: 154
Location: Napoli

PostPosted: Sun Feb 12, 2006 4:54 pm    Post subject: Reply with quote

Apetrini wrote:
Mi sembra che per quantità di ram superiori a 1024(compresa quella della scheda video) bisogna attivare un opzione nel kernel...
Prova a dare un occhiata.


Tra i moduli del kernel non sono riuscito con le mie capacità a trovare qualcosa di concreto e tra i forum naa ho trovato solo :

Blank screen or monitor turning off after startx
Versions of ati-drivers >= 8.16.20 have an issue with this that's easily corrected by inserting:
File: xorg.conf
Option "ForceMonitors" "notv"

in the device section of xorg.conf (discussed here: https://bugs.gentoo.org/show_bug.cgi?id=103028)

Check if you have a non-DDC monitor connected via VGA/HD15 connector. If so change your xorg.conf:
File: xorg.conf
# Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "NONE, CRT"
Option "IgnoreEDID" "off"
Option "HSync2" "30-85"
Option "VRefresh2" "50-160"
# Option "ScreenOverlap" "0"

where HSync2 and VRefresh2 are your monitor parameters.

Also, try changing the MonitorLayout option. The default is "AUTO, AUTO", which is to say X will attempt to autodetect what kind of monitor you've got on the first and second display heads. This can theoretically fail (though I have never observed it). Try changing it around a bit. For example, if you have an LCD and no secondary monitor, change the line to read:
File: xorg.conf
Option "MonitorLayout" "TMDS, NONE"

if you have a CRT, simply replace "TMDS" with "CRT".

Aiuto!!!!?!?!? ma come ho detto, prima di aggiungere i moduli ram funzionava tutto perfettamente
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Sun Feb 12, 2006 11:40 pm    Post subject: Reply with quote

Prima di fare cose strane con il kernel prova a mettere dei driver ati piu recenti. Che versione stai usando?
ps posta un
Code:
emerge info

_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
Cadoro
Apprentice
Apprentice


Joined: 09 Feb 2006
Posts: 154
Location: Napoli

PostPosted: Mon Feb 13, 2006 10:38 am    Post subject: Reply with quote

Apetrini wrote:
Prima di fare cose strane con il kernel prova a mettere dei driver ati piu recenti. Che versione stai usando?
ps posta un
Code:
emerge info


Allora questo è il driver installato
x11-drivers/ati-drivers-8.14.13-r3 -dlloader +opengl (a cosa serve l'use dllloader?!)

Il modulo fglrx e agpgart li carico al boot in xorg carico glx


Code:
# ATI

Section "Device"
    Identifier                          "Ati X600"
    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"
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "LVDS, 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"               "0x00000000"
# === 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=3150
    Screen 0
EndSection


E questo sono le mio info su emerge


Code:
Gentoo Base System version 1.6.12
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1.73GHz
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apm arts audiofile avi bekdb bitmap-fonts bluetooth bonobo bzip2 cdr crypt cups curl eds emboss encode esd ethereal exif expat fam ffmpeg foomaticdb fortran ftp gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml idn imlib ipv6 java jpeg kde kerberos lcms ldap libg++ libwww mad mikmod mng motif mp3 mpeg msn nautilus ncurses nls ogg oggvorbis opengl oss pam pcre pdflib perl png python qt quicktime readline ruby sdl spell ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev vorbis xine xml xml2 xmms xv xvid zlib linguas_it userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY


Edit Cazzantonio ------- Vediamo di usare il bbcode

https://forums.gentoo.org/faq.php?mode=bbcode
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Mon Feb 13, 2006 7:21 pm    Post subject: Reply with quote

dlloader lascialo perdere, non ti serve.

Usi una versione dei driver ati piuttosto vecchia(mis embra che quella versione sia buggata), io ti consiglio di emergerne una di piu recente...dopo averla smascherata è ovvio. Prova la 8.21.7
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
Cadoro
Apprentice
Apprentice


Joined: 09 Feb 2006
Posts: 154
Location: Napoli

PostPosted: Mon Feb 13, 2006 9:25 pm    Post subject: Reply with quote

Apetrini wrote:
dlloader lascialo perdere, non ti serve.

Usi una versione dei driver ati piuttosto vecchia(mis embra che quella versione sia buggata), io ti consiglio di emergerne una di piu recente...dopo averla smascherata è ovvio. Prova la 8.21.7


Si ho risolto tutto con l'ultima versione ma non sono riuscita a installarla con il portage.Una volta smascherata e messa l'ultima versione .run l'emerge -s ati-drivers mi da sempre come versione disponibile quella che avevo 8.4.13. Ho aggiornato il portage e sincronizzato
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Mon Feb 13, 2006 10:49 pm    Post subject: Reply with quote

Puoi provare battendo
Code:
emerge -pv =ati-drivers-8.21.7
e per emerge ovviamente togli il -p.

Se hai risolto dovresti editare il primo post ed aggiungere la tag [Risolto]
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
Cadoro
Apprentice
Apprentice


Joined: 09 Feb 2006
Posts: 154
Location: Napoli

PostPosted: Tue Feb 14, 2006 5:37 pm    Post subject: Reply with quote

Apetrini wrote:
Puoi provare battendo
Code:
emerge -pv =ati-drivers-8.21.7
e per emerge ovviamente togli il -p.

Se hai risolto dovresti editare il primo post ed aggiungere la tag [Risolto]


Ho smascherato in keywords i driver ati 8.22.5 e eselect-opengl li ho emersi e tutto funziona perfettamente
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum