Tagged Questions
1
vote
1answer
36 views
Can AMD and NVIDIA display cards work together on linux?
I know that two AMD graphics cards/two NVIDIA graphics cards can work together ,e.g. in xinerama/crossfire/multi-view.
But if I have one AMD graphics card and one NVIDIA graphics card, can I use them ...
1
vote
0answers
52 views
Is there a way to undo VGA adapter modesetting in Linux
I'm looking for a way to reset the graphics adapter to textmode after it has been set to some sort of graphical mode by the kernel on bootup, and possibly used by an X server.
Is there any code to do ...
4
votes
1answer
355 views
Setting up a 3 monitor display?
I currently have a Radeon HD 5750 graphics card and an M3N78-PRO motherboard. I use both outputs of my graphics card for a 2 screen display. I use xrandr at boot to set up my two screens.
However, I ...
5
votes
2answers
3k views
How to find out which X11 driver system is using?
How to find out which X11 driver system is using?
For my chip openchrome is the best driver but I suspect that system is not using it. I just need at least 2D acceleration.
How can I check?
Here is ...
3
votes
1answer
204 views
Can't run certain fullscreen applications
I have a dual screen setup which I've configured by running this command at startup:
xrandr --output VGA-0 --auto --right-of DVI-0
I'm running OpenSuse 11.4 with dwm as my window manager. I can ...