Find the answer to your Linux question:
Results 1 to 8 of 8
I am using a Toshiba Satellite A40-S270 and when I ran Windows XP I could easily play WoW, but now that I have Ubuntu my graphics in the game are ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19

    Unhappy WoW Display Issues.

    I am using a Toshiba Satellite A40-S270 and when I ran Windows XP I could easily play WoW, but now that I have Ubuntu my graphics in the game are all wonky. They terrain doesn't load properly and is one big blur. Everything else runs pretty much the same. I have tried reconfiguring Wine several different ways as suggested by others, but nothing seems to help.

    Could it be that my graphics driver is not functioning properly? Everything else seems to be working fine with regards to display and graphics, so I am not quite sure if this is the case.

    Any suggestions?

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    What driver are you using? are you running wow with opengl? Run this command
    Code:
    grep -i driver /etc/X11/xorg.conf

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Nothing happened when I did =[

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    we need to specify driver in your xorg.conf file maybe.
    Intel Extreme Graphics 2 - ThinkWiki
    It is supported by i810 driver. run this command:
    Code:
    gksu gedit /etc/X11/xorg.conf
    scroll down to the device section, it will be something like this
    Code:
    Section "Device"
    Identifier	"Intel Corporation 82852/855GM Integrated Graphics Device"
    BusID		"PCI:0:2:0"
    EndSection
    add the line
    Code:
    Driver "i810"
    then restart gdm by opening a terminal and executing
    Code:
    sudo /etc/init.d/gdm restart
    in case this doesn't work, post entire contents of /etc/X11/xorg.conf file

  5. #5
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Sorry this took so long. Haven't had net >.>

    okay... Here is the entire contents:


    Code:
    # xorg.conf (X.Org 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 xorg.conf manual page.
    # (Type "man 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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 "Device"
    	Identifier	"Configured Video Device"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection

  6. #6
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    under Identifier "Configured Video Device" add the line Driver "i810"

    then save the file, and restart your machine

    also, post the output of
    Code:
    glxinfo | grep -i direct
    after you reboot, it should say yes, if it doesn't we have to try something else

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Okay it says yes.

  8. #8
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    has your graphics performance increased? are you using opengl instead of directx?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...