11-09-2018, 11:46 PM
(This post was last modified: 11-09-2018, 11:53 PM by firenice03.)
Out of the box - not much for it
Its a bit older.. But it can be used and at a higher res..
https://www.freecinema2022.gq/forums/relea...9/#msg1919
https://www.freecinema2022.gq/forums/relea.../#msg27530
The link just above is one of mine where I have a 4200..
I was able to set a higher res by modifying the "xorg.conf" file
Path: /etc/X11/xorg.conf -- Open with Admin Rights (Rt Click) or launch from terminal
Code:
sudo leafpad /etc/X11/xorg.conf
or from within terminal
Code:
sudo nano/etc/X11/xorg.conf
The below is a copy of my xorg.conf --- Note the Selection "Monitor" and Section "Screen" sections.
*Notice I have REM marks "#" these are not used in my file, but may work for you.
You'll want to test as my resolutions/refresh rates/syncs may not match your monitor.
Also, setting a non supported resolution can/will render an unusable output. You would need to recover from a TTY session
Where CTRL+ALT+F1 will open a tty1 session and CTRL+ALT+F7 will return.
In TTY access file '#" the invalid line, save and 'reboot'.
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
HorizSync 20-107
VertRefresh 50-185
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1024x768@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1024x768@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
# modeline "1280x1024@60" 60 80.14 1280 1344 1480 1680 768 769 772 -hsync +vsync
# modeline "1280x1024@75" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
# modeline "1280x1024@86" 80.14 1400 1280 1344 1480 1680 768 769 772 -hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# modeline "1400x1050@60" 83.46 14001280 1344 1480 1680 800 801 804 828 -hsync +vsync
# modeline "1680x1200@60" 80.14 1680 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
# modeline "1680x1200@60" 83.46 1680 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1400x1120@60" "1280x1024@86" "1280x1024@60" "1024x768@60" "1024x768@60" "800x600@60" "1024x768@60" "800x600@56"
EndSubSection
EndSection
Might be worth a shot...
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2