Tiny Core Base > CorePlus

How i change Xorg resolution to 600x600

<< < (4/7) > >>

malikawan:
Thanks alot nitram. if you dont mind please give me xorg.conf file which change the resolution to 800x600 and refresh  rate 75. so i will copy this file to core.gz by extract it. Just need xorg file which change the resolution for my requirement. I have tried to change but its not work if you do for me i shall be very thankful to you.

nitram:
Tried to explain, xorg.conf file can be hit or miss, requires tinkering. You may want to test with method described above before creating new *.gz. This is what i would try first, change intel to what you're using. If you want 24 bit colour, change 16 to 24.

--- Code: ---Section "Monitor"
Identifier   "Monitor0"
HorizSync       28.0 - 96.0
VertRefresh     50.0 - 75.0
EndSection

Section "Device"
Identifier  "Card0"
Driver      "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Depth 16
Modes   "800x600_75"
EndSubSection
EndSection

--- End code ---

malikawan:
Thanks alot

malikawan:
tc@box:~$ xrandr -s 800x600 -r 75
Rate 75.0 Hz not available for this size
tc@box:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 800 x 600, maximum 1024 x 768
default connected 800x600+0+0 0mm x 0mm
   1024x768       61.0 
   800x600        61.0*
   640x480        60.0

but my hardware support 75 Hz. i read the manual

malikawan:
What is the Maximum Screen Resolution for the PXI Controllers?
Hardware: PXI/CompactPCI>>Controllers>>PXI-8106
Problem:
I want to connect a high resolution monitor to my PXI controller, what is the maximum resolution the controller can display?
Solution:
The following controllers can display a maximum of 2048x1536 pixels at 75 Hz on both analog and digital displays.
    PXI-8101
    PXI-8102
    PXI-8104
    PXI-8105
    PXI-8106
    PXI-8108
    PXI-8110
    PXI-8133
I am using PXI-8102

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version