You are not logged in.

#1 2011-08-25 17:03:18

vega
Member
Registered: 2008-06-26
Posts: 13

nouveau driver gives very low screen resolution [SOLVED]

Hello.

I have a 1680x1050 monitor. I have just switched from nvidia to nouveau drivers.

At boot time (I have disabled the old framebuffer setting in grub's menu.lst) after a while I have a beautiful very high resolution console.

The problem is, I have very low resolutions in X.

[user@pc ~]$ xrandr
Screen 0: minimum 320 x 200, current 640 x 480, maximum 8192 x 8192
DVI-I-1 connected 640x480+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
   640x480        60.0* 
   720x400        70.1  
VGA-1 disconnected (normal left inverted right x axis y axis)

I have this /etc/X11.xorg.conf file

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
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     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        
        # Keyboard layouts
        Option "XkbLayout" "us, el"
	Option "XkbVariant" ",qwerty"
        Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
EndSection

This is /var/log/Xorg.0.log

[   284.975] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[   284.975] 
X.Org X Server 1.10.3.901 (1.10.4 RC 1)
Release Date: 2011-07-29
[   284.975] X Protocol Version 11, Revision 0
[   284.975] Build Operating System: Linux 3.0.0-ARCH x86_64 
[   284.975] Current Operating System: Linux gandalf 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
[   284.975] Kernel command line: root=/dev/sda1 ro
[   284.975] Build Date: 08 August 2011  08:24:13AM
[   284.975]  
[   284.975] Current version of pixman: 0.22.2
[   284.975] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   284.975] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   284.975] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 25 19:11:02 2011
[   284.975] (==) Using config file: "/etc/X11/xorg.conf"
[   284.975] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   284.975] (==) ServerLayout "Layout0"
[   284.975] (**) |-->Screen "Screen0" (0)
[   284.975] (**) |   |-->Monitor "Monitor0"
[   284.976] (**) |   |-->Device "Device0"
[   284.976] (**) |-->Input Device "Keyboard0"
[   284.976] (**) |-->Input Device "Mouse0"
[   284.976] (==) Automatically adding devices
[   284.976] (==) Automatically enabling devices
[   284.976] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   284.976] (==) ModulePath set to "/usr/lib/xorg/modules"
[   284.976] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   284.976] (WW) Disabling Keyboard0
[   284.976] (WW) Disabling Mouse0
[   284.976] (II) Loader magic: 0x7d3620
[   284.976] (II) Module ABI versions:
[   284.976] 	X.Org ANSI C Emulation: 0.4
[   284.976] 	X.Org Video Driver: 10.0
[   284.976] 	X.Org XInput driver : 12.2
[   284.976] 	X.Org Server Extension : 5.0
[   284.977] (--) PCI: (0:2:0:0) 10de:0849:1849:0849 rev 162, Mem @ 0xf9000000/16777216, 0xc8000000/134217728, 0xc6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[   284.977] (--) PCI:*(0:3:0:0) 10de:0421:10b0:1401 rev 161, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[   284.977] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   284.977] (II) LoadModule: "extmod"
[   284.977] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   284.977] (II) Module extmod: vendor="X.Org Foundation"
[   284.977] 	compiled for 1.10.3.901, module version = 1.0.0
[   284.977] 	Module class: X.Org Server Extension
[   284.977] 	ABI class: X.Org Server Extension, version 5.0
[   284.977] (II) Loading extension MIT-SCREEN-SAVER
[   284.977] (II) Loading extension XFree86-VidModeExtension
[   284.977] (II) Loading extension XFree86-DGA
[   284.978] (II) Loading extension DPMS
[   284.978] (II) Loading extension XVideo
[   284.978] (II) Loading extension XVideo-MotionCompensation
[   284.978] (II) Loading extension X-Resource
[   284.978] (II) LoadModule: "dbe"
[   284.978] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   284.978] (II) Module dbe: vendor="X.Org Foundation"
[   284.978] 	compiled for 1.10.3.901, module version = 1.0.0
[   284.978] 	Module class: X.Org Server Extension
[   284.978] 	ABI class: X.Org Server Extension, version 5.0
[   284.978] (II) Loading extension DOUBLE-BUFFER
[   284.978] (II) LoadModule: "glx"
[   284.978] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   284.978] (II) Module glx: vendor="X.Org Foundation"
[   284.978] 	compiled for 1.10.3.901, module version = 1.0.0
[   284.978] 	ABI class: X.Org Server Extension, version 5.0
[   284.978] (==) AIGLX enabled
[   284.978] (II) Loading extension GLX
[   284.978] (II) LoadModule: "record"
[   284.978] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   284.978] (II) Module record: vendor="X.Org Foundation"
[   284.978] 	compiled for 1.10.3.901, module version = 1.13.0
[   284.978] 	Module class: X.Org Server Extension
[   284.978] 	ABI class: X.Org Server Extension, version 5.0
[   284.978] (II) Loading extension RECORD
[   284.978] (II) LoadModule: "dri"
[   284.978] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   284.979] (II) Module dri: vendor="X.Org Foundation"
[   284.979] 	compiled for 1.10.3.901, module version = 1.0.0
[   284.979] 	ABI class: X.Org Server Extension, version 5.0
[   284.979] (II) Loading extension XFree86-DRI
[   284.979] (II) LoadModule: "dri2"
[   284.979] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   284.979] (II) Module dri2: vendor="X.Org Foundation"
[   284.979] 	compiled for 1.10.3.901, module version = 1.2.0
[   284.979] 	ABI class: X.Org Server Extension, version 5.0
[   284.979] (II) Loading extension DRI2
[   284.979] (II) LoadModule: "nouveau"
[   284.979] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   284.979] (II) Module nouveau: vendor="X.Org Foundation"
[   284.979] 	compiled for 1.10.3, module version = 0.0.16
[   284.979] 	Module class: X.Org Video Driver
[   284.979] 	ABI class: X.Org Video Driver, version 10.0
[   284.979] (II) NOUVEAU driver 
[   284.979] (II) NOUVEAU driver for NVIDIA chipset families :
[   284.979] 	RIVA TNT        (NV04)
[   284.979] 	RIVA TNT2       (NV05)
[   284.979] 	GeForce 256     (NV10)
[   284.979] 	GeForce 2       (NV11, NV15)
[   284.979] 	GeForce 4MX     (NV17, NV18)
[   284.979] 	GeForce 3       (NV20)
[   284.979] 	GeForce 4Ti     (NV25, NV28)
[   284.979] 	GeForce FX      (NV3x)
[   284.979] 	GeForce 6       (NV4x)
[   284.979] 	GeForce 7       (G7x)
[   284.979] 	GeForce 8       (G8x)
[   284.979] 	GeForce GTX 200 (NVA0)
[   284.979] 	GeForce GTX 400 (NVC0)
[   284.979] (++) using VT number 7

[   284.982] drmOpenDevice: node name is /dev/dri/card0
[   284.982] drmOpenDevice: open result is 7, (OK)
[   284.982] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[   284.982] drmOpenDevice: node name is /dev/dri/card0
[   284.982] drmOpenDevice: open result is 7, (OK)
[   284.982] drmOpenByBusid: drmOpenMinor returns 7
[   284.982] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[   284.982] (II) [drm] nouveau interface version: 0.0.16
[   284.982] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   284.982] (II) Loading sub module "dri"
[   284.982] (II) LoadModule: "dri"
[   284.982] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   284.982] (II) Module dri: vendor="X.Org Foundation"
[   284.982] 	compiled for 1.10.3.901, module version = 1.0.0
[   284.982] 	ABI class: X.Org Server Extension, version 5.0
[   284.982] (II) NOUVEAU(0): Loaded DRI module
[   284.982] drmOpenDevice: node name is /dev/dri/card0
[   284.982] drmOpenDevice: open result is 8, (OK)
[   284.982] drmOpenDevice: node name is /dev/dri/card0
[   284.982] drmOpenDevice: open result is 8, (OK)
[   284.982] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[   284.982] drmOpenDevice: node name is /dev/dri/card0
[   284.982] drmOpenDevice: open result is 8, (OK)
[   284.982] drmOpenByBusid: drmOpenMinor returns 8
[   284.982] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[   284.982] (II) [drm] DRM interface version 1.4
[   284.982] (II) [drm] DRM open master succeeded.
[   284.982] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
[   284.982] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   284.982] (==) NOUVEAU(0): RGB weight 888
[   284.982] (==) NOUVEAU(0): Default visual is TrueColor
[   284.983] (==) NOUVEAU(0): Using HW cursor
[   284.983] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[   284.983] (==) NOUVEAU(0): Page flipping enabled
[   285.087] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[   285.184] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[   285.288] (II) NOUVEAU(0): EDID for output DVI-I-1
[   285.288] (II) NOUVEAU(0): Manufacturer: GSM  Model: 566f  Serial#: 351988
[   285.288] (II) NOUVEAU(0): Year: 2008  Week: 4
[   285.288] (II) NOUVEAU(0): EDID Version: 1.3
[   285.288] (II) NOUVEAU(0): Digital Display Input
[   285.288] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 49  vert.: 32
[   285.288] (II) NOUVEAU(0): Gamma: 2.20
[   285.288] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[   285.288] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   285.288] (II) NOUVEAU(0): First detailed timing is preferred mode
[   285.288] (II) NOUVEAU(0): redX: 0.653 redY: 0.341   greenX: 0.231 greenY: 0.666
[   285.288] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[   285.288] (II) NOUVEAU(0): Supported established timings:
[   285.288] (II) NOUVEAU(0): 720x400@70Hz
[   285.288] (II) NOUVEAU(0): 640x480@60Hz
[   285.288] (II) NOUVEAU(0): 640x480@75Hz
[   285.288] (II) NOUVEAU(0): 800x600@56Hz
[   285.288] (II) NOUVEAU(0): 800x600@60Hz
[   285.288] (II) NOUVEAU(0): 800x600@75Hz
[   285.288] (II) NOUVEAU(0): 832x624@75Hz
[   285.288] (II) NOUVEAU(0): 1024x768@60Hz
[   285.288] (II) NOUVEAU(0): 1024x768@75Hz
[   285.288] (II) NOUVEAU(0): 1280x1024@75Hz
[   285.288] (II) NOUVEAU(0): 1152x864@75Hz
[   285.288] (II) NOUVEAU(0): Manufacturer's mask: 0
[   285.288] (II) NOUVEAU(0): Supported standard timings:
[   285.288] (II) NOUVEAU(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   285.288] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   285.288] (II) NOUVEAU(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   285.288] (II) NOUVEAU(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   285.288] (II) NOUVEAU(0): Supported detailed timing:
[   285.288] (II) NOUVEAU(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[   285.288] (II) NOUVEAU(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[   285.288] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[   285.288] (II) NOUVEAU(0): Supported detailed timing:
[   285.288] (II) NOUVEAU(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[   285.288] (II) NOUVEAU(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[   285.288] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[   285.289] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[   285.289] (II) NOUVEAU(0): Monitor name: L227W
[   285.289] (II) NOUVEAU(0): EDID (in hex):
[   285.289] (II) NOUVEAU(0): 	00ffffffffffff001e6d6f56f45e0500
[   285.289] (II) NOUVEAU(0): 	04120103ea312078ea56b5a7573baa26
[   285.289] (II) NOUVEAU(0): 	0f5054a76b80950081808140714f0101
[   285.289] (II) NOUVEAU(0): 	0101010101017c2e90a0601a1e403020
[   285.289] (II) NOUVEAU(0): 	3600da281100001a21399030621a2740
[   285.289] (II) NOUVEAU(0): 	68b03600da281100001c000000fd0038
[   285.289] (II) NOUVEAU(0): 	4b1e530f000a202020202020000000fc
[   285.289] (II) NOUVEAU(0): 	004c323237570a202020202020200063
[   285.289] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   285.289] (II) NOUVEAU(0): Using hsync ranges from config file
[   285.289] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   285.289] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   285.289] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   285.289] (II) NOUVEAU(0): Not using mode "1680x1050" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1680x1050" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1280x1024" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1280x1024" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1440x900" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1280x960" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1152x864" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1024x768" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "832x624" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "800x600" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[   285.289] (II) NOUVEAU(0): Not using mode "640x480" (vrefresh out of range)
[   285.289] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[   285.289] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   285.289] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   285.386] (II) NOUVEAU(0): EDID for output VGA-1
[   285.386] (II) NOUVEAU(0): Output DVI-I-1 connected
[   285.386] (II) NOUVEAU(0): Output VGA-1 disconnected
[   285.386] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[   285.386] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 640x480
[   285.386] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   285.386] (--) NOUVEAU(0): Virtual size is 640x480 (pitch 0)
[   285.386] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[   285.386] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   285.386] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[   285.386] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   285.387] (**) NOUVEAU(0): Display dimensions: (490, 320) mm
[   285.387] (**) NOUVEAU(0): DPI set to (33, 38)
[   285.387] (II) Loading sub module "fb"
[   285.387] (II) LoadModule: "fb"
[   285.387] (II) Loading /usr/lib/xorg/modules/libfb.so
[   285.387] (II) Module fb: vendor="X.Org Foundation"
[   285.387] 	compiled for 1.10.3.901, module version = 1.0.0
[   285.387] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   285.387] (II) Loading sub module "exa"
[   285.387] (II) LoadModule: "exa"
[   285.387] (II) Loading /usr/lib/xorg/modules/libexa.so
[   285.387] (II) Module exa: vendor="X.Org Foundation"
[   285.387] 	compiled for 1.10.3.901, module version = 2.5.0
[   285.387] 	ABI class: X.Org Video Driver, version 10.0
[   285.387] (II) Loading sub module "shadowfb"
[   285.387] (II) LoadModule: "shadowfb"
[   285.387] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   285.387] (II) Module shadowfb: vendor="X.Org Foundation"
[   285.387] 	compiled for 1.10.3.901, module version = 1.0.0
[   285.387] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   285.387] (--) Depth 24 pixmap format is 32 bpp
[   285.391] (II) NOUVEAU(0): Opened GPU channel 2
[   285.391] (II) NOUVEAU(0): [DRI2] Setup complete
[   285.391] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   285.391] (II) NOUVEAU(0): GART: 512MiB available
[   285.393] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[   285.393] (II) EXA(0): Driver allocated offscreen pixmaps
[   285.393] (II) EXA(0): Driver registered support for the following operations:
[   285.393] (II)         Solid
[   285.393] (II)         Copy
[   285.393] (II)         Composite (RENDER acceleration)
[   285.393] (II)         UploadToScreen
[   285.393] (II)         DownloadFromScreen
[   285.393] (==) NOUVEAU(0): Backing store disabled
[   285.393] (==) NOUVEAU(0): Silken mouse enabled
[   285.393] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   285.393] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   285.393] (**) NOUVEAU(0): DPMS enabled
[   285.393] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   285.393] (--) RandR disabled
[   285.393] (II) Initializing built-in extension Generic Event Extension
[   285.393] (II) Initializing built-in extension SHAPE
[   285.393] (II) Initializing built-in extension MIT-SHM
[   285.393] (II) Initializing built-in extension XInputExtension
[   285.393] (II) Initializing built-in extension XTEST
[   285.393] (II) Initializing built-in extension BIG-REQUESTS
[   285.393] (II) Initializing built-in extension SYNC
[   285.393] (II) Initializing built-in extension XKEYBOARD
[   285.393] (II) Initializing built-in extension XC-MISC
[   285.393] (II) Initializing built-in extension SECURITY
[   285.394] (II) Initializing built-in extension XINERAMA
[   285.394] (II) Initializing built-in extension XFIXES
[   285.394] (II) Initializing built-in extension RENDER
[   285.394] (II) Initializing built-in extension RANDR
[   285.394] (II) Initializing built-in extension COMPOSITE
[   285.394] (II) Initializing built-in extension DAMAGE
[   285.407] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   285.407] (II) AIGLX: enabled GLX_INTEL_swap_event
[   285.407] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   285.407] (II) AIGLX: enabled GLX_SGI_make_current_read
[   285.407] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   285.407] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/nouveau_dri.so
[   285.407] (II) GLX: Initialized DRI2 GL provider for screen 0
[   285.408] (II) NOUVEAU(0): NVEnterVT is called.
[   285.437] (II) NOUVEAU(0): Setting screen physical size to 169 x 127
[   285.437] resize called 640 480
[   285.563] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   285.563] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   285.563] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   285.563] (II) LoadModule: "evdev"
[   285.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.564] (II) Module evdev: vendor="X.Org Foundation"
[   285.564] 	compiled for 1.10.0, module version = 2.6.0
[   285.564] 	Module class: X.Org XInput Driver
[   285.564] 	ABI class: X.Org XInput driver, version 12.2
[   285.564] (II) Using input driver 'evdev' for 'Power Button'
[   285.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.564] (**) Power Button: always reports core events
[   285.564] (**) Power Button: Device: "/dev/input/event1"
[   285.564] (--) Power Button: Found keys
[   285.564] (II) Power Button: Configuring as keyboard
[   285.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   285.564] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   285.564] (**) Option "xkb_rules" "evdev"
[   285.564] (**) Option "xkb_model" "evdev"
[   285.564] (**) Option "xkb_layout" "us, el"
[   285.564] (**) Option "xkb_variant" ",qwerty"
[   285.564] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
[   285.590] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
[   285.590] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[   285.622] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[   285.622] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   285.622] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   285.622] (II) Using input driver 'evdev' for 'Video Bus'
[   285.622] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.622] (**) Video Bus: always reports core events
[   285.622] (**) Video Bus: Device: "/dev/input/event2"
[   285.622] (--) Video Bus: Found keys
[   285.622] (II) Video Bus: Configuring as keyboard
[   285.622] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/LNXVIDEO:00/input/input2/event2"
[   285.622] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   285.622] (**) Option "xkb_rules" "evdev"
[   285.622] (**) Option "xkb_model" "evdev"
[   285.622] (**) Option "xkb_layout" "us, el"
[   285.622] (**) Option "xkb_variant" ",qwerty"
[   285.622] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
[   285.623] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   285.623] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   285.623] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   285.623] (II) Using input driver 'evdev' for 'Power Button'
[   285.623] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.623] (**) Power Button: always reports core events
[   285.623] (**) Power Button: Device: "/dev/input/event0"
[   285.623] (--) Power Button: Found keys
[   285.623] (II) Power Button: Configuring as keyboard
[   285.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[   285.623] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   285.623] (**) Option "xkb_rules" "evdev"
[   285.623] (**) Option "xkb_model" "evdev"
[   285.623] (**) Option "xkb_layout" "us, el"
[   285.623] (**) Option "xkb_variant" ",qwerty"
[   285.623] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
[   285.626] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
[   285.626] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[   285.626] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[   285.626] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[   285.626] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.626] (**) Microsoft Wired Keyboard 600: always reports core events
[   285.626] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
[   285.626] (--) Microsoft Wired Keyboard 600: Found keys
[   285.626] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
[   285.626] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.0/input/input4/event4"
[   285.626] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
[   285.626] (**) Option "xkb_rules" "evdev"
[   285.626] (**) Option "xkb_model" "evdev"
[   285.626] (**) Option "xkb_layout" "us, el"
[   285.626] (**) Option "xkb_variant" ",qwerty"
[   285.626] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
[   285.627] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event5)
[   285.627] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[   285.627] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[   285.627] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[   285.627] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.627] (**) Microsoft Wired Keyboard 600: always reports core events
[   285.627] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event5"
[   285.627] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
[   285.627] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
[   285.627] (--) Microsoft Wired Keyboard 600: Found relative axes
[   285.627] (--) Microsoft Wired Keyboard 600: Found absolute axes
[   285.627] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
[   285.627] (--) Microsoft Wired Keyboard 600: Found keys
[   285.627] (II) Microsoft Wired Keyboard 600: Configuring as mouse
[   285.627] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
[   285.627] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
[   285.627] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[   285.627] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   285.627] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.1/input/input5/event5"
[   285.627] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
[   285.627] (**) Option "xkb_rules" "evdev"
[   285.627] (**) Option "xkb_model" "evdev"
[   285.627] (**) Option "xkb_layout" "us, el"
[   285.627] (**) Option "xkb_variant" ",qwerty"
[   285.627] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
[   285.627] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
[   285.627] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
[   285.627] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
[   285.628] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[   285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[   285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[   285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[   285.628] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
[   285.628] (II) No input driver/identifier specified (ignoring)
[   285.629] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event6)
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[   285.629] (II) Using input driver 'evdev' for 'Microsoft  Microsoft Basic Optical Mouse v2.0 '
[   285.629] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event6"
[   285.629] (--) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[   285.629] (--) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[   285.629] (--) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found relative axes
[   285.629] (--) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[   285.629] (II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[   285.629] (II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   285.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/input/input6/event6"
[   285.629] (II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE)
[   285.629] (II) Microsoft  Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[   285.629] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[   285.629] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse0)
[   285.629] (II) No input driver/identifier specified (ignoring)
[   285.636] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   285.636] (II) No input driver/identifier specified (ignoring)
[   285.753] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   285.753] (II) NOUVEAU(0): Using hsync ranges from config file
[   285.753] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   285.753] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   285.753] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   285.753] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   291.096] (II) AIGLX: Suspending AIGLX clients for VT switch
[   291.096] (II) NOUVEAU(0): NVLeaveVT is called.
[   418.665] (II) AIGLX: Resuming AIGLX clients after VT switch
[   418.665] (II) NOUVEAU(0): NVEnterVT is called.
[   418.794] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   418.794] (II) NOUVEAU(0): Using hsync ranges from config file
[   418.794] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   418.794] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   418.794] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   418.794] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   423.560] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   423.560] (II) NOUVEAU(0): Using hsync ranges from config file
[   423.560] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   423.560] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   423.560] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   423.560] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   423.762] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   423.762] (II) NOUVEAU(0): Using hsync ranges from config file
[   423.762] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   423.762] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   423.762] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   423.762] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   423.984] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   423.984] (II) NOUVEAU(0): Using hsync ranges from config file
[   423.984] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   423.984] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   423.984] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   423.984] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   428.608] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[   428.608] (II) NOUVEAU(0): Using hsync ranges from config file
[   428.608] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   428.608] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   428.608] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   428.608] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   438.386] (II) AIGLX: Suspending AIGLX clients for VT switch
[   438.386] (II) NOUVEAU(0): NVLeaveVT is called.
[  2748.085] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2748.085] (II) NOUVEAU(0): NVEnterVT is called.
[  2748.217] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[  2748.217] (II) NOUVEAU(0): Using hsync ranges from config file
[  2748.217] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  2748.217] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  2748.217] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  2748.217] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  2750.536] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
[  2750.536] (II) NOUVEAU(0): Using hsync ranges from config file
[  2750.536] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  2750.536] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  2750.536] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  2750.536] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)

Last edited by vega (2011-08-25 17:09:12)

Offline

#2 2011-08-25 17:05:35

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: nouveau driver gives very low screen resolution [SOLVED]

have you tried without a xorg.conf file?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-08-25 17:08:47

vega
Member
Registered: 2008-06-26
Posts: 13

Re: nouveau driver gives very low screen resolution [SOLVED]

Thanks, yes I just did. It is probably an error in the monitor section. I deleted that part. The xorg.conf file is needed because otherwise my keyboard and mouse refuse to work

Offline

#4 2011-08-25 17:23:27

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: nouveau driver gives very low screen resolution [SOLVED]

keyboard and mouse are now auto-detected. Do you have xf86-input-evdev installed? If so, you do not need to explicitly set the drivers for keyboard and mouse in xorg.conf. You can try it out if you like.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB