Thread: Question about Windows reinstall/Linux video driver

  1. #1
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312

    Question about Windows reinstall/Linux video driver

    Q1: I have Linux and Windows installed, but I can't boot Windows anymore, I tried some things with the bootloader but it doesn't work. Is it possible to reinstall Windows without removing Linux?

    Q2: I have an ATI Radeon 9600 Pro, and everything graphical runs slow on my computer now (256mb RAM, 2.66 Ghz) I tried to install an ATI driver but it still doesn't work, that's why I can't play windows games (installed with wine) like Warcraft III properly (If I move the mouse ingame, it lasts 5 seconds untill the mouse is on the new position!)

    Do you have a solution for these Questions?
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Q2: Are you running with with -opengl (or whatever the use opengl flag is)? I could run warcraft III just fine under wine with a mobile radeon 9000, 64MB RAM on my old laptop.

  3. #3
    !anExpert
    Join Date
    Mar 2005
    Location
    pa
    Posts
    155
    Q1: I have Linux and Windows installed, but I can't boot Windows anymore, I tried some things with the bootloader but it doesn't work. Is it possible to reinstall Windows without removing Linux?
    what bootloader do you use, lilo or grub?

    yes you can install windows without disturbing linux, long as you know what is where on you disk(s).. know that if you reinstall windows it will overwrite the mbr. so if you have your boot loader installed to the mbr, you will have to boot from cd to get back to linux to reinstall the boot loader.

    tell which bootloader and you might get some more detail.

  4. #4
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Q1: Very possible to do that. Get yourself a liveCD with lilo or grub on it (which ever you prefer) then install windows. Then boot up with your liveCD. Mount you linux partitions with a little difference... mount / on /dev/hdxn (or what ever it is) then mount everything relative to that so if you have a home partition... mount /home/part /dev/hdxn/home. Then chroot to /dev/hdxn and run the grub/lilo installer.

  5. #5
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312
    Quote Originally Posted by Perspective
    Q2: Are you running with with -opengl (or whatever the use opengl flag is)? I could run warcraft III just fine under wine with a mobile radeon 9000, 64MB RAM on my old laptop.
    I experience this with graphical linux appilications/games and my own made OpenGL too, and I tried to start with argument -opengl. I use the bootloader GRUB.

    Quote Originally Posted by Wraithan
    Q1: Very possible to do that. Get yourself a liveCD with lilo or grub on it (which ever you prefer) then install windows. Then boot up with your liveCD. Mount you linux partitions with a little difference... mount / on /dev/hdxn (or what ever it is) then mount everything relative to that so if you have a home partition... mount /home/part /dev/hdxn/home. Then chroot to /dev/hdxn and run the grub/lilo installer.
    A little bit too difficult for me :P I'll ask my friend who knows a lot about linux (He made me use linux:P).
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

  6. #6
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    Q1: Does your distro install disk have a recovery console? On Mandriva, the recovery console has an option to reinstall lilo. Had to do this after reinstalling windows. Couldn't have been easier.

    Q2: Did you install Mesa prior to the ATI drivers? Do you have the DRI module installed? Use an OpenGL information utiltiy (I think KDE has an app called "OpenGL" for this. There may be a command line utility to return the info too), and see if your renderer is software or hardware. If it's software, google "Mesa DRI", or "Linux OpenGL hardware drivers". Getting an ATI card to work in hardware with linux is very tedious, in my experience.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple Windows Question
    By samGwilliam in forum Windows Programming
    Replies: 2
    Last Post: 09-16-2008, 01:50 PM
  2. General question from a beginner to Windows C++ programming
    By Kontan in forum Windows Programming
    Replies: 1
    Last Post: 09-29-2006, 08:03 PM
  3. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  4. FlashWindowEx not declared?
    By Aidman in forum Windows Programming
    Replies: 3
    Last Post: 05-17-2003, 02:58 AM
  5. Windows question (NOT MS)
    By Music_Man in forum Game Programming
    Replies: 2
    Last Post: 12-31-2001, 02:15 PM