 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

11th February 2011, 09:41 PM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
switch VGA controller
Hello, first of all, Id like to apologize if I'm asking stupid question, but I am very new to linux.
My question is, I encountered this problem (flickering screen on VGA output of my dell notebook):
https://bugs.freedesktop.org/show_bug.cgi?id=28306
but thing is if I exec lspci
Code:
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev
a2)
There are two controllers. So how do I know which controller is used for external monitor ? Maybe if I switch it it would fix the problem? Or am I completely wrong ?
|

11th February 2011, 09:53 PM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300

|
|
|
Re: switch VGA controller
Quote:
Originally Posted by MarsTeam
Code:
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev
a2)
There are two controllers. So how do I know which controller is used for external monitor ? Maybe if I switch it it would fix the problem? Or am I completely wrong ?
|
You will find a line like ths in the output of " lsmod"
video 13188 1 i915
So my system is using th i915 driver for the intel GPU. For the nvidea you might get
video 13188 1 nouveau
or similar.
You can probably control which is used from the BIOS.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
|

11th February 2011, 11:13 PM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Even when I install it exactly accordingly to tutorial It hangs out after "Starting atd:". I tried kmod, akmod.
I can get into other terminals though. My lsmod displays nvidia in i2c_core, and there is no nouveau. Any ideas ?
|

11th February 2011, 11:38 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Quote:
Originally Posted by MarsTeam
Even when I install it exactly accordingly to tutorial It hangs out after "Starting atd:". I tried kmod, akmod.
I can get into other terminals though. My lsmod displays nvidia in i2c_core, and there is no nouveau. Any ideas ?
|
post
Code:
cat /var/log/Xorg.0.log
Code:
rpm -qa |grep nvidia |sort
and
|

11th February 2011, 11:14 PM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: switch VGA controller
I have both i915 and nouveau there.
I've read that the flickering bug happens on i915, so I want to enforce my all my vga to be rendered by my Geforce 310M. Is it possible ? That would maybe help me with problem.
Last edited by MarsTeam; 11th February 2011 at 11:16 PM.
Reason: No content before
|

11th February 2011, 11:33 PM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300

|
|
|
Re: switch VGA controller
1/ BIOS ?
2/ You can probably blacklist the i915 drver like
siu -
<passwd>
echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf
^D
reboot
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
|

11th February 2011, 11:49 PM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: switch VGA controller
1/ There's no such option in bios.
2/ I added blacklist i915 to the end of blacklist.conf file but it is still listed in lsmod.
|

12th February 2011, 12:07 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
cat /var/log/Xorg.0.log
rpm -qa |grep nvidia |sortg
dmesg
additional info:
My gfx is Geforce 310M, I'm running 64b system.
Last edited by leigh123linux; 12th February 2011 at 04:25 AM.
Reason: added tags as I don't read external links
|

12th February 2011, 04:39 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Quote:
Originally Posted by MarsTeam
cat /var/log/Xorg.0.log
rpm -qa |grep nvidia |sortg
dmesg
additional info:
My gfx is Geforce 310M, I'm running 64b system.
|
Try running
Code:
su
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
nvidia-xconfig
It looks like the monitor isn't being detected.
.
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

12th February 2011, 08:50 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Quote:
Originally Posted by leigh123linux
Try running
Code:
su
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
nvidia-xconfig
It looks like the monitor isn't being detected.
.
|
Tried, still no help - still system hangs at startup (I can only switch to other terminal).
By the way maybe this could help ? I have no idea though.
Code:
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev
a2)
|

12th February 2011, 08:59 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Quote:
Originally Posted by MarsTeam
Tried, still no help - still system hangs at startup (I can only switch to other terminal).
By the way maybe this could help ? I have no idea though.
Code:
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev
a2)
|
You need to disable the intel card if possible in the mobo bios.
|

12th February 2011, 10:49 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: F14, F13 & F12 Nvidia driver guides
Quote:
Originally Posted by leigh123linux
You need to disable the intel card if possible in the mobo bios.
|
Hi, I can't disable in in bios because:
1/ There is no such option.
2/ I dual boot with windows, and I'd like to have it there (I guess)
I tried to disable it by appending "blacklist i915" >> /etc/modprobe.d/blacklist.conf , but it still is in my lsmod.
So is there some other way how to disable it, or have I done something wrong ?
I have very good reason why I am installing proprietary drivers, I have bug with external monitor flickering on VGA output and I'm hoping this would fix it.
---------- Post added at 11:49 AM ---------- Previous post was at 10:06 AM ----------
Hi, I tried to disable it by adding to grub:
agp=off
now when I write 'lsmod'
in 'video' there is nothing (not even i915, not noveau). Maybe there should be nvidia ?
Before installing akmod
lsmod
Code:
video 21637 2 i915, nouveau
After installing akmod
lsmod
After adding the agp=off to grub
lsmod
Maybe that helps ?
|

12th February 2011, 11:16 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: switch VGA controller
|

12th February 2011, 11:41 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 19

|
|
|
Re: switch VGA controller
I use Dell Vostro 3300, I believe it has no Optimus technology implemented, so I should be able to switch between GFX... or not ?
Edit: Thanks for merge. I'm new to this forum wasn't sure whether to post it as separate issues or no, and where to post it.
Last edited by MarsTeam; 12th February 2011 at 11:46 AM.
|

12th February 2011, 12:37 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: switch VGA controller
Quote:
Originally Posted by MarsTeam
I use Dell Vostro 3300, I believe it has no Optimus technology implemented, so I should be able to switch between GFX... or not ?
Edit: Thanks for merge. I'm new to this forum wasn't sure whether to post it as separate issues or no, and where to post it.
|
Try this post.
https://bbs.archlinux.org/viewtopic.php?id=104788
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:20 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|