PDA

View Full Version : fc xp dual boot on inspiron 9100


w8ing4u2hlp
4th June 2004, 06:41 AM
Just ordered dell inspiron 9100 with 2nd hrd drv on which to install fedora. Would welcome advice from others with successful installations - I have ATI Radeon 128mb and want to use dual monitors from dvi & vga ports. Judging by previous posts, FC1 is more reliable. What are likely problems in making it dual-boot with xp-pro - my past experience with dual boot installations is that grub doesn't detect xp and one needs to edit code.

ewdi
4th June 2004, 07:06 AM
If you install on MBR, it will detect windows partition

olivierv
23rd August 2004, 04:48 PM

Hey- I've got the same machine as you and am running XP and FC2 (same HD though). I've got everything up and running in FC2 (not the wirless though, been too lazy so far). Anyway, if you have a config question, I might be able to help.

G'luck.

Olivier

olivierv
27th August 2004, 11:48 AM
The file below is for the following hardware:
-The ATI Mobility 9700 w/128mb RAM
-The Dell 1680x1050 resolution LCD
-An external LCD with 1280x1024 resolution
-The LCD is to the right of the laptop
-The mouse is a Microsoft Intellimouse explorer

The line Option "xinerama" under ServerLayout is optional and serves only to have one large desktop across the 2 monitors (a la Windowx XP) instead of 2 separate KDE (or Gnome) desktops which don't allow window sharing.

Hope that helps.

Olivier


-----------Begin /etc/X11/Xorg.conf------------------

Section "ServerLayout"
Identifier "single head configuration"
Screen "Screen0" #0 0
Screen "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "xinerama"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1400x1050"
HorizSync 31.5 - 60.0
VertRefresh 59.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 60.0
VertRefresh 59.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility M9"
Screen 0
BusId "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility M9"
Screen 1
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection