Debian et X server
Dernière réponse : dans Le monde de Linux
J'ai installé Debian sur Virtual PC v5.3 mais je n'arrive pas à installer le X server pour avoir l'interface graphique. J'ai fait la commande dpkg-reconfigure xserver-xfree86 pour tout configurer mais lorsque je démarre le X ça me met un message comme quoi ça ne fonctionne pas ainsi que:
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-16.0508-2 i686 [ELF]
Build Date: 02 September 2005
This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way. Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.
We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.
Si je vais voir le fichier /etc/X11/XF86Config-4 ça me donne:
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Radeon X800 XL"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Samsung 915N"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Radeon X800 XL"
Monitor "Samsung 915N"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Et pour terminer les specs de mon PC:
Carte mère : ASUS P5ND2-SLI Deluxe : Nvidia Nforce4 SLI
Processeur : Intel P4 640 - ATX - 3.2GHz - LGA775 - 2MB Cache
Mémoire : Corsair TWIN2X1024-5400C4 - DDR2-675 - 2 X 512MB - 4-4-4-12
Carte vidéo : ATI Radeon X800XL - 256MB - PCI-E - DVI/VGA
Disque dur : 2x Western Digital Caviar 200GB - SATA II - 7200RPM
Lecteur DVD : Pioneer DVR-109BK 16X Dual Layer DVD+RW/-RW
Écran : Samsung 915N II - 8ms - 700:1 - 19" - 1280x1024 - VGA
Citation :
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge1 20050901212727 st.localdomain) Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-16.0508-2 i686 [ELF]
Build Date: 02 September 2005
This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way. Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.
We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.
Si je vais voir le fichier /etc/X11/XF86Config-4 ça me donne:
Citation :
Section "Files" FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Radeon X800 XL"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Samsung 915N"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Radeon X800 XL"
Monitor "Samsung 915N"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Et pour terminer les specs de mon PC:
Carte mère : ASUS P5ND2-SLI Deluxe : Nvidia Nforce4 SLI
Processeur : Intel P4 640 - ATX - 3.2GHz - LGA775 - 2MB Cache
Mémoire : Corsair TWIN2X1024-5400C4 - DDR2-675 - 2 X 512MB - 4-4-4-12
Carte vidéo : ATI Radeon X800XL - 256MB - PCI-E - DVI/VGA
Disque dur : 2x Western Digital Caviar 200GB - SATA II - 7200RPM
Lecteur DVD : Pioneer DVR-109BK 16X Dual Layer DVD+RW/-RW
Écran : Samsung 915N II - 8ms - 700:1 - 19" - 1280x1024 - VGA
Autres pages sur : debian server
Lassé par la pub ? Créez un compte
Salut tout le monde!
Je déterre un peu ce topic car j'ai un probleme similaire...
Le message d'erreur est le même pour Xfree86...
Un pote déjà sous debian m'a dit que c'était à cause de ma carte graphique donc... une ati 9200 SE (du moins le moteur)...
J'ai pris le driver vesa puis j'ai ajouté 1024x768 et ça fonctionne !
C'est quoi ce driver? Je doit le prendre où et le mettre où?
Je déterre un peu ce topic car j'ai un probleme similaire...
Le message d'erreur est le même pour Xfree86...
Un pote déjà sous debian m'a dit que c'était à cause de ma carte graphique donc... une ati 9200 SE (du moins le moteur)...
Citation :
DreosskJ'ai pris le driver vesa puis j'ai ajouté 1024x768 et ça fonctionne !
C'est quoi ce driver? Je doit le prendre où et le mettre où?
en fait non... je n'ai pas vraiment le même probleme...
1) Ce n'est pas en machine virtuelle que j'ai mis la debian...
2) J'ai testé avec les pilote ati et vesa et aucun des deux ne veut que x server marche...
Si quelqu'un à une solution...
PS: un pote qui a essayé de me resoudre ca avec un protocole ssh m'a dit que x server lui indiquait une erreur à la ligne 73 du fichier /etc/X11/XF86Config-4 , et apparement, c'est une ligne sur l'écran et non la carte graphique... Et à l'install j'ai utilisé la detection de l'écran, j'ai mis lcd, puis qualité medium, en 1280*1024 en 60Hz ...
Donc si quelqu'un a de quoi m'aider ... merci ^^
1) Ce n'est pas en machine virtuelle que j'ai mis la debian...
2) J'ai testé avec les pilote ati et vesa et aucun des deux ne veut que x server marche...
Si quelqu'un à une solution...
PS: un pote qui a essayé de me resoudre ca avec un protocole ssh m'a dit que x server lui indiquait une erreur à la ligne 73 du fichier /etc/X11/XF86Config-4 , et apparement, c'est une ligne sur l'écran et non la carte graphique... Et à l'install j'ai utilisé la detection de l'écran, j'ai mis lcd, puis qualité medium, en 1280*1024 en 60Hz ...
Donc si quelqu'un a de quoi m'aider ... merci ^^
Lassé par la pub ? Créez un compte
- Contenus similaires :
Tags :
- ForumInstaller x server debian
- ForumNat avec vmware server sous debian
- ForumPour un server web java debian ou ubuntu
- ForumTuto pour un server radius sous debian avec certificat
- ForumX-smtp-server
- ForumDebian serveur x
- ForumDebian et devshm
- ForumDebian probleme avec x
- ForumDebian et les geforce4
- ForumDebian et suse
- Voir plus