LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-06-2008, 01:21 PM   #16
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743

Quote:
Originally Posted by dv502 View Post
I've used the intel driver in arch a while back and had no issues. I had direct rendering and 3D acceleration and was able to run compiz with the onboard intel card.

I recently installed a nvidia card, because I needed some additional features only available from the proprietary nvidia driver.

I am running arch from a desktop as oppose to a laptop. Sorry, I couldn't be more helpful.
I had Arch in 5 or 6 different machines, including 2 laptops. Never an issue with basic stuff like video, internet, or wireless.
 
Old 12-07-2008, 09:12 PM   #17
lab-rat
Member
 
Registered: Dec 2008
Distribution: Fedora Core 9, suse11.3 ,Ubuntu-super 10.10, Lubuntu 12.04 - 14.04.3
Posts: 35

Rep: Reputation: 4
Quote:
Originally Posted by pixellany View Post
Getting the right graphics driver is pretty much independent of the distro. The graphics driver is used by X-Windows, and the procedure is pretty basic: Install driver, edit xorg.conf.

Even with something needing a kernel module (eg NVidia), the procedure is pretty straightforward.

As a card-carrying distro-hopper, you are vulnerable to the pitfall of changing distros to solve configuration issues. Sometimes you get lucky, but more often you will wind up chasing your tail and never learning what the basic issue was.
The general rule is: When something does not work, switching distros should be the last fix attempted.
Exactly

the card driver is the reason for most issues ,
Incidently i have seen peeps in here posting their xorg.conf ... saying my NV card doesn't work , well no wonder .. Duh.. the - driver line in Xorg .. "Driver" " nvidea" and the "drivers :Aiglx" are not compatible ... you need "driver" "fglrx" in your device listing
Aiglx is an ATI method .. not Nvidea's/ file . so if you change cards ,, change the xorg file, and
the fglrx is ATI too....sooo here is a copy of My Xorg file that does work , for fed 9 ,duall monitor ,, ATI card , dual head
\ NOTE /// although , max res is 1280 x 1024 , for both monitors .... set each monitor as 1024 x 768.... the reason for this is the drivers tries to drive the DVI over board on the resolve . iffunc max[] function ,and you wil get an error

so dont .....Here is the ATI working model for 2 x 17 inch monitors , running on an ATI 9550 card .for ATI drivers [driver is from ati/amd/org . ver 8.11 ]
note . section modules is my add ...[ the default is empty area]

START-------------------------------------------------



ection "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0"
Option "DualHead" "true"
Option "Clone" "off"
EndSection

Section "Files"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "freetype"
Load "dri"
Load "v4l"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
DisplaySize 340 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
DisplaySize 340 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
BusID "PCI:1:0:1"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 1024 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection


END -----------------------------------------------------

Note .. you do need the DPMS info . and also to NOT run Screen Resolution at max rate for it to work , else if , you may have issues of the DVI bus clock rate out of range
IE: if max range is 1280 x 1024 ... && do else at 1024 x 768 for both till the driver is fixed ..

also note .. the loaded driver is fglrx . not radeon ... radeon is a legacy mode driver/// not gonna work , peeps ...so pay attention here

and device names , can be different . not as mine ,, but syntax must be concurrent,
so check it if you change this example , as a template .. ok




Always back up any file We tell you to change , [ we arent perfect ]
I grant you the same courtesy

have fun

hope this helps


Rat


eruditio potentia est
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driving me crazy!!! fusion1275 Programming 3 10-15-2008 05:19 PM
[ ] @ are driving me crazy FireInTheDark Linux - Software 1 11-28-2004 09:42 AM
Help this is driving me crazy!!!!!! Wolfy Linux - Hardware 1 07-07-2004 01:32 AM
NVidia is driving me crazy!!! Eugene Linux - General 3 12-05-2003 01:34 PM
.htaccess driving me crazy! Help! WorldBuilder Linux - Networking 9 09-18-2003 08:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration