You are not logged in.
Lets try and blacklist the driver for the TV card:
In a terminal window:
echo "blacklist saa7134" | sudo tee /etc/modprobe.d/saa7134.conf
sudo depmod -a
sudo update-initramfs -uThen
reboot
Post output of
dmesg|grep 7134
lsmod|grep 7134bootinfoscript - emacs primer - I ♥ #!
Offline
Hay this is the output of
dmesg|grep 7134[ 0.172291] pci 0000:03:02.0: [1131:7134] type 0 class 0x000480Hope this helpes.
Is there something with the driver wrong?
by the way can you explain the commands what they do?
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
I have 'blacklisted' the driver for the TV card.
the dmesg command lists all messages in the 'kernel ring buffer" - this buffer contains all kernel messages.
grep filters those messages and shows only the messages that contain the specified word.
So the output you posted tells me that the messge about irq loops no longer occurs.
The question now is: has this solved your resolution problem?
Also post output of
lsmod|grep 7134lsmod lists all kernel modules, grep shows the lines containing 7134.
bootinfoscript - emacs primer - I ♥ #!
Offline
No unfortunately not...
I rebooted again and nothing changes. 640 resolution remains.
By the way thanks for the explanation. 
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
Well. It was worth a try.
Do you have a reserve cable to connect screen to the PC?
bootinfoscript - emacs primer - I ♥ #!
Offline
No its an old monitor connected via an fixed cable VGA.
I go on the NVIDIA via an VGA to DVI adapter.
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
Do post the output of
lsmod|grep 7134bootinfoscript - emacs primer - I ♥ #!
Offline
There is no output....
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
OK.
I am out of ideas.
bootinfoscript - emacs primer - I ♥ #!
Offline
I try to pull out the tv card... I will tell what happens 
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
hmm nothing happens....damn
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
So last chance I see in the moment is to configure Xorg.conf by hand.
So can s.o. tell me how to generate a modeline and where to place it?
Problem is that my monitor is realy old and so I got no manual
to look for the monitors configuration.
Can s.o. help?
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
Problem is that you need technical info about the monitor to be able to make a valid modeline.
Max clock speed, Hor and Vert refresh rate, dimensions, native resolution etc...
What would help is the output of xrandr when it is working at the normal rsolution.
bootinfoscript - emacs primer - I ♥ #!
Offline
Is it enough if I use the information of the monitorsettings button window 
?
There stands s.th with Vertical Horizontal and 60Hz. Is it enough? Or does the frequenz changes
with another resolution?
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
That would help already. Plust size of the screen in mm.
I understand it is a crt.
You realise that you can burn your monitor if modelines are used that exceed the screens capabilities.
At least I was warned about that , be it 10 years ago. I never actually fried one.
bootinfoscript - emacs primer - I ♥ #!
Offline
Found this data on two sites:
http://gbppr.dyndns.org/mil/eckbox/monitors.html
Vendor | Model | EDID | Horizontal Sync (Hz) | Vertcal Sync (Hz) | DPMS
AOC | AOC Spectrum 9Glr/9GlrA |30-95 | 50-150 | No
AOC | AOC Spectrum 9Glr | AOCE995 |30.0-95.0 | 47.0-150.0 | Yes
http://www.ciao.de/AOC_7_GLr__1234960
Technische Daten
++++++++++++++++
Lochmaske 0.28 mmZeilenfrequenz 30kHz - 95kHz
Bildwiederholrate 50Hz - 160HzBildschirmauflösung 1600x1200 bei 75Hz
TCO99
Is there anything usefull in it?
I will check data when I'm home and see if it matches with the data shown in monitor menu,
but I think this seems to be right. So what to do now?
Last edited by DerLateinProfi (2012-05-11 12:11:36)
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
I will concoct an xorg.conf for you so we can at least test if it changes anything.
bootinfoscript - emacs primer - I ♥ #!
Offline
Thanks 
I look forward to test it then 
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
Here it is.
With the usual disclaimer:
"If it breaks, you can keep all the pieces" 
replace your /etc/X11/xorg.conf with this:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.49 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Tue May 1 00:35:47 PDT 2012
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.49 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Tue May 1 00:35:28 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "AOC"
ModelName "9GLR"
HorizSync 30.0 - 95.0
VertRefresh 47.0 - 150.0
# Option "DPMS"
UseModes "Modes0"
DisplaySize 360 270
EndSection
Section "Modes"
Identifier "Modes0"
Modeline "1600x1200" 202.50 1600 1680 1872 2160 1200 1201 1204 1250
Modeline "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
Option "TwinView" "0"
# Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768"
EndSubSection
EndSectionHave fun!
After starting your xserver with this config, post output of
cat /var/log/Xorg.0.logLast edited by xaos52 (2012-05-11 12:55:20)
bootinfoscript - emacs primer - I ♥ #!
Offline
I havn't tested it, because at the moment it is not
nessecary. PC booted 1024x768 XD
I don't know why. the only thing I changed was
installing various things of nvidia via synaptic
and set panning in NVIDIA-Settings to 640 and back
Then the screen was terrible toooo big but the result was that
I now can choose all resolutions 
I also copied the XORG.conf now. Hope I don't need the backup
again.
Thanks for all hours spent helping me... Hoping that this is the
last time closing this thread.
Are you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
post output of
xrandr --verbose now, while it is working ok.
and the output of
cat /var/log/Xorg.0.logbootinfoscript - emacs primer - I ♥ #!
Offline
Output of
sudo xrandr --verbosexrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 (0x161) normal (normal) 0mm x 0mm
Identifier: 0x160
Timestamp: 12548
Subpixel: unknown
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
1024x768 (0x161) 39.3MHz *current
h: width 1024 start 0 end 0 total 1024 skew 0 clock 38.4KHz
v: height 768 start 0 end 0 total 768 clock 50.0Hz
1024x768 (0x162) 40.1MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 39.2KHz
v: height 768 start 0 end 0 total 768 clock 51.0Hz
1024x768 (0x163) 40.9MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 39.9KHz
v: height 768 start 0 end 0 total 768 clock 52.0Hz
1024x768 (0x164) 41.7MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 40.7KHz
v: height 768 start 0 end 0 total 768 clock 53.0Hz
1024x768 (0x165) 42.5MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 41.5KHz
v: height 768 start 0 end 0 total 768 clock 54.0Hz
1024x768 (0x166) 43.3MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 42.2KHz
v: height 768 start 0 end 0 total 768 clock 55.0Hz
960x600 (0x167) 32.3MHz
h: width 960 start 0 end 0 total 960 skew 0 clock 33.6KHz
v: height 600 start 0 end 0 total 600 clock 56.0Hz
960x540 (0x168) 29.5MHz
h: width 960 start 0 end 0 total 960 skew 0 clock 30.8KHz
v: height 540 start 0 end 0 total 540 clock 57.0Hz
840x525 (0x169) 25.6MHz
h: width 840 start 0 end 0 total 840 skew 0 clock 30.4KHz
v: height 525 start 0 end 0 total 525 clock 58.0Hz
840x525 (0x16a) 26.0MHz
h: width 840 start 0 end 0 total 840 skew 0 clock 31.0KHz
v: height 525 start 0 end 0 total 525 clock 59.0Hz
840x525 (0x16b) 26.5MHz
h: width 840 start 0 end 0 total 840 skew 0 clock 31.5KHz
v: height 525 start 0 end 0 total 525 clock 60.0Hz
840x525 (0x16c) 26.9MHz
h: width 840 start 0 end 0 total 840 skew 0 clock 32.0KHz
v: height 525 start 0 end 0 total 525 clock 61.0Hz
840x525 (0x16d) 27.3MHz
h: width 840 start 0 end 0 total 840 skew 0 clock 32.5KHz
v: height 525 start 0 end 0 total 525 clock 62.0Hz
832x624 (0x16e) 32.7MHz
h: width 832 start 0 end 0 total 832 skew 0 clock 39.3KHz
v: height 624 start 0 end 0 total 624 clock 63.0Hz
800x600 (0x16f) 30.7MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 38.4KHz
v: height 600 start 0 end 0 total 600 clock 64.0Hz
800x600 (0x170) 31.2MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 39.0KHz
v: height 600 start 0 end 0 total 600 clock 65.0Hz
800x600 (0x171) 31.7MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 39.6KHz
v: height 600 start 0 end 0 total 600 clock 66.0Hz
800x600 (0x172) 32.2MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 40.2KHz
v: height 600 start 0 end 0 total 600 clock 67.0Hz
800x600 (0x173) 32.6MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 40.8KHz
v: height 600 start 0 end 0 total 600 clock 68.0Hz
800x600 (0x174) 33.1MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 41.4KHz
v: height 600 start 0 end 0 total 600 clock 69.0Hz
720x450 (0x175) 22.7MHz
h: width 720 start 0 end 0 total 720 skew 0 clock 31.5KHz
v: height 450 start 0 end 0 total 450 clock 70.0Hz
720x400 (0x176) 20.4MHz
h: width 720 start 0 end 0 total 720 skew 0 clock 28.4KHz
v: height 400 start 0 end 0 total 400 clock 71.0Hz
700x525 (0x177) 26.5MHz
h: width 700 start 0 end 0 total 700 skew 0 clock 37.8KHz
v: height 525 start 0 end 0 total 525 clock 72.0Hz
700x525 (0x178) 26.8MHz
h: width 700 start 0 end 0 total 700 skew 0 clock 38.3KHz
v: height 525 start 0 end 0 total 525 clock 73.0Hz
680x384 (0x179) 19.3MHz
h: width 680 start 0 end 0 total 680 skew 0 clock 28.4KHz
v: height 384 start 0 end 0 total 384 clock 74.0Hz
680x384 (0x17a) 19.6MHz
h: width 680 start 0 end 0 total 680 skew 0 clock 28.8KHz
v: height 384 start 0 end 0 total 384 clock 75.0Hz
640x480 (0x17b) 23.3MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 36.5KHz
v: height 480 start 0 end 0 total 480 clock 76.0Hz
640x480 (0x17c) 23.7MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 37.0KHz
v: height 480 start 0 end 0 total 480 clock 77.0Hz
640x480 (0x17d) 24.0MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 37.4KHz
v: height 480 start 0 end 0 total 480 clock 78.0Hz
640x480 (0x17e) 24.3MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 37.9KHz
v: height 480 start 0 end 0 total 480 clock 79.0Hz
640x480 (0x17f) 24.6MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 38.4KHz
v: height 480 start 0 end 0 total 480 clock 80.0Hz
640x400 (0x180) 20.7MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 32.4KHz
v: height 400 start 0 end 0 total 400 clock 81.0Hz
640x350 (0x181) 18.4MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 28.7KHz
v: height 350 start 0 end 0 total 350 clock 82.0Hz
512x384 (0x182) 16.3MHz
h: width 512 start 0 end 0 total 512 skew 0 clock 31.9KHz
v: height 384 start 0 end 0 total 384 clock 83.0Hz
512x384 (0x183) 16.5MHz
h: width 512 start 0 end 0 total 512 skew 0 clock 32.3KHz
v: height 384 start 0 end 0 total 384 clock 84.0Hz
512x384 (0x184) 16.7MHz
h: width 512 start 0 end 0 total 512 skew 0 clock 32.6KHz
v: height 384 start 0 end 0 total 384 clock 85.0Hz
400x300 (0x185) 10.3MHz
h: width 400 start 0 end 0 total 400 skew 0 clock 25.8KHz
v: height 300 start 0 end 0 total 300 clock 86.0Hz
320x240 (0x186) 6.7MHz
h: width 320 start 0 end 0 total 320 skew 0 clock 20.9KHz
v: height 240 start 0 end 0 total 240 clock 87.0Hz
320x240 (0x187) 6.8MHz
h: width 320 start 0 end 0 total 320 skew 0 clock 21.1KHz
v: height 240 start 0 end 0 total 240 clock 88.0Hz
320x175 (0x188) 5.0MHz
h: width 320 start 0 end 0 total 320 skew 0 clock 15.6KHz
v: height 175 start 0 end 0 total 175 clock 89.0Hzand output of
sudo cat /var/log/Xorg.0.log [12.585]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[ 12.586] X Protocol Version 11, Revision 0
[ 12.586] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[ 12.586] Current Operating System: Linux crunchbang 3.2.0-2-686-pae #1 SMP Sun Apr 15 17:56:31 UTC 2012 i686
[ 12.586] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-686-pae root=UUID=588f630f-8ce8-40bb-84f3-7f41591e50eb ro quiet
[ 12.586] Build Date: 05 March 2012 04:16:09AM
[ 12.586] xorg-server 2:1.11.4-1 (Cyril Brulebois <kibi@debian.org>)
[ 12.586] Current version of pixman: 0.24.4
[ 12.586] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.586] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.586] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 11 16:46:30 2012
[ 12.600] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.600] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.617] (==) ServerLayout "Layout0"
[ 12.617] (**) |-->Screen "Screen0" (0)
[ 12.617] (**) | |-->Monitor "Monitor0"
[ 12.628] (**) | |-->Device "Device0"
[ 12.631] (**) |-->Input Device "Keyboard0"
[ 12.632] (**) |-->Input Device "Mouse0"
[ 12.632] (**) Option "Xinerama" "0"
[ 12.632] (==) Automatically adding devices
[ 12.632] (==) Automatically enabling devices
[ 12.657] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12.657] Entry deleted from font path.
[ 12.660] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 12.660] Entry deleted from font path.
[ 12.660] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 12.660] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12.660] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 12.660] (WW) Disabling Keyboard0
[ 12.660] (WW) Disabling Mouse0
[ 12.671] (II) Loader magic: 0xb775e580
[ 12.671] (II) Module ABI versions:
[ 12.671] X.Org ANSI C Emulation: 0.4
[ 12.671] X.Org Video Driver: 11.0
[ 12.671] X.Org XInput driver : 13.0
[ 12.671] X.Org Server Extension : 6.0
[ 12.672] (--) PCI:*(0:1:0:0) 10de:0622:1682:2362 rev 161, Mem @ 0xc2000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000c000/128, BIOS @ 0x????????/524288
[ 12.672] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 12.673] (II) LoadModule: "extmod"
[ 12.721] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12.729] (II) Module extmod: vendor="X.Org Foundation"
[ 12.729] compiled for 1.11.4, module version = 1.0.0
[ 12.729] Module class: X.Org Server Extension
[ 12.729] ABI class: X.Org Server Extension, version 6.0
[ 12.729] (II) Loading extension SELinux
[ 12.729] (II) Loading extension MIT-SCREEN-SAVER
[ 12.729] (II) Loading extension XFree86-VidModeExtension
[ 12.729] (II) Loading extension XFree86-DGA
[ 12.729] (II) Loading extension DPMS
[ 12.729] (II) Loading extension XVideo
[ 12.729] (II) Loading extension XVideo-MotionCompensation
[ 12.729] (II) Loading extension X-Resource
[ 12.729] (II) LoadModule: "dbe"
[ 12.730] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12.734] (II) Module dbe: vendor="X.Org Foundation"
[ 12.734] compiled for 1.11.4, module version = 1.0.0
[ 12.734] Module class: X.Org Server Extension
[ 12.734] ABI class: X.Org Server Extension, version 6.0
[ 12.734] (II) Loading extension DOUBLE-BUFFER
[ 12.734] (II) LoadModule: "glx"
[ 12.734] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 13.568] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.568] compiled for 4.0.2, module version = 1.0.0
[ 13.568] Module class: X.Org Server Extension
[ 13.568] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
[ 13.568] (II) Loading extension GLX
[ 13.568] (II) LoadModule: "record"
[ 13.569] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 13.586] (II) Module record: vendor="X.Org Foundation"
[ 13.586] compiled for 1.11.4, module version = 1.13.0
[ 13.586] Module class: X.Org Server Extension
[ 13.586] ABI class: X.Org Server Extension, version 6.0
[ 13.586] (II) Loading extension RECORD
[ 13.586] (II) LoadModule: "dri"
[ 13.586] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 13.603] (II) Module dri: vendor="X.Org Foundation"
[ 13.603] compiled for 1.11.4, module version = 1.0.0
[ 13.603] ABI class: X.Org Server Extension, version 6.0
[ 13.603] (II) Loading extension XFree86-DRI
[ 13.603] (II) LoadModule: "dri2"
[ 13.603] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 13.604] (II) Module dri2: vendor="X.Org Foundation"
[ 13.604] compiled for 1.11.4, module version = 1.2.0
[ 13.604] ABI class: X.Org Server Extension, version 6.0
[ 13.604] (II) Loading extension DRI2
[ 13.604] (II) LoadModule: "nvidia"
[ 13.604] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13.653] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13.653] compiled for 4.0.2, module version = 1.0.0
[ 13.653] Module class: X.Org Video Driver
[ 13.669] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
[ 13.682] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.683] (++) using VT number 7
[ 13.699] (II) Loading sub module "fb"
[ 13.699] (II) LoadModule: "fb"
[ 13.700] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.710] (II) Module fb: vendor="X.Org Foundation"
[ 13.710] compiled for 1.11.4, module version = 1.0.0
[ 13.710] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.710] (II) Loading sub module "wfb"
[ 13.710] (II) LoadModule: "wfb"
[ 13.710] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.718] (II) Module wfb: vendor="X.Org Foundation"
[ 13.718] compiled for 1.11.4, module version = 1.0.0
[ 13.718] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.718] (II) Loading sub module "ramdac"
[ 13.718] (II) LoadModule: "ramdac"
[ 13.718] (II) Module "ramdac" already built-in
[ 13.738] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13.738] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.738] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.760] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 13.760] (==) NVIDIA(0): RGB weight 888
[ 13.760] (==) NVIDIA(0): Default visual is TrueColor
[ 13.760] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.760] (**) NVIDIA(0): Option "TwinView" "0"
[ 13.760] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0; 1024x768 +0+0"
[ 13.761] (**) NVIDIA(0): Enabling 2D acceleration
[ 16.329] (II) NVIDIA(GPU-0): Display (AOC A790 (CRT-0)) does not support NVIDIA 3D Vision
[ 16.329] (II) NVIDIA(GPU-0): stereo.
[ 16.334] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
[ 16.334] (--) NVIDIA(0): Memory: 524288 kBytes
[ 16.334] (--) NVIDIA(0): VideoBIOS: 62.94.0d.00.07
[ 16.334] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 16.334] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 16.337] (--) NVIDIA(0): Connected display device(s) on GeForce 9600 GT at PCI:1:0:0
[ 16.337] (--) NVIDIA(0): AOC A790 (CRT-0)
[ 16.337] (--) NVIDIA(0): AOC A790 (CRT-0): 400.0 MHz maximum pixel clock
[ 16.408] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 16.408] (**) NVIDIA(0): device AOC A790 (CRT-0) (Using EDID frequencies has been
[ 16.408] (**) NVIDIA(0): enabled on all display devices.)
[ 16.436] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 16.436] (II) NVIDIA(0): Validated modes:
[ 16.436] (II) NVIDIA(0): "nvidia-auto-select+0+0"
[ 16.436] (II) NVIDIA(0): "1024x768+0+0"
[ 16.437] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 16.460] (--) NVIDIA(0): DPI set to (81, 81); computed from "UseEdidDpi" X config
[ 16.460] (--) NVIDIA(0): option
[ 16.460] (--) Depth 24 pixmap format is 32 bpp
[ 16.461] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 16.465] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 16.465] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 16.465] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 16.465] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 16.465] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 16.465] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 16.465] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 16.465] (II) NVIDIA(0): Config Options in the README.
[ 16.467] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[ 16.518] (II) Loading extension NV-GLX
[ 16.572] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 16.572] (==) NVIDIA(0): Backing store disabled
[ 16.572] (==) NVIDIA(0): Silken mouse enabled
[ 16.572] (**) NVIDIA(0): DPMS enabled
[ 16.573] (II) Loading extension NV-CONTROL
[ 16.573] (II) Loading extension XINERAMA
[ 16.573] (II) Loading sub module "dri2"
[ 16.573] (II) LoadModule: "dri2"
[ 16.573] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.574] (II) Module dri2: vendor="X.Org Foundation"
[ 16.574] compiled for 1.11.4, module version = 1.2.0
[ 16.574] ABI class: X.Org Server Extension, version 6.0
[ 16.574] (II) NVIDIA(0): [DRI2] Setup complete
[ 16.574] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 16.574] (==) RandR enabled
[ 16.574] (II) Initializing built-in extension Generic Event Extension
[ 16.574] (II) Initializing built-in extension SHAPE
[ 16.574] (II) Initializing built-in extension MIT-SHM
[ 16.574] (II) Initializing built-in extension XInputExtension
[ 16.574] (II) Initializing built-in extension XTEST
[ 16.574] (II) Initializing built-in extension BIG-REQUESTS
[ 16.574] (II) Initializing built-in extension SYNC
[ 16.574] (II) Initializing built-in extension XKEYBOARD
[ 16.574] (II) Initializing built-in extension XC-MISC
[ 16.574] (II) Initializing built-in extension SECURITY
[ 16.574] (II) Initializing built-in extension XINERAMA
[ 16.574] (II) Initializing built-in extension XFIXES
[ 16.574] (II) Initializing built-in extension RENDER
[ 16.574] (II) Initializing built-in extension RANDR
[ 16.574] (II) Initializing built-in extension COMPOSITE
[ 16.574] (II) Initializing built-in extension DAMAGE
[ 16.574] (II) SELinux: Disabled on system
[ 16.577] (II) Initializing extension GLX
[ 16.857] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 16.857] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.857] (II) LoadModule: "evdev"
[ 16.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.877] (II) Module evdev: vendor="X.Org Foundation"
[ 16.877] compiled for 1.11.4, module version = 2.7.0
[ 16.877] Module class: X.Org XInput Driver
[ 16.877] ABI class: X.Org XInput driver, version 13.0
[ 16.877] (II) Using input driver 'evdev' for 'Power Button'
[ 16.877] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.877] (**) Power Button: always reports core events
[ 16.877] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 16.877] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.877] (--) evdev: Power Button: Found keys
[ 16.877] (II) evdev: Power Button: Configuring as keyboard
[ 16.877] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 16.877] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.877] (**) Option "xkb_rules" "evdev"
[ 16.877] (**) Option "xkb_model" "pc105"
[ 16.877] (**) Option "xkb_layout" "de"
[ 16.917] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 16.917] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.917] (II) Using input driver 'evdev' for 'Power Button'
[ 16.918] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.918] (**) Power Button: always reports core events
[ 16.918] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 16.918] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.918] (--) evdev: Power Button: Found keys
[ 16.918] (II) evdev: Power Button: Configuring as keyboard
[ 16.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 16.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 16.918] (**) Option "xkb_rules" "evdev"
[ 16.918] (**) Option "xkb_model" "pc105"
[ 16.918] (**) Option "xkb_layout" "de"
[ 16.919] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 16.919] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 16.919] (II) Using input driver 'evdev' for 'Sleep Button'
[ 16.919] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.919] (**) Sleep Button: always reports core events
[ 16.919] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 16.919] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 16.919] (--) evdev: Sleep Button: Found keys
[ 16.919] (II) evdev: Sleep Button: Configuring as keyboard
[ 16.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 16.919] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 16.919] (**) Option "xkb_rules" "evdev"
[ 16.919] (**) Option "xkb_model" "pc105"
[ 16.919] (**) Option "xkb_layout" "de"
[ 16.920] (II) config/udev: Adding input device Chicony USB Wireless HID Receiver (/dev/input/event4)
[ 16.920] (**) Chicony USB Wireless HID Receiver: Applying InputClass "evdev keyboard catchall"
[ 16.920] (II) Using input driver 'evdev' for 'Chicony USB Wireless HID Receiver'
[ 16.920] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.920] (**) Chicony USB Wireless HID Receiver: always reports core events
[ 16.920] (**) evdev: Chicony USB Wireless HID Receiver: Device: "/dev/input/event4"
[ 16.920] (--) evdev: Chicony USB Wireless HID Receiver: Vendor 0x4f2 Product 0x200
[ 16.920] (--) evdev: Chicony USB Wireless HID Receiver: Found keys
[ 16.920] (II) evdev: Chicony USB Wireless HID Receiver: Configuring as keyboard
[ 16.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input4/event4"
[ 16.920] (II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: KEYBOARD, id 9)
[ 16.920] (**) Option "xkb_rules" "evdev"
[ 16.920] (**) Option "xkb_model" "pc105"
[ 16.920] (**) Option "xkb_layout" "de"
[ 16.921] (II) config/udev: Adding input device Chicony USB Wireless HID Receiver (/dev/input/event6)
[ 16.921] (**) Chicony USB Wireless HID Receiver: Applying InputClass "evdev keyboard catchall"
[ 16.921] (II) Using input driver 'evdev' for 'Chicony USB Wireless HID Receiver'
[ 16.921] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.921] (**) Chicony USB Wireless HID Receiver: always reports core events
[ 16.921] (**) evdev: Chicony USB Wireless HID Receiver: Device: "/dev/input/event6"
[ 16.921] (--) evdev: Chicony USB Wireless HID Receiver: Vendor 0x4f2 Product 0x200
[ 16.921] (--) evdev: Chicony USB Wireless HID Receiver: Found keys
[ 16.921] (II) evdev: Chicony USB Wireless HID Receiver: Configuring as keyboard
[ 16.921] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input6/event6"
[ 16.922] (II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: KEYBOARD, id 10)
[ 16.922] (**) Option "xkb_rules" "evdev"
[ 16.922] (**) Option "xkb_model" "pc105"
[ 16.922] (**) Option "xkb_layout" "de"
[ 16.923] (II) config/udev: Adding input device Chicony USB Wireless HID Receiver (/dev/input/event7)
[ 16.923] (**) Chicony USB Wireless HID Receiver: Applying InputClass "evdev pointer catchall"
[ 16.923] (II) Using input driver 'evdev' for 'Chicony USB Wireless HID Receiver'
[ 16.923] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.923] (**) Chicony USB Wireless HID Receiver: always reports core events
[ 16.923] (**) evdev: Chicony USB Wireless HID Receiver: Device: "/dev/input/event7"
[ 16.923] (--) evdev: Chicony USB Wireless HID Receiver: Vendor 0x4f2 Product 0x200
[ 16.923] (--) evdev: Chicony USB Wireless HID Receiver: Found 3 mouse buttons
[ 16.923] (--) evdev: Chicony USB Wireless HID Receiver: Found scroll wheel(s)
[ 16.923] (--) evdev: Chicony USB Wireless HID Receiver: Found relative axes
[ 16.923] (--) evdev: Chicony USB Wireless HID Receiver: Found x and y relative axes
[ 16.923] (II) evdev: Chicony USB Wireless HID Receiver: Configuring as mouse
[ 16.923] (II) evdev: Chicony USB Wireless HID Receiver: Adding scrollwheel support
[ 16.923] (**) evdev: Chicony USB Wireless HID Receiver: YAxisMapping: buttons 4 and 5
[ 16.923] (**) evdev: Chicony USB Wireless HID Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.2/input/input7/event7"
[ 16.923] (II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: MOUSE, id 11)
[ 16.923] (II) evdev: Chicony USB Wireless HID Receiver: initialized for relative axes.
[ 16.923] (**) Chicony USB Wireless HID Receiver: (accel) keeping acceleration scheme 1
[ 16.923] (**) Chicony USB Wireless HID Receiver: (accel) acceleration profile 0
[ 16.923] (**) Chicony USB Wireless HID Receiver: (accel) acceleration factor: 2.000
[ 16.923] (**) Chicony USB Wireless HID Receiver: (accel) acceleration threshold: 4
[ 16.924] (II) config/udev: Adding input device Chicony USB Wireless HID Receiver (/dev/input/mouse0)
[ 16.924] (II) No input driver specified, ignoring this device.
[ 16.924] (II) This device may have been added with another device file.
[ 16.924] (II) config/udev: Adding input device Media Center Ed. eHome Infrared Remote Transceiver (045e:006d) (/dev/input/event5)
[ 16.924] (**) Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): Applying InputClass "evdev keyboard catchall"
[ 16.925] (II) Using input driver 'evdev' for 'Media Center Ed. eHome Infrared Remote Transceiver (045e:006d)'
[ 16.925] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.925] (**) Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): always reports core events
[ 16.925] (**) evdev: Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): Device: "/dev/input/event5"
[ 16.925] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): Vendor 0x45e Product 0x6d
[ 16.925] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): Found keys
[ 16.925] (II) evdev: Media Center Ed. eHome Infrared Remote Transceiver (045e:006d): Configuring as keyboard
[ 16.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/rc/rc0/input5/event5"
[ 16.925] (II) XINPUT: Adding extended input device "Media Center Ed. eHome Infrared Remote Transceiver (045e:006d)" (type: KEYBOARD, id 12)
[ 16.925] (**) Option "xkb_rules" "evdev"
[ 16.925] (**) Option "xkb_model" "pc105"
[ 16.925] (**) Option "xkb_layout" "de"
[ 16.926] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event8)
[ 16.926] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[ 16.926] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
[ 16.926] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.926] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
[ 16.926] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event8"
[ 16.926] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Vendor 0x45e Product 0x39
[ 16.926] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
[ 16.926] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
[ 16.926] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
[ 16.926] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
[ 16.926] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
[ 16.926] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
[ 16.926] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
[ 16.926] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.926] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input8/event8"
[ 16.926] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 13)
[ 16.926] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
[ 16.926] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
[ 16.926] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
[ 16.927] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[ 16.927] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[ 16.927] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse1)
[ 16.927] (II) No input driver specified, ignoring this device.
[ 16.927] (II) This device may have been added with another device file.
[ 16.927] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 16.927] (II) No input driver specified, ignoring this device.
[ 16.928] (II) This device may have been added with another device file.
[ 16.928] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/event9)
[ 16.928] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev pointer catchall"
[ 16.928] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev keyboard catchall"
[ 16.928] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse (mceusb)'
[ 16.928] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.929] (**) MCE IR Keyboard/Mouse (mceusb): always reports core events
[ 16.929] (**) evdev: MCE IR Keyboard/Mouse (mceusb): Device: "/dev/input/event9"
[ 16.929] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Vendor 0 Product 0
[ 16.929] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found 3 mouse buttons
[ 16.929] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found relative axes
[ 16.929] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found x and y relative axes
[ 16.929] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found keys
[ 16.929] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as mouse
[ 16.929] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as keyboard
[ 16.929] (**) evdev: MCE IR Keyboard/Mouse (mceusb): YAxisMapping: buttons 4 and 5
[ 16.929] (**) evdev: MCE IR Keyboard/Mouse (mceusb): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.929] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[ 16.929] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse (mceusb)" (type: KEYBOARD, id 14)
[ 16.929] (**) Option "xkb_rules" "evdev"
[ 16.929] (**) Option "xkb_model" "pc105"
[ 16.929] (**) Option "xkb_layout" "de"
[ 16.929] (II) evdev: MCE IR Keyboard/Mouse (mceusb): initialized for relative axes.
[ 16.929] (**) MCE IR Keyboard/Mouse (mceusb): (accel) keeping acceleration scheme 1
[ 16.929] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration profile 0
[ 16.930] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration factor: 2.000
[ 16.930] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration threshold: 4
[ 16.930] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/mouse2)
[ 16.930] (II) No input driver specified, ignoring this device.
[ 16.930] (II) This device may have been added with another device file.And as special bonus
The Xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.33 (pbuilder@windlord) Fri Apr 13 16:04:58 UTC 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AOC A790"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
EndSection
Section "Screen"
# Removed Option "metamodes" "640x480 +0+0; nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSectionAre you sad if you're not happy?
Are you running Windows when Linux got broken?
-> No! You'll fix it
So be happy!
Offline
Thanks.
Good luck.
bootinfoscript - emacs primer - I ♥ #!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.