Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2388 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  dual screen carte ati drivers proprio le tout sous debian etch

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

dual screen carte ati drivers proprio le tout sous debian etch

n°901777
Adamaru
geek un jour, geek toujours !
Posté le 10-04-2007 à 11:55:12  profilanswer
 

bonjours,  
je cherche a metre le mode dual screen sur ma machine, pour se faire j'ai une carte ati (hélas) 9600 pro
 
je tourne sous debian etch kernel 2.6.20.6 compilé main
j'utilise les drivers fglrx dernier en date
 
mon probleme: je n'arrive pas a metre le bi ecran meme en suivant les tutos du web
mon fichier xorg:

Code :
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "ServerLayout"
  17. Identifier     "Default Layout"
  18. Screen         "Default Screen" 0 0
  19. Screen         "Screen[1]" RightOf "Default Screen"
  20. InputDevice    "Generic Keyboard"
  21. InputDevice    "Configured Mouse"
  22. EndSection
  23. Section "Files"
  24. # path to defoma fonts
  25. FontPath     "/usr/share/fonts/X11/misc"
  26. FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  27. FontPath     "/usr/share/fonts/X11/cyrillic"
  28. FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  29. FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  30. FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  31. FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  32. FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  33. FontPath     "/usr/share/fonts/X11/Type1"
  34. FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  35. FontPath     "/usr/share/fonts/X11/100dpi"
  36. FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  37. FontPath     "/usr/share/fonts/X11/75dpi"
  38. FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  39. FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  40. EndSection
  41. Section "Module"
  42. Load  "bitmap"
  43. Load  "dbe"
  44. Load  "ddc"
  45. Load  "dri"
  46. Load  "extmod"
  47. Load  "freetype"
  48. Load  "glx"
  49. Load  "int10"
  50. Load  "record"
  51. Load  "vbe"
  52. SubSection "extmod"
  53.  Option     "omit xfree86-dga"
  54. EndSubSection
  55. EndSection
  56. Section "InputDevice"
  57. Identifier  "Generic Keyboard"
  58. Driver      "kbd"
  59. Option     "CoreKeyboard"
  60. Option     "XkbRules" "xorg"
  61. Option     "XkbModel" "pc105"
  62. Option     "XkbLayout" "fr"
  63. EndSection
  64. Section "InputDevice"
  65. Identifier  "Configured Mouse"
  66. Driver      "mouse"
  67. Option     "CorePointer"
  68. Option     "Device" "/dev/input/mice"
  69. Option     "Protocol" "ImPS/2"
  70. Option     "Emulate3Buttons" "true"
  71. EndSection
  72. Section "Monitor"
  73. Identifier   "Écran générique"
  74. HorizSync    28.0 - 51.0
  75. VertRefresh  43.0 - 60.0
  76. Option     "DPMS"
  77. EndSection
  78. Section "Monitor"
  79. Identifier   "Monitor[1]"
  80. Option     "VendorName" "ATI Proprietary Driver"
  81. Option     "ModelName" "Generic Autodetecting Monitor"
  82. Option     "DPMS" "true"
  83. EndSection
  84. Section "Device"
  85. #dual screen
  86. Identifier  "ATI Technologies Inc RV350 AP [Radeon 9600]"
  87. Driver      "fglrx"
  88. Option     "UseFastTLS" "0"
  89. Option     "VideoOverlay" "on"
  90. Option     "OpenGLOverlay" "on"
  91. Option     "BlockSignalsOnLock" "on"
  92. Option     "ForceGenericCPU" "off"
  93. Option     "KernelModuleParm" "locked-userpages=0"
  94. Option     "no_accel" "no"
  95. Option     "no_dri" "no"
  96. Option     "backingstore" "true"
  97. Option     "DesktopSetup" "horizontal"
  98. Option     "OverlayOnCRTC2" "1"
  99. Option     "Mode2" "1024x768"
  100. Option     "VRefresh2" "60"
  101. Option     "HSync2" "65" #This sets the horizontal sync for the secondary display.
  102. BusID       "PCI:3:0:0"
  103. EndSection
  104. Section "Device"
  105. Identifier  "Device[1]"
  106. Driver      "fglrx"
  107. BusID       "PCI:3:0:0"
  108. Screen      1
  109. EndSection
  110. Section "Screen"
  111. Identifier "Default Screen"
  112. Device     "ATI Technologies Inc RV350 AP [Radeon 9600]"
  113. Monitor    "Écran générique"
  114. DefaultDepth     24
  115. SubSection "Display"
  116.  Depth     1
  117.  Modes    "1024x768" "800x600" "640x480"
  118. EndSubSection
  119. SubSection "Display"
  120.  Depth     4
  121.  Modes    "1024x768" "800x600" "640x480"
  122. EndSubSection
  123. SubSection "Display"
  124.  Depth     8
  125.  Modes    "1024x768" "800x600" "640x480"
  126. EndSubSection
  127. SubSection "Display"
  128.  Depth     15
  129.  Modes    "1024x768" "800x600" "640x480"
  130. EndSubSection
  131. SubSection "Display"
  132.  Depth     16
  133.  Modes    "1024x768" "800x600" "640x480"
  134. EndSubSection
  135. SubSection "Display"
  136.  Depth     24
  137.  Modes    "1024x768" "800x600" "640x480"
  138. EndSubSection
  139. EndSection
  140. Section "Screen"
  141. Identifier "Screen[1]"
  142. Device     "Device[1]"
  143. Monitor    "Monitor[1]"
  144. DefaultDepth     24
  145. SubSection "Display"
  146.  Viewport   0 0
  147.  Depth     24
  148.  Modes "1024x768" "800x600" "640x480"
  149. EndSubSection
  150. EndSection
  151. Section "DRI"
  152. Mode         0666
  153. EndSection


 
explication de comment je cherche a proceder:
écran principal actuel => prise VGA de la cg > 1024*768@60hz
ecran secondaire que je veu => prise dvi + adaptateur vga => 1024*768@60hz
 
voila voila


Message édité par Adamaru le 10-04-2007 à 15:33:04

---------------
la voie du click est impénétrable
mood
Publicité
Posté le 10-04-2007 à 11:55:12  profilanswer
 

n°901952
Adamaru
geek un jour, geek toujours !
Posté le 10-04-2007 à 21:18:21  profilanswer
 

up :p


---------------
la voie du click est impénétrable
n°901960
zecrazytux
Posté le 10-04-2007 à 22:05:05  profilanswer
 

aticonfig et le catalyst center fais a peut pret son job


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°901961
Adamaru
geek un jour, geek toujours !
Posté le 10-04-2007 à 22:08:07  profilanswer
 

hélas ca n'a pas marché, quand au catalyst center, il ne fais pas son job car mon second ecran ne marche pas quand je lance le mode graphique
en console j'ai un mode clone (ca c ok) mais en graphique
j'ai pas le mode etendu, juste un ecran noir sur la droite et mon ecran principal normal


---------------
la voie du click est impénétrable
n°901962
zecrazytux
Posté le 10-04-2007 à 22:14:57  profilanswer
 

même apres avoir fait big desktop horizontal et redémarer X ?


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°901978
Adamaru
geek un jour, geek toujours !
Posté le 10-04-2007 à 23:07:30  profilanswer
 

oui j'ai fais:
aticonfig big desktop horizontal
ctrl + alt+ backspace
startx /usr/bin/gnome-session
 
et toujours pas de deuxieme écran :/


---------------
la voie du click est impénétrable
n°902133
Adamaru
geek un jour, geek toujours !
Posté le 11-04-2007 à 14:08:10  profilanswer
 

apparement:

Code :
  1. blackpearl:/home/chr0nos# aticonfig --query-monitor
  2.   Connected monitors: crt1, crt2
  3.   Enabled monitors: crt1
 

mon deuxieme ecran est detecté mais pas activé :/
je tente donc:

Code :
  1. blackpearl:/home/chr0nos# aticonfig --force-monitor=crt2
  2. Warning: Option 'ForceMonitors' doesn't affect running session.
  3. Using /etc/X11/xorg.conf
  4. Saved back-up to /etc/X11/xorg.conf.fglrx-4
 

je vais restart le serveur X et je verais bien :)

 

edit: ca n'a pas marché :/


Message édité par Adamaru le 11-04-2007 à 14:22:11

---------------
la voie du click est impénétrable
n°902141
memaster
ki a volé mon 62?
Posté le 11-04-2007 à 14:25:44  profilanswer
 

ce sont des ecrans crt ou lcd?

n°902307
Adamaru
geek un jour, geek toujours !
Posté le 11-04-2007 à 19:14:44  profilanswer
 

deux ecrans LCD ( crt c'est à tube ? )


---------------
la voie du click est impénétrable
n°902327
zecrazytux
Posté le 11-04-2007 à 21:31:31  profilanswer
 

chez moi:
 
 Connected monitors: crt1, lvds
  Enabled monitors: crt1, lvds


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
mood
Publicité
Posté le 11-04-2007 à 21:31:31  profilanswer
 

n°902365
Adamaru
geek un jour, geek toujours !
Posté le 11-04-2007 à 22:56:29  profilanswer
 

lvds ? c'est quoi?
les ldc ?


---------------
la voie du click est impénétrable
n°902412
memaster
ki a volé mon 62?
Posté le 12-04-2007 à 08:05:07  profilanswer
 

voila, désolé pour le petit retard :hello:  

Code :
  1. Section "Device"
  2.     Identifier "device1"
  3.     VendorName "nVidia Corp."
  4.     BoardName "NVIDIA GeForce4 (generic)"
  5.     Driver "nvidia"
  6. Option "RenderAccel" "True"
  7. Option "DisableGLXRootClipping" "true"
  8. Option "BackStoring" "True"
  9.     Option "DPMS"
  10.     Option "MetaModes" "CRT-0:1280x1024,CRT-1:1280x1024"
  11.     Option "SecondMonitorVertRefresh" "56.0-75.0"
  12.     Option "TwinViewOrientation" "LeftOf"
  13.     Option "TwinView"
  14.     Option "SecondMonitorHorizSync" "30.0-81.0"
  15. EndSection
  16. Section "Screen"
  17.     Identifier "screen1"
  18.     Device "device1"
  19.     Monitor "monitor1"
  20.     Option "AddARGBGLXVisuals" "True"
  21.     DefaultColorDepth 24
  22.    
  23.     Subsection "Display"
  24.         Depth 16
  25.         #Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  26.     EndSubsection
  27.    
  28.     Subsection "Display"
  29.         Depth 24
  30.         #Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  31.     EndSubsection
  32. EndSection
  33. Section "ServerLayout"
  34.     Identifier "layout1"
  35.     InputDevice "Keyboard1" "CoreKeyboard"
  36.     InputDevice "Mouse1" "CorePointer"
  37.     InputDevice "Mouse2" "SendCoreEvents"
  38.     Screen "screen1"
  39. EndSection
  40. Section "Extensions"
  41. Option "Composite" "Enable"
  42. Option "RENDER" "Enable"
  43. EndSection

n°902551
Adamaru
geek un jour, geek toujours !
Posté le 12-04-2007 à 12:23:18  profilanswer
 

mon fichier de conf a moi en temp réel: (lien symbolique dans /var/www/logs/)
http://kankai.dyndns.org/logs/xorg.conf
et le log: (aussi en temp reel)
http://kankai.dyndns.org/logs/Xorg.0.log
 
car la j'avoue que je ne sais plus trop ou donner de la tete
le bout de fichier de conf plus haut est pour nvidia je suis sous ati proprio


---------------
la voie du click est impénétrable
n°902553
memaster
ki a volé mon 62?
Posté le 12-04-2007 à 12:30:24  profilanswer
 

Adamaru a écrit :

mon fichier de conf a moi en temp réel: (lien symbolique dans /var/www/logs/)
http://kankai.dyndns.org/logs/xorg.conf
et le log: (aussi en temp reel)
http://kankai.dyndns.org/logs/Xorg.0.log
 
car la j'avoue que je ne sais plus trop ou donner de la tete
le bout de fichier de conf plus haut est pour nvidia je suis sous ati proprio


oui désolé, je m'étais trompé de sujet [:psywalk]  :sarcastic:  
mais je le laisse au cas où cela pourrais t'aider tout de même.

n°902581
Adamaru
geek un jour, geek toujours !
Posté le 12-04-2007 à 13:38:15  profilanswer
 

oui, au pire meme si ca ne m'aide pas moi ca poura en aider d'autres :)


