[ATI + Driver Radeon] Ecran décentré

Bonjour,

Je suis sous Lenny depuis maintenant plus d’un an, fraichement réinstallé.
Comme sous les anciennes Ubuntu que j’utilisais auparavant, mon écran est excentré dès l’écran de login gdm. Comme j’ai encore un double boot, ca m’ennuie de passer par “autoselect” de mon écran, car ça modifie le comportement sur l’autre OS (dont je tairais le nom…).

J’ai essayé

Pour tenter d’insérer le résultat dans mon xorg.conf mais rien n’y fait.

Le xorg, après retour dans sa version précédente, donne ceci (c’est d’ailleur la version obtenue suite à l’installation, je n’y ai pas touché) :

[code]Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
[/code]

Ca m’ennuie vraiment d’installer les pilotes proprio pour si peu, donc si quelqu’un a des suggestions je suis preneur!
Merci beaucoup!!

S’agit il d’un écran CRT ou LCD ? ça peux venir d’une mauvaise fréquence d ebalayage (CRT)
essaie les drivers radeonhd si ils sont compatibles avec ta carte.

Hum, non, il s’agit d’un LCD…

Help? Please :blush:

as tu essayé le radeonhd ?

Ah, sorry, j’ai oublié de te répondre sur ce point… :blush:
Le radeonhd c’est mort pour moi, ma carte étant un 9800 PRO.
Oui, je sais, ma machine a 7 ans :wink:
C’est justement pourquoi j’aime tant debian ^^
Sauf quand mon écran veut pas se recentrer!

bonjour,

j’ai eu un pb peut etre similaire sous virtualbox.
une install d’ubuntu me lancais la vm avec un ecran correct alors qu’une debian me donnais un ecran trop grand. mon xorg.conf sous debian etais le meme que le tien.
j’ai purement et simplement copié celui de ubuntu.
voici mon xorg.conf ubuntu:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "built-ins"
EndSection

Section "Module"
Load "dbe"
Load "vnc"
Load "glx"
Load "dri2"
Load "extmod"
Load "record"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
Identifier "Card0"
Driver "vboxvideo"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Hum, merci, mais je ne suis pas sur une machine virtuelle.
Recopier ton xorg.conf n’arrangerait rien, je pense.

Essaie de trouver les freq de balayage acceptable par ton écran, j’ai eu un cas assez proche sur un portable.

je te passerai ce soir le xorg.conf d’une machine avec ATI RAGE PRO et une autre avec ATI 7500(je crois).
je ne me sert pas des effets 3D, qui marchais pas. j’ai insité sur la 7500 et le seul moyen que j’ai trouvé pour les activer, ce fut de recompiler le noyau.

voila, ca c’est sous mandriva avec une ATI radeon 7000 et un ecran SONY SDM. la 3d fonctione et tout et tout, c’est ce qui se rapproche le plus de ton cas…

xorg.conf mandriva+radeon7000:
Section "ServerFlags"
Option “DontZap” “False” # disable (server abort)
#DontZoom # disable <KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
Load “dbe” # Double-Buffering Extension
Load “v4l” # Video for Linux
Load "extmod"
Load “glx” # 3D layer
Load “dri” # direct rendering
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug’n Play"
ModelName "SDM-HS74P"
HorizSync 28-81
VertRefresh 48-75

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

EndSection

Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1950 and earlier"
Driver "ati"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
    Depth 15
    Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

EndSection

Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection

la debian 5.02 marche sous une ATI rage pro, bizzarement avec un xorg.conf sensiblement pareil au tien
(pas de 3d, mais ecran et resolution ok)

xorg.conf debian + rage pro:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection