|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
radeonhd issue in gentoo...
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||||
|
New to Overclock.net
|
okay so i have an RS780M chipset and hd3200 ati card on my laptop...the issue i am having is 3d acceleration....with radeonhd opensource driver...
i want to have 3d acceleration but dri is experimental with my card right now.....from what i got from the radeonhd wiki and the gentoo radeonhd install guide.... i tried to manually setup my xorg with dri enabled and xaa accleration using radeonhd as the driver....i also have mesa installed and radeon installed... i tried to do glxinfo but it doesn't know what the command is even if i sudo it...so that tells me that 3d acceration is either not installed or the driver doesn't support it yet... also i tried to lspci -v and i looked at my vga card and it showed kernel module in use not listed i did though reinstall xorg radeon radeonhd and mesa to see if that would help i even tried to emerge -Dup world to update the world and it's dependences and that didn't fix anything.... i tried posting in gentoo forums with no replies so i am trying here to see if someone who runs gentoo with this card or even linux with this card....sourced based distro's only(gentoo...etc..) not binary distro's(ie *buntu, arch,etc... ) that have either fixed this issue or have this issue.... i have custom kernel 2.6.30-r5 running and the newest xorg-server also amd64 arch multilib...with xfce 4.6 desktop laptop is hp dv7-1245dx
__________________
x2 4600+ @2.6ghz x2 6400+ @ 3.5ghz Quote:
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||||
|
ZOMG Native Linux Client!
![]() |
Have you tried running fglrx instead of radeonhd? radeonhd has pretty scarce support for 3D.
Also, glxgears/glxinfo is in the mesa package. Try: Code:
emerge mesa
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
Last edited by gonX : 2 Weeks Ago at 04:37 AM |
|||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||||
|
New to Overclock.net
|
will try this when I get a chance I will mostlikely use fglrx
__________________
x2 4600+ @2.6ghz x2 6400+ @ 3.5ghz Quote:
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Linux Lobbyist
![]() |
Is there a reason you're avoiding the proprietary drivers?
__________________
Quote:
|
||||||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||||||
|
New to Overclock.net
|
i just find that if i use open source drivers the bigger impact i will have with the overall open source feel of the os...plus using proprietary drivers on an open source os to me is contradictory....
also with ati now releasing catalyst for linux within a couple years i find that there probably are less bugs in fglrx or radeon or even radeonhd (once radeon/radeonhd become substantiated fully as a more dominate driver...) also using ati drivers in past windows builds make me leery about using their proprietary stuff...because how much worse are they going to be... and i know the linux drivers and windows drivers might be produced from two different teams in the ati camp....the problem i have is in their overall results and that is ati still is pumping out drivers that are substandard to nvidia....
__________________
x2 4600+ @2.6ghz x2 6400+ @ 3.5ghz Quote:
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||||
|
Linux Lobbyist
![]() |
Quote:
__________________
Quote:
|
|||||||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||||||
|
New to Overclock.net
|
okay well fglrx hates my laptop or visa-versa
so i put VIDEO CARD = " fglrx" i put mesa, and opengl use flag....also installed the ati-drivers package and did eselect opengl ati and it hates me.... i will try and either troubleshoot it or what not... now should i add to autoload.d/kernel-2.6 the fglrx module? it doesn't seem to have the ability to modprobe fglrx but kernel module on lspci -v for vga card is fglrx....so atleast it got installed...but it could be i didn't reinstall dri which maybe is an issue.... any suggestions?? i really don't wana muck it up any worse...and right now i can tell xorg.conf is wrong or driver not installed correctly because webpage scrolling is very choppy now... *edit* okay i did something dumb i forgot to disable dri and totally uninstall it then modprobe fglrx and see if that works...okay going to go fix module in kernel... *edit#2* okay well this is what i get Code:
~ # sudo modprobe fglrx FATAL: Error inserting fglrx (/lib/modules/2.6.30-gentoo-r5/video/fglrx.ko): Operation not permitted ~ # sudo /opt/bin/aticonfig --initial --input=/etc/X11/xorg.conf and this is what xorg.conf looks like: Code:
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "Default Screen" 0 0 EndSection Section "Files" EndSection Section "Module" Load "glx" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Device" Identifier "Configured Video Device" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Configured Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1440x900" EndSubSection EndSection Code:
~ # sudo fglrxinfo X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 14 Current serial number in output stream: 14
__________________
x2 4600+ @2.6ghz x2 6400+ @ 3.5ghz Quote:
Quote:
Quote:
Last edited by adramalech707 : 2 Weeks Ago at 01:48 AM |
|||||||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||||
|
ZOMG Native Linux Client!
![]() |
Try:
http://en.gentoo-wiki.com/wiki/Fglrx fglrx setup is vastly different from both nVidia and open-source solutions
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||||||
|
|
|
|
#9 (permalink) | |||||||||||||||
|
New to Overclock.net
|
this is what xorg log says....
Code:
cat Xorg.0.log | grep EE (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) Failed to load module "dri2" (module does not exist, 0) (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. (EE) fglrx(0): XMM failed to open CMMQS connection. is there a way to reinstall dri? i got dri from git mirror....
__________________
x2 4600+ @2.6ghz x2 6400+ @ 3.5ghz Quote:
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
|
#10 (permalink) | |||||||||||||
|
ZOMG Native Linux Client!
![]() |
Try removing dri2 from the xorg.conf and replacing it with just dri instead.
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|