Bonjour,
J’ai recement installé debian sur mon PowerMac G4. Mais cependant l’affichage reste bloquer en 800x600.
Ma carte est une ati rage 128 et je pense que le problème provient de cette carte.
Mais cependant je n’ai toujours pas trouver de solution.
Voilà j’en appele donc à votre aide.
Si cela peut aider voici mon fichier xorg.conf
[code]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
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"
EndSection
Section "Module"
Load "record"
Load "glx"
Load "extmod"
Load "xtrap"
Load "GLcore"
Load "dri"
Load "dbe"
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
#Option “NoAccel” # []
#Option “SWcursor” # []
#Option “Dac6Bit” # []
#Option “Dac8Bit” # []
#Option “DMAForXv” # []
#Option “ForcePCIMode” # []
#Option “CCEPIOMode” # []
#Option “CCENoSecurity” # []
#Option “CCEusecTimeout” #
#Option “AGPMode” #
#Option “AGPSize” #
#Option “RingSize” #
#Option “BufferSize” #
#Option “EnablePageFlip” # []
#Option “Display” #
#Option “PanelWidth” #
#Option “PanelHeight” #
#Option “ProgramFPRegs” # []
#Option “UseFBDev” “true”
#Option “VideoKey” #
#Option “ShowCache” # []
#Option “VGAAccess” # []
Identifier "Card0"
Driver "r128"
VendorName "ATI Technologies Inc"
BoardName "Rage 128 PF/PRO AGP 4x TMDS"
BusID "PCI:0:16:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/code]