Pages : 1
#1 Le 18/07/2007, à 17:03
- shamankick
Feisty Fawn sur un JVC-Victor MP-XP7210
pour ceux qui possedent cette merveilleuse machine :
1kg,
ecran 8 pouces, 134 dpi 1024 x 600 chipset video SIS630
30Go de Hdd
384 Mo de ram
Firewire, Pcmcia, USB1
sans lecteur CD mais peut booter sur le reseaux ou sur un lecteur CD Pcmcia (voir BIOS)
ce Pc etait sous XP avec une partition de 2Go contenant le windows recovery
Pour l'installe, j'ai utilise wubi netboot install
downloadez le .exe, double cliquez et hop suivez les instructions.
si au moment du reboot sur l'installeur votre ecran clignote faites Fn + F10 (probleme de framebuffer)
J'ai tout formate et vire le windows
les 2 trucs a regler sont :
- l'ecran au format "exotique"
- et dans mon cas le clavier qwerty/Japonais.
Tout le reste se fait automatiquement, merci Ubuntu !!
pour le clavier si vous avez le modele Japonais suivez les instruction lors de l'installe
ou l'on vous demande de taper sur certaines touches pour identifier le clavier
Pour l'ecran j'ai modifie mon fichier xorg.conf comme suit :
Section "Monitor" et Section "Screen"
Section "Files"
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"
# 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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alts_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-90
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x600" "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 galerez avec l'ecran essayez (le meme que plus haut mais avec la ligne ModeLine )
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-90
VertRefresh 50-75
ModeLine "1024x600" 50 1024 1104 1176 1248 600 603 619 630
EndSection
vous pouvez voir que les carateristiques du clavier apparaissent aussi dans
Section "InputDevice"
Identifier "Generic Keyboard"
Pour le wifi j'ai juste mis ma carte Pcmcia et me suis refere a la documentation presente sur le site ubuntu-fr.
Tout fonctione a merveille, par contre comme vous pouvez le voir je n'ai pas d'accent ni de cedille
Vous pouvez aussi vous referer a ce site si vous rencontrez d'autres problemes
http://emdete.de/mp-xp/
en esperant que cela puisse aider certains car ce PC s'est bien vendu en Allemagne et qlqs uns en France et UK
Dernière modification par shamankick (Le 18/07/2007, à 17:14)
Feisty sur mini Pc et Debian en virtualisation (VirtualBox)
Hors ligne