public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
@ 2005-12-26 14:34 Cyrill Helg
  2005-12-26 15:14 ` Stefan Schweizer
  0 siblings, 1 reply; 5+ messages in thread
From: Cyrill Helg @ 2005-12-26 14:34 UTC (permalink / raw
  To: gentoo-user-de

Hallo Liste

Da suspend2 mit den binärtreibern von ati nicht richtig will, verwende ich den 
normalen radeon Treiber. Nun habe ich da von drm/dri (was eigentlich?) 
gelesen und möchte den aktivieren. Also habe ich mir die x11-drm für meine 
radeon gemerged und die beiden Module geladen. 

Wenn ich nun Xorg starte läd der jedoch seine eigenen Module:

cat /var/log/Xorg.0.log | grep dri
        X.Org XInput driver : 0.4
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
(II) Loading /usr/lib/modules/drivers/radeon_drv.o
(II) Loading /usr/lib/modules/drivers/ati_drv.o
        ABI class: XFree86 XInput driver, version 0.3
        ABI class: X.Org XInput driver, version 0.4
        ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) Reloading /usr/lib/modules/drivers/radeon_drv.o
(II) Synaptics touchpad driver version 0.14.2

In meiner Xorg steht folgendes bezüglich dri:

Section "dri"
    Group 27    # video
    Mode 0660
EndSection

Section "Module"
    Load        "dbe"   # Double buffer extension
    Load        "extmod"
    SubSection  "extmod"
#      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
    Load        "record"
    Load        "xtrap"
EndSection

Natürlich meldet:

glxinfo | grep dir
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Wie kann ich nun xorg beibringen dieses DRI Zeugs zu verwenden. Und bringt mir 
das so eine Art 3d Support oder was? Die Karte ist übrigen eine X300 in einem 
Thinkpad T43.

Besten Dank für die Hilfe

Cyrill Helg

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
  2005-12-26 14:34 [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri? Cyrill Helg
@ 2005-12-26 15:14 ` Stefan Schweizer
  2005-12-26 15:23   ` Cyrill Helg
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schweizer @ 2005-12-26 15:14 UTC (permalink / raw
  To: gentoo-user-de

Kannst du mal bitte lsmod und deine volle xorg.conf zeigen?

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
  2005-12-26 15:14 ` Stefan Schweizer
@ 2005-12-26 15:23   ` Cyrill Helg
  2005-12-26 15:37     ` Stefan Schweizer
  0 siblings, 1 reply; 5+ messages in thread
From: Cyrill Helg @ 2005-12-26 15:23 UTC (permalink / raw
  To: gentoo-user-de

Am Montag 26 Dezember 2005 16:14 schrieb Stefan Schweizer:
> Kannst du mal bitte lsmod und deine volle xorg.conf zeigen?
Aber sicher:

Module                  Size  Used by
radeon                107680  0 
drm                    68184  1 radeon
cisco_ipsec           550828  0 
snd_intel8x0           29724  0 
snd_ac97_codec         93344  1 snd_intel8x0
snd_ac97_bus            1856  1 snd_ac97_codec
tp_smapi               10376  0 

und:

Section "dri"
    Group 27    # video
    Mode 0660
EndSection

Section "Module"
    Load        "dbe"  	# Double buffer extension
    Load	"extmod"
    SubSection  "extmod"
#      Option    "omit xfree86-dga" 
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
    Load	"record"
    Load	"xtrap"
EndSection

Section "Files"


 FontPath    "/usr/share/fonts/misc:unscaled"
   FontPath    "/usr/share/fonts/Type1"
   FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   FontPath    "/usr/share/fonts/freefont"
   FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/100dpi:unscaled"
   FontPath    "/usr/share/fonts/artwiz"

EndSection

Section "ServerFlags"
	Option	"StandbyTime"	"2"
	Option	"SuspendTime"	"2"
	Option	"OffTime"	"2"
EndSection

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"de_CH"

EndSection

Section "InputDevice"
    Identifier	"Touchpad"
    Driver "synaptics"
    Option "Protocol"		"ImPS/2"
    Option "Device"		"/dev/input/mouse0"
    Option "MaxTapTime"		"0"
    Option "HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
    Identifier	"Nipple"
    Driver "mouse"
    Option "Protocol"		"ImPS/2"
    Option "Device"		"/dev/input/mouse1"
EndSection

#Section "InputDevice"
 #   Identifier	"USBMouse"
 #   Driver "mouse"
 #   Option "Protocol"		"ImPS/2"
 #   Option "Device"		"/dev/input/mouse2"
 #   Option "ZAxisMapping"	"4 5"
#EndSection

Section "Monitor"
    Identifier  "BuiltInLCD"
    Option "DPMS"
#    DisplaySize  480 360
#    HorizSync 48-60
#    VertRefresh 60-72
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "radeon"
    Option "EnablePageFlip"		"true"
    Option "DynamicClocks"		"true"
#     Option "no_accel"                   "no"
#     Option "no_dri"                     "no"
#     Option "mtrr"                       "on"
#     Option "DesktopSetup"               "Single"
#     Option "MonitorLayout"              "LVDS,CRT"
#     Option "IgnoreEDID"                 "on"
#     Option "HSync2"                     "32-48" 
#     Option "VRefresh2"                  "60-75" 
#     Option "ScreenOverlap"              "0" 
#     Option "NoTV"                       "yes"     
#     Option "TVStandard"                 "PAL-D"
#     Option "TVHSizeAdj"                 "0"     
#     Option "TVVSizeAdj"                 "0"     
#     Option "TVHPosAdj"                  "0"     
#     Option "TVVPosAdj"                  "0"     
#     Option "TVHStartAdj"                "0"     
#     Option "TVColorAdj"                 "0"     
#     Option "GammaCorrectionI"           "0x06419064"
#     Option "GammaCorrectionII"          "0x00b02c0b"
#     Option "Capabilities"               "0x00000000"
#     Option "VideoOverlay"               "on"
#     Option "OpenGLOverlay"              "off"
#     Option "CenterMode"                 "off"
#     Option "PseudoColorVisuals"         "off"
#     Option "Stereo"                     "off"
#     Option "StereoSyncEnable"           "1"
#     Option "FSAAEnable"                 "no"
#     Option "FSAAScale"                  "1"
#     Option "FSAADisableGamma"           "no"
#     Option "FSAACustomizeMSPos"         "no"
#     Option "FSAAMSPosX0"                "0.000000"
#     Option "FSAAMSPosY0"                "0.000000"
#     Option "FSAAMSPosX1"                "0.000000"
#     Option "FSAAMSPosY1"                "0.000000"
#     Option "FSAAMSPosX2"                "0.000000"
#     Option "FSAAMSPosY2"                "0.000000"
#     Option "FSAAMSPosX3"                "0.000000"
#     Option "FSAAMSPosY3"                "0.000000"
#     Option "FSAAMSPosX4"                "0.000000"
#     Option "FSAAMSPosY4"                "0.000000"
#     Option "FSAAMSPosX5"                "0.000000"
#     Option "FSAAMSPosY5"                "0.000000"
#     Option "UseFastTLS"                 "0"
#     Option "BlockSignalsOnLock"         "on"
#     Option "UseInternalAGPGART"         "no"
#     Option "ForceGenericCPU"            "no"
#
     BusID "PCI:1:0:0"
     Screen 0
EndSection

Section "Screen"
    Identifier	"Default"
    Device	"ATI Graphics Adapter"
    Monitor	"BuiltInLCD"
    DefaultDepth 24
    Subsection "Display"
        Depth	24
        Modes	"1024x768"
    EndSubsection
EndSection

Section "Screen"
    Identifier	"Presentation"
    Device	"ATI Graphics Adapter"
    Monitor	"BuiltInLCD"
    DefaultDepth 24
    Subsection "Display"
        Depth	24
        Modes	"1024x768"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier	"Server Layout"
    Screen	"Default"
    InputDevice	"Touchpad"	"CorePointer"
    InputDevice	"Nipple"	"SendCoreEvents"
#    InputDevice	"USBMouse"	"SendCoreEvents"
    InputDevice	"Keyboard1"	"CoreKeyboard"
EndSection

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
  2005-12-26 15:23   ` Cyrill Helg
@ 2005-12-26 15:37     ` Stefan Schweizer
  2005-12-26 16:38       ` Cyrill Helg
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schweizer @ 2005-12-26 15:37 UTC (permalink / raw
  To: gentoo-user-de

On 12/26/05, Cyrill Helg <linux@solnet.ch> wrote:
> Am Montag 26 Dezember 2005 16:14 schrieb Stefan Schweizer:
> > Kannst du mal bitte lsmod und deine volle xorg.conf zeigen?
> Aber sicher:
>
> Module                  Size  Used by
> radeon                107680  0
> drm                    68184  1 radeon
> cisco_ipsec           550828  0
> snd_intel8x0           29724  0
> snd_ac97_codec         93344  1 snd_intel8x0
> snd_ac97_bus            1856  1 snd_ac97_codec
> tp_smapi               10376  0

Hier fehlt offenbar agp. Du musst agpgart und ati-agp(oder was du
brauchst) geladen haben bevor du drm und radeon lädst.

>
> und:

[xorg.conf]

Drei mouse-devices sind überflüssig und ein paar andere Sachen.
Hier mal eine Example-xorg.conf:
http://dev.gentoo.org/~genstef/files/conf/xorg.conf

könnte unverändert für dich passen ..

Grüße,
stefan

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
  2005-12-26 15:37     ` Stefan Schweizer
@ 2005-12-26 16:38       ` Cyrill Helg
  0 siblings, 0 replies; 5+ messages in thread
From: Cyrill Helg @ 2005-12-26 16:38 UTC (permalink / raw
  To: gentoo-user-de

Am Montag 26 Dezember 2005 16:37 schrieb Stefan Schweizer:
> On 12/26/05, Cyrill Helg <linux@solnet.ch> wrote:
> > Am Montag 26 Dezember 2005 16:14 schrieb Stefan Schweizer:
> > > Kannst du mal bitte lsmod und deine volle xorg.conf zeigen?
> >
> > Aber sicher:
> >
> > Module                  Size  Used by
> > radeon                107680  0
> > drm                    68184  1 radeon
> > cisco_ipsec           550828  0
> > snd_intel8x0           29724  0
> > snd_ac97_codec         93344  1 snd_intel8x0
> > snd_ac97_bus            1856  1 snd_ac97_codec
> > tp_smapi               10376  0
>
> Hier fehlt offenbar agp. Du musst agpgart und ati-agp(oder was du
> brauchst) geladen haben bevor du drm und radeon lädst.

agpart habe ich Kernel drin.

>
> > und:
>
> [xorg.conf]
>
> Drei mouse-devices sind überflüssig und ein paar andere Sachen.

Bist du sicher, denn ich habe ja 2 Mäuse auf dem Thinkpad. (Touchpad + 
TrackBall)

> Hier mal eine Example-xorg.conf:
> http://dev.gentoo.org/~genstef/files/conf/xorg.conf
>

Werde ich vielleicht testen.

> könnte unverändert für dich passen ..
>
> Grüße,
> stefan

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-26 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-26 14:34 [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri? Cyrill Helg
2005-12-26 15:14 ` Stefan Schweizer
2005-12-26 15:23   ` Cyrill Helg
2005-12-26 15:37     ` Stefan Schweizer
2005-12-26 16:38       ` Cyrill Helg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox