LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 05-21-2012, 01:05 PM   #1
kn0w-
Member
 
Registered: May 2012
Posts: 47

Rep: Reputation: Disabled
Exclamation KDE 4.5.5 Bequeathing. . . ATI-RadeonHD


I am facing a problem. set up the whole slackware from scratch with kde.5.5 and 5830HD video card Atiradeon Slackware 13.37_64 Placa Mae Gygabite p55-UD6 -c

kde loads normally with the installed driver version
`amd-driver-installer-12-4-x86.x86_64.run`
but I'm feeling a great slowness in kde.

Exp: (same thing when we installed the windowns, without the card driver, video, and the windows are. Bequeathing.)

My kde of this, shape. bequeathing them, windows.

What can I do to solve.
post my xorg.conf here to analize.
and it is not hardware problem. ok .. leave. clear. before I pessam dmesg. . I look forward to if anyone has done this ..


RESOLVIDO............
Depois de muito ler 0s Longs.. Xorg.0.log < fui removendo os erros. ate chegar no fglrx e descobrir que o modo nao estava sendo carregado porque nao existia,

para o driver seja, instalado corretamente, no slackware 64, nao se deve usar, a opcao...
./amd-driver-installer-12-4-x86.x86_64.run --buildpkg Slackware/Slackware. < nao use esta opcao. apenas use o comando...a baixo

./amd-driver-installer-12-4-x86.x86_64.run #
e nas opcoes escolha automaticamente. e depois recomendando.. e pronto.
seu driver ati instalado e funcionando sem problemas e sem legs. agora so se divertir....


reminding currently using two monitors.


Xorg.Conf
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "amdcccle-Screen[1]-1" 1680 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	#Load  "FGL.renamed.libglx" # Renomeado para lbglx
Load  "libglx" # <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
	Load  "dri2"
	Load  "record"
	Load  "dri"
	Load  "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "0-DFP3"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
	Option	    "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
	Identifier   "0-DFP4"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
	Option	    "PreferredMode" "1680x1050"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "Monitor-DFP3" "0-DFP3" #<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
	Option	    "Monitor-DFP4" "0-DFP4" #<<<<<<<<<<< ADD Juntar os Monitores. ficarem ligados e n'ao separados....
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "amdcccle-Device[1]-1"
	Driver      "fglrx"
	Option	    "Monitor-DFP4" "0-DFP4" 
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Virtual   3360 1680  # <<<<<<<< adicionei esta opcao de virtializacao para melhorar. e deu certo... ( fiz isto por que liguei os monitores, um no outro, e precisava desta opcao)..
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "amdcccle-Screen[1]-1"
	Device     "amdcccle-Device[1]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Attached Files
File Type: log Xorg.0.log (53.8 KB, 7 views)
File Type: txt find-module.txt (57.4 KB, 13 views)

Last edited by kn0w-; 05-23-2012 at 01:43 PM.
 
Old 05-21-2012, 05:11 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please show us your /var/log/Xorg.0.log
 
Old 05-22-2012, 07:01 AM   #3
kn0w-
Member
 
Registered: May 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by adamk75 View Post
Please show us your /var/log/Xorg.0.log
ok
log send...
Attached Files
File Type: log Xorg.0.log (53.8 KB, 17 views)
 
Old 05-22-2012, 09:13 AM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
[   171.285] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
The driver is not installed properly. What's the output of:

Code:
find /lib/modules/`uname -r/ -iname "fglrx.ko"
Adam
 
Old 05-22-2012, 11:02 AM   #5
kn0w-
Member
 
Registered: May 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Lightbulb

Quote:
Originally Posted by adamk75 View Post
Code:
[   171.285] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
The driver is not installed properly. What's the output of:

Code:
find /lib/modules/`uname -r/ -iname "fglrx.ko"
Adam
Anex.
Você quis dizer: o comando, retorna apenas isso no console
command, it returns only the console
Attached Files
File Type: txt find-module.txt (57.4 KB, 10 views)

Last edited by kn0w-; 05-22-2012 at 11:04 AM.
 
  


Reply



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
KDE with RadeonHD Svilen88 Slackware 13 02-12-2012 05:17 PM
RadeonHD -- OpenSuse 11.3 Jordan&&&& SUSE / openSUSE 5 07-18-2010 08:01 AM
[SOLVED] Horrible performance with ATI RadeonHD 3100 with Slack64 13 manwichmakesameal Slackware 4 09-08-2009 12:58 PM
vlc and ati radeonhd V4Nelle Linux - Software 1 07-06-2009 07:50 PM
radeonhd STARHARVEST Slackware 9 08-29-2008 12:36 AM

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

All times are GMT -5. The time now is 07:07 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