Tagged Questions
2
votes
2answers
89 views
Detecting monitors on machine over local ssh connection
I need to write a script to check on video related things on machines in the local network, e.g.
Is a monitor plugged in?
Are the video drivers up to date and appropriate for the hardware?
Is Xorg ...
1
vote
0answers
166 views
CentOS - /var/log/messages - “Load Detected on Output A” noise
I'm getting perpetual log entries that look like this:
Jan 31 00:50:35 service1 kernel: [drm] nouveau 0000:01:00.0: Load detected on output A
Jan 31 00:50:35 service1 kernel: [drm] nouveau ...
1
vote
1answer
410 views
Laptop falls-back to Vesa video-driver
I own Dell Inspiron 15R SE (7520) and I have installed Arch Linux on it. It seems that I have two video-cards so I have installed both drivers + Vesa driver (pardon me if that's wrong).
dagrevis@haze ...
2
votes
1answer
454 views
Xorg freeze with external monitor on Intel Mobile GM965/GL960 ( Debian linux )
I have as issue with my ASUS X80L laptop ( system config: Celeron M 550, 2Gb RAM, Intel Mobile GM965/GL960 video ). I'm running Debian testing on it with X.Org v 1.12.1.902 and XFce 4.8.
Every 10-20 ...
2
votes
1answer
237 views
Is it normal for a integrated intel video card to have such low fps?
Here's the output from glxgears:
300 frames in 5.0 seconds = 59.959 FPS
My video card:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics ...
4
votes
1answer
170 views
Pixelization of KDE screen
I am using Arch Linux on an Acer Aspire 5920G and KDE 4.6.5 as WM. All installed packages are up-to-date.
Starting some days ago I got few strange artifacts that spread all over the screen. ...
3
votes
1answer
2k views
Debian 6.0 and Intel “Sandy Bridge” (DH67CL) integrated video
Is there a way to get the above to work - I have a quite recent desktop with the hardware and OS mentioned in the title. I was in a rush when first installing it, so I just grabbed an nvidia PCI-e ...
6
votes
3answers
2k views
Disable Composite without restarting X
In order for me to watch HD videos without tearing, I need to disable my Composite setting in xorg.conf
Section "Extensions"
Option "Composite" "Disable"
EndSection
But I love my transparency, ...