Pages : 1
#1 Le 11/09/2007, à 12:33
- freygolo
Probleme de résolution
Bonjour,
Je possede un Asus A6JM avec comme distribution Ubuntu.
Carte graphique : NVIDIA 7600
Ma résolution est actuellement en 1024*768 mais bizarement je la trouve trop petite car en effet tout est gros et laid ^^
Par exemple quand je vais sur un site internet sur linux il est plus gros que sur XP.
Je ne sais pas si cela vous servira: Ce que m'a donné la commande cat /etc/X11/xorg.conf
# /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"
FontPath "/usr/share/fonts/X11/misc"
# 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 "XkbOptions" "lv3:ralt_switch"
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"
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 NVIDIA Default Card"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
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"
EndSection
Section "DRI"
Mode 0666
EndSection
Si vous pouviez m'aidez à résoudre ce probleme svp
Merci
#2 Le 11/09/2007, à 12:56
- snipe
Re : Probleme de résolution
Menu Système
Administration
Gestionnaire de pilotes propriétaires
Active le driver pour ta nvidia
et normalement tu auras d'autres résolution plus agréables
Documentation Ubuntu : Lisez il y a tout ce qu'il faut
Hors ligne
#3 Le 11/09/2007, à 16:45
- Freygolo
Re : Probleme de résolution
Merci de ta reponse
Quand je vais dans menu-->Systeme, je ne trouve pas administration :s
Je fais comment?
#4 Le 12/09/2007, à 10:29
- snipe
Re : Probleme de résolution
Tu n'as pas ce menu là ?
Tu as peut être un compte utilisateur sans les privilèges d'administration ?
Documentation Ubuntu : Lisez il y a tout ce qu'il faut
Hors ligne
#5 Le 12/09/2007, à 11:55
- freygolo
Re : Probleme de résolution
Je ne sais pas si ça viens de ça mais j'ai Kubuntu et non Ubuntu.
Sinon j'ai tous les droits
#6 Le 13/09/2007, à 00:20
- snipe
Re : Probleme de résolution
ah ok
donc sous Kubuntu je ne sais pas si il y a le gestionnaire de pilote propriétaires. Mais tu peux installer les piltoes nvidia de cette facon :
sudo apt-get install nvidia-glx
Sinon tu peux le faire en graphique avec Adept je crois (équivalent de synaptic)
Et par contre une fois les pilotes installés il te faut modifié le fichier xorg en remplacant nv par nvidia et en ajoutant la résolution de ton écran
Enfin pour te retrouver dans tout ça je ne peux que ton conseiller de lire la doc
http://doc.ubuntu-fr.org/nvidia
http://doc.ubuntu-fr.org/doku.php?do=search&id=nvidia
Dernière modification par snipe (Le 13/09/2007, à 00:20)
Documentation Ubuntu : Lisez il y a tout ce qu'il faut
Hors ligne
#7 Le 13/09/2007, à 11:48
- freygolo
Re : Probleme de résolution
D'accord je te remercie.
Je te tiens au courant
Pages : 1