I installed brand new Debian/lenny amd64. Updated the kernel package to 2.6.24-1, because there was no headers for 2.6.22 (some kbuild depends missing).
When I start the X with fglrx driver, system hangs. Blank/black screen. No ping from outside.
uname -a
Code:
Linux korpus 2.6.24-1-amd64 #1 SMP Sat May 10 09:28:10 UTC 2008 x86_64 GNU/Linux
xorg.conf (the buggy one, done by aticonfig --initial)
Code:
Section "ServerLayout"
Identifier "aticonfig-Layout[all]"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Xorg.0.log.old
Code:
//Too long and cannot post it :(
I'm currently using radeon driver to write this post.
Any help is appreciated..
Specs:
CPU: Intel E6750
MB: Asus P5K (1006 BIOS version) (P35 Chipset + ICH9)
VC: Sapphire 2600 XT 256MB GDDR3
Thanks in advance.