Gentoo Archives: gentoo-user

From: andrea <momesso.andrea@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Nvidia GeForce Go 6800 and nvidia-drivers ==> Cannot switch to ttys or close X
Date: Fri, 07 Mar 2008 11:35:28
Message-Id: 1204889544.12884.14.camel@fandango
1 I'm using a Fujitsu Siemens Amilo D laptop with nvidia GeForse Go 6800:
2
3 | 03:00.0 VGA compatible controller: nVidia Corporation NV41.8 [GeForce
4 | Go 6800] (rev a2)
5
6
7 Latest available version of nvidia-drivers
8
9 | [I] x11-drivers/nvidia-drivers (169.12@29/02/2008): NVIDIA X11 driver
10 | and GLX libraries
11
12 The X session loads smooth with no errors and no warnings but after X is
13 loaded there is no way to come back to the framebuffer console (pressing
14 CTRL+ALT+F* or closing the session).
15
16 I get an almost white screen with some distorsion. If I come back
17 pressing CTRL+ALT+F7 I see my X session up n running.
18 The same happens if I close my session and then write "startx" on the
19 white screen. I have a brand new session running with no problems and no
20 errors.
21
22 Here are some relevant parts of my kernel config:
23
24 #
25 # Graphics support
26 #
27 CONFIG_AGP=y
28 # CONFIG_AGP_ALI is not set
29 # CONFIG_AGP_ATI is not set
30 # CONFIG_AGP_AMD is not set
31 # CONFIG_AGP_AMD64 is not set
32 # CONFIG_AGP_INTEL is not set
33 # CONFIG_AGP_NVIDIA is not set
34 # CONFIG_AGP_SIS is not set
35 # CONFIG_AGP_SWORKS is not set
36 # CONFIG_AGP_VIA is not set
37 # CONFIG_AGP_EFFICEON is not set
38 # CONFIG_DRM is not set
39 # CONFIG_VGASTATE is not set
40 # CONFIG_VIDEO_OUTPUT_CONTROL is not set
41 CONFIG_FB=y
42 # CONFIG_FIRMWARE_EDID is not set
43 # CONFIG_FB_DDC is not set
44 CONFIG_FB_CFB_FILLRECT=y
45 CONFIG_FB_CFB_COPYAREA=y
46 CONFIG_FB_CFB_IMAGEBLIT=y
47 # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
48 # CONFIG_FB_SYS_FILLRECT is not set
49 # CONFIG_FB_SYS_COPYAREA is not set
50 # CONFIG_FB_SYS_IMAGEBLIT is not set
51 # CONFIG_FB_SYS_FOPS is not set
52 CONFIG_FB_DEFERRED_IO=y
53 # CONFIG_FB_SVGALIB is not set
54 # CONFIG_FB_MACMODES is not set
55 # CONFIG_FB_BACKLIGHT is not set
56 CONFIG_FB_MODE_HELPERS=y
57 # CONFIG_FB_TILEBLITTING is not set
58
59 #
60 # Frame buffer hardware drivers
61 #
62 # CONFIG_FB_CIRRUS is not set
63 # CONFIG_FB_PM2 is not set
64 # CONFIG_FB_CYBER2000 is not set
65 # CONFIG_FB_ARC is not set
66 # CONFIG_FB_ASILIANT is not set
67 # CONFIG_FB_IMSTT is not set
68 # CONFIG_FB_VGA16 is not set
69 CONFIG_FB_UVESA=y
70 # CONFIG_FB_VESA is not set
71 # CONFIG_FB_EFI is not set
72 # CONFIG_FB_HECUBA is not set
73 # CONFIG_FB_HGA is not set
74 # CONFIG_FB_S1D13XXX is not set
75 # CONFIG_FB_NVIDIA is not set
76 # CONFIG_FB_RIVA is not set
77 # CONFIG_FB_I810 is not set
78 # CONFIG_FB_LE80578 is not set
79 # CONFIG_FB_INTEL is not set
80 # CONFIG_FB_MATROX is not set
81 # CONFIG_FB_RADEON is not set
82 # CONFIG_FB_ATY128 is not set
83 # CONFIG_FB_ATY is not set
84 # CONFIG_FB_S3 is not set
85 # CONFIG_FB_SAVAGE is not set
86 # CONFIG_FB_SIS is not set
87 # CONFIG_FB_NEOMAGIC is not set
88 # CONFIG_FB_KYRO is not set
89 # CONFIG_FB_3DFX is not set
90 # CONFIG_FB_VOODOO1 is not set
91 # CONFIG_FB_VT8623 is not set
92 # CONFIG_FB_CYBLA is not set
93 # CONFIG_FB_TRIDENT is not set
94 # CONFIG_FB_ARK is not set
95 # CONFIG_FB_PM3 is not set
96 # CONFIG_FB_GEODE is not set
97 # CONFIG_FB_VIRTUAL is not set
98 CONFIG_BACKLIGHT_LCD_SUPPORT=y
99 CONFIG_LCD_CLASS_DEVICE=m
100 CONFIG_BACKLIGHT_CLASS_DEVICE=y
101 # CONFIG_BACKLIGHT_CORGI is not set
102 # CONFIG_BACKLIGHT_PROGEAR is not set
103
104 #
105 # Display device support
106 #
107 # CONFIG_DISPLAY_SUPPORT is not set
108
109 #
110 # Console display driver support
111 #
112 CONFIG_VGA_CONSOLE=y
113 # CONFIG_VGACON_SOFT_SCROLLBACK is not set
114 # CONFIG_VIDEO_SELECT is not set
115 CONFIG_DUMMY_CONSOLE=y
116 CONFIG_FRAMEBUFFER_CONSOLE=y
117 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
118 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
119 CONFIG_FB_CON_DECOR=y
120 # CONFIG_FONTS is not set
121 CONFIG_FONT_8x8=y
122 CONFIG_FONT_8x16=y
123 # CONFIG_LOGO is not set

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies