|
From: CrasY on 13 Oct 2005 04:03 Hi! Got this display adapter: Mobil Intel(R) 915GM/GMS,910GML Express Chipset Family and in linux i can only get 1024x768 resolution. In windows i get 1280x800, and i wonder how i can get the same resolution in linux? I have tried to edit my xorg.conf, but no help. If i go higher than 1024x768 i get 800x600. Thanks in advance Message posted via: ===================== www.linuxpackages.net/forum www.linuxpackages.net Expanding the world of Slackware =====================
From: Paul Kinsler on 13 Oct 2005 05:00 CrasY <henrik(a)zpill-dot-no.no-spam.invalid> wrote: > Got this display adapter: Mobil Intel(R) 915GM/GMS,910GML Express > Chipset Family and in linux i can only get 1024x768 resolution. In > windows i get 1280x800, and i wonder how i can get the same > resolution in linux? I have tried to edit my xorg.conf, but no help. > If i go higher than 1024x768 i get 800x600. 855resolution -- #Paul
From: Olive on 13 Oct 2005 05:02 CrasY wrote: > Hi! > > Got this display adapter: Mobil Intel(R) 915GM/GMS,910GML Express > Chipset Family and in linux i can only get 1024x768 resolution. In > windows i get 1280x800, and i wonder how i can get the same > resolution in linux? I have tried to edit my xorg.conf, but no help. > If i go higher than 1024x768 i get 800x600. > > Thanks in advance > > Message posted via: > ===================== > www.linuxpackages.net/forum > www.linuxpackages.net > Expanding the world of Slackware > ===================== Not sure this help, but have you thought to change the horizontal and vertical refersh rate of your monitor? in xorg.conf? If you do not know what to put run xorgcfg. Olive
From: quip on 13 Oct 2005 11:54 CrasY wrote: > Hi! > > Got this display adapter: Mobil Intel(R) 915GM/GMS,910GML Express > Chipset Family and in linux i can only get 1024x768 resolution. In > windows i get 1280x800, and i wonder how i can get the same > resolution in linux? I have tried to edit my xorg.conf, but no help. > If i go higher than 1024x768 i get 800x600. > All you _should_ need to do is set a custom mode line in your xorg.conf. I have a similar chipset (Intel mobile 855G), and that's all I needed. At your own risk, you can try mine: Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor0" VendorName "LPL" ModelName "0" Modeline "1280x800(a)60" 83.91 1280 1312 1624 1656 800 816 824 841 EndSection Wayne
From: Henrik Carlqvist on 13 Oct 2005 16:13
henrik(a)zpill-dot-no.no-spam.invalid (CrasY) wrote: > I have tried to edit my xorg.conf, but no help. If i go higher than > 1024x768 i get 800x600. Check out /var/log/Xorg.0.log to see if you can find any explanation why it refuses to give you 1024x768. regards Henrik -- The address in the header is only to prevent spam. My real address is: hc7(at)uthyres.com Examples of addresses which go to spammers: root(a)variousus.net info(a)k-soft.se info(a)k-software.biz root(a)localhost |