You are not logged in.
Pages: 1
i got new video card nvidia geforce gt 730
i got sumsung screen with dvi but cable i got hdmi on other end,anyways xrandr cant see it....
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.00*
800x600 61.00
640x480 60.00
lspci -knn|grep -iA2 'vga\|3d'
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208 [GeForce GT 730] [10de:1287] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:3693]
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0e0f] (rev a1)
if anyone can help me i would really aprichiate it
Last edited by d4rk9 (2016-04-28 10:10:24)
Offline
What is the full output of the lspci command? You haven't shown the driver in use...
Have you installed nvidia driver? https://forums.bunsenlabs.org/viewtopic … 641#p19641
PS If you could use [ code ] tags for terminal output it makes it easier to read. As does capital letters in the appropriate places - remember many forum users don't have English as a first language, so considerate writing is appreciated.
Last edited by damo (2016-04-28 10:49:03)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
thank you for reply ...
here is what came out after that command
d4rk@debian:~$ lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.5 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation C220 Series Chipset Family H81 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 730] (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0e0f (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Last edited by damo (2016-04-28 13:30:00)
Offline
also i have two harddrives one ssd thhat i have only linux, and other one that had windows, yesturday somehow when i loaded windows hd, bunsenlabs came on it... but wasnt installed..that the biggest mistery to me ,how it happen i have no clue..
Offline
Good grief - USE CODE TAGS!! There is a Help page for forum post formatting in my sig.
lspci -knn | grep -i vga
If you have other problems as well then please start a different thread.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Good grief - USE CODE TAGS!! There is a Help page for forum post formatting in my sig.
lspci -knn | grep -i vga
If you have other problems as well then please start a
different thread.
lspci -knn | grep -i vga
d4rk@debian:~$ lspci -knn | grep -i vga
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208 [GeForce GT 730] [10de:1287] (rev a1)
i just dont know which exxact driver i need
Offline
...
i just dont know which exxact driver i need
Above the text window when writing your post, click on "Code", and paste (all) the terminal output of:
lspci -knn
Install and run nvidia-detect to find the recommended driver
sudo apt-get install nvidia-detect
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
@d4rk9:
Please post the full output of:
grep -R blacklist /etc/modprobe.d
grep -iR nvidia /etc/X11
Offline
@d4rk9:
Please post the full output of:
grep -R blacklist /etc/modprobe.d grep -iR nvidia /etc/X11
thanks you but i just got it all workin, all i had todo is kill xx server then install right nvidia driver now all lookin super cool..thanks to everybody....i know i can always count on help if i neeed it in this forum couse we all brothers ,i hope u f***rs feel the same:)
ps. damo and no ways by f***rs i ment what you think i said mister,i dont use wordds lke that
Last edited by d4rk9 (2016-04-28 19:26:49)
Offline
only ops can close this topic with solved?
Offline
Just edit the title of your first post in this thread and add [SOLVED]
Offline
only ops can close this topic with solved?
Just edit your original post and add [SOLVED] in the subject
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
d4rk9 wrote:only ops can close this topic with solved?
Just edit your original post and add [SOLVED] in the subject
He won't be able to do that because his keyboard doesn't have a caps key
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
damo, for future reference, i always request
lspci -k | grep -iEA5 'vga|3d'
the -A option has to leave plenty of lines, otherwise the "driver in use" might get cut off.
Offline
Pages: 1