LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-10-2018, 08:15 PM   #1
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
TV not properly recognized by X


System is running Slackware 14.2 x64.

I hook my TV up to my laptop with a VGA to HDMI adapter. My old laptop using nouveau driver with an nVidia 8600 card works fine. I can set the resolution to 1900x1080.

My new laptop using the Intel driver with am i915 card will only do 1024x786.

I created an xorg.conf file using the X -config xorg.conf command. The only difference in the two configs is the driver names and the Bus ID.

I even uninstalled the xf86-video-intelxxx package and still the same.

I am kind of kind of stuck on what to do. Any help would be appreciated.
 
Old 01-11-2018, 09:27 AM   #2
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
I ran the following command on the new laptop and can change the resolution.

Code:
gtf 1920 1080 60
xrandr --newmode "1920x1080_60.00"  181.38  1920 2144 2360 2704  1080 1081 1084 1118  -HSync +Vsync
xrandr --addmode VGA1 "1920x1080_60.00"
xrandr --output VGA1 --mode  "1920x1080_60.00"
But it still has black on both sides of the picture, were the old laptop does not. Is this a driver issue? If so how can change the driver and does anyone have a suggested driver for an Intel i915 card.

lspci
Code:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
03:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
04:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
lsmod | grep intel
Code:
intel_powerclamp        8914  0
intel_ips              11425  0
snd_hda_intel          29531  3
snd_hda_codec         108205  3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
intel_agp              11809  0
intel_gtt              13810  3 i915,intel_agp
agpgart                31796  3 drm,intel_agp,intel_gtt
snd_hda_core           52370  4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_pcm                92738  4 snd_usb_audio,snd_hda_codec,snd_hda_intel,snd_hda_core
snd                    69051  20 snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
 
Old 01-11-2018, 10:43 AM   #3
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
$ xrandr

Pipe it to a file if you're blind with no screens. It should list available options, it's probably selecting the wrong one (debate-able) by default. Aka the highest COMMON resolution supported by ALL monitors. Some older GPUs can only do so many pixels though. For an old Dell Inspiron 1150 I have, 1280x800 was the best I could get on a 1600x900 display that has VGA input.
 
Old 01-11-2018, 11:57 AM   #4
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
Thanks shadow. I was kind of leaning towards the resolution thing. I will try that when I get home tonight.
 
Old 01-20-2018, 04:26 PM   #5
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
I wound up creating a script to run when X starts.

Code:
gtf 1366 768 60
xrandr --newmode "1368x768_60.00"  87.91  1368 1440 1584 1800  768 787 790 814  -HSync +Vsync 
xrandr --addmode VGA1 "1368x768_60.00"
xrandr --output VGA1 --mode  "1368x768_60.00"
Thanks all for the help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAID 0 not properly recognized with dmraid on an Intel 82801GHM Uyanec Linux - Hardware 6 02-17-2008 12:40 PM
Tape Drive not recognized properly Risc91 AIX 0 10-24-2005 08:28 AM
pci-e support: nvidia 6600gt not properly recognized? nvtv does not work... spad Linux - Hardware 1 09-26-2005 07:11 AM
Sidewinder recognized, but not working properly. Locura Linux - Hardware 2 08-08-2003 01:55 AM
Sidewinder recognized, but not working properly. Locura Slackware 0 07-07-2003 08:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration