You are not logged in.

#1 2016-04-28 10:01:11

d4rk9
Member
Registered: 2016-04-28
Posts: 10

cant set 1980x1080

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

#2 2016-04-28 10:46:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: cant set 1980x1080

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 wink - 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

#3 2016-04-28 11:27:44

d4rk9
Member
Registered: 2016-04-28
Posts: 10

Re: cant set 1980x1080

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

#4 2016-04-28 11:33:36

d4rk9
Member
Registered: 2016-04-28
Posts: 10

Re: cant set 1980x1080

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

#5 2016-04-28 13:03:02

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: cant set 1980x1080

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

#6 2016-04-28 17:58:44

d4rk9
Member
Registered: 2016-04-28
Posts: 10

Re: cant set 1980x1080

damo wrote:

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

#7 2016-04-28 18:28:56

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: cant set 1980x1080

d4rk9 wrote:

...
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

#8 2016-04-28 18:45:54

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: cant set 1980x1080

@d4rk9:

Please post the full output of:

grep -R blacklist /etc/modprobe.d
grep -iR nvidia /etc/X11

Offline

#9 2016-04-28 19:23:55

d4rk9
Member
Registered: 2016-04-28
Posts: 10

Re: cant set 1980x1080

Head_on_a_Stick wrote:

@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

#10 2016-04-28 19:30:06

d4rk9
Member
Registered: 2016-04-28
Posts: 10

Re: cant set 1980x1080

only ops can close this topic with solved?

Offline

#11 2016-04-28 19:37:24

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: cant set 1980x1080

Just edit the title of your first post in this thread and add [SOLVED] wink

Offline

#12 2016-04-28 19:38:08

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: cant set 1980x1080

d4rk9 wrote:

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

#13 2016-04-28 20:00:31

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: cant set 1980x1080

Horizon_Brave wrote:
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 sad


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

#14 2016-04-29 05:36:26

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: cant set 1980x1080

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

Board footer

Powered by FluxBB