Aller au contenu

mon xorg.conf me semble bizard


Messages recommandés

Salut a tous voila j'ai un doute sur mon xorg et je voulais votre avis svp

ma config est pc portable avec ati et pilote installé

# 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 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 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
Driver "ati"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

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

vous en pensez quoi ? y a rien dans modules bizard non ?

merci d'avance

Lien vers le commentaire
Partager sur d’autres sites

Ce serait plutôt la partie relative au driver libre, qui ne serait pas utilisée... vu que son "ServerLayout" mentionne "aticonfig-Device[0]", qui est géré par fglrx...

... sinon, pour les modules, je sais que la plupart sont correctement et automatiquement détectés avec le driver libre, et qu'il est donc inutile de les spécifier, mais pour le blob, je n'en sais rien...

Lien vers le commentaire
Partager sur d’autres sites

En deux mots, XGL fait tourner un X à l'interieur d'un contexte opengl d'un autre X, alors que AIGLX est une extension à X permettant l'accès à des bindings opengl facilement. Maintenant, si tu ne comprends rien, c'est normal, c'est parce que ça ne s'explique pas rapidement :smack::craint:

Lien vers le commentaire
Partager sur d’autres sites

merci lorinc pour ta patience :smack:

maintenant ai je le choix entre les 2 vu que j'ai le driver proprio ! et au fait je suis en train de chercher des solutions pour compiz fusion sur ma config et quand je regarde sur le net ; j'ai trouvé un gars sur le forum mandriva son xorg il fait "flippé" par rapport au miens non ?

Carte ATI, Driver fglrx, pour un "dual-head"

Code:

Section "Device"
   Identifier                          "ATI Graphics Adapter connector 0"
   Driver                              "fglrx"
   Option "no_accel"                   "no"
   Option "no_dri"                     "no"
   Option "mtrr"                       "off"
   Option "DesktopSetup"               "(null)"
   Option "HSync2"                     "31.5 - 80.5"
   Option "VRefresh2"                  "20 - 60"
   Option "GammaCorrectionI"           "0x00000000"
   Option "GammaCorrectionII"          "0x00000000"
   Option "Capabilities"               "0x00000000"
   Option "CapabilitiesEx"             "0x00000000"
   Option "VideoOverlay"               "on
   Option "OpenGLOverlay"              "off"
   Option "PseudoColorVisuals"         "off"
   Option "Stereo"                     "off"
   Option "StereoSyncEnable"           "1"
   Option "FSAAEnable"                 "no"
   Option "FSAAScale"                  "1"
   Option "FSAADisableGamma"           "no"
   Option "FSAACustomizeMSPos"         "no"
   Option "UseFastTLS"                 "2"
   Option "BlockSignalsOnLock"         "on"
   Option "UseInternalAGPGART"         "no"
   Option "ForceGenericCPU"            "no"
   Option "KernelModuleParm"      "agplock=0"
#option CenterMode pour portables seulement
   Option "CenterMode"                 "off"

   BusID "blablabla"
   Screen 0
EndSection

Section "Device"
   Identifier                          "ATI Graphics Adapter connector 1"
   Driver                              "fglrx"
   BusID "blablabla"
   Screen 1
EndSection


Code:
Section "ServerLayout"
   Identifier  "Dual Head"
   Screen "Screen0"
   Screen "Screen1" LeftOf "Screen0"

Lien vers le commentaire
Partager sur d’autres sites

encore moi desolé mais je suis tétu lol si ça peut vous aider

 glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
   GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
   GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
   GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
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_OML_swap_method, 
   GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6958 Release
OpenGL extensions:
   GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, 
   GL_ARB_fragment_shader, GL_ARB_multisample, GL_ARB_multitexture, 
   GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite, 
   GL_ARB_shader_objects, GL_ARB_shading_language_100, 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_float, GL_ARB_texture_mirrored_repeat, 
   GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
   GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
   GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap, 
   GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil, 
   GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_bgra, 
   GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, 
   GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
   GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object, 
   GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters, 
   GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
   GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal, 
   GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
   GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
   GL_EXT_texgen_reflection, GL_EXT_texture3D, 
   GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
   GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
   GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
   GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, 
   GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
   GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array, 
   GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_texgen_reflection, 
   GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, 
   GL_WIN_swap_hint, WGL_EXT_swap_control

  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 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x33 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x35 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x37 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x38 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x39 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x40 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x41 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x42 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x43 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x44 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x45 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x46 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x47 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x48 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x49 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x51 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x52 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x59 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x60 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x61 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x62 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x63 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x64 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x65 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x66 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x67 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x68 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x69 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x6a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x6b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x6c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x6d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x6e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x6f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x70 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x71 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x72 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x85 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

:smack:

Lien vers le commentaire
Partager sur d’autres sites

ça pourrait être intéressant de faire un second layout pour utilser le drivers libre au besoin :cartonrouge:

A voir si les RS485 sont supportées par le driver libre "radeon"/"ati" (a priori, ça a l'air d'être du R400, donc, c'est possible, mais je n'ai jamais eu affaire à ces cartes)... ou s'il va falloir attendre un "radeonhd" plus fonctionnel...

Sinon, pour faire tourner les drivers libres, il faudra peut-être installer la "libgl1-mesa-glx" (implémentation libre de l'API opengl, car fglrx tourne avec une API proprio... certaines distros bien connues ne l'installant pas :grrrrr:)... quant à faire fonctionner les deux en même temps, gaffe aussi... fglrx écrase souvent comme un pigos des librairies et symlinks utiles au driver libre... je suis arrivé à faire fonctionner conjointement les deux il ya longtemps, mais j'ai vu des cas récents où c'était chaud du slip (purge du blob et reinstallation de xorg nécessaires... et oui, ça se passe comme ça, des fois, avec les blobs qui foutent le bordel partout)... :cartonrouge:

Ceci dit, si ta carte fonctionne avec les drivers libres, ils devraient permettre de faire tourner compiz, et au moins, lors des upgrades kernels, il n'y aura rien de spécial à faire... alors qu'il faudra recompiler la glue "libre" pour interfacer le blob avec le noyau dès que celui-ci sera mis à jour... bref, si tu veux de l'opengl juste pour compiz, note quand même que le driver libre, s'il fonctionne avec ta carte, sera bien suffisant et, en plus, moins chiant...

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...