PDA

View Full Version : ATI fglrx drivers: no screens/devices found!



AljoshaNL
Feb 5th 2007, 04:11 PM
Hello,

I have an ATI Hercules 9000, and when I try to start X with the fglrx drivers I got with apt-get,
I get errors:
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected.

Fatal server error:
no screens found

Could anybody please help? I looked in google, but no help there.

Aljosha

Zittergie
Feb 26th 2007, 06:23 PM
Hi,

I had the same problem.

Be sure that the ati/radeon and dri modules are not loaded.
Load the fglrx module using 'modprobe fglrx'
Besure that the ID in your xorg.conf is right, in my case: - BusID "PCI:2:0:0"

I'm not sure, but I guess you can find out your BusID using the command: 'lspci' and looking for 'VGA compatible controller' the bus ID probably is the number before that line.

this is my xorg.conf:

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "glx"
Load "dbe"
Load "v4l"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
VendorName "Fujitsu"
ModelName "Fujitsu VL-2100T"
HorizSync 31.5 - 80.0
VertRefresh 59.9 - 75.0
Gamma 1
ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.1 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x800@75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
ModeLine "1280x768@75" 103.0 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
ModeLine "1440x900@75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
ModeLine "1600x1024@60" 136.4 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
ModeLine "1680x1050@60" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
ModeLine "1920x1200@60" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BoardName "ati"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "no_accel" "no"
Option "no_dri" "no"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals"
BusID "PCI:2:0:0"
EndSection


Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900@75" "1600x1024@60" "1280x768@75" "1680x1050@60" "1280x800@75" "1920x1200@60" "1280x768@60" "800x600@60" "800x600@75" "800x600@72"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection