Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE/nouveau screen: looks as if wrong resolution selected
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Feb 08, 2015 1:07 pm    Post subject: KDE/nouveau screen: looks as if wrong resolution selected Reply with quote

X is installed and starts fine with TWM. I installed KDE and it starts fine with KDM. So far the screen looks fine. KDM starts loading the desktop but this seems much slower than before. (old install was also KDE but older version).

I get the background with the cashew in the upper right corner. No taskbar below, just a little grey square in the left lower corner.

If I hover over the cashew it opens a border but nothing filled only some garbled output left next to it. Going with the mouse over the place where the menus should be they appear one-by-one and disappear when I leave the spot where the menu should be.

About the same happens when I go to the lower left corner where the taskbar should be but it looks as if everything apprear left (off-screen) and I see only a border.

Right-click on the mouse gives a border without anything in it. That appears when I scroll through it but disappears as fast as I go over it.

Lspci says:
Code:

02:00.0 VGA compatible controller: NVIDIA Corporation NV44 [GeForce 6200 TurboCache] Rev a1)


make.conf: VIDEO_CARDS="nouveau"
Didn't touch the X11 config file. Running a single screen 1920x1200 over dvi.

config:
Code:


Graphics support
 <*> /dev/agpgart (AGP support)
    <*> AMD Opteron/Athlon64 on-CPU GART support
    <*> Intel 440LX/BX/GX, I8xx and E7x05 cipset support

Direct Rendering  Manager
    <*> Nouveau (NVIDIA) cards

Frame buffer Devices
    <*> EFI-based Framebuffer Support

Backlight & LCD support
    <*> Generic (aka Sharp Corgi) Backlight Driver

Console display driver support
    [*] Enable Scrollback Buffer in System RAM



I could probably remove the line about Intel chipsets as this is an AMD Opteron system with only AMD and Nvidia chipset in it.

EDIT: I wanted to check /etc/X11/xorg.conf.d but that directory isn't there. In /etc/X11 there are only /Sessions and /xinit together with chooser.sh and startDM.sh.
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Sun Feb 08, 2015 4:07 pm    Post subject: Reply with quote

dmesg?
cat /var/log/Xorg.0.log ?

which nouvou version?

check your useflags on teh affected packages.
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Tue Feb 10, 2015 8:23 pm    Post subject: Reply with quote

Dmesg is too large to put in a post, I have put it in a file. Likewise the Xorg.0.log.

dmesg: http://users.skynet.be/sb262617/forum_gentoo/dmesg
Xorg.0.log: http://users.skynet.be/sb262617/forum_gentoo/Xorg.0.log

Only thing I see in dmegs that might be related is:

Code:
[    0.768137] nouveau E[ DISPLAY][0000:02:00.0] 01:0130: func 08 lookup failed, -2



I cleared the Xorg log and then started KDM, logged in and then closed KDE and went back to the console.
Here I only see these errors:

Code:
[  4168.694] (II) LoadModule: "nouveau"
[  4168.694] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[  4168.695] (II) Module nouveau: vendor="X.Org Foundation"
[  4168.695]    compiled for 1.15.2, module version = 1.0.10
[  4168.695]    Module class: X.Org Video Driver
[  4168.695]    ABI class: X.Org Video Driver, version 15.0
[  4168.695] (II) LoadModule: "nv"
[  4168.695] (WW) Warning, couldn't open module nv
[  4168.695] (II) UnloadModule: "nv"
[  4168.695] (II) Unloading nv
[  4168.695] (EE) Failed to load module "nv" (module does not exist, 0)
[  4168.695] (II) LoadModule: "modesetting"
[  4168.695] (WW) Warning, couldn't open module modesetting
[  4168.695] (II) UnloadModule: "modesetting"
[  4168.695] (II) Unloading modesetting
[  4168.695] (EE) Failed to load module "modesetting" (module does not exist, 0)
[  4168.695] (II) LoadModule: "fbdev"
[  4168.695] (WW) Warning, couldn't open module fbdev
[  4168.695] (II) UnloadModule: "fbdev"
[  4168.695] (II) Unloading fbdev
[  4168.695] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4168.695] (II) LoadModule: "vesa"
[  4168.695] (WW) Warning, couldn't open module vesa
[  4168.695] (II) UnloadModule: "vesa"
[  4168.695] (II) Unloading vesa
[  4168.695] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4168.695] (II) NOUVEAU driver
[  4168.695] (II) NOUVEAU driver for NVIDIA chipset families :


