Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/12/2006, à 12:53

djih3m

Ecran LCD/DVI

Bonjour,
Je me permet d'ouvrir ce post car après une recherche rapide je n'ai pas trouvé de solution permettant de résoudre mon problème.
J'ai une ati radeon 7500 avec 1VGA/1DVI et je souhaite afficher sur un ecran LCD en DVI. Dès après le chargement (Ubuntu + barre de chargment) je perds l'image (à l'ouverture de session) et l'écran ne semble plus avoir le signal vidéo.
Pour ce qui est de la sortie VGA après un "reconfigure" j'ai pu obtenir les résolutions souhaitées, et celà fonctionne parfaitement.
Je voudrais tout de même essayer d'afficher en DVI (question d'encombrement).
Si quelqu'un à la solution ou un lien vers une solution, merci de prendre le temps de me répondre

Merci d'avance.

#2 Le 15/12/2006, à 12:56

djih3m

Re : Ecran LCD/DVI

#3 Le 15/12/2006, à 17:46

djih3m

Re : Ecran LCD/DVI

Je suis désolé, j'ai oublié de vous poster mon xorg.conf et le lspci sad

oem@sav01:~$ lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW [Radeon 7500]
02:01.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 0c)
02:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 01)
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "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"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
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 "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

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

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

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon RV200 QW [Radeon 7500]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon RV200 QW [Radeon 7500]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	Option         	"ConnectedMonitor" "DFP"
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "672x672" "640x640" "640x480" "608x456" "544x544" "504x504" "328x328"
	EndSubSection
EndSection

Section "ServerLayout"
	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

Voilà, merci d'avance pour vos conseils ou solutions.

#4 Le 28/12/2006, à 12:29

tous

Re : Ecran LCD/DVI

Même problème avec une radeon 9100

J'ai essayé :

Option "MonitorLayout" "TMDS"

et aussi de désactiver la sortie VGA dans le bios, maisrien n'y fait. Les terminaux virtuels sont affichés, L'écran de démarage est affiché, GRUB est affiché, mais X affiche un écran noir.

En utilisant la sortie VGA, il me manque toujours un cm en bas de l'écran. C'est embétant pour afficher la barre de tache.

Si quelqu'un a une solution je suis aussi preneur.