Results 1 to 6 of 6
hi im having issues with the current video driver that came with my distro i found this driver
ATI Proprietary Linux x86 Display Driver 8.40.4 but i have no clue ...
- 09-01-2007 #1
pc linux os video driver issue
hi im having issues with the current video driver that came with my distro i found this driver
ATI Proprietary Linux x86 Display Driver 8.40.4 but i have no clue how to install it
my video card is an ATI Radeon x1650 pro im a complete noob to this distro so if anyone can walk me through on how to install this video card driver it would be very appreciated
other than that this distro kicks ass
thanks
- 09-01-2007 #2
Hi and Welcome !
Which Graphics Driver are you using right now?
Open Terminal/Konsole and execute this
Post output here.Code:cat /etc/X11/xorg.conf | grep "Driver"
If you are using ati driver already, You have to remove the ATI Proprietary Linux Graphics Driver first.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-01-2007 #3
im currently using whatever driver that came on the linux cd so i have not alterded it
heres what i got
[nathan@localhost ~]$ cat /etc/X11/xorg.conf | grep "Driver"
Driver "kbd"
Driver "mouse"
Driver "evdev"
Driver "fbdev"
[nathan@localhost ~]$
- 09-03-2007 #4
Try "vesa" Driver.
Execute this
Set Driver "vesa" in Section Device "Video Card".Code:sudo nano /etc/X11/xorg.conf
Something like this
Press Ctrl+X, Y and hit Enter key. Reboot machine.Code:Section "Device" Identifier "xxxx Video Card" Busid "PCI:1:0:0" Driver "vesa" screen 0 EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-05-2007 #5
it didnt work now it dosent load the gui but loads the kernal or command prompt lol time to reinstall it
- 09-05-2007 #6Just Joined!
- Join Date
- Sep 2006
- Posts
- 3
You can install Ati drivers in Synaptic (Package Manager) Just search for ati and there it is.


Reply With Quote
