View previous topic :: View next topic |
Author |
Message |
Vincent22 n00b
Joined: 31 Mar 2007 Posts: 4
|
Posted: Sat Mar 31, 2007 11:15 am Post subject: Xorg mit Ati 9600 XT startet nicht |
|
|
Hallo,
ich habe vor einigen Tagen Gentoo installiert, eigentlich alles nach der Anleitung im Gentoo Handbuch. Hat auch alles super funktioniert. Dann habe ich mir X11 installiert und komme bei den Einstellungen der xorg.conf nicht mehr richtig weiter. Am Anfang hatte ich Probleme mit meiner Logitech Maus MX518, das habe ich aber mittlerweile über evdev gelöst bekommen. Trotzdem startet mein X-Server nicht und ich glaube es liegt irgendwie an meiner Radeon 9600 XT. Ich möchte diese gerne auf dem einfachsten Weg zum Laufen bekommen.
Aber jetzt mal meine Daten und die Logs:
Mainboard: Asus P4P800 SE (Intel 865G)
Graka: Ati 9600 XT
Maus: Logitech Mx518
Keyboard: Microsoft Internet
Gentoo: kernel-2.6.19-gentoo-r5 (gentoo-sources mit genkernel erstellt)
xorg.conf
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "xtrap"
Load "record"
Load "dri"
Load "extmod"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
#Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "evdev"
Option "Protocol" "event"
Option "Dev Name" "B16_b_02"
Option "SendCoreEvents" "true"
Option "Buttons" "8"
Option "ZAxisMapping" "7 8"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "ENC"
ModelName "F520"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "AccelDFS" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "MergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "BIOSHotkeys" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ConstantDPI" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV350 AR [Radeon 9600]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
Und hier der Auszug aus dem Fehlerlog nach Start von X
Code: |
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) evdev brain: Rescanning devices (1).
(**) Option "SendCoreEvents" "true"
(**) Mouse-isa0060/serio0/input0: always reports core events
(**) Option "CorePointer"
(**) Mouse-isa0060/serio0/input0: Core Pointer
(**) Option "SendCoreEvents" "true"
(**) Mouse-usb-0000:00:1d.0-2/input0: always reports core events
(**) Option "CorePointer"
(**) Mouse-usb-0000:00:1d.0-2/input0: Core Pointer
(II) Mouse-usb-0000:00:1d.0-2/input0: Found 3 relative axes.
(II) Mouse-usb-0000:00:1d.0-2/input0: Configuring as pointer.
(**) Mouse-usb-0000:00:1d.0-2/input0: WHEELRelativeAxisButtons: 4 5.
(II) Mouse-usb-0000:00:1d.0-2/input0: Found 8 mouse buttons
(II) Mouse-usb-0000:00:1d.0-2/input0: Configured 10 mouse buttons
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse-usb-0000:00:1d.0-2/input0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse-isa0060/serio0/input0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
(II) Mouse-isa0060/serio0/input0: Init
(**) Mouse-usb-0000:00:1d.0-2/input0: 3 valuators.
(**) evdev_btn.c (81): Registering 10 buttons.
(II) Mouse-usb-0000:00:1d.0-2/input0: Init
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc105)" };
(II) evdev brain: Rescanning devices (2).
(II) Mouse-isa0060/serio0/input0: On
(II) Mouse-usb-0000:00:1d.0-2/input0: On
(**) RADEON(0): RADEONSaveScreen(2)
Backtrace:
0: X(xf86SigHandler+0x84) [0x80c6884]
1: [0xb7ee9420]
2: X(main+0x6ad) [0x806e96d]
3: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7c92878]
4: X(FontFileCompleteXLFD+0xa5) [0x806da71]
Fatal server error:
Caught signal 11. Server aborting
(**) RADEON(0): RADEONLeaveVT
(**) RADEON(0): EngineRestore (16/16)
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x81faa18)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
(**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
(**) RADEON(0): Map Changed ! Applying ...
(**) RADEON(0): Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): Wrote: 0x001c0007 0x00060065 0x00000000 (0x0000bf00)
(**) RADEON(0): Wrote: rd=7, fd=101, pd=6
(**) RADEON(0): Ok, leaving now...
|
Das ganze Logfile wollte er nicht, also hier nur der Auszug vom Ende. Ich weiß wirklich nicht mehr woran das liegt, ich hoffe ihr könnt mir einen Tipp geben.
Grüße und schon mal Danke
Vince
Last edited by Vincent22 on Sat Mar 31, 2007 11:31 am; edited 1 time in total |
|
Back to top |
|
|
Vincent22 n00b
Joined: 31 Mar 2007 Posts: 4
|
|
Back to top |
|
|
Child_of_Sun_24 l33t
Joined: 28 Jul 2004 Posts: 611
|
Posted: Sun Apr 01, 2007 6:48 am Post subject: |
|
|
Nur um den Treiberfehler auszuschließen der bei mir auftritt, was genau macht er nicht ? Bei mir bleibt er mit einem schwarzen Bildschirm und einem nicht blinkendem Cursor oben links einfach stehen und reagiert nicht mehr.
Das Problem habe ich mit X.org 7.1 und dem Ati Treiber 8.32.5 gelöst, was mir bei dir einfällt, du könntest AIGLX und die Composite Extensions ausschalten.
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
CoS24
*EDIT* Versuch doch mal den fglrx Treiber, ob es mit dem klappt, habe jetzt erst gesehen das du den Ati Treiber benutzt, vorher kannst du statt ati auch noch radeon versuchen, der ist eher für deine Karte vorgesehen. |
|
Back to top |
|
|
Vincent22 n00b
Joined: 31 Mar 2007 Posts: 4
|
Posted: Thu Apr 05, 2007 12:44 pm Post subject: |
|
|
Ich habe mal alles nue installiert und den Kernel von Hand anstatt mit genkernel gebaut, jetzt läuft mein Xorg erstmal, allerdings ohne direct rendering. Aber das ist jetzt erstmal egal, wenn ich Gnome drauf habe werde ich mir das mit dem fglrx Treiber mal genauer ansehen. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|