Alright, heres my new 10-monitor.conf:Section "Monitor"
Identifier "HDMI1"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "eDP1"
Option "Enable" "false"
EndSection
Section "Device"
Identifier "Devi
Iam new to Fedora. :rolleyes: Desktop effect is not working...
Please help me...
iam using fedora 11. and VGA compatible controller: nVidia Corporation GeForce 8400 GS (rev a1)
current X11 - Xorg.conf file looks like this
# Xorg configuration created by system-config-display
Section "ServerLayout"
Do you use any kind of Xorg.conf? I don't remember having your problem with my Aspire 6930, but I do have this 10-monitor.conf in xorg.conf.d:Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName
I have set-up my Linux box but it is running it at 1600 x 1200 when my screen can handle 1920 x 1080.
but when i set it too this some pixels fall off the screen. So how do i edit my xorg.conf to be able to output 1080 in my 32 inch screen. i will post my xorg.conf
yes i have looked but I'm a new Linux user and would appreciate any help i can get.
Just in case somebody wants to turn of blanking of the screen (beyond disabling the screensaver) here is a failsafe :P method:- edit your autostart and addxset -dpms &
xset s noblank &
xset s off &- if you have an xorg.conf file, edit it as root and add in the section "ServerLayout":Option "BlankTime" "0"
Option "StandbyTime"
Hi
I have this runners when I watch fullscreen videos, independent of what player I use.
I have the Kmod 190.42 installed on my Fedora 12 x86_64 I have a Nvidia Quardo FX570M video card
I can't get nouveau to run as a dual-head across my two monitors. At the moment, I'm running this config, but my displays are mirrored. What am I doing wrong?Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Device"
Identifier "Video Card"
Driver "nouveau"
Option "M
This is in my xorg.conf:Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
EndSectionAnd this in my /etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on&quo
hello all,
im trying to get my matrox graphics card to work with debian lenny,
ive already installed the compiz packages and have xserver-xorg-mga display driver.
however, when i try compiz --replace, i get the following error
Code:
Checking for Xgl: not present.
No whitelisted driver found
my xorg.conf looks like this currently