INTEL Graphic cards
INTEL Graphic cards
Hi all,
Porteus vga_detect cheat code works perfectly except Intel. Is it possible for Intel? Intel Open Source Community develop VGA driver for most off the Intel VGA. https://01.org/linuxgraphics/downloads
These are the supported VGA's:
Ivy Bridge HD Graphics 4000 (Core i7 3610QM, Core i7 3770K)
Ivy Bridge HD Graphics 2500 (Core i5 3550)
Sandy Bridge HD Graphics 3000 (Core i7 2720QM, Core i7 2630QM, Core i7 2600K, Core i5 2500K)
Sandy Bridge HD Graphics 2000 (Core i7 2400S)
Intel® HD Graphics (Core i5 670, Core i5 520M)
GMA 3150 (Atom N450)
GM45
GM965
Q965
945GM
Best regards....
Porteus vga_detect cheat code works perfectly except Intel. Is it possible for Intel? Intel Open Source Community develop VGA driver for most off the Intel VGA. https://01.org/linuxgraphics/downloads
These are the supported VGA's:
Ivy Bridge HD Graphics 4000 (Core i7 3610QM, Core i7 3770K)
Ivy Bridge HD Graphics 2500 (Core i5 3550)
Sandy Bridge HD Graphics 3000 (Core i7 2720QM, Core i7 2630QM, Core i7 2600K, Core i5 2500K)
Sandy Bridge HD Graphics 2000 (Core i7 2400S)
Intel® HD Graphics (Core i5 670, Core i5 520M)
GMA 3150 (Atom N450)
GM45
GM965
Q965
945GM
Best regards....
Re: INTEL Graphic cards
I think vga_detect cheatcode has been developped for AMD Graphics and nVidia cards. I think Fanthom will know better as he's the author of linuxrc, the script which also handle primary cheatcode as vga_detect.
NjVFQzY2Rg==
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: INTEL Graphic cards
Intel provides only open-source drivers which are included by default in Porteus so there is no need to use vga_detect for Intel chipsets.
please check /var/log/packages and you'll find just a bit older packages than on the Intel list and much never than in slackware-14.0 as i'm trying to keep graphics stack on the bleeding edge.
please check /var/log/packages and you'll find just a bit older packages than on the Intel list and much never than in slackware-14.0 as i'm trying to keep graphics stack on the bleeding edge.
Please add [Solved] to your thread title if the solution was found.
Re: INTEL Graphic cards
Hi fanthom,
Thanks to intel driver up to date. My real problem is:
In Porteus I can't get same resolution which is on Windows.
VGA: Intel HD 4000
Windows support Resolution: 1024*768 ,... 1440*900,... 1600*900
Porteus support resolution : Only 1024*768 and 1600*900
VGA: Nvidia Geforce 310M
Windows support Resolution: 1024*768 ,... 1366*768,... 1600*900
Porteus support resolution : Only 1600*900
Is it possible to change resolution on Porteus which has VGA card support on Windows?
Thanks to intel driver up to date. My real problem is:
In Porteus I can't get same resolution which is on Windows.
VGA: Intel HD 4000
Windows support Resolution: 1024*768 ,... 1440*900,... 1600*900
Porteus support resolution : Only 1024*768 and 1600*900
VGA: Nvidia Geforce 310M
Windows support Resolution: 1024*768 ,... 1366*768,... 1600*900
Porteus support resolution : Only 1600*900
Is it possible to change resolution on Porteus which has VGA card support on Windows?
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: INTEL Graphic cards
this is probably a linux driver limitation.
please run 'xrandr' command to list all available modes. on my laptop i get:
which is correct i guess (never had a Windows on this laptop).
if you get different modes displayed by xrandr and GUI tools than we probably can do something about it.
did you use opensource driver for nVidia or proprietary?
please run 'xrandr' command to list all available modes. on my laptop i get:
Code: Select all
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366x768 60.0*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
if you get different modes displayed by xrandr and GUI tools than we probably can do something about it.
did you use opensource driver for nVidia or proprietary?
Please add [Solved] to your thread title if the solution was found.
Re: INTEL Graphic cards
Hi fanthom,
I get same resolution with xrandr , xfce Display gui and nvidia x server settings gui. I use proprietary nvidia driver which is on Porteus 2.0 repo.
Sometimes I try to connect TV with HDMI but laptop resolution and TV are not exactly the same. I use xrandr with "auto" parameter to get maximum resolution each of them. So TV screen out of scope and it made me crazy
Do u know how to make to prevent out of scope each of them with auto parameter?
I get same resolution with xrandr , xfce Display gui and nvidia x server settings gui. I use proprietary nvidia driver which is on Porteus 2.0 repo.
Sometimes I try to connect TV with HDMI but laptop resolution and TV are not exactly the same. I use xrandr with "auto" parameter to get maximum resolution each of them. So TV screen out of scope and it made me crazy

