Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: David Ruzicka 18 Prosince 2006, 12:03:56
-
Nazdar vsichni,
mam desku gigabyte GA-8I915G-MF a grafarnu ATI Radeon 7000 na kubuntu edgy 6.10...problem je v tom, ze nemuzu rozchodit akceleraci AIGLX. System mi hlasi dve chyby:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
Xorg.log
(EE) RADEON(0): [agp] Could not map ring
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
Syslog
Dec 18 09:48:11 localhost kernel: [17179627.004000] [drm] Initialized drm 1.0.1 20051102
Dec 18 09:48:11 localhost kernel: [17179627.008000] [drm] Initialized radeon 1.25.0 20060524 on minor 0
Dec 18 09:48:13 localhost kernel: [17179628.808000] [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
Dec 18 09:48:13 localhost kernel: [17179628.820000] [drm:drm_unlock] *ERROR* Process 4610 using kernel context 0
nekde na netum jsem nsel, ze staci moduly radeon, agpgart, intel-agp a drm zkompilovat primo do jadra, ale ani to nezabralo....takze ted mi zbyva posledni napad a to,
jak urcim v kubuntu poradi modulu jadra, resp. jejich loudeni...vyse zminene moduly jsem ani nikde nenasel v zadnem konfiguraku...no a to je vse....
diky za jakoukoliv radu....
-
Jakou verzi ovladacu a jak jste instaloval?
-
Jakou verzi ovladacu a jak jste instaloval?
Postupoval jsem dle tohoto navodu....
https://help.ubuntu.com/community/RadeonDriver
-
Hm, to jsme se toho moc nedozvedeli. Postele tedy vypis souboru /etc/X11/xorg.conf, treba z toho neco vykoukam(e).
-
Hm, to jsme se toho moc nedozvedeli. Postele tedy vypis souboru /etc/X11/xorg.conf, treba z toho neco vykoukam(e).
tady je vypis xorg.conf
Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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 "Device"
Identifier "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Driver "ati"
Option "AGPMode" "4"
Option "AGPSize" "64"
Option "AGPFastWrite" "true"
# Option RenderAccel false
Option "XaaNoOffscreenPixmaps"
Option "AccelMethod" "XAA"
Option "ColorTiling" "true"
Option "BufferSize" "2"
Option "RingSize" "8"
Option "EnablePageFlip" "true"
Option "SubPixelOrder" "none"
Option "DynamicClocks" "on"
Option "mtrr" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "BackingStore" "true"
# Option "AGPMode" "4"
# Option "AccelMethod" "EXA"
# Option "ColorTiling" "on"
# BusID "PCI:1:0:0"
# Option "XAANoOffscreenPixmaps"
# Option "XAANoOffscreenPixmaps" "true"
# Option "DRI" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-96
VertRefresh 50-160
# 1280x1024 @ 89.00 Hz (GTF) hsync: 95.94 kHz; pclk: 167.32 MHz
Modeline "1280x1024_89.00" 167.32 1280 1376 1512 1744 1024 1025 1028 1078 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
imho je ale ten problem s naladovanim modulu radeon pred agpgart, spis me zajima, kde se v *buntu linuxu da nastavit poradi tech modulu, resp. kde se vubec ty moduly laduji, nikde jsem to nenasel....
-
radek
Driver "ati"
zmente na
Driver "radeon"
-
radek
Driver "ati"
zmente na
Driver "radeon"
zmeneno, stejny vysledek
(EE) RADEON(0): [agp] Could not map ring
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
-
Tak jeste jeden pokus:
If direct rendering doesn't work and you see in your /var/log/Xorg.0.log:
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
You may need to add the following to your 'Section "Device"' block in your /etc/X11/xorg.conf to get Direct Rendering to work:
Option "BusType" "PCI"
(see https://bugs.freedesktop.org/show_bug.cgi?id=1700 for details about this bug)
-
Tak jeste jeden pokus:
If direct rendering doesn't work and you see in your /var/log/Xorg.0.log:
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
You may need to add the following to your 'Section "Device"' block in your /etc/X11/xorg.conf to get Direct Rendering to work:
Option "BusType" "PCI"
(see https://bugs.freedesktop.org/show_bug.cgi?id=1700 for details about this bug)
Tak ten Option "BusType" "PCI" opravud zabral, za to moc diky holt neumim hledat...:o), ale....
stejne to jede pomalu, ale uz min...
glxgears -printfps
libGL warning: 3D driver claims to not support visual 0x4b
^^^^^-----------tady je problem......
1162 frames in 5.0 seconds = 232.342 FPS
1168 frames in 5.0 seconds = 233.408 FPS
1157 frames in 5.0 seconds = 231.281 FPS
tohle jsem uz na google nasel, a vi se o tom, je to snad v cvs verzi, ale kompilovat xorg na to si opravdu netroufam....:o( holt budu muset pockat na reseni. vice je tady...
https://bugs.freedesktop.org/show_bug.cgi?id=6624
jinak jeste jednou dekuju za nakopnuti.....