Video Drivers Seem to Be Broken


 
Thread Tools Search this Thread
Operating Systems Linux Video Drivers Seem to Be Broken
# 1  
Old 02-26-2012
Video Drivers Seem to Be Broken

Hey, I just installed arch linux on one of my relatives computers and the video driver seems to be wrong. I can start gnome and everything is fine until I open firefox and try visiting any page, then everything becomes pixely and ugly. Everything works except the display. Most of the available video drivers are installed, and I've edited the xorg.conf.d to load the radeon driver, but it doesn't seem to work. The card is a Radeon X1200.

Any help would be very appreciated Smilie



Update: It looks like the problem was with gnome3 (maybe?) I changed the xorg.conf.d options for my card and that seemed to help some, but it still didn't work very well. I installed e17 and everything seems to be working fine with that. Any ideas what's causing gnome to do this?

Last edited by j4c300; 02-26-2012 at 05:29 PM.. Reason: update on problem
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

2. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

3. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

4. Solaris

Solaris 9 on x86 platform, video drivers

Hi all! I'm having problems to set up my X window under x86 with solaris 9. My graphics card is a sis650 on a flat Samsung SyncMaster 152s... how can i do this? Thanx Jason (1 Reply)
Discussion started by: penguin-friend
1 Replies

5. UNIX for Dummies Questions & Answers

Updating Kernels and video drivers in Redhat 8.0

Hi. I have a few "newbie" questions. This is a 2 part question which I was unable to find an answer. First, I have recently installed the kernel patch and video driver from Nvidia for my GeForce Ti 4800 video card for 3d on a fresh install of Redhat 8.0. I need to do all of the updates for Redhat.... (1 Reply)
Discussion started by: jeremiebarber
1 Replies

6. UNIX for Dummies Questions & Answers

video drivers for solaris (intel) 5.7

i am looking for video drivers for a hercules stingray 128/3d card running on an HP vectra with solaris i386 version 7. can anyone point me to a download? (1 Reply)
Discussion started by: thomasaowens
1 Replies
Login or Register to Ask a Question
ADDPART(8)                                                     System Administration                                                    ADDPART(8)

NAME
addpart - tell the kernel about the existence of a partition SYNOPSIS
addpart device partition start length DESCRIPTION
addpart tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition" ioctl. This command doesn't manipulate partitions on a block device. PARAMETERS
device The disk device. partition The partition number. start The beginning of the partition (in 512-byte sectors). length The length of the partition (in 512-byte sectors). SEE ALSO
delpart(8), fdisk(8), parted(8), partprobe(8), partx(8) AVAILABILITY
The addpart command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux January 2015 ADDPART(8)