Do u know how to make to prevent out of scope each of them with auto parameter?
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: INTEL Graphic cards
@oranus,
/etc/X11/xorg.conf included in nVidia modules is very generic (as must server all nVidia GPU's) and maybe that's the reason of your troubles.
please boot with 'autoexec=xconf' cheatcode which should produce config adequate to your hardware.
let me know if that helped.
if not then you'll have to edit xorg.conf and manually add missing modes like in this thread: link
regarding HDMI:
not sure about XFCE but KDE4 has krandrtray utility which let's you save profiles so you have to set the resolution only once. please check if this possibility exist in XFCE. if not then maybe notify Ahau about this problem (even a bash script finding and matching biggest res could be of help)
/etc/X11/xorg.conf included in nVidia modules is very generic (as must server all nVidia GPU's) and maybe that's the reason of your troubles.
please boot with 'autoexec=xconf' cheatcode which should produce config adequate to your hardware.
let me know if that helped.
if not then you'll have to edit xorg.conf and manually add missing modes like in this thread: link
regarding HDMI:
not sure about XFCE but KDE4 has krandrtray utility which let's you save profiles so you have to set the resolution only once. please check if this possibility exist in XFCE. if not then maybe notify Ahau about this problem (even a bash script finding and matching biggest res could be of help)
Please add [Solved] to your thread title if the solution was found.
Re: INTEL Graphic cards
Hi fanthom,
1. I have already to use 'autoexec=xconf' cheatcodes. So it doesn't solve it.
2. regarding HDMI: On XFCE krandrtray I don't find it. Ahau please help
1. I have already to use 'autoexec=xconf' cheatcodes. So it doesn't solve it.
2. regarding HDMI: On XFCE krandrtray I don't find it. Ahau please help

- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: INTEL Graphic cards
hi oranus,
1) tested all 3 nVidia drivers on GeForce-7300 card:
a) 313.x doesnt work at all
b) 304.x works but let's you choose only highest resolution
c) 173.x works and let's you choose ALL resolutions
please try to downgrade your nVidia driver and check if that resolves missing modes issue (btw: vga_detect wont be able to determine that)
2) please add 'xrandr interface_name --auto' command to /opt/porteus-scripts/xorg/paths. this should resolve HDMI resolution problem.
1) tested all 3 nVidia drivers on GeForce-7300 card:
a) 313.x doesnt work at all
b) 304.x works but let's you choose only highest resolution
c) 173.x works and let's you choose ALL resolutions
please try to downgrade your nVidia driver and check if that resolves missing modes issue (btw: vga_detect wont be able to determine that)
2) please add 'xrandr interface_name --auto' command to /opt/porteus-scripts/xorg/paths. this should resolve HDMI resolution problem.
Please add [Solved] to your thread title if the solution was found.
- Ahau
- King of Docs
- Posts: 1331
- Joined: 28 Dec 2010, 15:18
- Distribution: LXDE & Xfce 32/64-bit
- Location: USA
Re: INTEL Graphic cards
There's no randr utility specific to Xfce that I am aware of. I think you'll have to use xrandr, or add the lxde module to use lxrandr, or kde for krandrtray. Another option would be adding arandr, which I could try putting together, but it requires python and pygtk, so I'd prefer to not include with XFCE by default.
Please take a look at our online documentation, here. Suggestions are welcome!
Re: INTEL Graphic cards
@fanthom
1. I did your advise and test cheatcodes etc. Nothing changes. But if I does not use Nvidia driver, I can use lots of driver resolution 640*480 to 1600*900.
2. I don't use not only one type HDMI or I don't use Porteus not only one laptop. So We need powerful script to use whenever needs to use. It should be independent to startup scripts. It should have auto detect VGA, HDMI and DVI to change settings to that situation. I write script to auto detect VGA, HDMI and DVI but I have problem about resolution that laptop to other device. By the way our community may be like that new speciality. Like Windows.
@Ahau
I try to learn xrandr option but I stuck on different device different resolution mode to set same screen each of them. I can't achieve to same screen (not out of scope) each of the device(laptop and TV).
1. I did your advise and test cheatcodes etc. Nothing changes. But if I does not use Nvidia driver, I can use lots of driver resolution 640*480 to 1600*900.
2. I don't use not only one type HDMI or I don't use Porteus not only one laptop. So We need powerful script to use whenever needs to use. It should be independent to startup scripts. It should have auto detect VGA, HDMI and DVI to change settings to that situation. I write script to auto detect VGA, HDMI and DVI but I have problem about resolution that laptop to other device. By the way our community may be like that new speciality. Like Windows.
@Ahau
I try to learn xrandr option but I stuck on different device different resolution mode to set same screen each of them. I can't achieve to same screen (not out of scope) each of the device(laptop and TV).
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: INTEL Graphic cards
seems that nVidia has limited modes to the highest one by a purpose (it's a feature and not a bug according to them):
https://devtalk.nvidia.com/default/topi ... tion-only/
the only solution is to use 173.x driver which has all modes unblocked or stick to nouveau.
https://devtalk.nvidia.com/default/topi ... tion-only/
the only solution is to use 173.x driver which has all modes unblocked or stick to nouveau.
Please add [Solved] to your thread title if the solution was found.
Re: INTEL Graphic cards
@fanthom
Thank you so much. I'll try to use 173.x driver.
Thank you so much. I'll try to use 173.x driver.
- francois
- Contributor
- Posts: 6305
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: INTEL Graphic cards
@oranus:
My toshiba ultraslim z930 laptop with intel core i5, VGA Intel Ivy Bridge was satisfied out of the box with porteus 2.0.
I get the right resolution with the following xrandr command for my dual display setting:
Are you using 32bit or 64bit version? Is it possible to have the detailed output of your xrandr?
My toshiba ultraslim z930 laptop with intel core i5, VGA Intel Ivy Bridge was satisfied out of the box with porteus 2.0.
I get the right resolution with the following xrandr command for my dual display setting:
Code: Select all
xrandr --output LVDS1 --mode 1366x768 --output VGA1 --mode 1920x1080 --right-of LVDS1
Prendre son temps, profiter de celui qui passe.