LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-05-2006, 03:11 PM   #16
YevgenyEfter
Member
 
Registered: May 2005
Distribution: Fedora
Posts: 49

Original Poster
Rep: Reputation: 15

And how does the absence of "extmod" affect me? Do I have any limitations?
 
Old 06-05-2006, 10:47 PM   #17
Peingune
Member
 
Registered: Oct 2002
Location: Ill
Distribution: Gentoo x86 2006.0
Posts: 89

Rep: Reputation: 16
I have no clue how it will affect you but from my box I have no problems with 3d acc, tranparentence, games and so on. The only problem i have is some invalid shape when starting xine and mplayer but my movies still play very good.
 
Old 06-10-2006, 04:55 AM   #18
YevgenyEfter
Member
 
Registered: May 2005
Distribution: Fedora
Posts: 49

Original Poster
Rep: Reputation: 15
First of all, thank you very much! It seems that my card is recognized as it should be, and the driver is loaded properly!
But I have some strange problem... When I try to run the Enemy Territory game I receive this output:

ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/root/.etwolf/etmain
/usr/local/games/enemy-territory/etmain/pak2.pk3 (22 files)
/usr/local/games/enemy-territory/etmain/pak1.pk3 (10 files)
/usr/local/games/enemy-territory/etmain/pak0.pk3 (3725 files)
/usr/local/games/enemy-territory/etmain/mp_bin.pk3 (6 files)
/usr/local/games/enemy-territory/etmain

----------------------
3763 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
X Error of failed request: GLXBadContext
Major opcode of failed request: 129
Minor opcode of failed request: 5
Serial number of failed request: 29
ERROR: couldn't create font (glGenLists)
GL_RENDERER: (null)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: Q_strncpyz: NULL src


Maybe you know what I can do for it to work? Can it be something with GLX?

Again, thanks a lot!
 
Old 06-10-2006, 11:54 AM   #19
YevgenyEfter
Member
 
Registered: May 2005
Distribution: Fedora
Posts: 49

Original Poster
Rep: Reputation: 15
Already found the solution in another thread, so the solution is running:

export LIBGL_DRIVERS_PATH=/usr/X11R6/lib64/modules/dri/:/usr/lib/ati-fglrx/modules/dri/

After this, everything works great!
 
Old 06-11-2006, 09:10 AM   #20
lcornea
LQ Newbie
 
Registered: Dec 2005
Location: Onesti Romania
Distribution: fedor core 4
Posts: 24

Rep: Reputation: 15
hi
i have an x1300 ati radeon video card. I tryed everything i could but it just seams to go wrong.
I changed the config file and got the "load extmod" out but now i can't change the screen resolutinon. When i run display nothing happens. can u guys help me out please.
thenx
 
Old 06-11-2006, 05:22 PM   #21
Peingune
Member
 
Registered: Oct 2002
Location: Ill
Distribution: Gentoo x86 2006.0
Posts: 89

Rep: Reputation: 16
did you change xorg for res and then use the gui display maneger?
 
Old 06-11-2006, 06:49 PM   #22
lcornea
LQ Newbie
 
Registered: Dec 2005
Location: Onesti Romania
Distribution: fedor core 4
Posts: 24

Rep: Reputation: 15
I just deleted the line with load extmod, the strange thing is that my login screen is at 1600X1200 and i can't change the resolution after i log in because the display manager wil not run. Should i have changed something else in the config file?
 
Old 06-11-2006, 09:36 PM   #23
Peingune
Member
 
Registered: Oct 2002
Location: Ill
Distribution: Gentoo x86 2006.0
Posts: 89

Rep: Reputation: 16
now that i know of. To tell the truth my res is at 1600x1200 and I havn't thought about changing it but when I get my linux partitions up what I can do is see if my res can change. But, in the mean time I can read up on extmod more.
 
Old 06-11-2006, 09:46 PM   #24
Peingune
Member
 
Registered: Oct 2002
Location: Ill
Distribution: Gentoo x86 2006.0
Posts: 89

Rep: Reputation: 16
ok doing alittle work I found this

2. extmod:
Loads module for performing common functions in X Server.

if this module do common funcations in X server then yes this module might be the reason for the res not being changable because it removes the funcationaty for res change. Try this remove the highest res from your xorg file and see if everything dip down (the highest res {the one after 1600x1200} is used). In the mean time I'm going to get fedora core back on my machine to see if I can find a walk around.... hopefully.

also look at your XF86config file for res. lol tring what I can.

Last edited by Peingune; 06-11-2006 at 09:48 PM.
 
Old 06-13-2006, 05:37 AM   #25
YevgenyEfter
Member
 
Registered: May 2005
Distribution: Fedora
Posts: 49

Original Poster
Rep: Reputation: 15
I think you just have to configure your xorg.conf so that the highest resolution is what you want. Like this:

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Last edited by YevgenyEfter; 09-16-2006 at 07:46 AM.
 
Old 06-13-2006, 05:51 AM   #26
YevgenyEfter
Member
 
Registered: May 2005
Distribution: Fedora
Posts: 49

Original Poster
Rep: Reputation: 15
By the way, maybe someone knows what this line means? (export...)
And how can I run it at startup for me not to run it manually each time Linux starts?

Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Radeon x800xl driver install graciejj_82 Linux - Hardware 7 03-16-2006 06:27 AM
Cannot install driver for ATi radeon 9800pro blueprobe Linux - Hardware 0 07-22-2005 01:32 PM
ATI Radeon driver install for Mepis? valnar MEPIS 2 06-02-2005 10:51 PM
XFree86 and ATI Radeon Driver install jawaking00 Mandriva 1 03-07-2004 08:35 AM
ATI Radeon Driver Install Failed olias Linux - Hardware 3 10-03-2003 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration