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 29/08/2007, à 20:40

Thyrias

ati X700 probleme resolution ecran, driver libre/propriétaire

:)Bonjour,

Je viens d'installer ubuntu feisty fawn sur un acer aspire 5020 avec une ati X700, et j'ai quelques petits problèmes smile , que je viens vous exposez après avoir chercher aide et réconfort sur le forum en vein sad .

Ma résolution d'écran est actuellement de 800x600 lorsque j'utilise le driver libre ati et je n'arrive pas à passer en 1200x800 même en le spécifiant dans le xorg. Alors que quand j'utilise le driver proprio aucun problème pour passer en 1200x800. Mais bon quitte à être sur ubuntu autant éssayer d'utiliser le plus de libre possible ^^.

Je vous poste mon xorg en espérant que quelqu'un puisse venir m'éclairer, merci d'avance:

# /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 0 "aticonfig-Screen[0]" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
	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"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"Écran générique"
	Horizsync	28.0	-	50.0
	Vertrefresh	43.0	-	75.0
	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	"Carte vidéo générique ATI RADEON X700"
	Driver		"ati"
	Busid		"PCI:1:0:0"
	Option		"MonitorLayout"		"LVDS, TMDS"
EndSection

Section "Device"
	Identifier	"aticonfig-Device[0]"
	Driver		"ati"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vidéo générique ATI RADEON X700"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection 	"Display"
        	Depth        1
       		Modes        "1280x800" "1024x768" "800x600" "640x480"
   	EndSubSection
   	SubSection "Display"
   		Depth        4
        	Modes        "1280x800" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
        	Depth        8
        	Modes        "1280x800" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
        	Depth        15
        	Modes        "1280x800" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
        	Depth        16
        	Modes        "1280x800" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
        	Depth        24
        	Modes        "1280x800" "1024x768" "800x600" "640x480"
	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"	"0"
EndSection

Au passage si quelqu'un pouvait m'expliquer comment installer une acceleration graphique avec driver libre ati pour x700 smile .

wink

Hors ligne