Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(  (gelezen 2277 keer)

DSW

  • Gast
Hallo allemaal.

Ben na een jaar suse overgestapt naar feisty. Heb alles netjes geïnstalleerd en ben helemaat geupgrade.
Ati drivers geïnstalleerd via de systeem / beperkt ondersteunde programma's - Dit werkt.
Alleen zodra ik een 3d programma start draait mijn scherm door. het begint even met kleine lijntjes, daarna heel veel lijnen en blokken wat zich langzaamaan vermedigvulgt. Daarna is de enige remedie opnieuw opstarten.
Ik heb al vele forums doorzocht, van alles geprobeerd, maar kan niet vinden waaraan het ligt.

Please help me!!!

Mijn xorg.conf
-------------------------------------------------------------------------------------------------------

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen         "Default Screen" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   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  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us"
   Option       "XkbVariant" "alt-intl"
EndSection

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

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync 31.5-100.0
   VertRefresh 59.0-75.0
#   VertRefresh  43.0 - 60.0
   Modeline "1440x1050_60.00"  126.27  1440 1536 1688 1936  1050 1051 1054 1087  -HSync +Vsync
   Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
   Driver      "fglrx"
   Option       "DesktopSetup" "single"
   BusID       "PCI:1:0:0"
        Option      "AGPMode" "8"
        Option      "AGPFastWrite" "true"
        Option      "DisableGLXRootClipping" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "AllowGLXWithComposite" "true"
        Option      "EnablePageFlip" "true"
   Option      "DRI" "true"
# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
  #Option "NoDDC"

# === Video Overlay for the Xv extension ===
     Option       "VideoOverlay"       "on"

# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
     Option       "OpenGLOverlay"    "off"

# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
     Option       "UseInternalAGPGART"    "yes"
#
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
   Monitor    "Generic Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
   SubSection "Display"
      Depth     4
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
   SubSection "Display"
      Depth     8
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
   SubSection "Display"
      Depth     15
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
   SubSection "Display"
      Depth     16
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
   SubSection "Display"
      Depth     24
      #Modes    "1440x900" "1024x768" "800x600" "640x480"
      Modes "1440x1050_60.00" "1440x900_60.00"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
        Option  "Composite" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

------------------------------------------------------------------------------------------------------------------

Ik hoop dat iemand de oplossing weet.

Dennis

Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #1 Gepost op: 2007/08/03, 16:39:48 »
Hmm, ik ben een Nvidia gebruiker, maar wat me wel opvalt is:

Option      "AllowGLXWithComposite" "true"

- en:

Section "Extensions"
        Option  "Composite" "Disable"
EndSection


- Je kan in ieder geval even kijken composite geheel uitschakelen helpt:

Option      "AllowGLXWithComposite" "false"


- En nog een kleinigheid (is waarschijnlijk niets): volgens de man pages, moeten boolean options een waarde van de vorm:  

1, on, true, yes      of:      0, off, false, no

hebben (steeds tussen aanhalingstekens). Als niets wordt ingesteld, dan is de waarde true. Nou zou het kunnen zijn dat "Disable" niet wordt herkent, en composite dus wel staat ingeschakeld (wat niet hoort te werken met de flgrx driver).

- Dus je kan ook even testen of het volgende een verschil maakt:

Section "Extensions"
        Option  "Composite" "off"
EndSection

DSW

  • Gast
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #2 Gepost op: 2007/08/03, 18:07:49 »
ok ga ik gelijk proberen,

alvast bedankt!!!!

Offline raggar

  • Lid
    • fietsen naar Tibet
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #3 Gepost op: 2007/08/03, 23:47:58 »
Toevallig net hetzelfde gepost ergens anders. Dit werkt vooral bij opstart problemen maar je kunt het wellicht proberen.  
Probeer eens te booten zonder "quiet splash --"
In grub op e drukken en dan zoeken naar "quiet splash --" en dat weghalen. Dan booten (met b geloof ik). Dit werkt soms voor ati kaarten maar misschien ook voor jouw kaart.

DSW

  • Gast
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #4 Gepost op: 2007/08/04, 02:45:17 »
happyhamster's antwoord uitgeprobeerd, maar dit werkt nog niet. zodra ik een 3d programma start, raakt het beeldscherm binnen de kortste keren overstuur.
helaas.
Raggar, nu nog jou tip uitproberen, maar heb steeds minder hoop.
Misschien ligt het gewoon aan de huidige ati driver....
Iemand enig idee?
Hoe kan ik oudere ati drivers uitproberen??

Groetjes Dennis

Offline raggar

  • Lid
    • fietsen naar Tibet
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #5 Gepost op: 2007/08/04, 02:54:43 »
Welke grafische kaart gebruik je? In principe werkt het met de drivers van de restricted manager. Gebruik je toevallig iets als beryl of bureaublad effecten? Anders dat eerst even uitschakelen en het dan nog eens proberen.

oeps, wanneer je beryl met xgl gebruikt eerst even via een gewone gnome sessie aanmelden en het dan proberen.

DSW

  • Gast
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #6 Gepost op: 2007/08/04, 10:03:37 »
Ik gebruik gewoon GNOME, verder niets.

Heb wel compiz en beryl met xgl geprobeerd, maar dan is het heel snel over met het scherm...

Hij heeft echt alleen problemen zodra de opengl driver aangeroepen wordt.

Laptop specs:

Clevo D870P
Intel chipset.
Intel / Realtec audio
AGP 8
USB 2
Ultra ATA 133 raid 0 1 IDE
2x 160GB IDE schijf
2gb memory
Ati Mobility Radeon 9700 128bit 256MB Eigen memory

Hoop dat het wat helpt.

Trouwens, voorheen gebruikte ik SUSE 10.1/10.2
Dat ging heel lang goed, maar de laatste 1 a 2 maanden begon de ATI kaart raar te doen, Ik geloof na update van de drivers/ systeem.
Vooral als ik in mijn VMware WinXP werk-image werkte (3d enabled) en altijd bij games die de opengl driver aanroepen.
Ook VMware gedeïnstalleerd. hielp niet.

Misschien is de huidige versie van de ati drivers minder compatible met de mobility radeon 9700??

Ik dacht door ubuntu te installeren met goede ati support (out of the box), dat het probleem zou zijn opgelost. Dus niet.

Ik ben open voor alle suggesties.

Groetjes Dennis

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #7 Gepost op: 2007/08/04, 11:58:21 »
Heb je de splash al een keer uitgeschakeld zoals raggar zei?
Bij mijn laptop gaat het scherm ook flippen als ik de splash aan laat (Ati Mobility X700)

Maak ook eens een kopie van je xorg.conf als backup en begin met een lege.
Daarna xresprobe installeren als die nog niet geïnstalleerd was. Vervolgens dit commando in de terminal:
sudo dpkg-reconfigure xserver-xorg

Ik zie trouwens in het "Device" gedeelte een aantal opties staan die alleen voor Nvidia kaarten zijn volgens mij, maar dat weet ik niet zeker.

DSW

  • Gast
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #8 Gepost op: 2007/08/06, 11:01:56 »
Nu alles geprobeerd, niets helpt.

:-(

Wat ik nog wil proberen is de Radeon opensource driver gebruiken.
Ik heb nu alles fglrx zaken gedeïnstalleerd. een nieuwe xorg conf gemaakt.
Daarna Mesa glx en Mesa dri opnieuw geïnstalleerd.

Echter de debug glxinfo output geeft:

----------------------------------------------------------------------------------------------------------------------------------------

~$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL error: XF86DRIQueryDirectRenderingCapable returned false
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
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program,
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_draw_buffers, GL_ATI_texture_env_combine3,
    GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square,
    GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite,
    GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x43 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

----------------------------------------------------------------------------------------------------------------------------------------
 

Mijn xorg.conf ziet er nu zo uit:


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Option          "AIGLX"         "true"
        Identifier      "Default Layout"
        Screen      0   "Default Screen 0" 0 0
#        Screen      1   "Default Screen 1" RightOf "Default Screen 0"
        Option          "Xinerama"   "true"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Files"

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

Section "Module"
   Load  "i2c"
   Load  "bitmap"
   Load  "ddc"
   Load  "glx"
   Load  "dri"
   Load  "drm"
   Load  "extmod"
   Load  "freetype"
   Load  "int10"
   Load  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us"
   Option       "XkbVariant" "alt-intl"
EndSection

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

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "Generic Monitor 0"
   HorizSync 31.5-100.0
   VertRefresh 59.0-75.0
#   Modeline "1600x1200_60.00"  160.96  1600 1704 1880 2160  1200 1201 1204 1242  -HSync +Vsync
#   Modeline "1440x1050_60.00"  126.27  1440 1536 1688 1936  1050 1051 1054 1087  -HSync +Vsync
   Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
   Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
   Modeline "800x600_60.00"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync
   Modeline "640x480_60.00"  23.86  640 656 720 800  480 481 484 497  -HSync +Vsync
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor 1"
   HorizSync 31.5-100.0
   VertRefresh 59.0-75.0
   Modeline "1600x1200_60.00"  160.96  1600 1704 1880 2160  1200 1201 1204 1242  -HSync +Vsync
   Modeline "1440x1050_60.00"  126.27  1440 1536 1688 1936  1050 1051 1054 1087  -HSync +Vsync
   Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
   Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
   Modeline "800x600_60.00"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync
   Modeline "640x480_60.00"  23.86  640 656 720 800  480 481 484 497  -HSync +Vsync
   Option       "DPMS"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "on"
EndSection

Section "Device"
   Identifier  "Mobility Radeon 9700 0"
   Driver      "ati"
#   Driver      "radeon"
   Screen       0
        BusID       "PCI:1:0:0"
        Option      "AGPMode"        "8"
        Option      "AGPFastWrite" "true"
        Option      "DisableGLXRootClipping" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "AllowGLXWithComposite" "true"

#   Option      "AccelMethod"    "EXA" #only "XAA" is supported for some of the cards with "experimental" 3d acceleration
#   Option      "EXANoOffscreenPixmaps" "true"
   Option      "AccelMethod"    "XAA" #only "XAA" is supported for some of the cards with "experimental" 3d acceleration
   Option      "XAANoOffscreenPixmaps" "true"
        Option      "ColorTiling"    "on"
   Option      "EnablePageFlip" "true" #only works with accelmethod "XAA"
        Option      "AccelDFS"       "true" #seemed to speed things up using EXA acceleration
        Option      "TripleBuffer"   "true" #This *might* help if you use something like Beryl and have slow video playback.
        Option      "DynamicClocks" "on"    #This is for laptop users, it saves energy when in battery mode.
        Option        "RenderAccel" "true"
   Option      "DRI" "true"

###   dual screen
        Option          "OverlayOnCRTC1"        "on"
        Option          "OverlayOnCRTC2"        "on"
        Option  "MonitorLayout"                 "LCD, CRT"
        Option  "CRT2Position"                  "RightOf"
        Option  "MetaModes"                     "1440x900-1600x1200"
        Option  "MergedXinerama"                "on"
        Option  "MergedNonRectangular"          "true"
        Option  "MergedFB"                      "true"
EndSection

Section "Device"
   Identifier  "Mobility Radeon 9700 1"
   Driver      "ati"
#   Driver      "radeon"
   Screen       1
        BusID       "PCI:1:0:0"
        Option      "AGPMode"        "8"
        Option      "AGPFastWrite" "true"
        Option      "DisableGLXRootClipping" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "AllowGLXWithComposite" "true"

#   Option      "AccelMethod"    "EXA" #only "XAA" is supported for some of the cards with "experimental" 3d acceleration
#   Option      "EXANoOffscreenPixmaps" "true"
   Option      "AccelMethod"    "XAA" #only "XAA" is supported for some of the cards with "experimental" 3d acceleration
   Option      "XAANoOffscreenPixmaps" "true"
        Option      "ColorTiling"    "on"
   Option      "EnablePageFlip" "true" #only works with accelmethod "XAA"
        Option      "AccelDFS"       "true" #seemed to speed things up using EXA acceleration
        Option      "TripleBuffer"   "true" #This *might* help if you use something like Beryl and have slow video playback.
        Option      "DynamicClocks" "on"    #This is for laptop users, it saves energy when in battery mode.
        Option        "RenderAccel" "true"
   Option      "DRI" "true"

###   dual screen
        Option          "OverlayOnCRTC1"        "on"
        Option          "OverlayOnCRTC2"        "on"
        Option  "MonitorLayout"                 "LCD, CRT"
        Option  "CRT2Position"                  "RightOf"
        Option  "MetaModes"                     "1440x900-1600x1200"
        Option  "MergedXinerama"                "on"
        Option  "MergedNonRectangular"          "true"
        Option  "MergedFB"                      "true"
EndSection

Section "Screen"
   Identifier "Default Screen 0"
   Device     "Mobility Radeon 9700 0"
   Monitor    "Generic Monitor 0"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1440x900_60.00" "1024x768_60.00" "800x600_60.00" "640x480_60.00"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Default Screen 1"
   Device     "Mobility Radeon 9700 1"
   Monitor    "Generic Monitor 1"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1600x1200_60.00" "1440x1050_60.00" "1440x900_60.00" "1024x768_60.00" "800x600_60.00" "640x480_60.00"
   EndSubSection
EndSection

Section "DRI"
 Group        "video"
 Mode         0660
EndSection

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


heb de guide van https://help.ubuntu.com/community/RadeonDriver en http://www.linuxquestions.org/questions/showthread.php?t=561017 gevolgd. echter ik krijg het niet voor elkaar om opensource 3d aan de praat te krijgen.

Iemand een oplossing?

Groetjes Dennis

Offline raggar

  • Lid
    • fietsen naar Tibet
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #9 Gepost op: 2007/08/10, 01:48:41 »
Ik heb je xorg.conf eens bekeken maar dit is een beetje een troep. Er staan veel opties etc. die volgens mij nooit allemaal standaard geïnstalleerd kunnen zijn. Heb je hier zelf mee zitten stoeien?
Onderstaande code komt uit mijn xorg.conf misschien dat dit ook voor jouw werkt. Let wel maak eerst een backup van je oude xorg.conf!

Vervang de stukken, voeg het niet gewoon in onderaan het bestand. Dan worden de opties als nog allemaal meegenomen. En vervang de stukken "1280x800" door jouw eigen resolutie. Misschien dat het werkt.


Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

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

DSW

  • Gast
Ati Mobility radeon 9700, 1440x900, 3D aan, Scherm draait door! :-(
« Reactie #10 Gepost op: 2007/08/10, 16:46:54 »
Ik heb het geprobeerd, maar helaas.

hier een paar screenshots die laten zien wat er gebeurd met mijn scherm binnen zo'n 10 seconden als ik 3d programmas ga gebruiken.








Ik hoop dat iemand dit kent en de oplossing weet.

groetjes
Dennis