View previous topic :: View next topic |
Author |
Message |
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
|
Back to top |
|
|
loki99 Advocate
Joined: 10 Oct 2003 Posts: 2056 Location: Vienna, €urope
|
Posted: Fri Apr 07, 2006 4:39 am Post subject: |
|
|
Ooops! My bad.
I'm not sure about pci cards, though. I think you just leave it out. |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Fri Apr 07, 2006 5:42 am Post subject: |
|
|
loki99 wrote: | Ooops! My bad.
I'm not sure about pci cards, though. I think you just leave it out. |
So that's what I did and it didn't work. I still can't figure out what I'm doing wrong. What do I need to post here in order for people to help me most efficiently? The only reason I haven't provided more information is because I don't know what else is required. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Fri Apr 07, 2006 4:38 pm Post subject: |
|
|
I still have no idea what I got done wrong here.
But when I boot up now, it complains about 3 things.
Code: | failed to load agpgart
failed to load intel-pci
failed to load radeon |
_________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Sat Apr 08, 2006 1:51 am Post subject: |
|
|
buuuump _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Sat Apr 08, 2006 4:06 pm Post subject: |
|
|
next morning bump _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Sun Apr 09, 2006 3:56 am Post subject: |
|
|
I'll start a new thread more tailored to the fact that it's a Powercolor Radeon and it's a PCI. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
|
Back to top |
|
|
tsuru Tux's lil' helper
Joined: 19 Apr 2002 Posts: 99 Location: Nashville, Tennessee, USA
|
Posted: Mon Apr 10, 2006 12:10 pm Post subject: |
|
|
First, when was the last time you ran the drivers you are installing look a little bit old, if it's been a long time then you might want to upgrade your kernel as well.
If there is a reason you are staying with the older stuff then, judging by the output of the emerge of ati-drivers, aticonfig doesn't exist.
you can see on this line of the emerge: Code: | >>> /opt/ati/bin/fglrxconfig | that in this version of ati-drivers the config executable is called "fglrxconfig" and that's what you should be running instead of aticonfig |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Mon Apr 10, 2006 5:48 pm Post subject: |
|
|
tsuru wrote: | First, when was the last time you ran the drivers you are installing look a little bit old, if it's been a long time then you might want to upgrade your kernel as well.
If there is a reason you are staying with the older stuff then, judging by the output of the emerge of ati-drivers, aticonfig doesn't exist.
you can see on this line of the emerge: Code: | >>> /opt/ati/bin/fglrxconfig | that in this version of ati-drivers the config executable is called "fglrxconfig" and that's what you should be running instead of aticonfig |
Cool that actually makes sense. I don't want to stick with older drivers, I just want it to work, so I should that emerge sync command? And I ran fglrxconfig and it took me through specifying which hardware I had, but when I shut down, installed my video card, hooked the monitors to it and booted back up, it didn't work. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Tue Apr 11, 2006 5:23 am Post subject: |
|
|
tsuru wrote: | First, when was the last time you ran the drivers you are installing look a little bit old, if it's been a long time then you might want to upgrade your kernel as well.
If there is a reason you are staying with the older stuff then, judging by the output of the emerge of ati-drivers, aticonfig doesn't exist.
you can see on this line of the emerge: Code: | >>> /opt/ati/bin/fglrxconfig | that in this version of ati-drivers the config executable is called "fglrxconfig" and that's what you should be running instead of aticonfig |
I got this when recompiling my kernel.
Code: | if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.12-gentoo-r10; fi
WARNING: /lib/modules/2.6.12-gentoo-r10/x11-drm/radeon.ko needs unknown symbol i2c_bit_add_bus
WARNING: /lib/modules/2.6.12-gentoo-r10/x11-drm/radeon.ko needs unknown symbol i2c_bit_del_bus
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_bind_memory
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_enable
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_find_bridge
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_backend_acquire
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_free_memory
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_allocate_memory
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_unbind_memory
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_copy_info
WARNING: /lib/modules/2.6.12-gentoo-r10/video/fglrx.ko needs unknown symbol agp_backend_release
|
_________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Tue Apr 11, 2006 7:15 am Post subject: |
|
|
Okay, here's an update on where I am.
I updated my kernel, updated portage, emerged ati-drivers again and ran aticonfig. It complained a little but it ran and changed my xorg.conf file. I have one monitor plugged into my on-board like always, but I had another monitor plugged into the VGA port of my new video card. When I rebooted, my regular monitor wouldn't come on but my second one did. So I unplugged my usual monitor from the on-board and plugged it into the DVI/VGA adapter and then into the DVI port on the video card. The screen went all wierd and then turned off. I couldn't get them to come back on at all until I put it back the way it was, one monitor in the VGA port of the card and one in the on-board video. Now my second monitor is still working, the one in the video card, but the original one is not, the one in the on-board.
So I'm one step closer, now I just need to get the original monitor going again so I can have them both plugged into the video card without losing my video. Any suggestions?
xorg.conf....
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "VSC"
ModelName "Q71-9"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor1"
VendorName "VSC"
ModelName "Q71-9"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID ""
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "ATI Radeon"
Monitor "Monitor1"
SubSection "Display"
# initial origin if mode is smaller than desktop
# Virtual 1280 1024
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
|
_________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Wed Apr 12, 2006 6:22 pm Post subject: |
|
|
Problem solved. Don't use the AGP instructions for a PCI card. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
metz- n00b
Joined: 09 Apr 2006 Posts: 17 Location: Tromsø - Norway
|
Posted: Thu Apr 13, 2006 7:29 pm Post subject: |
|
|
Hi..
I have a Radeon 9200 PCI, but can't get the ati drivers to work..
I can't get the drivers to compile without agp in kernel conf.
Get missing AGp something errors (exactly same as you got).
When I turn on agp in kernel the drivers compile just fine, however, I can't get the xserver to start properly..
Seems you had same problems during your project... Any Tips?
Tom _________________ ---------------------------------------------------------------------------------------------------------------
Asus A8N-SLI, Nvidia Geforce 6600GT PCIE, 1024RAM, 300GB + 250GB SATA, AMD Athlon64 +3500 |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Thu Apr 13, 2006 11:45 pm Post subject: |
|
|
metz- wrote: | Hi..
I have a Radeon 9200 PCI, but can't get the ati drivers to work..
I can't get the drivers to compile without agp in kernel conf.
Get missing AGp something errors (exactly same as you got).
When I turn on agp in kernel the drivers compile just fine, however, I can't get the xserver to start properly..
Seems you had same problems during your project... Any Tips?
Tom |
Post your xorg.conf file and also which hardware you have. _________________ Current project - carputer running.........Gentoo?
Last edited by Maheriano on Fri Apr 14, 2006 12:51 am; edited 1 time in total |
|
Back to top |
|
|
loki99 Advocate
Joined: 10 Oct 2003 Posts: 2056 Location: Vienna, €urope
|
Posted: Thu Apr 13, 2006 11:57 pm Post subject: |
|
|
Maheriano wrote: |
Post your xorg.conf file and also which hardware you have. But start a new thread and put the link here for me. |
Please do not start another thread! Forum policies suggest to keep keep one thread per topic, so the same questions don't have to be answered multiple times. |
|
Back to top |
|
|
metz- n00b
Joined: 09 Apr 2006 Posts: 17 Location: Tromsø - Norway
|
Posted: Fri Apr 14, 2006 12:29 am Post subject: |
|
|
Got the xserver running atlast.. I removed the PCI busid from xorg.conf to say: "" that did the trick..
But.. I'm not quite sure if everything is ok. When I got the drivers working at first and: /opt/ati/bin/fglrxinfo
The Ati develop..... OpenGL thingy came up and everything seemed fine,, However, when I rebooted the box. and I test it again..
Code: | Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: unable to open display :0
|
LSMOD: Code: | Module Size Used by
fglrx 453836 7
ohci_hcd 19908 0
via_rhine 21572 0
usbhid 30148 0
uhci_hcd 31504 0
via_agp 8256 1
agpgart 29904 2 fglrx,via_agp
|
lspci | grep VGA Code: |
00:08.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
|
dmesg: Code: |
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 429 MBytes.
ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 20
[fglrx] module loaded - fglrx 8.23.7 [Mar 6 2006] on minor 0
[fglrx] free PCIe = 54804480
[fglrx] max PCIe = 54804480
[fglrx] free LFB = 122679296
[fglrx] max LFB = 122679296
[fglrx] free Inv = 0
[fglrx] max Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB = 0
[fglrx] total PCIe = 16384
|
What is that taints kernel message ?
My Xorg.conf:
Code: |
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID ""
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
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
I guess 3d ax is not working now. !? Since the output of /opt/ati/bin/fglrxinfo ?
PS: Didn't include keyboard and mouse section in xorg.conf here to save some space...
EDIT:
SOLVED the first "error" my bad,,,, Only got that output cause I was using putty, without L flag or something. don't remember..
Here is the /opt/ati/bin/fglrxinfo
Code: | display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 DDR Generic
OpenGL version string: 1.3.1050 (X4.3.0-8.23.7)
|
Final: taints kernel? What is that ? _________________ ---------------------------------------------------------------------------------------------------------------
Asus A8N-SLI, Nvidia Geforce 6600GT PCIE, 1024RAM, 300GB + 250GB SATA, AMD Athlon64 +3500 |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Fri Apr 14, 2006 12:51 am Post subject: |
|
|
You're way over my head, I have to abandon this one. I think it'd work better if you used the Radeon driver instead of fglrx though. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
metz- n00b
Joined: 09 Apr 2006 Posts: 17 Location: Tromsø - Norway
|
Posted: Fri Apr 14, 2006 1:04 am Post subject: |
|
|
You are using the fglrx driver on your pci card right? Works like a charm?
Seems to be working as it should here. Gonna test it later..
I was wondering. Since I'm using a PCI card and not AGP.. Howcome do I have to emerge the ati-drivers with agp => chipset enabled in the kernel? Anyone know? Could not get the drivers to install without it..
And the taints kernel output from dmesg.. Anyone know?
TanX anyway _________________ ---------------------------------------------------------------------------------------------------------------
Asus A8N-SLI, Nvidia Geforce 6600GT PCIE, 1024RAM, 300GB + 250GB SATA, AMD Athlon64 +3500 |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Fri Apr 14, 2006 1:37 am Post subject: |
|
|
metz- wrote: | You are using the fglrx driver on your pci card right? Works like a charm?
Seems to be working as it should here. Gonna test it later..
I was wondering. Since I'm using a PCI card and not AGP.. Howcome do I have to emerge the ati-drivers with agp => chipset enabled in the kernel? Anyone know? Could not get the drivers to install without it..
And the taints kernel output from dmesg.. Anyone know?
TanX anyway |
Follow this guide for your AGP ATI card.
http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
I had to abandon it because I'm using PCI.
And no, I'm not using fglrx, I think I'm using Radeon which worked out much better. I'll check for sure tonight. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Fri May 12, 2006 4:55 pm Post subject: |
|
|
Solved in another thread. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
maxell n00b
Joined: 10 Jan 2006 Posts: 38 Location: Catania, Italy
|
Posted: Sat May 20, 2006 10:14 pm Post subject: |
|
|
Hi,
did you manage to use TV-out port ?
Thanks |
|
Back to top |
|
|
Maheriano l33t
Joined: 18 Jun 2005 Posts: 623 Location: Calgary, Alberta
|
Posted: Sun May 21, 2006 1:07 am Post subject: |
|
|
maxell wrote: | Hi,
did you manage to use TV-out port ?
Thanks |
No, been way too busy but I should bump that thread though. Go to https://forums.gentoo.org/viewtopic-t-455675-highlight-.html to see it. _________________ Current project - carputer running.........Gentoo? |
|
Back to top |
|
|
|