Further I see that the screen is detected and the resolution of 1920x1200 is selected.
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Thu Feb 12, 2015 10:01 am    Post subject: Reply with quote

how comes

Quote:
[ 4168.695] (EE) Failed to load module "nv" (module does not exist, 0)


clearly states it does not exists for any of those.

did you set the video variable in make.conf and did you compile the drivers in kernel and the packages?

Code:
qlist -I nouveau
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Thu Feb 12, 2015 7:11 pm    Post subject: Reply with quote

I tought "nv" is the nvidia propriaty driver, not nouveau?

make.conf

Code:
VIDEO_CARDS="nouveau"


In the kernel only "nouveau" is selected as Direct Rendering Mananger.

Don't understand what you mean setting it "in the packages".

qlist -I nouveau gives: x11-drivers/xf86-video-nouveau

I see in Xorg.0.log that the nouveau driver does start.

Code:

[  4168.691] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  4168.691] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4168.691] (II) Loader magic: 0x7fdc60
[  4168.691] (II) Module ABI versions:
[  4168.691]    X.Org ANSI C Emulation: 0.4
[  4168.691]    X.Org Video Driver: 15.0
[  4168.691]    X.Org XInput driver : 20.0
[  4168.691]    X.Org Server Extension : 8.0
[  4168.691] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4168.692] (--) PCI:*(0:2:0:0) 10de:0161:0000:0000 rev 161, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216
[  4168.693] Initializing built-in extension Generic Event Extension
[  4168.693] Initializing built-in extension SHAPE
[  4168.693] Initializing built-in extension MIT-SHM
[  4168.693] Initializing built-in extension XInputExtension
[  4168.693] Initializing built-in extension XTEST
[  4168.693] Initializing built-in extension BIG-REQUESTS
[  4168.693] Initializing built-in extension SYNC
[  4168.693] Initializing built-in extension XKEYBOARD
[  4168.693] Initializing built-in extension XC-MISC
[  4168.693] Initializing built-in extension XINERAMA
[  4168.693] Initializing built-in extension XFIXES
[  4168.693] Initializing built-in extension RENDER
[  4168.693] Initializing built-in extension RANDR
[  4168.693] Initializing built-in extension COMPOSITE
[  4168.693] Initializing built-in extension DAMAGE
[  4168.693] Initializing built-in extension MIT-SCREEN-SAVER
[  4168.693] Initializing built-in extension DOUBLE-BUFFER
[  4168.693] Initializing built-in extension RECORD
[  4168.693] Initializing built-in extension DPMS
[  4168.693] Initializing built-in extension Present
[  4168.693] Initializing built-in extension DRI3
[  4168.693] Initializing built-in extension X-Resource
[  4168.693] Initializing built-in extension XVideo
[  4168.693] Initializing built-in extension XVideo-MotionCompensation
[  4168.693] Initializing built-in extension XFree86-VidModeExtension
[  4168.693] Initializing built-in extension XFree86-DGA
[  4168.693] Initializing built-in extension XFree86-DRI
[  4168.693] Initializing built-in extension DRI2
[  4168.693] (II) LoadModule: "glx"
[  4168.693] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  4168.694] (II) Module glx: vendor="X.Org Foundation"
[  4168.694]    compiled for 1.15.2, module version = 1.0.0
[  4168.694]    ABI class: X.Org Server Extension, version 8.0
[  4168.694] (==) AIGLX enabled
[  4168.694] Loading extension GLX
[  4168.694] (==) Matched nouveau as autoconfigured driver 0
[  4168.694] (==) Matched nv as autoconfigured driver 1
[  4168.694] (==) Matched nouveau as autoconfigured driver 2
[  4168.694] (==) Matched nv as autoconfigured driver 3
[  4168.694] (==) Matched modesetting as autoconfigured driver 4
[  4168.694] (==) Matched fbdev as autoconfigured driver 5
[  4168.694] (==) Matched vesa as autoconfigured driver 6
[  4168.694] (==) Assigned the driver to the xf86ConfigLayout
[  4168.694] (II) LoadModule: "nouveau"
[  4168.694] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[  4168.695] (II) Module nouveau: vendor="X.Org Foundation"
[  4168.695]    compiled for 1.15.2, module version = 1.0.10
[  4168.695]    Module class: X.Org Video Driver
[  4168.695]    ABI class: X.Org Video Driver, version 15.0
[  4168.695] (II) LoadModule: "nv"
[  4168.695] (WW) Warning, couldn't open module nv
[  4168.695] (II) UnloadModule: "nv"
[  4168.695] (II) Unloading nv
[  4168.695] (EE) Failed to load module "nv" (module does not exist, 0)
[  4168.695] (II) LoadModule: "modesetting"
[  4168.695] (WW) Warning, couldn't open module modesetting
[  4168.695] (II) UnloadModule: "modesetting"
[  4168.695] (II) Unloading modesetting
[  4168.695] (EE) Failed to load module "modesetting" (module does not exist, 0)
[  4168.695] (II) LoadModule: "fbdev"
[  4168.695] (WW) Warning, couldn't open module fbdev
[  4168.695] (II) UnloadModule: "fbdev"
[  4168.695] (II) Unloading fbdev
[  4168.695] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4168.695] (II) LoadModule: "vesa"
[  4168.695] (WW) Warning, couldn't open module vesa
[  4168.695] (II) UnloadModule: "vesa"
[  4168.695] (II) Unloading vesa
[  4168.695] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4168.695] (II) NOUVEAU driver
[  4168.695] (II) NOUVEAU driver for NVIDIA chipset families :
[  4168.695]    RIVA TNT        (NV04)
[  4168.695]    RIVA TNT2       (NV05)
[  4168.695]    GeForce 256     (NV10)
[  4168.695]    GeForce 2       (NV11, NV15)
[  4168.695]    GeForce 4MX     (NV17, NV18)
[  4168.695]    GeForce 3       (NV20)
[  4168.695]    GeForce 4Ti     (NV25, NV28)
[  4168.695]    GeForce FX      (NV3x)
[  4168.695]    GeForce 6       (NV4x)
[  4168.695]    GeForce 7       (G7x)
[  4168.695]    GeForce 8       (G8x)
[  4168.695]    GeForce GTX 200 (NVA0)
[  4168.695]    GeForce GTX 400 (NVC0)
[  4168.695] (++) using VT number 7

[  4168.696] (II) [drm] nouveau interface version: 1.2.0
[  4168.696] (II) Loading sub module "dri2"
[  4168.696] (II) LoadModule: "dri2"
[  4168.696] (II) Module "dri2" already built-in
[  4168.696] (--) NOUVEAU(0): Chipset: "NVIDIA NV44"
[  4168.696] (II) NOUVEAU(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[  4168.696] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  4168.696] (==) NOUVEAU(0): RGB weight 888
[  4168.696] (==) NOUVEAU(0): Default visual is TrueColor
[  4168.696] (==) NOUVEAU(0): Using HW cursor
[  4168.696] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[  4168.696] (==) NOUVEAU(0): Page flipping enabled
[  4168.696] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[  4168.725] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[  4168.756] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[  4168.782] (II) NOUVEAU(0): Output TV-1 has no monitor section
[  4168.810] (II) NOUVEAU(0): EDID for output VGA-1
[  4168.841] (II) NOUVEAU(0): EDID for output DVI-I-1
[  4168.841] (II) NOUVEAU(0): Manufacturer: DEL  Model: a030  Serial#: 809776211
[  4168.841] (II) NOUVEAU(0): Year: 2009  Week: 14
[  4168.841] (II) NOUVEAU(0): EDID Version: 1.3
[  4168.841] (II) NOUVEAU(0): Digital Display Input
[  4168.841] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 58  vert.: 36
[  4168.841] (II) NOUVEAU(0): Gamma: 2.20
[  4168.841] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[  4168.841] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  4168.841] (II) NOUVEAU(0): First detailed timing is preferred mode
[  4168.841] (II) NOUVEAU(0): redX: 0.675 redY: 0.318   greenX: 0.189 greenY: 0.704
[  4168.841] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.069   whiteX: 0.313 whiteY: 0.329
[  4168.841] (II) NOUVEAU(0): Supported established timings:
[  4168.841] (II) NOUVEAU(0): 720x400@70Hz
[  4168.841] (II) NOUVEAU(0): 640x480@60Hz
[  4168.841] (II) NOUVEAU(0): 640x480@75Hz
[  4168.841] (II) NOUVEAU(0): 800x600@60Hz
[  4168.841] (II) NOUVEAU(0): 800x600@75Hz
[  4168.841] (II) NOUVEAU(0): 1024x768@60Hz
[  4168.841] (II) NOUVEAU(0): 1024x768@75Hz
[  4168.841] (II) NOUVEAU(0): 1280x1024@75Hz
[  4168.841] (II) NOUVEAU(0): Manufacturer's mask: 0
[  4168.841] (II) NOUVEAU(0): Supported standard timings:
[  4168.841] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  4168.841] (II) NOUVEAU(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  4168.841] (II) NOUVEAU(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  4168.841] (II) NOUVEAU(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  4168.841] (II) NOUVEAU(0): Supported detailed timing:
[  4168.841] (II) NOUVEAU(0): clock: 154.0 MHz   Image Size:  582 x 364 mm
[  4168.841] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  4168.841] (II) NOUVEAU(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[  4168.841] (II) NOUVEAU(0): Serial No: TR07093V0D4S
[  4168.841] (II) NOUVEAU(0): Monitor name: DELL 2709W
[  4168.841] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  4168.841] (II) NOUVEAU(0): EDID (in hex):
[  4168.841] (II) NOUVEAU(0):    00ffffffffffff0010ac30a053344430
[  4168.841] (II) NOUVEAU(0):    0e130103803a2478eae9f5ac5130b425
[  4168.841] (II) NOUVEAU(0):    115054a54b008180a940714fb3000101
[  4168.841] (II) NOUVEAU(0):    010101010101283c80a070b023403020
[  4168.841] (II) NOUVEAU(0):    3600466c2100001a000000ff00545230
[  4168.841] (II) NOUVEAU(0):    3730393356304434530a000000fc0044
[  4168.841] (II) NOUVEAU(0):    454c4c2032373039570a2020000000fd
[  4168.841] (II) NOUVEAU(0):    00384c1e5311000a2020202020200032
[  4168.841] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[  4168.841] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4168.841] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4168.841] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4168.842] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4168.868] (II) NOUVEAU(0): EDID for output TV-1
[  4168.868] (II) NOUVEAU(0): Output VGA-1 disconnected
[  4168.868] (II) NOUVEAU(0): Output DVI-I-1 connected
[  4168.868] (II) NOUVEAU(0): Output TV-1 disconnected
[  4168.868] (II) NOUVEAU(0): Using exact sizes for initial modes
[  4168.868] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1200
[  4168.868] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4168.868] (--) NOUVEAU(0): Virtual size is 1920x1200 (pitch 0)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1920x1200": 154.0 MHz (scaled from 0.0 MHz), 74.0 kHz, 60.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4168.868] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[  4168.868] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4168.868] (==) NOUVEAU(0): DPI set to (96, 96)
[  4168.868] (II) Loading sub module "fb"
[  4168.868] (II) LoadModule: "fb"
[  4168.868] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  4168.868] (II) Module fb: vendor="X.Org Foundation"
[  4168.868]    compiled for 1.15.2, module version = 1.0.0
[  4168.868]    ABI class: X.Org ANSI C Emulation, version 0.4
[  4168.868] (II) Loading sub module "exa"
[  4168.868] (II) LoadModule: "exa"
[  4168.868] (II) Loading /usr/lib64/xorg/modules/libexa.so
[  4168.868] (II) Module exa: vendor="X.Org Foundation"
[  4168.868]    compiled for 1.15.2, module version = 2.6.0
[  4168.868]    ABI class: X.Org Video Driver, version 15.0
[  4168.868] (II) Loading sub module "shadowfb"
[  4168.868] (II) LoadModule: "shadowfb"
[  4168.868] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[  4168.868] (II) Module shadowfb: vendor="X.Org Foundation"
[  4168.868]    compiled for 1.15.2, module version = 1.0.0
[  4168.868]    ABI class: X.Org ANSI C Emulation, version 0.4
[  4168.868] (--) Depth 24 pixmap format is 32 bpp
[  4168.870] (II) NOUVEAU(0): Opened GPU channel 0
[  4168.871] (II) NOUVEAU(0): [DRI2] Setup complete
[  4168.871] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[  4168.871] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[  4168.872] (II) EXA(0): Driver allocated offscreen pixmaps
[  4168.872] (II) EXA(0): Driver registered support for the following operations:
[  4168.872] (II)         Solid
[  4168.872] (II)         Copy
[  4168.872] (II)         Composite (RENDER acceleration)
[  4168.872] (II)         UploadToScreen
[  4168.872] (II)         DownloadFromScreen
[  4168.872] (==) NOUVEAU(0): Backing store enabled
[  4168.872] (==) NOUVEAU(0): Silken mouse enabled
[  4168.872] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter.
[  4168.872] (II) NOUVEAU(0): [XvMC] Extension initialized.
[  4168.872] (==) NOUVEAU(0): DPMS enabled
[  4168.872] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  4168.872] (--) RandR disabled
[  4168.897] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  4168.897] (II) AIGLX: enabled GLX_ARB_create_context
[  4168.897] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  4168.897] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  4168.897] (II) AIGLX: enabled GLX_INTEL_swap_event
[  4168.897] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  4168.897] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  4168.897] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  4168.897] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  4168.897] (II) AIGLX: Loaded and initialized nouveau
[  4168.898] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4168.907] (II) NOUVEAU(0): NVEnterVT is called.
[  4168.978] (II) NOUVEAU(0): Setting screen physical size to 508 x 317
[  4168.978] resize called 1920 1200
[  4169.020] (II) config/udev: Adding input device Power Button (/dev/input/event1)

_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Feb 15, 2015 9:44 am    Post subject: Reply with quote

Bump. Really no ideas? A new video card? Re-install from 0?
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
jonathan183
Guru
Guru


Joined: 13 Dec 2011
Posts: 318

PostPosted: Sun Feb 15, 2015 10:24 am    Post subject: Reply with quote

I think the problem may be the kernel version, I had to jump a kernel version because there was a regression of nouveau around the kernel version indicated in your dmesg information. I ended up with 3.18.3.
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Feb 15, 2015 12:54 pm    Post subject: Reply with quote

Worth a shot. Guess I'll have to recompile the Xorg server, drivers and kde to make sure?
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Feb 15, 2015 3:04 pm    Post subject: Reply with quote

Ok, got kernel 3.14.31 as this looks like that last stable one before 3.17.8-r1. Made an oldconfig, then emerge --newuse --deep for xorg-drivers, xorg-server and kdebase-meta.

After reboot into this kernel no change.

I get more and more the impression that Xorg is OK but the fault is with KDE. Is it possible to downgrade this?
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Feb 15, 2015 4:02 pm    Post subject: Reply with quote

Ok, emerged LXDE and this works without any problem AFAIK. So the issue is with KDE.
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
jonathan183
Guru
Guru


Joined: 13 Dec 2011
Posts: 318

PostPosted: Sun Feb 15, 2015 8:48 pm    Post subject: Reply with quote

Spanik wrote:
Ok, emerged LXDE and this works without any problem AFAIK. So the issue is with KDE.
I went from kernel 3.14.16 to 3.18.3 so I just keyworded 3.18.3 to try it. I know both versions work on my system, but since I don't use kde I can't help confirm that ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum