mpcengineering
November 27th, 2008, 12:19 PM
Hi guys,
I've been researching the correct way to set up xorg.conf to enable a desktop resolution that is not available by default, and it seems pretty easy to get wrong to someone who is new to it like me. I've basically got to the stage where I need one wiser than myself to cast an eye over what I have done to try and see where I have gone wrong...
Here's the background: I am trying to setup a laptop with onboard SiS graphics to display a resolution of 1280x800 which is the native resolution of the screen. There are no SiS drivers I can use and so I am using vesa instead. I have been reading through the xorg.conf man page and looking at tons of stuff on the net but cant seem to get it to work. I 'think' I'm on the right lines, but if someone could take a look and tell me what exactly I have to change, that would be great. Here is my xorg.conf:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
Modeline "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800_60"
EndSubSection
EndSection
I have generated the modeline using gtf/cvt (the difference between the tools is less than clear to me...) and as far as I am aware the vesa driver tops out at 1280x1024 so this setup in theory is possible. xwininfo reports a depth of 24 at 800x600 (only this and 640x480 are available currently) and the refresh rate is 60Hz at 800x600.
I'm sure it is just a configuration thing in the xorg.conf, can anyone pinpoint what is wrong in my configuration?
Any help much appreciated!!
Jon
I've been researching the correct way to set up xorg.conf to enable a desktop resolution that is not available by default, and it seems pretty easy to get wrong to someone who is new to it like me. I've basically got to the stage where I need one wiser than myself to cast an eye over what I have done to try and see where I have gone wrong...
Here's the background: I am trying to setup a laptop with onboard SiS graphics to display a resolution of 1280x800 which is the native resolution of the screen. There are no SiS drivers I can use and so I am using vesa instead. I have been reading through the xorg.conf man page and looking at tons of stuff on the net but cant seem to get it to work. I 'think' I'm on the right lines, but if someone could take a look and tell me what exactly I have to change, that would be great. Here is my xorg.conf:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
Modeline "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800_60"
EndSubSection
EndSection
I have generated the modeline using gtf/cvt (the difference between the tools is less than clear to me...) and as far as I am aware the vesa driver tops out at 1280x1024 so this setup in theory is possible. xwininfo reports a depth of 24 at 800x600 (only this and 640x480 are available currently) and the refresh rate is 60Hz at 800x600.
I'm sure it is just a configuration thing in the xorg.conf, can anyone pinpoint what is wrong in my configuration?
Any help much appreciated!!
Jon