---------------
la voie du click est impénétrable
n°902643
Adamaru
geek un jour, geek toujours !
Posté le 12-04-2007 à 15:53:58  profilanswer
 

luckyyyyyyy

 

j'ai trouvé la solution :p

Code :
  1. aticonfig --dtop=horizontal --overlay-on=1  --swap-screens=on --force-monitor=crt1,crt2 --enable-monitor=crt1,crt2
 

sous gnome la résolution ne passai pas et ca me donnais deux écran clones
il faut passer en 2048x768 pour que ca s'etalle biens
sous xfce4 et kde pas besoin, pas encore testé sous enlightment

 

voila voila
pour mon fichier de conf qui marche:

Code :
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "ServerLayout"
  17. Identifier     "Default Layout"
  18. Screen         "Screen[0]" 0 0
  19. InputDevice    "Generic Keyboard"
  20. InputDevice    "Configured Mouse"
  21. EndSection
  22. Section "Files"
  23. # path to defoma fonts
  24. FontPath     "/usr/share/fonts/X11/misc"
  25. FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  26. FontPath     "/usr/share/fonts/X11/cyrillic"
  27. FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  28. FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  29. FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  30. FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  31. FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  32. FontPath     "/usr/share/fonts/X11/Type1"
  33. FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  34. FontPath     "/usr/share/fonts/X11/100dpi"
  35. FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  36. FontPath     "/usr/share/fonts/X11/75dpi"
  37. FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  38. FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  39. EndSection
  40. Section "Module"
  41. Load  "bitmap"
  42. Load  "dbe"
  43. Load  "ddc"
  44. Load  "dri"
  45. Load  "extmod"
  46. Load  "freetype"
  47. Load  "glx"
  48. Load  "int10"
  49. Load  "record"
  50. Load  "vbe"
  51. SubSection "extmod"
  52.  Option     "omit xfree86-dga"
  53. EndSubSection
  54. EndSection
  55. Section "InputDevice"
  56. Identifier  "Generic Keyboard"
  57. Driver      "kbd"
  58. Option     "CoreKeyboard"
  59. Option     "XkbRules" "xorg"
  60. Option     "XkbModel" "pc105"
  61. Option     "XkbLayout" "fr"
  62. EndSection
  63. Section "InputDevice"
  64. Identifier  "Configured Mouse"
  65. Driver      "mouse"
  66. Option     "CorePointer"
  67. Option     "Device" "/dev/input/mice"
  68. Option     "Protocol" "ImPS/2"
  69. Option     "Emulate3Buttons" "true"
  70. EndSection
  71. Section "Monitor"
  72. Identifier   "Monitor[0]"
  73. HorizSync    28.0 - 51.0
  74. VertRefresh  43.0 - 60.0
  75. Option     "DPMS"
  76. EndSection
  77. Section "Monitor"
  78. Identifier   "Monitor[1]"
  79. Option     "VendorName" "ATI Proprietary Driver"
  80. Option     "ModelName" "Generic Autodetecting Monitor"
  81. Option     "DPMS" "true"
  82. EndSection
  83. Section "Device"
  84. #dual screen
  85. Identifier  "ATI Technologies Inc RV350 AP [Radeon 9600]"
  86. Driver      "fglrx"
  87. Option     "UseFastTLS" "0"
  88. Option     "VideoOverlay" "on"
  89. Option     "OpenGLOverlay" "on"
  90. Option     "BlockSignalsOnLock" "on"
  91. Option     "ForceGenericCPU" "off"
  92. Option     "KernelModuleParm" "locked-userpages=0"
  93. Option     "no_accel" "no"
  94. Option     "no_dri" "no"
  95. Option     "backingstore" "true"
  96. Option     "DesktopSetup" "horizontal"
  97. Option     "OverlayOnCRTC2" "1"
  98. Option     "Mode2" "1024x768"
  99. Option     "VRefresh2" "60"
  100. Option     "HSync2" "65" #This sets the horizontal sync for the secondary display.
  101. Option     "ForceMonitors" "crt1,crt2"
  102. Option     "EnableMonitor" "crt1,crt2"
  103. Option     "SwapScreens" "on"
  104. BusID       "PCI:3:0:0"
  105. EndSection
  106. Section "Device"
  107. Identifier  "Device[1]"
  108. Driver      "fglrx"
  109. Option     "VideoOverlay" "on"
  110. BusID       "PCI:3:0:0"
  111. Screen      1
  112. EndSection
  113. Section "Screen"
  114. Identifier "Screen[0]"
  115. Device     "ATI Technologies Inc RV350 AP [Radeon 9600]"
  116. Monitor    "Monitor[0]"
  117. DefaultDepth     24
  118. SubSection "Display"
  119.  Depth     1
  120.  Modes    "1024x768" "800x600" "640x480"
  121. EndSubSection
  122. SubSection "Display"
  123.  Depth     4
  124.  Modes    "1024x768" "800x600" "640x480"
  125. EndSubSection
  126. SubSection "Display"
  127.  Depth     8
  128.  Modes    "1024x768" "800x600" "640x480"
  129. EndSubSection
  130. SubSection "Display"
  131.  Depth     15
  132.  Modes    "1024x768" "800x600" "640x480"
  133. EndSubSection
  134. SubSection "Display"
  135.  Depth     16
  136.  Modes    "1024x768" "800x600" "640x480"
  137. EndSubSection
  138. SubSection "Display"
  139.  Depth     24
  140.  Modes    "1024x768" "800x600" "640x480"
  141. EndSubSection
  142. EndSection
  143. Section "Screen"
  144. Identifier "Screen[1]"
  145. Device     "Device[1]"
  146. Monitor    "Monitor[1]"
  147. DefaultDepth     24
  148. SubSection "Display"
  149.  Viewport   0 0
  150.  Depth     24
  151.  Modes    "1024x768" "800x600" "640x480"
  152. EndSubSection
  153. EndSection
  154. Section "DRI"
  155. Mode         0666
  156. EndSection
 

voila j'espère que ca pourra aider d'autres dans mon cas :)

 

edit: par contre j'ai un petit pb avec mes soft: quand je met en plein écran ma bare des taches gnome qui est sur la droite de l'écran 1 est au dessus du bouton fermer et de la barre de défilement, tres embêtant sous iceweasel :/


Message édité par Adamaru le 12-04-2007 à 15:58:47

---------------
la voie du click est impénétrable

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  dual screen carte ati drivers proprio le tout sous debian etch

 

Sujets relatifs
Problème - Carte Graphique (via s3g unichrome) sous Debianprobleme avec carte mere asus P5P800-VM + carte pci sata connectland
[Debian etch] probleme drivers nvidiaPb réseau DEBIAN sous émulateur HERCULE
Formatter win 2000 avant instal DebianActiver les coolbits avec les drivers Nvidia 1.0-9631
Freeradius sur debian 
Plus de sujets relatifs à : dual screen carte ati drivers proprio le tout sous debian etch


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR