View Full Version : [ubuntu] graphic card troubles
tatoniss
August 11th, 2008, 02:45 AM
I have a Intel Corporation 82810 DC-100 (CGC) Chipset Graphics Controller (rev 02)
and when I use the live cd it works fine, good resolution, high frame rate and desktop effects work but when I actually use the computer it does not work right. I might be using a wrong driver I don't know but if it works on live why would it not work on the normal computer.
I have 8.04
tatoniss
August 11th, 2008, 03:23 AM
Does no one know why, If you need more information just tell me what to do
RedPandaFox
August 11th, 2008, 11:15 PM
What happens exacly when you boot? What in particular is the problem?
tatoniss
August 12th, 2008, 12:54 PM
Thanks for the advice im new to posting. but if you could help that would be great, my problem is I cant get my current graphics card to work probably because it is to old but when I inserted the live cd into my other computer I noticed that the graphics worked. So I tried moving the hard drive that had ubuntu over to the other computer but I cant get the graphics to work and its displayed at a low resolution. At first it used the versa driver but then I tried to get it to use the i810. I know it must be possible because it worked from the live cd.
If you have any ideas I would greatly appreciate it
By the way the one that is probly to old is a ATI Technologies Inc 3D Rage LT Pro AGP-133 (rev dc)
RedPandaFox
August 12th, 2008, 07:31 PM
Ok, Well I dont think I can be of to much help, but post your xorg file and we can see if someone can help?
starcannon
August 12th, 2008, 09:44 PM
If I understand you correctly, you've installed Ubuntu onto a hard drive using Computer A, and you want to put that hard drive in Computer B. Computer A and Computer B have different video cards. If that is the case then try this:
sudo dpkg-reconfigure -phigh xserver-xorg
The command will simply auto reconfigure the xorg.conf file for you, assuming all modules/drivers required are available, you should be golden.
tatoniss
August 13th, 2008, 11:32 PM
OK I will try that but I can't now because the hard drive is back in the old computer. I can show you my xorg but when I tried to fix it I knew to change it, what you will see is the configuration for the old one
# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "ati card"
Driver "ati"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "8"
Option "AccelMethod" "XAA" #either XAA or EXA. "XAA" is the default and safe choice
Option "ColorTiling" "on"
Option "EnablePageFlip" "true" #only works with accelmethod "XAA"
Option "TripleBuffer" "true" #This *might* help if you use something like Beryl and have slow video playback.
Option "DMAForXv" "true" #This can speed up movie playback but can in rare cases case instability
Option "GARTSize" "64" #This is the size of the "GART" that xorg will use.
BusID "PCI:1:0:0" #must match your lspci output
EndSection
Section "Monitor"
Identifier "dell Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "ati card"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768"
Virtual 1024 768
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
RedPandaFox
August 14th, 2008, 08:58 PM
Is there any program like Nvidia setting for ATI?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.