T41p Solaris 10 Display problems/specifications
T41p Solaris 10 Display problems/specifications
Hallo,
im new with solaris but need it for university. So I decided to install one in a vmware-enviroment on XP Pro. Although I changed the display resolution (to 1400x1050) during installation the resolution after the first boot is set to 640x480. If i change the resolution using xconfig.org the system doesn't boot afterwards (maybe false monitor parameters?). Does someone has an configuration like or equal to the one i want to implement? Please help me!
THX atm32000
im new with solaris but need it for university. So I decided to install one in a vmware-enviroment on XP Pro. Although I changed the display resolution (to 1400x1050) during installation the resolution after the first boot is set to 640x480. If i change the resolution using xconfig.org the system doesn't boot afterwards (maybe false monitor parameters?). Does someone has an configuration like or equal to the one i want to implement? Please help me!
THX atm32000
hi
Hi,
People who have solaris on T41p are very less. In linux (latest suse or redhat), we have driver for the ATI radeon firegl T2 card. If it's an unsupported card, there is an option called VESA mode which can be configured in X config file. Perhaps, you can try something similar in solaris. This works for better resolutions according to card's memory with a common driver.
regards,
Parthban.
People who have solaris on T41p are very less. In linux (latest suse or redhat), we have driver for the ATI radeon firegl T2 card. If it's an unsupported card, there is an option called VESA mode which can be configured in X config file. Perhaps, you can try something similar in solaris. This works for better resolutions according to card's memory with a common driver.
regards,
Parthban.
Just steped over the same thing, so if anybody still interested:
You just need to craft a xorg.conf file and put it into /etc/X11/.
Here's mine (without any gurantee to be complete, but it works
for me on my T23):
You just need to craft a xorg.conf file and put it into /etc/X11/.
Here's mine (without any gurantee to be complete, but it works
for me on my T23):
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11/lib/X11/rgb"
ModulePath "/usr/X11/lib/modules"
FontPath "/usr/X11/lib/X11/fonts/TrueType/"
FontPath "/usr/X11/lib/X11/fonts/Type1/"
FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
FontPath "/usr/X11/lib/X11/fonts/misc/"
FontPath "/usr/X11/lib/X11/fonts/100dpi/"
FontPath "/usr/X11/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "IA"
Load "Xst"
Load "dbe"
Load "extmod"
Load "record"
Load "xtrap"
Load "bitstream"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "IBM"
ModelName "Thinkpad 14.1 1024X768 TFT LCD PANEL"
Option "DPMS"
DisplaySize 279 210
UseModes "Modes[0]"
HorizSync 37-60
VertRefresh 60
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +HSync +VSync
Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
#Option "Overlay" # [<str>]
#Option "TransparencyKey" # [<str>]
#Option "ForceInit" # [<bool>]
#Option "DisableXVMC" # [<bool>]
#Option "DisableTile" # [<bool>]
#Option "DisableCOB" # [<bool>]
#Option "BCIforXv" # [<bool>]
#Option "DVI" # [<bool>]
Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
BoardName "SuperSavage IX/C 64 SDR"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
I doubt that will work in VMware. The problem i see is that the VESA 2 specifications does not know the resolution 1400x1050 and Solaris xorg most likely choses the "vesa" driver inside vmware. I think that 1280x1024 works.baerli wrote:You just need to craft a xorg.conf file and put it into /etc/X11/.
Here's mine (without any gurantee to be complete, but it works
for me on my T23):
-
- Similar Topics
- Replies
- Views
- Last post
-
-
FOUND: ThinkPad T61 (with some specifications...)
by jeffbaichina » Thu Apr 06, 2017 3:01 pm » in Marketplace - Forum Members only - 4 Replies
- 371 Views
-
Last post by jeffbaichina
Thu Apr 06, 2017 8:22 pm
-
-
-
Vertical bands on x220 ips display: is it the display or the LVDS cable?
by xserieslove » Sun Jun 25, 2017 7:41 am » in ThinkPad X200/201/220 and X300/301 Series - 5 Replies
- 234 Views
-
Last post by xserieslove
Mon Jun 26, 2017 12:31 am
-
-
-
ThinkPad T43/p in T41p casing - cannot turn back on after shutdown with charger left plugged
by kfzhu1229 » Wed Feb 01, 2017 1:38 am » in ThinkPad T4x Series - 2 Replies
- 1346 Views
-
Last post by kfzhu1229
Wed Feb 01, 2017 8:20 am
-
-
- 2 Replies
- 236 Views
-
Last post by karotlopj
Sun Jun 11, 2017 9:57 am
Who is online
Users browsing this forum: No registered users and 40 guests



