Pages : 1
#1 Le 01/08/2006, à 09:18
- jo2012
configuration sur portable
Bonjour,
Voici 10 jours que j'ai installer ubuntu en dual boot avec windows et 10 jours à me demander quand est ce que je desinstalle windows pour me faire de la place...
Seulement j'ai un problème que je n'arrive pas à régler avec ubuntu (malgré la lecture de dizaines de tutos et de discussions sur forums.
Je m'explique: J'ai une image sur mon écran (15 pouces) de portable (sony PCG-GRT 785E) qui est nickel sous windows mais qui est flou sous ubuntu. Les polices de caractères font mal aux yeux rapidement, les images sur firefox sont pour la plupart flou, les icônes manquent de netteté...
S'agit il de la carte graphique ?? j'ai installer par, l'intermédiaire d'easyubuntu, les pilotes nvidia. J'ai essayé les modelines, différentes configurations à en arriver à faire planter xorg (ce n'est qu'après que j'ai appris qu'il existait un enregistrement possible de xorg.... j'ai du réinstaller plusieurs fois ubuntu...:D)
Voici un extrait de mon xorg pour vous faire voir :
Section "Device"
Identifier "NVIDIA Corporation NV31M [GeForce FX Go5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-63
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV31M [GeForce FX Go5600]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
SI quelqu'un a une idée pour m'aider à configurer mon ordi ce serait génial !!
Hors ligne
#2 Le 01/08/2006, à 11:18
- Mog_Da_Mog
Re : configuration sur portable
pour ma carte Nvidia voici ce que j'ai:
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
# Pour les changement de résolution (CTRL ALT + ou -):
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Qui a t-il dans la section "Modules" de ton fichier xorg.conf ?
apt-get remove --purge GWB
Hors ligne
#3 Le 01/08/2006, à 11:44
- jo2012
Re : configuration sur portable
Voici l'ensemble de mon fichier Xorg
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV31M [GeForce FX Go5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-63
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV31M [GeForce FX Go5600]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Crois tu qu'il soit possible de copier ta section "device"??
Hors ligne
#4 Le 01/08/2006, à 11:58
- Mog_Da_Mog
Re : configuration sur portable
Oui tu peux et redémarrer le serveur X.
tes modules semblent être bons.
Par contre ton portable peut faire du 1400x 1050 donc tu peux adapter ce fichier pour les section écran:
http://www.atworkonline.it/~bibe/mandrake/old/XF86Config-4.txt
Bonne chance
apt-get remove --purge GWB
Hors ligne
#5 Le 01/08/2006, à 17:56
- jo2012
Re : configuration sur portable
Merci pour les infos !
J'ai essayé sans réel succès mais comme je suis nouveu sous linux j'ai peut être mal configuré Xorg.
j'ai toujours des polices flou et les images et icônes internet qui pixellisent...
Hors ligne
Pages : 1