Troubleshooting

From cchtml.com
Revision as of 12:03, 25 August 2007 by 192.72.124.12 (talk)

orologi breil master chrono film lego midi file search laura hijos de cain turn off the light phaser 8500dn hotel albergo pensioni casse pc creative nestle nidina 1 panasonic er daniella ciccarelli calle ciega youth of the nation lo stano percorso max pezzali 883 esami di fisica whirlpool jt 358 carrozzina bambini juan fermando velazquez dvd rom lg gdr8163b nootka www ncbi org vendita dvd adulti camera giugliano campania forni micronde da incasso marchesini margherita baldacci vrouwen escort cinesi a roma macromedia 8 hp pentium 4 ht valvole a gas headset ps2 ventola portatili a marzo il biliardo torna su pc drapetsona marce militari usa slim shady jamie lee curtis video patrick rey pugliese fiat punto 1 2 1997 video masturbazioni epson 300 il bimbo rapito tutte le voci di halflife 2 krma folkabbestia dmx albergo 5 stelle les rois du monde elettrodomestici piccoli apparecchi johnbarry lampara dire straits dvd sharp videocamera vl webcam meeting spyro fusion testo della canzone un senso di vasco yoohoo macro srl golden arrow gli ussari ef 400mm f 5 6l usm pesce acquario alexia kar bebe confort squaw l amore prima di tutto monkey island 1 dutch juegos game boy super mario anathema parisienne moonlight mail2web ventola per notebook scaricare dvx universita cinema www sxs com pisco soluzioni elettroniche snc sansepolcro giochi free pc u s a georgia offerte lavoro infermieri varese cori catania polo km zero stampa maglietta red blooded woman singolo siracusa kettler topas adsl mac greatest hit robbie williams ammutinamento nello spazio trick diddy oki laser euro 2044 testo d legislativo 10 9 1991 n 303 pezzi di ricambio per stampanti snad info impiegato ufficio vendite (regione lombardia milano provincia) scout guide strategia web marketing marce sinfoniche profondimetro bussola manometro k king gps palmare compaq bahebak moot nike max 97 codici absat seca donne alessandria pubblicita stevie wonder bicicletta strada rino gaetano karaoke macchina fotografica digitale amore tra i polli carnival cruise impronte usb peli led m6 ethan frome monitor da palco noma ye saichi galleria body building batteria nikon 2500 chicco auto 4 in 1 luciano gaucci soluzioni pompei staminale hotel venezia albergo salone della nautica a genova rain b fever gifs animados agguato sul rapido garmin piccolo fuoco vivo una donna di notte venere va alla guerra obiettivi fujifilm fantasy lampadari video inter fiorentina sesso per adulti ringo starr and his all starr band live il magnifico ribelle scheda madre celeron sd 432 www bibbia it b b empire trucchi giochi pc hd portatile dvd traxdata strategies italia srl www tridimensio com ndola eurorest it indovina le parole mappe ed itinerari italia carta geografica peloponneso death row nel braccio della morte sony 5 1 dsc street fighter 3 playboy del mese nokia 1100 doppia sim vampyr 500 vieggi del ventaglio rumeni need for speed underground psp cure dennis fantina velisti nido vocabolario della lingua italiana 2006 prendi una matita mina aspire 1692wlmi 80gb www parcozoo it loredana lecciso nuda athlon 64 x2 elo live at wembley dvd www allergologia it motorola v3 carica batterie nada valgo sin tu amor juanes i barbari rifatte kingston kvr133x72c3 256 voip adsl telecomunicacion mo drive dino dvornik sd 10 sigma sigma 70 300 drivers colorado usb 9600 morrissey hulmerist disco polo simulatore di volo sb audigy appendi tv banamex com big yellow taxi pineta cancion de kalimba no me quiero enamorar videoregistratore con minidv www regione umbria com panasonic gs200 guerin sportivo pod apple

Distribution Neutral Steps

Verifying | Configuring | Troubleshooting

Kernel Related Issues

No 3D acceleration

If you see output that looks like this:

$ fglrxinfo 
display: :0.0 screen: 0 
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) 

Then try these two commands:

sudo mkdir -p /usr/X11R6/lib/modules/dri 
sudo ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri 

Source[1]

Or you can try deleting all files from the /lib/modules/$(uname -r)/volatile folder and relinking:

sudo rm /lib/modules/$(uname -r)/volatile/*
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko

If that doesn't work confirm fglrx is loaded:

lsmod | grep fglrx

If it returns nothing then try this:

sudo depmod -ae
sudo echo fglrx >> /etc/modules

(If this returns "bash: /etc/modules: Permission denied" then sudo su first.)

If it doesn't still work, open up /etc/modprobe.d/lrm-video with an editor, and uncomment any line(s) that contains fglrx in it.

nForce 3 AGP Issues

For nForce3 based motherboards: if the install seems to go well, but fglrx still fails and $ fglrxinfo tells you you're still running Mesa, there may be a problem with the nVidia AGP-PCI Bridge module's compatibility with your BIOS (or vice versa, I haven't yet investigated). (Confirmed at least for ASUS K8N-E Deluxe.) A solution is to downgrade your BIOS to a previous version (see your motherboard manual/manufacturer's website for instructions). Here is a list of compatible BIOS versions (if your model is not listed here and you find a version that fixes the problem, please add it to the list so others can benefit):

(Update: March 22nd, 2007) It appears that the beta ASUS bios 1012 will also fix the problem. I had the ATI drivers installed but fglrxinfo was still reporting Mesa as the OpenGL provider. I flashed the BIOS to 1012, rebooted into Ubuntu. Problem solved.

  • ASUS
    • K8N-E Deluxe: Version 1006
    • K8N-E Deluxe: Version 1012 beta
    • K8N Bios versions up 1003 to 1011, my Solution -> K8V-X (Asus with Via-Chipset) It is working really good now. (Always Problems: nForce3 Chipset)
  • ASROCK
    • K8Upgrade-NF3

(A little workaround for K8Upgrade-NF3 is to edit xorg.conf, in section "Devices", adding this line: Option "UseInternalAGPGART" "no")


AGP Initialization fails with amd_k7_agp module

With Kernel 2.6.16.x, there came a new feature called "EDAC" which creates a conflict causing amd_k7_agp not to work. This results in a

(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
(EE) fglrx(0): cannot init AGP

Message in the error-log.

To resolve the problem, in your kernel config change

CONFIG_EDAC_AMD76X=y

to

#CONFIG_EDAC_AMD76X is not set

(just comment it out) recompile/reinstall/reboot your kernel. Everything should work now.


X Server Related Issues

No XVideo support on 690G integrated graphic chipset

  • Upgrade your BIOS if you get random flicker lines and black screen with a 690G chip.
  • Motherboard using the 690G IGP chipset don't have XVideo support. When you execute the "xvinfo" command you get "no adaptors present". This is the case by using the 8.39.4 FGLRX driver and whenever the "sudo aticonfig --overlay-type=Xv" command or the "sudo aticonfig --overlay-type=opengl" was used. ATI seem to know this as there list TVtime as an application unable to run on a 690G chip.

System lockup on logout or switch to virtual consoles

If your system locks up after you logout or when you try to switch to a virtual console, this might be an instance of this bug. It is likely that the problem only occurs for users with an Xorg version of at least 7.0. Probably it only affects users of DVI.

There is a workaround: Use a standard D-Sub VGA connector instead of the DVI connector.

This workaround was posted as a comment to another related bug: see here.

BigDesktop doesn't work after GDM login screen

This can occur on Ubuntu Feisty Fawn sometimes.

System > Prefrences > Screen Resolution

Select the resolution that is a combination of both screen resolutions wide and your height.

Computer Freezes while using fglrx (UMA and SIDEPORT)

If after choosing fglrx as your driver in either xorg.conf or xfree86.conf files, the computer freezes and becomes unresponsive while trying to start X this may be the solution.

Some ATI cards have the ability to run in three modes: UMA, SIDEPORT, or a combination of both. UMA mode is that one in which the video card does not use its dedicated memory, but rather uses and shares the system memory. On the other hand, SIDEPORT mode is the one in which the card uses its own dedicated memory. And finally, the third mode is a combination of the previous modes in which the card uses both the system memory and its dedicated memory.

If your computer hangs, this settings may be where the solution lies. If your computer hangs, try using either UMA by itself or a combination of both. However, if you choose the combination, make sure that the UMA one is at least 128MB. In my case, I have SIDEPORT 128MB and 128MB UMA. If I choose any less for UMA, it does not work. This is definetly not an attractive solution since it compromises your systems performance. Hopefully, this will be solved very soon.

On some systems, the BIOS screen may not offer a choice of UMA or SIDEPORT. In this case, you can try turning the amount of RAM dedicated to the video card down, from 128Mb to 64Mb for example.


Graphical Anomalies

This was experienced with an ATI Radeon X1600 Pro 512mb:

After following instructions for both Method 1 and Method 2, whenever the Composite Extension is disabled, the display would be almost unusable, but the fglrxinfo command would display the correct information. If the Composite Extension is re-enabled the display would be usable, but fglrxinfo would report using mesa drivers.

To resolve the problem it maybe needed to lower the AGP Aperture setting in my BIOS to 128mb (or lower worked too). The AGP Aperture was initially set to 256mb. After setting the AGP Aperture to 128mb, everything worked perfectly; the Composite Extension is disabled, fglrxinfo reports the correct drivers, and direct rendering is enabled. Some systems may require setting the AGP Aperture to the highest setting (256mb or 512mb).

Blank Screen with Xorg 1.3.0

If you happen to get a blank screen on X startup and you find lines similar to those in your Xorg.log:

File: /var/log/Xorg.log
2: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(swlDalHelperValidateModeFromDAL 0x549) [...]
3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so [...]
4: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxPreInit 0x8b3) [...]
 

Then you're probably using the ati-drivers with Xorg-1.3.0. If that's the case the only solution (known to me) is to use a version < 1.3.0.

X800/X850 fan is very loud / constantly works

It seems fglrx has a bug with all X800/X850 cards causing them to heat up excessively even when not in 3D mode. This behaviour will cause the cards' fans to function on full blast continuously. There is no known fix as of driver 8.31.05 or previous. Open source "radeon" driver does not exhibit this problem.

System freezes after logout with GDM or KDM[2]

If you use GDM, which is the default Login Manager on Ubuntu, modify

sudo gedit /etc/gdm/gdm.conf
File: /etc/gdm/gdm.conf
AlwaysRestartServer=true

If you use KDM, which is the default Login Manager on Kubuntu, add to the [X-:*-Core] section the following

sudo kate /etc/kde3/kdm/kdmrc
File: /etc/kde3/kdm/kdmrc
TerminateServer=true

References


Distribution Neutral Steps

Verifying | Configuring | Troubleshooting