You are not logged in.
Pages: 1
I have an ATI Radeon 8500 card. Everything was good, when I left my home at the beginning of summer, but after coming back at September i decided to update my system
After doing `pacman -Syu` fglrx stopped working, Xorg started to freeze when i was trying to start any application - nothing in logs. I had lots of headache with it but finally I read that ATI excluded support for r2xx cards from fglrx. I tried to use ati driver from Xorg, but it's not working - resolution is terrible and it doesn't react on Modelines! Earlier versions of fglrx drivers weren't working too(after update, they WERE working before), so i spent couple of days in Windows and then tried to boot in Linux again. I was amazed that fglrx driver started to work, but without hardware acceleration And I also figured out that ati driver from Xorg will work with correct resolution only after starting Xorg with fglrx, changing xorg.conf, and restarting Xorg - but you can do it only one time, so if you are using 'ati' driver, that works correctly, and will try to restart Xorg - it won't be working in a correct way.
I was trying different versions of fglrx driver, I was trying to use older versions(that were working before!), I was trying to put libGL.so from earlier versions of package and renaming libGL.so.radeon to libGL.so from 8.27 package of fglrx - no luck.
I'm so angry about this - because it makes me to work in Windows environment and I miss my linux box very much, and I tried lots of things - nothing helps. I really pissed off...
You are my only hope. Please help me!
Offline
# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg
Section "ServerLayout"
# Serial Mouse not detected
# USB Mouse not detected
Identifier "Xorg Configured"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSection
Section "Files"
# Additional fonts: Locale, Gimp, TTF...
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "glx"
Load "dri"
Load "extmod"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
Option "DPMS"
HorizSync 30 - 70
VertRefresh 50 - 120
Gamma 2
Modeline "1024x768" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "800x600"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Offline
Okay, first off, if you're constantly changing the version of the fglrx packages, you must
1) Quit X
2) run sudo rmmod fglrx
3) Change package version
4) run sudo modprobe fglrx
5) restart X
for a clean change.
For the xf86-video-ati drivers, you need to:
1) Remove ati-fglrx and ati-fglrx-utils (sudo rmmod fglrx too, if it's modprobe'd)
2) Install libgl-dri and xf86-video-ati
3) Change your xorg.conf.
4) modprobe radeon
5) Start X
Offline
I tried to do what you said.
After removing fglrx and loading radeon module everything was fine, but after i quit Xorg and started it again - resolution is not right again and i don't even know what's wrong with it and what resolution it is...
P.S. after rebooting(remember that ati-fglrx and ati-fglrx-utils are removed) fglrx module was loaded in memory(rmmod fglrx removed it without any warnings) - that's strange. also after rebooting i still have problem with resolution
P.P.S. Do u need my Xorg's log???
Offline
What's the output of:
$ sudo updatedb
$ locate fglrx
- you shouldn't have any fglrx.ko files, and if you do, remove them.
As for the resolution being wierd, I don't know why it's doing that... it works once, but quit and (without changing anything) the second run it's a different res? Got me stumped.
Offline
What's the output of:
$ sudo updatedb $ locate fglrx
- you shouldn't have any fglrx.ko files, and if you do, remove them.
As for the resolution being wierd, I don't know why it's doing that... it works once, but quit and (without changing anything) the second run it's a different res? Got me stumped.
Yes, you are absolutely right about resolutions despite of my bad english . I found lots of ati crap in /etc/profile - it's loading fglrx-dri, but i don't know if this affects radeon driver. I have no fglrx.ko in my filesystem now and trying to make at least "radeon" driver working... I also noticed that I can't switch layouts and winkeys are not working.
Will be very grateful for any help!
Offline
:twisted: Yes! I made it! Radeon driver is working! This happened after removing fglrx crap from /etc/profile !
But I still have problem with keyboard, I think this is xkb problem - cause my layouts are written like Xkb options(winkeys too). Will try to solve it myself, but if u have something to say - please tell me
What I realy need ur advice about is direct rendering, look at my xorg.conf - i only changed fglx -> radeon - is everything all right?
Thanks!
Offline
Pages: 1