IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Ubuntu Discussion :

Probleme 3d sur ubuntu


Sujet :

Ubuntu

  1. #21
    Membre averti Avatar de Ekinoks
    Profil pro
    Étudiant
    Inscrit en
    Novembre 2003
    Messages
    687
    Détails du profil
    Informations personnelles :
    Âge : 38
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2003
    Messages : 687
    Points : 358
    Points
    358
    Par défaut
    Citation Envoyé par leyackeur Voir le message
    je n'ais pas Gestionnaire de Pilotes propriétaires mes de périphériques.
    Erf a oui c'est vrai, ca n'existais pas encore sous la 6.06 Lts

    Tu peu afficher le contenue de ton Xorg dans se cas ?

  2. #22
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    Voila =

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    # /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"
      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	"ATI Technologies, Inc. Radeon RV200 QW [Radeon 7500]"
    	Driver		"ati"
    	BusID		"PCI:1:0:0"
    EndSection
     
    Section "Monitor"
    	Identifier	"HP w20"
    	Option		"DPMS"
    EndSection
     
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"ATI Technologies, Inc. Radeon RV200 QW [Radeon 7500]"
    	Monitor		"HP w20"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1680x1050" "1600x1600" "1440x1440" "1280x1024" "1280x960" "1152x1152" "1024x768" "800x600" "720x400" "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

  3. #23
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    Sinon dit moi comment installer Beryl comme sa on test .

  4. #24
    Membre confirmé

    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Août 2007
    Messages
    509
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux

    Informations forums :
    Inscription : Août 2007
    Messages : 509
    Points : 622
    Points
    622
    Par défaut
    Citation Envoyé par leyackeur Voir le message
    Sinon dit moi comment installer Beryl comme sa on test .
    Le lien que je t'ai passé dans mon précédent post devrait t'aider

  5. #25
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    Ba ya un truc qui marche pas j'ai mis a jour tous les dépots j'ai rajoutais cela =

    deb http://fr.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
    deb http://fr.archive.ubuntu.com/ubuntu/ dapper-security main restricted universe multiverse
    deb http://fr.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
    #deb http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    #deb http://fr.archive.ubuntu.com/ubuntu/ dapper-proposed main restricted universe multiverse
    # Commercial

    Je vais dans Gestion de paquets Synaptic/recherche/Beryl puis ya rien

    POurtant j'ai fais une maj ~$ sudo apt-get update impossbile de trouver les paquets .

  6. #26
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    j'ai étais sur ce site http://www.beryl-project.org/releases.php j'ai téléchargais tout les fichiers en .tar.gz je fais coi avec ¿

    Help my please .

  7. #27
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    Bon je téléchargmment en ce moment Ubuntu 7.10 je pensse ce sera plus fassil j'ai un petit probleme mon ubuntu 6.10 tourne en dual boot avec Windobe xp comment remplacer ubuntu sans toucher au win ?


    Merci

  8. #28
    Membre averti Avatar de Ekinoks
    Profil pro
    Étudiant
    Inscrit en
    Novembre 2003
    Messages
    687
    Détails du profil
    Informations personnelles :
    Âge : 38
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2003
    Messages : 687
    Points : 358
    Points
    358
    Par défaut
    Citation Envoyé par leyackeur Voir le message
    Bon je téléchargmment en ce moment Ubuntu 7.10 je pensse ce sera plus fassil j'ai un petit probleme mon ubuntu 6.10 tourne en dual boot avec Windobe xp comment remplacer ubuntu sans toucher au win ?


    Merci
    Oui, ca seras beaucoup plus simple avec 7.10 ^^

    Pour le passage de 6.10 a 7.10 se fait tres tout seul sans casser ton dual boot
    il suffit d'exécuter cette commande :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    gksu "update-manager -c"
    PS : normalement cela se passe sans souci, mais il vaut mieux être prudent et sauvegarder tes données au cas ou ^^

  9. #29
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 44
    Points : 19
    Points
    19
    Par défaut
    BIzare sa me dit que mon systeme est a jour . POurtant dans systeme: a propos d'ubuntu je suis bien sur la 6.06 .


    linux@linux-desktop:~$ gksu "update-manager -c"
    /usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
    warnings.warn("apt API not stable yet", FutureWarning)

Discussions similaires

  1. probleme wifi sur ubuntu 10.4
    Par kimo_84 dans le forum Réseau
    Réponses: 0
    Dernier message: 08/06/2010, 00h40
  2. probleme de telechargement sur Ubuntu
    Par heeedi dans le forum Ubuntu
    Réponses: 6
    Dernier message: 15/02/2009, 18h21
  3. probleme installation ati sur ubuntu
    Par nemo69500 dans le forum Matériel
    Réponses: 2
    Dernier message: 12/02/2007, 16h36
  4. Réponses: 3
    Dernier message: 10/10/2005, 19h30

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo