LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-23-2016, 09:43 PM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Slackware 14.2 video compatibility?


What types of video monitors is Slackware 14.2 compatible with? I currently use a HP w1707 monitor (VESA compatible) with Slackware 14.2, but am considering upgrading to a newer one (I understand that the newer ones are not VESA compatible) So would Slackware 14.2 work just as well on a newer monitor?
 
Old 07-23-2016, 09:53 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I have not encountered issues with Slackware on any monitor I've used it with, desktop or laptop.

I have not used an HDMI or display port monitor, though I suspect either would work just fine.

Last edited by frankbell; 07-23-2016 at 09:54 PM.
 
Old 07-23-2016, 10:06 PM   #3
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
VESA is a generic driver for a display card. I really think if your not using the proprietary drivers like Nvidia or AMD's graphic cards.
just use the the X11 Xorg.default config that it creates when you startup. Your asking about a monitor.
when you should be asking will my video card that is using the generic frame buffer driver run the new monitor.
Code:
Name

vesa - Generic VESA video driver
Synopsis


Section "Device"
  Identifier "devname"
  Driver "vesa"
  ...
EndSection
Description

vesa is an Xorg driver for generic VESA video cards. It can drive most VESA-compatible video cards, but only makes use of the basic standard VESA core that is common to these cards. The driver supports depths 8, 15 16 and 24.
Supported Hardware

The vesa driver supports most VESA-compatible video cards. There are some known exceptions.
So if you have a very old card that will only use a generic VESA driver. I had a old S3 graphics card on my 1998 laptop that worked better with the VESA driver then the one in the kernel.
Looks like it all depends on your graphics card.
 
Old 07-23-2016, 11:44 PM   #4
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Drakeo, I'm talking about computer MONITORS, not computer graphic cards.
 
Old 07-24-2016, 01:32 AM   #5
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
TheNutCase,
No idea how new you are to computers, but for one, you should realize that monitor compatibility has nothing to do with Slackware itself. It has to do with the Linux kernel (or other OS), and whatever windowing system your Linux distribution (or other OS) uses. In the case of Slackware it uses the X11 windowing system.

For two, as a general rule, it is safe to assume that if your computer/laptop/whatever has video output hardware compatible with your monitor's input hardware, i.e., VGA<->VGA, HDMI<->HDMI, or Display Port<->Display port, you can expect compatibility. The thing to watch out for is if your "Display Adaptor" i.e., Video Card/Graphics chip, along with its software can "drive" the monitor's resolution. That is to say, you're not going to get 1080p out of a mobile graphics chip from 2002, for example.

Please try and keep your posts to this forum related to Slackware.
Thank You!
 
Old 07-24-2016, 02:25 AM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Slackware, like all Linux distributions, works with all monitors.
 
Old 07-24-2016, 07:37 AM   #7
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
So would I be correct in assuming that the answer to my original question is "yes"?
 
Old 07-24-2016, 10:12 AM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by TheNutCase View Post
So would I be correct in assuming that the answer to my original question is "yes"?
Of course.
 
Old 07-24-2016, 12:07 PM   #9
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by STDOUBT View Post
TheNutCase,
No idea how new you are to computers, but for one, you should realize that monitor compatibility has nothing to do with Slackware itself. It has to do with the Linux kernel (or other OS), and whatever windowing system your Linux distribution (or other OS) uses. In the case of Slackware it uses the X11 windowing system.

For two, as a general rule, it is safe to assume that if your computer/laptop/whatever has video output hardware compatible with your monitor's input hardware, i.e., VGA<->VGA, HDMI<->HDMI, or Display Port<->Display port, you can expect compatibility. The thing to watch out for is if your "Display Adaptor" i.e., Video Card/Graphics chip, along with its software can "drive" the monitor's resolution. That is to say, you're not going to get 1080p out of a mobile graphics chip from 2002, for example.

Please try and keep your posts to this forum related to Slackware.
Thank You!
Actually I have come across a monitor problem that was specific to something in Slackware. Please note that I am a 15+ year Slack Vet and love the distro above all others but also tend to test others for learning/awareness reasons and at the time I tested several and only Slackware exhibited this issue with one particular monitor. The monitor was an early release HDTV and only in Slackware required a workaround in xorg.conf. Without an entry in xorg.conf of

Code:
 Option  "UseEDIDDpi" "false"
fonts were literally inches tall. Now obviously this was mainly a monitor issue with poor EDID but the problem of gargantuan fonts only ever occurred in Slack for some reason. Thankfully it was an easy workaround and the only incidence of any such problem in Slackware in 15+ years.

Hopefully it is also obvious that no monitor is unusable specific to Slackware or any version of it. In rare cases like this one a workaround may be needed but any monitor that will work on any distro will also work on Slack. Also since it is rare anymore for graphics systems other than nVidia, AMD/ATi and Intel it is unwise to rely on VESA for anything but "failsafe" and replacing it with substantially higher performance is possible on virtually all graphics systems.

Last edited by enorbet; 07-24-2016 at 12:13 PM.
 
Old 07-24-2016, 02:09 PM   #10
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
I find that 16:10 panels (particularly ips) work best with whatever operating system I am using. Its like Slackware it just feels right! The 6 bit panels with AFC+FRC are nice and they kick a tn panels butt with their rich colors, but 8 bit is where its at unless you do photography then you want 10 bit!

I use this one with dvi (because my nvidia card doesn't have display port).
https://www.amazon.com/Dell-UltraSha.../dp/B005JN9310
 
Old 07-26-2016, 05:46 AM   #11
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
What video output(s) does your graphics card have?
A quick google of your HP w1707 shows it has VGA or DVI-D inputs, but no DVI cable is supplied with the monitor. If you're currently using it on VGA you'd notice a much improved picture if you can switch to DVI.

You can get DisplayPort to HDMI adaptors (though they depend on certain lines being connected in the graphics adaptor), and DVI to HDMI adaptors.

Monitor selection depends on your main use case. As above, if you do a lot of photo or video editing, or CAD you'd be looking for a premium product. If you're a serious gamer you'll need a low response time, etc. My requirements are lots of screen real-estate, low glare, good contrast and solid stable picture for minimal eye-strain.

Personally, I use a pair of IIyama ProLite XB2380HS monitors with Slackware and/or Win 7 in a dual head configuration. These are a few years old now, but have worked flawlessly all day, every day, for that time. Having two monitors means you can for example have an editor open full-screen on one monitor, and program output full-screen on the other.

Last edited by MarcT; 07-26-2016 at 05:53 AM.
 
1 members found this post helpful.
  


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
Video recording OS and compatibility help with the HDC-SD9 mrwall-e Linux - Software 2 11-14-2010 06:23 AM
WMP compatibility for streaming video on Firefox hiwa Linux - Software 3 06-18-2007 06:59 AM
Video file compatibility adrianlarsson Linux - Newbie 5 03-02-2007 06:25 AM
Video Card : Hardware Compatibility ghaurisankar Linux - Hardware 10 09-24-2003 02:38 AM
RedHat Video Compatibility noahrei Linux - Hardware 4 09-01-2003 08:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:44 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