Bonjour je viens d’instaler Debian sur un “vieux” Pc Portable Acer Aspire 1360.
C’est une pseudo antiquité dont j’ai hérité après de bon et loyaux services sous XP auprès d’un collègue. J’ai donc une Debian toute fraiche mais je rencontre d’emblé un souci assez pénible : l’écran est plus petit que le bureau. En fait sur le bureau le fond d’écran est coupé et je ne vois pas la petite fusée par défaut. Si je maximise une fenêtre il me manque en gros 10% du bord droit et autant vers le bas.
Je n’ai pas trouvé de /etc/X11/Xorg.conf…
Je suis donc passé en single user pour lancer Xorg -configure
J’ai maintenant un /root/xorg.conf.new
Mais en lançant X -config /root/xorg.conf.new rien ne se passe.
Voila je suis un peu perdu. J’ai changer la résolution de l’écran mais ca ne donne rien. Le bureau reste plus grand que l’écran.
Pouriez vous m’aider avec mon xorg.conf.new?
Si vous vouliez le voir
[code]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 "dri"
Load "dbe"
Load "dri2"
Load "glx"
Load "record"
Load "extmod"
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 “PrintVGARegs” # []
#Option “PrintTVRegs” # []
#Option “I2CScan” # []
#Option “VBEModes” # []
#Option “NoAccel” # []
#Option “AccelMethod” #
#Option “ExaNoComposite” # []
#Option “ExaScratchSize” #
#Option “SWCursor” # []
#Option “ShadowFB” # []
#Option “RotationType” # []
#Option “Rotate” # []
#Option “VideoRAM” #
#Option “ActiveDevice” # []
#Option “BusWidth” # []
#Option “Center” # []
#Option “PanelSize” # []
#Option “ForcePanel” # []
#Option “TVDotCrawl” # []
#Option “TVDeflicker” #
#Option “TVType” # []
#Option “TVOutput” # []
#Option “TVPort” # []
#Option “DisableVQ” # []
#Option “DisableIRQ” # []
#Option “EnableAGPDMA” # []
#Option “NoAGPFor2D” # []
#Option “NoXVDMA” # []
#Option “VbeSaveRestore” # []
#Option “DisableXvBWCheck” # []
#Option “ModeSwitchMethod” # []
#Option “MaxDRIMem” #
#Option “AGPMem” #
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID "PCI:1:0: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
[/code]
lspci | grep VGA
01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)
Avez vous besoin d’en voir plus… Vous n’avez qu’a demander… 